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