summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
authorOliver Schib <lich000king@yahoo.de>2016-04-23 15:23:13 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-24 14:44:39 +0200
commit04d1740b3312b80cd9ad95f7907dde8f2c2c3f5f (patch)
tree2bb3eda5771b410d3d1e191087c06aee1ed06316 /target/x86_64
parent0b16272cd70105e7f94b8fce517d2d2d3ab4b325 (diff)
new x86_64-target asus-p5bvm
Add a new target asus-p5bvm to add support for the ASUS P5B-VM SE motherboard. Signed-off-by: Oliver Schib <lich000king@yahoo.de> [minor cleanups from me]
Diffstat (limited to 'target/x86_64')
-rw-r--r--target/x86_64/kernel/asus-p5bvm7
-rw-r--r--target/x86_64/systems/asus-p5bvm26
2 files changed, 33 insertions, 0 deletions
diff --git a/target/x86_64/kernel/asus-p5bvm b/target/x86_64/kernel/asus-p5bvm
new file mode 100644
index 000000000..b17b6e256
--- /dev/null
+++ b/target/x86_64/kernel/asus-p5bvm
@@ -0,0 +1,7 @@
+CONFIG_X86=y
+CONFIG_X86_64=y
+CONFIG_X86_X32=y
+CONFIG_GENERIC_CPU=y
+CONFIG_PROCESSOR_SELECT=y
+CONFIG_CPU_SUP_INTEL=y
+CONFIG_CPU_SUP_AMD=y
diff --git a/target/x86_64/systems/asus-p5bvm b/target/x86_64/systems/asus-p5bvm
new file mode 100644
index 000000000..790d05957
--- /dev/null
+++ b/target/x86_64/systems/asus-p5bvm
@@ -0,0 +1,26 @@
+config ADK_TARGET_SYSTEM_ASUS_P5BVM
+ bool "ASUS P5B-VM SE motherboard"
+ select ADK_TARGET_CPU_WITH_MTRR
+ select ADK_TARGET_WITH_VGA
+ select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_WITH_CPU_FREQ
+ select ADK_TARGET_WITH_USB_BOOT
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_WITH_INPUT
+ select ADK_TARGET_WITH_PATA
+ select ADK_TARGET_WITH_RTC
+ select ADK_TARGET_WITH_HDD
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_ACPI
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
+ select ADK_TARGET_WITH_BLOCK
+ select ADK_TARGET_WITH_IOMMU
+ select ADK_KERNEL_PCI_MSI
+ select ADK_TARGET_WITH_SMP
+ select ADK_TARGET_KERNEL_BZIMAGE
+ select ADK_TARGET_WITH_SATA
+ select ADK_PACKAGE_GRUB
+ help
+ System profile for ASUS P5B-VM SE motherboard.
+