Home
last modified time | relevance | path

Searched refs:fip (Results 1 – 25 of 81) sorted by relevance

1234

/trusted-firmware-a/lib/debugfs/
A Ddevfip.c125 struct fipfile *fip; in fipgen() local
136 fip = &archives[nc.dev]; in fipgen()
140 if (fip->offset[i] == -1) { in fipgen()
192 struct fipfile *fip; in fipread() local
202 fip = &archives[c->dev]; in fipread()
212 size = fip->size[c->qid]; in fipread()
250 struct fipfile *fip; in fipmount() local
257 fip = &archives[nfips]; in fipmount()
260 fip->offset[n] = -1; in fipmount()
268 fip->c = cspec; in fipmount()
[all …]
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dio_framework_usage_overview.puml37 ref over io_storage : io_open() on fip device
40 ref over io_storage : io_size() on fip device
42 ref over io_storage : io_read() on fip device
44 ref over io_storage : io_close() on fip device
46 ref over io_storage : io_dev_close() on fip device
A Dio_dev_init_and_check.puml20 ref over io_storage : dev_init() on fip device
23 ref over io_storage : io_open() on fip device
26 ref over io_storage : io_close() on fip device
A Dfip-secure-partitions.puml127 artifact fip [
128 fip.bin
165 fiptool -down-> fip
A Dfconf_bl1_load_config.puml23 note over arm_io_storage : register and setup fip
38 load and auth image from fip
58 load and auth image from fip
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dtools-build.rst.txt14 The TF-A build system provides the make target ``fip`` to create a FIP file
23 make PLAT=fvp BL33=<path-to>/bl33.bin fip
29 make PLAT=fvp ARCH=aarch32 AARCH32_SP=sp_min BL33=<path-to>/bl33.bin fip
35 build/fvp/<build-type>/fip.bin
69 fip.bin
75 ./tools/fiptool/fiptool info <path-to>/fip.bin
84 build/<platform>/debug/fip.bin
91 ./tools/fiptool/fiptool unpack <path-to>/fip.bin
98 --tb-fw build/<platform>/debug/fip.bin
114 ``fip`` make target is specified and TBB is enabled (as described in the
[all …]
/trusted-firmware-a/docs/getting_started/
A Dtools-build.rst14 The TF-A build system provides the make target ``fip`` to create a FIP file
23 make PLAT=fvp BL33=<path-to>/bl33.bin fip
29 make PLAT=fvp ARCH=aarch32 AARCH32_SP=sp_min BL33=<path-to>/bl33.bin fip
35 build/fvp/<build-type>/fip.bin
69 fip.bin
75 ./tools/fiptool/fiptool info <path-to>/fip.bin
84 build/<platform>/debug/fip.bin
91 ./tools/fiptool/fiptool unpack <path-to>/fip.bin
98 --tb-fw build/<platform>/debug/fip.bin
114 ``fip`` make target is specified and TBB is enabled (as described in the
[all …]
/trusted-firmware-a/docs/plat/nxp/
A Dnxp-layerscape.rst88 + EL1 fip-ddr BL32(Tee OS) | kernel
139 - ddr-phy-binary: Required by platforms that need fip-ddr.
187 fip
213 fip
216 BUILD fip-ddr (Mandatory for certain platforms, refer table above):
219 -To compile additional fip-ddr for selected platforms(Refer above table if the platform needs fip-d…
222 make PLAT=<platform_name> fip-ddr
232 -- Commands to flash images for bl2_xxx.pbl and fip.bin.
239 tftp 82000000 $path/fip.bin;
265 tftp 82000000 $path/fip.bin;
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/nxp/
A Dnxp-layerscape.rst.txt88 + EL1 fip-ddr BL32(Tee OS) | kernel
139 - ddr-phy-binary: Required by platforms that need fip-ddr.
187 fip
213 fip
216 BUILD fip-ddr (Mandatory for certain platforms, refer table above):
219 -To compile additional fip-ddr for selected platforms(Refer above table if the platform needs fip-d…
222 make PLAT=<platform_name> fip-ddr
232 -- Commands to flash images for bl2_xxx.pbl and fip.bin.
239 tftp 82000000 $path/fip.bin;
265 tftp 82000000 $path/fip.bin;
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dqemu-sbsa.rst.txt30 make PLAT=qemu_sbsa all fip
39 make PLAT=qemu_sbsa BL32=../STANDALONE_MM.fd SPM_MM=1 EL3_EXCEPTION_HANDLING=1 all fip
41 Images will be placed at build/qemu_sbsa/release (bl1.bin and fip.bin).
47 cp build/qemu_sbsa/release/fip.bin ../
A Dbrcm-stingray.rst.txt35 Build fip:
39 … make CROSS_COMPILE=aarch64-linux-gnu- PLAT=stingray BOARD_CFG=bcm958742t all fip BL33=u-boot.bin
A Dls1043a.rst.txt64 Build fip:
68 CROSS_COMPILE=aarch64-linux-gnu- make PLAT=ls1043 fip \
81 => tftp 82000000 fip.bin
A Dhikey960.rst.txt75 ln -sf ${EDK2_OUTPUT_DIR}/FV/fip.bin
128 $ln -sf ${BUILD_PATH}/l-loader/fip.bin
164 $sudo fastboot flash fip fip.bin
A Dqemu.rst.txt95 ``fip.bin`` should be concatenated to create a ``flash.bin`` that is flashed
110 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip
118 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip \
128 dd if=build/qemu/release/fip.bin of=flash.bin seek=64 bs=4096 conv=notrunc
/trusted-firmware-a/docs/plat/
A Dqemu-sbsa.rst30 make PLAT=qemu_sbsa all fip
39 make PLAT=qemu_sbsa BL32=../STANDALONE_MM.fd SPM_MM=1 EL3_EXCEPTION_HANDLING=1 all fip
41 Images will be placed at build/qemu_sbsa/release (bl1.bin and fip.bin).
47 cp build/qemu_sbsa/release/fip.bin ../
A Dbrcm-stingray.rst35 Build fip:
39 … make CROSS_COMPILE=aarch64-linux-gnu- PLAT=stingray BOARD_CFG=bcm958742t all fip BL33=u-boot.bin
A Dls1043a.rst64 Build fip:
68 CROSS_COMPILE=aarch64-linux-gnu- make PLAT=ls1043 fip \
81 => tftp 82000000 fip.bin
A Dhikey960.rst75 ln -sf ${EDK2_OUTPUT_DIR}/FV/fip.bin
128 $ln -sf ${BUILD_PATH}/l-loader/fip.bin
164 $sudo fastboot flash fip fip.bin
A Dqemu.rst95 ``fip.bin`` should be concatenated to create a ``flash.bin`` that is flashed
110 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip
118 BL33=bl33.bin BL32_RAM_LOCATION=tdram SPD=opteed all fip \
128 dd if=build/qemu/release/fip.bin of=flash.bin seek=64 bs=4096 conv=notrunc
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/juno/
A Dindex.rst.txt20 on an SD card, you can replace the ``bl1.bin`` and ``fip.bin``
43 match the uboot image packaged as BL33 in the corresponding fip file. It is
44 recommended to use the version that is packaged in the fip file using the
75 ./tools/fiptool/fiptool unpack <path-to-linaro-release>/[SOFTWARE]/fip.bin
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
151 BL32=<path-to-temporary>/bl32.bin all fip
159 ./build/juno/release/fip.bin
163 ./build/fvp/release/fip.bin
[all …]
/trusted-firmware-a/docs/plat/arm/juno/
A Dindex.rst20 on an SD card, you can replace the ``bl1.bin`` and ``fip.bin``
43 match the uboot image packaged as BL33 in the corresponding fip file. It is
44 recommended to use the version that is packaged in the fip file using the
75 ./tools/fiptool/fiptool unpack <path-to-linaro-release>/[SOFTWARE]/fip.bin
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
151 BL32=<path-to-temporary>/bl32.bin all fip
159 ./build/juno/release/fip.bin
163 ./build/fvp/release/fip.bin
[all …]
/trusted-firmware-a/fdts/
A Dstm32mp15-bl2.dtsi78 fip-handles {
79 compatible = "st,io-fip-handle";
/trusted-firmware-a/docs/design/
A Dtrusted-board-boot-build.rst67 all fip
69 The result of this build will be the bl1.bin and the fip.bin binaries. This
94 all fip fwu_fip
105 The result of this build will be bl1.bin, fip.bin and fwu_fip.bin binaries.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dtrusted-board-boot-build.rst.txt67 all fip
69 The result of this build will be the bl1.bin and the fip.bin binaries. This
94 all fip fwu_fip
105 The result of this build will be bl1.bin, fip.bin and fwu_fip.bin binaries.
/trusted-firmware-a/tools/nxp/create_pbl/
A DREADME61 …make PLAT=ls1046rdb all fip BOOT_MODE=qspi SPD=opteed BL32=tee.bin BL33=u-boot-ls1046.bin pbl RCW=…
65 …make PLAT=lx2160ardb all fip BOOT_MODE=flexspi_nor SPD=opteed BL32=tee_lx2.bin BL33=u-boot_lx2160.…

Completed in 24 milliseconds

1234