| /rk3399_ARM-atf/docs/plat/ |
| H A D | warp7.rst | 53 - u-boot.bin 56 - tee-header_v2.bin 57 - tee-pager_v2.bin 58 - tee-pageable_v2.bin 68 cp /path/to/optee/out/arm-plat-imx/core/tee-header_v2.bin fiptool_images 69 cp /path/to/optee/out/arm-plat-imx/core/tee-pager_v2.bin fiptool_images 70 cp /path/to/optee/out/arm-plat-imx/core/tee-pageable_v2.bin fiptool_images 75 NEED_BL32=yes BL32=fiptool_images/tee-header_v2.bin \ 76 BL32_EXTRA1=fiptool_images/tee-pager_v2.bin \ 77 BL32_EXTRA2=fiptool_images/tee-pageable_v2.bin \ [all …]
|
| H A D | qemu.rst | 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) [all …]
|
| H A D | imx8.rst | 35 …d System Controller Firmware and u-boot firstly, and get binary images: scfw_tcm.bin and u-boot.bin 51 TF-A binary(bl31.bin), scfw_tcm.bin and u-boot.bin are combined together 52 to generate a binary file called flash.bin, the imx-mkimage tool is used 53 to generate flash.bin, and flash.bin needs to be flashed into SD card
|
| H A D | imx9.rst | 28 - Build SPL and u-boot firstly, and get binary images: u-boot-spl.bin, 29 u-boot.bin and dtb 44 TF-A binary(bl31.bin), u-boot-spl.bin u-boot.bin, ELE FW image are combined 45 together to generate a binary file called flash.bin, the imx-mkimage tool is 46 used to generate flash.bin, and flash.bin needs to be flashed into SD card
|
| H A D | imx8ulp.rst | 37 - Build SPL and u-boot firstly, and get binary images: u-boot-spl.bin, 38 u-boot.bin and dtb 53 TF-A binary(bl31.bin), u-boot-spl.bin u-boot.bin, ELE FW image are combined 54 together to generate a binary file called flash.bin, the imx-mkimage tool is 55 used to generate flash.bin, and flash.bin needs to be flashed into SD card
|
| H A D | s32g274a.rst | 54 #!/bin/bash -xe 67 BOOT_IMAGE="build/s32g274ardb2/${BUILD}/BOOT_IMAGE.bin" 68 BL2_BIN="build/s32g274ardb2/${BUILD}/bl2.bin" 69 FIP_BIN="build/s32g274ardb2/${BUILD}/fip.bin" 73 BL33="${UBOOT}/u-boot-nodtb.bin" DEBUG="${DEBUG}" clean 75 BL33="${UBOOT}/u-boot-nodtb.bin" DEBUG="${DEBUG}" bl2 77 BL33="${UBOOT}/u-boot-nodtb.bin" DEBUG="${DEBUG}" fip 82 # BL2 bin file size in bytes 85 # Pack bl2.bin and fip.bin by ensuring that the FIP image will start at FIP_BASE
|
| H A D | hikey960.rst | 67 - Generate l-loader.bin and partition table. 73 ln -sf ${EDK2_OUTPUT_DIR}/FV/bl1.bin 74 ln -sf ${EDK2_OUTPUT_DIR}/FV/bl2.bin 75 ln -sf ${EDK2_OUTPUT_DIR}/FV/fip.bin 127 $ln -sf ${BUILD_PATH}/l-loader/l-loader.bin 128 $ln -sf ${BUILD_PATH}/l-loader/fip.bin 129 $ln -sf ${BUILD_PATH}/l-loader/recovery.bin 139 ./recovery.bin 0x1AC00000 147 - Run the command to download recovery.bin into HiKey960. 163 $sudo fastboot flash fastboot l-loader.bin [all …]
|
| H A D | hikey.rst | 72 - Generate l-loader.bin and partition table for aosp. The eMMC capacity is either 8GB or 4GB. Just… 77 ln -sf ${EDK2_OUTPUT_DIR}/FV/bl1.bin 78 ln -sf ${EDK2_OUTPUT_DIR}/FV/bl2.bin 79 ln -sf ${BUILD_PATH}/atf-fastboot/build/hikey/${FASTBOOT_BUILD_OPTION}/bl1.bin fastboot.bin 130 - Run the command to download recovery.bin into HiKey. 134 $sudo python hisi-idt.py -d /dev/ttyUSB1 --img1 recovery.bin 141 $sudo fastboot flash loader l-loader.bin 142 $sudo fastboot flash fastboot fip.bin
|
| /rk3399_ARM-atf/plat/nxp/soc-lx2160a/ |
| H A D | ddr_fip.mk | 11 DDR_IMEM_UDIMM_1D := ${DDR_PHY_BIN_PATH}/ddr4_pmu_train_imem.bin 15 DDR_IMEM_UDIMM_2D := ${DDR_PHY_BIN_PATH}/ddr4_2d_pmu_train_imem.bin 19 DDR_DMEM_UDIMM_1D := ${DDR_PHY_BIN_PATH}/ddr4_pmu_train_dmem.bin 23 DDR_DMEM_UDIMM_2D := ${DDR_PHY_BIN_PATH}/ddr4_2d_pmu_train_dmem.bin 27 DDR_IMEM_RDIMM_1D := ${DDR_PHY_BIN_PATH}/ddr4_rdimm_pmu_train_imem.bin 31 DDR_IMEM_RDIMM_2D := ${DDR_PHY_BIN_PATH}/ddr4_rdimm2d_pmu_train_imem.bin 35 DDR_DMEM_RDIMM_1D := ${DDR_PHY_BIN_PATH}/ddr4_rdimm_pmu_train_dmem.bin 39 DDR_DMEM_RDIMM_2D := ${DDR_PHY_BIN_PATH}/ddr4_rdimm2d_pmu_train_dmem.bin 44 DDR_FIP_NAME := ddr_fip_sec.bin 46 DDR_FIP_NAME := ddr_fip.bin
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H A D | uart-booting.rst | 19 speed with 115200 bauds. Target ``mrvl_uart`` produces GZIPed TAR archive ``uart-images.tgz.bin`` 20 with either three files ``TIM_ATF.bin``, ``wtmi_h.bin`` and ``boot-image_h.bin`` for non-secure 21 boot or with four files ``TIM_ATF_TRUSTED.bin``, ``TIMN_ATF_TRUSTED.bin``, ``wtmi_h.bin`` and 22 ``boot-image_h.bin`` when secure boot is enabled. 33 To download images from ``uart-images.tgz.bin`` archive unpack it and for non-secure boot variant r… 38 > WtpDownload_linux -P UART -C <port#> -E -B TIM_ATF.bin -I wtmi_h.bin -I boot-image_h.bin 46 with either with separate files from ``uart-images.tgz.bin`` archive (like Marvell Wtpdownloader) 47 produced by ``mrvl_uart`` target or also with ``flash-image.bin`` file produced by ``mrvl_flash`` 67 > mox-imager -D /dev/ttyUSB<port#> -E -b 6000000 -t flash-image.bin 69 To download images from ``uart-images.tgz.bin`` archive built by ``mrvl_uart`` target for [all …]
|
| /rk3399_ARM-atf/tools/nxp/create_pbl/ |
| H A D | pbl_ch3.mk | 8 SHELL=/bin/bash 21 pbl: ${BUILD_PLAT}/bl2.bin 23 pbl: ${BUILD_PLAT}/bl2.bin 28 …$(q)$(CST_DIR)/create_hdr_isbc --in ${BUILD_PLAT}/bl2.bin --out ${BUILD_PLAT}/hdr_bl2 ${BL2_INPUT_… 34 …${CREATE_PBL} -r ${RCW} -i ${BUILD_PLAT}/bl2.bin -b ${BOOT_MODE} -c ${SOC_NUM} -d ${BL2_BASE} -e $… 51 dd if=${BUILD_PLAT}/bl2.bin of=${BUILD_PLAT}/bl2_${BOOT_MODE}_sec.pbl bs=1K seek=${bl2_loc} 63 …${CREATE_PBL} -r ${RCW} -i ${BUILD_PLAT}/bl2.bin -b ${BOOT_MODE} -c ${SOC_NUM} -d ${BL2_BASE} -e $… 68 dd if=${BUILD_PLAT}/bl2.bin of=${BUILD_PLAT}/bl2_${BOOT_MODE}.pbl bs=1K seek=${bl2_loc}
|
| H A D | README | 31 of the BL2.bin 50 …./create_pbl -r <RCW file> -i <bl2.bin> -c <chassis_no> -b <boot_source = sd/qspi/nor> -d <Destina… 57 make <compilation command......> pbl RCW=<Path_to_RCW_File>/<rcw_file_name.bin> 61 …32=tee.bin BL33=u-boot-ls1046.bin pbl RCW=/home/pankaj/flexbuild/packages/firmware/dash-rcw/ls1046… 65 …_nor SPD=opteed BL32=tee_lx2.bin BL33=u-boot_lx2160.bin pbl RCW=plat/nxp/soc-lx2160/lx2160ardb/rcw…
|
| H A D | pbl_ch2.mk | 15 pbl: ${BUILD_PLAT}/bl2.bin 17 pbl: ${BUILD_PLAT}/bl2.bin 22 …$(q)$(CST_DIR)/create_hdr_isbc --in ${BUILD_PLAT}/bl2.bin --out ${BUILD_PLAT}/hdr_bl2 ${BL2_INPUT_… 26 …${CREATE_PBL} -r ${RCW} -i ${BUILD_PLAT}/bl2.bin -b ${BOOT_MODE} -c ${SOC_NUM} -d ${BL2_BASE} -e $… 47 …${CREATE_PBL} -r ${RCW} -i ${BUILD_PLAT}/bl2.bin -b ${BOOT_MODE} -c ${SOC_NUM} -d ${BL2_BASE} -e $…
|
| /rk3399_ARM-atf/plat/marvell/ |
| H A D | marvell.mk | 7 BOOT_IMAGE := boot-image.bin 8 BOOT_ENC_IMAGE := boot-image-enc.bin 9 FLASH_IMAGE := flash-image.bin
|
| /rk3399_ARM-atf/tools/renesas/rcar_layout_create/ |
| H A D | makefile | 91 all: $(FILE_NAME_SA0).srec $(FILE_NAME_SA0).bin 92 all: $(FILE_NAME_SA6).srec $(FILE_NAME_SA6).bin 101 $(FILE_NAME_SA0).bin: $(OUTPUT_FILE_SA0) | $$(@D)/ 102 … binary --adjust-vma=$(RCAR_VMA_ADJUST_ADDR) --srec-forceS3 $(OUTPUT_FILE_SA0) $(FILE_NAME_SA0).bin 110 $(FILE_NAME_SA6).bin: $(OUTPUT_FILE_SA6) | $$(@D)/ 111 … binary --adjust-vma=$(RCAR_VMA_ADJUST_ADDR) --srec-forceS3 $(OUTPUT_FILE_SA6) $(FILE_NAME_SA6).bin 125 $(CL) *.bin *.map *.srec *.elf *.o
|
| /rk3399_ARM-atf/tools/renesas/rzg_layout_create/ |
| H A D | makefile | 88 all: $(FILE_NAME_SA0).srec $(FILE_NAME_SA0).bin 89 all: $(FILE_NAME_SA6).srec $(FILE_NAME_SA6).bin 98 $(FILE_NAME_SA0).bin: $(OUTPUT_FILE_SA0) | $$(@D)/ 99 … binary --adjust-vma=$(RCAR_VMA_ADJUST_ADDR) --srec-forceS3 $(OUTPUT_FILE_SA0) $(FILE_NAME_SA0).bin 107 $(FILE_NAME_SA6).bin: $(OUTPUT_FILE_SA6) | $$(@D)/ 108 … binary --adjust-vma=$(RCAR_VMA_ADJUST_ADDR) --srec-forceS3 $(OUTPUT_FILE_SA6) $(FILE_NAME_SA6).bin 122 $(CL) *.bin *.map *.srec *.elf *.o
|
| /rk3399_ARM-atf/docs/plat/arm/juno/ |
| H A D | index.rst | 20 on an SD card, you can replace the ``bl1.bin`` and ``fip.bin`` 60 download pre-built SCP binaries (``scp_bl1.bin`` and ``scp_bl2.bin``) 75 ./tools/fiptool/fiptool unpack <path-to-linaro-release>/[SOFTWARE]/fip.bin 78 current working directory. BL33 corresponds to ``nt-fw.bin``. 86 For AArch32, the instructions below assume that nt-fw.bin is a 94 make PLAT=fvp BL33=nt-fw.bin all fip 97 make PLAT=fvp ARCH=aarch32 AARCH32_SP=sp_min BL33=nt-fw.bin all fip 108 make PLAT=juno BL33=nt-fw.bin SCP_BL2=scp_bl2.bin all fip 121 export CROSS_COMPILE=<path-to-aarch32-gcc>/bin/arm-linux-gnueabihf- 130 - Save ``bl32.bin`` to a temporary location and clean the build products. [all …]
|
| /rk3399_ARM-atf/plat/marvell/armada/a3k/common/ |
| H A D | a3700_common.mk | 78 UART_IMAGE := $(BUILD_UART).tgz.bin 115 WTMI_IMG := $(WTP)/wtmi/fuse/build/fuse.bin 119 WTMI_MULTI_IMG := $(WTP)/wtmi/build/wtmi.bin 121 WTMI_ENC_IMG := wtmi-enc.bin 141 UART_IMAGES += $(BUILD_UART)/wtmi_h.bin $(BUILD_UART)/boot-image_h.bin 160 $(BUILD_PLAT)/wtmi.bin: $(WTMI_MULTI_IMG) 161 $(q)cp -a $(WTMI_MULTI_IMG) $(BUILD_PLAT)/wtmi.bin 170 $(BUILD_PLAT)/$(UART_IMAGE): $(BUILD_PLAT)/$(BOOT_IMAGE) $(BUILD_PLAT)/wtmi.bin $(TBB) $(TIMBUILD) … 173 $(q)cp -a $(BUILD_PLAT)/wtmi.bin $(BUILD_PLAT)/$(BUILD_UART)/wtmi.bin 191 $(BUILD_PLAT)/$(FLASH_IMAGE): $(BUILD_PLAT)/$(BOOT_IMAGE) $(BUILD_PLAT)/wtmi.bin $(TBB) $(TIMBUILD)… [all …]
|
| /rk3399_ARM-atf/make_helpers/ |
| H A D | defaults.mk | 138 FIP_NAME := fip.bin 141 FWU_FIP_NAME := fwu_fip.bin 144 BL2_FIP_NAME := bl2_fip.bin 373 OPENSSL_BIN_PATH = ${OPENSSL_DIR}/bin
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | tools-build.rst | 20 Firmware-A Tests`_ (`tftf.bin``) may be used. Refer to to the `TFTF 32 make PLAT=fvp BL33=<path-to>/bl33.bin fip 38 make PLAT=fvp ARCH=aarch32 AARCH32_SP=sp_min BL33=<path-to>/bl33.bin fip 44 build/fvp/<build-type>/fip.bin 71 Example 1: create a new Firmware package ``fip.bin`` that contains BL2 and BL31: 76 --tb-fw build/<platform>/<build-type>/bl2.bin \ 77 --soc-fw build/<platform>/<build-type>/bl31.bin \ 78 fip.bin 84 ./tools/fiptool/fiptool info <path-to>/fip.bin 92 --tb-fw build/<platform>/release/bl2.bin \ [all …]
|
| H A D | initial-build.rst | 11 export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf- 17 export CROSS_COMPILE=<path-to-aarch32-gcc>/bin/arm-none-eabi- 32 export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf- 33 make CC=<path-to-armclang>/bin/armclang PLAT=<platform> all 48 make CC=<path-to-clang>/bin/clang PLAT=<platform> all 93 - ``build/<platform>/<build-type>/bl1.bin`` 94 - ``build/<platform>/<build-type>/bl2.bin`` 95 - ``build/<platform>/<build-type>/bl31.bin`` (AArch64 only) 96 - ``build/<platform>/<build-type>/bl32.bin`` (mandatory for AArch32)
|
| /rk3399_ARM-atf/docs/plat/st/ |
| H A D | stm32mp1.rst | 164 BL33=<u-boot_directory>/u-boot-nodtb.bin \ 175 BL33=<u-boot_directory>/u-boot-nodtb.bin \ 177 BL32=<optee_directory>/tee-header_v2.bin \ 178 BL32_EXTRA1=<optee_directory>/tee-pager_v2.bin 179 BL32_EXTRA2=<optee_directory>/tee-pageable_v2.bin 192 --tos-fw <optee_directory>/tee-header_v2.bin \ 193 --tos-fw-extra1 <optee_directory>/tee-pager_v2.bin \ 194 --tos-fw-extra2 <optee_directory>/tee-pageable_v2.bin \ 197 --nt-fw <u-boot_directory>/u-boot-nodtb.bin \ 204 tools/fiptool/fiptool create --tos-fw <optee_directory>/tee-header_v2.bin \ [all …]
|
| /rk3399_ARM-atf/lib/romlib/ |
| H A D | gen_combined_bl1_romlib.sh | 50 (cat $bin_path/bl1.bin 52 cat $bin_path/romlib/romlib.bin) > $bin_path/$$.tmp &&
|
| /rk3399_ARM-atf/plat/arm/board/arm_fpga/ |
| H A D | build_axf.ld.S | 22 INPUT(./bl31.bin) 36 *bl31.bin
|
| /rk3399_ARM-atf/.husky/ |
| H A D | commit-msg.gerrit | 62 if [ -x /usr/xpg4/bin/awk ]; then 64 AWK=/usr/xpg4/bin/awk
|