From 0f266744f7d542a960a78226af35403f871ba5a6 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 8 Dec 2017 06:54:17 -0800 Subject: [PATCH] Galileo: Remove remaining bits from RMC and WIC directory Signed-off-by: Saul Wold Signed-off-by: California Sullivan --- documentation/rmc/README | 9 --------- recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG | 3 --- recipes-bsp/rmc/boards/Galileo2/boot.conf | 4 ---- recipes-bsp/rmc/boards/Galileo2/gallieo2.fp | Bin 109 -> 0 bytes recipes-bsp/rmc/boards/Galileo2/install.conf | 4 ---- wic/galileodisk-sd.wks | 9 --------- wic/galileodisk-usb.wks | 9 --------- 7 files changed, 38 deletions(-) delete mode 100644 recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG delete mode 100644 recipes-bsp/rmc/boards/Galileo2/boot.conf delete mode 100755 recipes-bsp/rmc/boards/Galileo2/gallieo2.fp delete mode 100644 recipes-bsp/rmc/boards/Galileo2/install.conf delete mode 100644 wic/galileodisk-sd.wks delete mode 100644 wic/galileodisk-usb.wks diff --git a/documentation/rmc/README b/documentation/rmc/README index eaa763e1..2c352f29 100644 --- a/documentation/rmc/README +++ b/documentation/rmc/README @@ -294,15 +294,6 @@ common/recipes-bsp/rmc/boards/T100-32bit This example is provided for validation on 32 bit X86 architecture. It doesn't provide any new function not mentioned in above examples. -EXAMPLE 5: RMC for quark -Galileo Gen 2 -common/recipes-bsp/rmc/boards/Galileo2 -This example doesn't show any feature not covered in the above examples. Note -RMC only supports hddimg image format so far. Please refer to the section II.c -in README in meta-intel for how to boot Galileo with images in hddimg format. -Bootloader should show a board-specific boot option "Galileo Gen 2 boot" when -the board boots off. - Troubleshooting -------------------------------------------------------------------------------- Issue: Cannot obtain RMC fingerprint for a board diff --git a/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG b/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG deleted file mode 100644 index dd1b9114..00000000 --- a/recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG +++ /dev/null @@ -1,3 +0,0 @@ -boot.conf -install.conf - diff --git a/recipes-bsp/rmc/boards/Galileo2/boot.conf b/recipes-bsp/rmc/boards/Galileo2/boot.conf deleted file mode 100644 index 580ea486..00000000 --- a/recipes-bsp/rmc/boards/Galileo2/boot.conf +++ /dev/null @@ -1,4 +0,0 @@ -title Galileo Gen 2 boot -linux /vmlinuz -initrd /initrd -options LABEL=boot rootwait console=ttyS1,115200 diff --git a/recipes-bsp/rmc/boards/Galileo2/gallieo2.fp b/recipes-bsp/rmc/boards/Galileo2/gallieo2.fp deleted file mode 100755 index fe77d4d181e2ce9d0b6f662d436778d6dde81be3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 109 zcmZQ%Ehx%QDNQbk&r8frWe5y)4Dx1RLKSpR%*o72&38}DGh$#7C`&CW&dkqa@XRYo n&Cv+bQ~-*XX6B_T01Zk`EiTS4VyI^*N-a(;DoagaKw$#_u$m+P diff --git a/recipes-bsp/rmc/boards/Galileo2/install.conf b/recipes-bsp/rmc/boards/Galileo2/install.conf deleted file mode 100644 index 688c2a8f..00000000 --- a/recipes-bsp/rmc/boards/Galileo2/install.conf +++ /dev/null @@ -1,4 +0,0 @@ -title Galileo Gen 2 install -linux /vmlinuz -initrd /initrd -options LABEL=install-efi rootwait console=ttyS1,115200 diff --git a/wic/galileodisk-sd.wks b/wic/galileodisk-sd.wks deleted file mode 100644 index 225778d7..00000000 --- a/wic/galileodisk-sd.wks +++ /dev/null @@ -1,9 +0,0 @@ -# short-description: Create a Galileo Gen 1/2 disk image (SD card) -# long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2 -# boards that the user can directly dd to an SD card and boot. - -part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk mmcblk0 --label msdos --active --align 1024 - -part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024 --use-uuid - -bootloader --timeout=1 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5" diff --git a/wic/galileodisk-usb.wks b/wic/galileodisk-usb.wks deleted file mode 100644 index b561fa09..00000000 --- a/wic/galileodisk-usb.wks +++ /dev/null @@ -1,9 +0,0 @@ -# short-description: Create a Galileo Gen 1/2 disk image (USB storage) -# long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2 -# that the user can directly dd to USB storage media and boot. - -part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sda --label msdos --active --align 1024 - -part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024 --use-uuid - -bootloader --timeout=1 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"