From 7c3f19d734704fbf243457db01a8653301abc3e3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 30 Sep 2019 21:36:33 +0200 Subject: x86/x86_64: remove non functional samples --- target/x86_64/asus-p5bvm/genimage-dual.cfg | 34 ------------------------------ target/x86_64/asus-p5bvm/genimage.cfg | 29 ------------------------- target/x86_64/systems/asus-p5bvm | 25 ---------------------- target/x86_64/systems/lenovo-x200 | 20 ------------------ 4 files changed, 108 deletions(-) delete mode 100644 target/x86_64/asus-p5bvm/genimage-dual.cfg delete mode 100644 target/x86_64/asus-p5bvm/genimage.cfg delete mode 100644 target/x86_64/systems/asus-p5bvm delete mode 100644 target/x86_64/systems/lenovo-x200 (limited to 'target/x86_64') 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. - -- cgit v1.2.3