| .. SPDX-License-Identifier: GPL-2.0+ |
| Example FIT image description file demonstrating the usage of the |
| bootm command to launch UEFI binaries. |
| Two boot configurations are available to enable booting GRUB2 on QEMU, |
| the former uses a FDT blob contained in the FIT image, while the later |
| relies on the FDT provided by the board emulator. |
| description = "GRUB2 EFI and QEMU FDT blob"; |
| description = "GRUB EFI Firmware"; |
| data = /incbin/("bootarm.efi"); |
| description = "QEMU DTB"; |
| data = /incbin/("qemu-arm.dtb"); |
| default = "config-grub-fdt"; |
| description = "GRUB EFI Boot w/ FDT"; |
| sign-images = "kernel", "fdt"; |
| description = "GRUB EFI Boot w/o FDT"; |