summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-30 11:13:06 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-30 11:13:47 -0500
commitef3e0b89e65ecc1bdcb0463d89dac8077dc45d34 (patch)
treeb67795c75e275b0bc950465e179d0915c27afa8e /target/x86
parent0675606344755ff29977e79c7f8309ce2ad4917a (diff)
add support for pcengines-alix
Readd Alix2d support, tested via NFS boot. Fix IPSec kernel module loading.
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/kernel/pcengines-alix4
-rw-r--r--target/x86/systems/pcengines-alix14
2 files changed, 18 insertions, 0 deletions
diff --git a/target/x86/kernel/pcengines-alix b/target/x86/kernel/pcengines-alix
new file mode 100644
index 000000000..849852a65
--- /dev/null
+++ b/target/x86/kernel/pcengines-alix
@@ -0,0 +1,4 @@
+CONFIG_X86=y
+CONFIG_X86_32=y
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
diff --git a/target/x86/systems/pcengines-alix b/target/x86/systems/pcengines-alix
new file mode 100644
index 000000000..bfc6150fb
--- /dev/null
+++ b/target/x86/systems/pcengines-alix
@@ -0,0 +1,14 @@
+config ADK_TARGET_SYSTEM_PCENGINES_ALIX
+ bool "PCengines ALIX"
+ select ADK_CPU_GEODE
+ select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_PATA
+ select ADK_TARGET_WITH_GEODE_CRYPTO
+ select ADK_TARGET_WITH_WATCHDOG
+ select ADK_TARGET_KERNEL_BZIMAGE
+ select ADK_PACKAGE_GRUB
+ help
+ Support for PCengines ALIX Boards.
+