Galileo: Remove remaining bits from RMC and WIC directory

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
Saul Wold 2017-12-08 06:54:17 -08:00 committed by California Sullivan
parent 6f988495c3
commit 0f266744f7
7 changed files with 0 additions and 38 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
boot.conf
install.conf

View File

@ -1,4 +0,0 @@
title Galileo Gen 2 boot
linux /vmlinuz
initrd /initrd
options LABEL=boot rootwait console=ttyS1,115200

View File

@ -1,4 +0,0 @@
title Galileo Gen 2 install
linux /vmlinuz
initrd /initrd
options LABEL=install-efi rootwait console=ttyS1,115200

View File

@ -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"

View File

@ -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"