| * Example FIT image description file demonstrating the usage |
| * of SEC Firmware and multiple loadable images loaded by the u-boot. |
| * For booting PPA (SEC Firmware), "firmware" is searched and loaded. |
| * Multiple binaries will be loaded as "loadables" (if present) at their |
| * respective load offsets from firmware image address. |
| description = "PPA Firmware"; |
| description = "PPA Firmware: <version>"; |
| data = /incbin/("../obj/monitor.bin"); |
| description = "Trusted OS"; |
| data = /incbin/("../../tee.bin"); |
| description = "Fuse Script"; |
| data = /incbin/("../../fuse_scr.bin"); |
| description = "PPA Secure firmware"; |
| loadables = "trustedOS@1", "fuse_scr"; |