| * (Bogus) example FIT image description file demonstrating the usage |
| * of multiple images loaded by the SPL. |
| * Several binaries will be loaded at their respective load addresses. |
| * For booting U-Boot, "firmware" is searched first. If not found, "loadables" |
| * is used to identify images to be loaded into memory. If falcon boot is |
| * enabled, "kernel" is searched first. If not found, it falls back to the |
| * same flow as booting U-Boot. Changing image type will result skipping |
| * Finally the one image specifying an entry point will be entered by the SPL. |
| description = "multiple firmware blobs and U-Boot, loaded by SPL"; |
| description = "U-Boot (64-bit)"; |
| description = "ARM Trusted Firmware"; |
| description = "arisc management processor firmware"; |
| description = "Pine64+ DT"; |
| description = "Pine64 DT"; |
| description = "4.7-rc5 kernel"; |
| description = "Debian installer initrd"; |
| description = "sun50i-a64-pine64-plus"; |
| loadables = "uboot", "atf", "kernel", "initrd"; |
| description = "sun50i-a64-pine64"; |
| loadables = "uboot", "atf", "mgmt-firmware"; |