summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/rmc/README9
-rw-r--r--recipes-bsp/rmc/boards/Galileo2/BOOTENTRY.CONFIG3
-rw-r--r--recipes-bsp/rmc/boards/Galileo2/boot.conf4
-rwxr-xr-xrecipes-bsp/rmc/boards/Galileo2/gallieo2.fpbin109 -> 0 bytes
-rw-r--r--recipes-bsp/rmc/boards/Galileo2/install.conf4
-rw-r--r--wic/galileodisk-sd.wks9
-rw-r--r--wic/galileodisk-usb.wks9
7 files changed, 0 insertions, 38 deletions
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
294This example is provided for validation on 32 bit X86 architecture. It doesn't 294This example is provided for validation on 32 bit X86 architecture. It doesn't
295provide any new function not mentioned in above examples. 295provide any new function not mentioned in above examples.
296 296
297EXAMPLE 5: RMC for quark
298Galileo Gen 2
299common/recipes-bsp/rmc/boards/Galileo2
300This example doesn't show any feature not covered in the above examples. Note
301RMC only supports hddimg image format so far. Please refer to the section II.c
302in README in meta-intel for how to boot Galileo with images in hddimg format.
303Bootloader should show a board-specific boot option "Galileo Gen 2 boot" when
304the board boots off.
305
306Troubleshooting 297Troubleshooting
307-------------------------------------------------------------------------------- 298--------------------------------------------------------------------------------
308Issue: Cannot obtain RMC fingerprint for a board 299Issue: 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 @@
1boot.conf
2install.conf
3
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 @@
1title Galileo Gen 2 boot
2linux /vmlinuz
3initrd /initrd
4options 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 fe77d4d1..00000000
--- a/recipes-bsp/rmc/boards/Galileo2/gallieo2.fp
+++ /dev/null
Binary files differ
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 @@
1title Galileo Gen 2 install
2linux /vmlinuz
3initrd /initrd
4options 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 @@
1# short-description: Create a Galileo Gen 1/2 disk image (SD card)
2# long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2
3# boards that the user can directly dd to an SD card and boot.
4
5part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk mmcblk0 --label msdos --active --align 1024
6
7part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024 --use-uuid
8
9bootloader --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 @@
1# short-description: Create a Galileo Gen 1/2 disk image (USB storage)
2# long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2
3# that the user can directly dd to USB storage media and boot.
4
5part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sda --label msdos --active --align 1024
6
7part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024 --use-uuid
8
9bootloader --timeout=1 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"