summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-30 21:36:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-30 21:37:09 +0200
commit7c3f19d734704fbf243457db01a8653301abc3e3 (patch)
tree644d8bf34ac0f939497111c08ef4713d9c04eb08 /target/x86_64
parentc206dd65b253ea545e829df125ab35b235da6c25 (diff)
x86/x86_64: remove non functional samples
Diffstat (limited to 'target/x86_64')
-rw-r--r--target/x86_64/asus-p5bvm/genimage-dual.cfg34
-rw-r--r--target/x86_64/asus-p5bvm/genimage.cfg29
-rw-r--r--target/x86_64/systems/asus-p5bvm25
-rw-r--r--target/x86_64/systems/lenovo-x20020
4 files changed, 0 insertions, 108 deletions
diff --git a/target/x86_64/asus-p5bvm/genimage-dual.cfg b/target/x86_64/asus-p5bvm/genimage-dual.cfg
deleted file mode 100644
index 82d6dc2c2..000000000
--- a/target/x86_64/asus-p5bvm/genimage-dual.cfg
+++ /dev/null
@@ -1,34 +0,0 @@
-image disk.img {
-
- hdimage {
- }
-
- partition boot {
- in-partition-table = "no"
- image = "boot.img"
- offset = 0
- size = 512
- }
-
- partition grub {
- in-partition-table = "no"
- image = "grub.img"
- offset = 512
- }
-
- partition root1 {
- partition-type = 0x83
- image = "rootfs.ext"
- }
-
- partition root2 {
- partition-type = 0x83
- image = "rootfs.ext"
- }
-
- partition cfgfs {
- partition-type = 0x88
- image = "cfgfs.img"
- }
-
-}
diff --git a/target/x86_64/asus-p5bvm/genimage.cfg b/target/x86_64/asus-p5bvm/genimage.cfg
deleted file mode 100644
index 0b8992731..000000000
--- a/target/x86_64/asus-p5bvm/genimage.cfg
+++ /dev/null
@@ -1,29 +0,0 @@
-image disk.img {
-
- hdimage {
- }
-
- partition boot {
- in-partition-table = "no"
- image = "boot.img"
- offset = 0
- size = 512
- }
-
- partition grub {
- in-partition-table = "no"
- image = "grub.img"
- offset = 512
- }
-
- partition root {
- partition-type = 0x83
- image = "rootfs.ext"
- }
-
- partition cfgfs {
- partition-type = 0x88
- image = "cfgfs.img"
- }
-
-}
diff --git a/target/x86_64/systems/asus-p5bvm b/target/x86_64/systems/asus-p5bvm
deleted file mode 100644
index 4d1d79209..000000000
--- a/target/x86_64/systems/asus-p5bvm
+++ /dev/null
@@ -1,25 +0,0 @@
-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_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.
-
diff --git a/target/x86_64/systems/lenovo-x200 b/target/x86_64/systems/lenovo-x200
deleted file mode 100644
index 6c58e6825..000000000
--- a/target/x86_64/systems/lenovo-x200
+++ /dev/null
@@ -1,20 +0,0 @@
-config ADK_TARGET_SYSTEM_LENOVO_X200
- bool "Lenovo X200"
- select ADK_TARGET_CPU_X86_64_CORE2
- select ADK_TARGET_KERNEL_BZIMAGE
- select ADK_TARGET_KERNEL_WITH_COMPRESSION
- select ADK_TARGET_WITH_VGA
- select ADK_TARGET_WITH_PCI
- select ADK_TARGET_WITH_MINIPCI
- select ADK_TARGET_WITH_USB
- select ADK_TARGET_WITH_USB_BOOT
- select ADK_TARGET_WITH_ACPI
- select ADK_TARGET_WITH_SATA
- select ADK_TARGET_WITH_SMP
- select ADK_TARGET_WITH_NET
- select ADK_TARGET_WITH_NETDEVICE
- select ADK_TARGET_WITH_BLOCK
- select ADK_PACKAGE_GRUB
- help
- Support for Lenovo X200 subnotebook.
-