Lines Matching full:bin
70 - ``bl2.bin`` -> BL2
71 - ``bl31.bin`` -> BL31
72 - ``bl33.bin`` -> BL33 (``QEMU_EFI.fd``)
88 -initrd rootfs.cpio.gz -smp 2 -m 1024 -bios bl1.bin \
94 Boot firmwares are loaded via secure FLASH0 device so ``bl1.bin`` and
95 ``fip.bin`` should be concatenated to create a ``flash.bin`` that is flashed
98 - ``bl32.bin`` -> BL32 (``tee-header_v2.bin``)
99 - ``bl32_extra1.bin`` -> BL32 Extra1 (``tee-pager_v2.bin``)
100 - ``bl32_extra2.bin`` -> BL32 Extra2 (``tee-pageable_v2.bin``)
101 - ``bl33.bin`` -> BL33 (``QEMU_EFI.fd``)
108 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=qemu BL32=bl32.bin \
109 BL32_EXTRA1=bl32_extra1.bin BL32_EXTRA2=bl32_extra2.bin \
110 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip
116 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=qemu BL32=bl32.bin \
117 BL32_EXTRA1=bl32_extra1.bin BL32_EXTRA2=bl32_extra2.bin \
118 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip \
123 To build flash.bin:
127 dd if=build/qemu/release/bl1.bin of=flash.bin bs=4096 conv=notrunc
128 dd if=build/qemu/release/fip.bin of=flash.bin seek=64 bs=4096 conv=notrunc
137 -initrd rootfs.cpio.gz -smp 2 -m 1024 -bios flash.bin \