Lines Matching refs: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 \
95 firmware via a secure flash device. This involves concatenating ``bl1.bin`` and
96 ``fip.bin`` to create a boot ROM that is flashed onto secure FLASH0 with the
102 - BL32 - ``bl32.bin`` -> ``tee-header_v2.bin``
103 - BL32 Extra1 - ``bl32_extra1.bin`` -> ``tee-pager_v2.bin``
104 - BL32 Extra2 - ``bl32_extra2.bin`` -> ``tee-pageable_v2.bin``
105 - BL33 - ``bl33.bin`` -> ``QEMU_EFI.fd`` (EDK II)
113 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=qemu BL32=bl32.bin \
114 BL32_EXTRA1=bl32_extra1.bin BL32_EXTRA2=bl32_extra2.bin \
115 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip
122 make CROSS_COMPILE=aarch64-linux-gnu- PLAT=qemu BL32=bl32.bin \
123 BL32_EXTRA1=bl32_extra1.bin BL32_EXTRA2=bl32_extra2.bin \
124 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip \
129 2. Concatenate ``bl1.bin`` and ``fip.bin`` to create the boot ROM
133 dd if=build/qemu/release/bl1.bin of=flash.bin bs=4096 conv=notrunc
134 dd if=build/qemu/release/fip.bin of=flash.bin seek=64 bs=4096 conv=notrunc
143 -initrd rootfs.cpio.gz -smp 2 -m 1024 -bios flash.bin \