summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-01 20:35:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-01 20:35:05 +0100
commitfd5c3b9c4adb01bf350b781498b4c9614f40dcf8 (patch)
treeea250f7630efc55f42ddf17f62b27a1880b90fd2
parent86aec5ee4d126d7ba2220e66819270985a97cfa5 (diff)
enable ACPI for ALIX1c board.
This is required for correct IRQ routing. After this MFGPT get its interrupt 7 and the watchdog works fine. Bug closed.
-rw-r--r--TODO1
-rw-r--r--target/config/Config.in2
-rw-r--r--target/x86/sys-available/pcengines-alix1c3
3 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index f69bcf253..6e95a3ff7 100644
--- a/TODO
+++ b/TODO
@@ -9,6 +9,5 @@
- adkinstall with NTP and hwclock support
- PKG_CONFLICTS for python/python2, is this possible with Kconfig?
- mirror only option, for no internet access
-- fix watchdog for alix1c (mfgpt timer problem)
- add support for brcm 2.6 (lzma/flash/wireless support)
- help text for config/ needs adoption
diff --git a/target/config/Config.in b/target/config/Config.in
index 42e891cba..0021ee4bf 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -167,7 +167,7 @@ config ADK_TARGET_CFLAGS
config ADK_TARGET_CMDLINE
string
default "console=ttyS0,38400" if ADK_TARGET_SYSTEM_PCENGINES_WRAP
- default "console=ttyS0,115200 console=tty0 irqpoll geodewdt.nowayout=1" if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
+ default "console=ttyS0,115200 console=tty0 geodewdt.nowayout=1" if ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
default "console=ttyS0,115200 console=tty0" if ADK_TARGET_SYSTEM_IBM_X40
default "console=ttyS0,115200"
diff --git a/target/x86/sys-available/pcengines-alix1c b/target/x86/sys-available/pcengines-alix1c
index 77802ea4d..17e5ea27e 100644
--- a/target/x86/sys-available/pcengines-alix1c
+++ b/target/x86/sys-available/pcengines-alix1c
@@ -4,6 +4,8 @@ config ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
select ADK_pcengines_alix1c
select ADK_CPU_GEODE
select ADK_KERNEL_MGEODE_LX
+ select ADK_KERNEL_PM
+ select ADK_KERNEL_ACPI
select ADK_TARGET_CPU_WITH_3DNOW
select ADK_TARGET_CPU_WITH_3DNOWEXT
select ADK_TARGET_CPU_WITH_MMX
@@ -16,6 +18,7 @@ config ADK_TARGET_SYSTEM_PCENGINES_ALIX1C
select ADK_TARGET_WITH_INPUT
select ADK_TARGET_WITH_RTC
select ADK_TARGET_WITH_CF
+ select ADK_TARGET_WITH_WATCHDOG
help
System profile for PCEngines ALIX1C.