upload AMD Geode driver binaries, add to DRVINSTALL app

git-svn-id: svn://kolibrios.org@9480 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2021-12-26 16:22:57 +00:00
parent d043483a70
commit 072499bde9
6 changed files with 12 additions and 3 deletions

View File

@ -242,6 +242,7 @@ extra_files = {
{"kolibrios/drivers/ahci/", "common/drivers/ahci/*"},
{"kolibrios/drivers/acpi/", "common/drivers/acpi/*"},
{"kolibrios/drivers/atikms/", "common/drivers/atikms/*"},
{"kolibrios/drivers/geode/", "common/drivers/geode/*"},
{"kolibrios/drivers/i915/", "common/drivers/i915/*"},
{"kolibrios/drivers/test/", "common/drivers/test/*"},
{"kolibrios/drivers/vmware/", "common/drivers/vmware/*"},
@ -608,7 +609,7 @@ tup.append_table(extra_files, {
{"kolibrios/utils/AMDtemp", PROGS .. "/system/amd_temp_view/AMDtemp"},
{"kolibrios/utils/calcplus", PROGS .. "/other/calcplus/calcplus"},
{"kolibrios/utils/kfm/kfm", PROGS .. "/fs/kfm/trunk/kfm"},
{"kolibrios/utils/tedit/t_edit.kex", PROGS .. "/other/t_edit/t_edit"},
{"kolibrios/utils/tedit/t_edit", PROGS .. "/other/t_edit/t_edit"},
})
-- For russian build, add russian-only programs.
if build_type == "rus" then tup.append_table(img_files, {

View File

@ -29,3 +29,11 @@ description_ru=
description_en=Advanced Programmable Interrupt Controller (APIC) is one of several architectural designs intended to solve interrupt routing efficiency issues in multiprocessor computer systems. It allows different expansion cards share the same interrupt. You must(!) read Readme to properly install this driver.
readme=/kolibrios/drivers/acpi/readme.txt
install=/kolibrios/drivers/acpi/install.kex
[Audio AMD Geode]
ver=rc3
icon=64
description_ru=„à ©¢¥à §¢ãª  ¤«ï AMD Geode CS5536.
description_en=AMD Geode CS5536 audio driver.
readme=/kolibrios/drivers/geode/readme.txt
install=/kolibrios/drivers/geode/geode

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -68,7 +68,7 @@ exec=/kolibrios/utils/thashview
icon=124
[TextEdit]
exec=/kolibrios/utils/t_edit/t_edit
exec=/kolibrios/utils/tedit/t_edit
icon=9
next=$CodeEdit