Searched refs:fiptool (Results 1 – 20 of 20) sorted by relevance
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | fip-secure-partitions.puml | 125 control fiptool 145 sp_gen --> fiptool 162 signed_tb_fw_config.dtb --> fiptool 163 signed_spkg_1 -down-> fiptool 164 signed_spkg_2 -down-> fiptool 165 fiptool -down-> fip
|
| /rk3399_ARM-atf/ |
| H A D | .gitignore | 23 tools/fiptool/fiptool 24 tools/fiptool/fiptool.exe
|
| H A D | Makefile | 102 # Auxiliary tools (fiptool, cert_create, etc) 114 FIPTOOLPATH ?= tools/fiptool 115 FIPTOOL ?= ${BUILD_PLAT}/${FIPTOOLPATH}/fiptool$(.exe) 977 .PHONY: all msg_start clean realclean distclean cscope locate-checkpatch checkcodebase checkpatch fiptool sptool fip sp tl fwu_fip certtool dtbs memmap doc enctool 1109 $(q)rm -rf ${FIPTOOLPATH}/fiptool 1120 $(q)rm -rf ${FIPTOOLPATH}/fiptool 1221 fiptool: ${FIPTOOL} 1233 $(q)ln -sf ${FIPTOOL} ${FIPTOOLPATH}/fiptool 1297 $(s)echo " fiptool Build the Firmware Image Package (FIP) creation tool" 1216 fiptool: ${FIPTOOL} global() target
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | tools-build.rst | 54 make -C tools/fiptool clean 60 make [DEBUG=1] [V=1] fiptool 66 ./tools/fiptool/fiptool 75 ./tools/fiptool/fiptool create \ 84 ./tools/fiptool/fiptool info <path-to>/fip.bin 91 ./tools/fiptool/fiptool update \ 100 ./tools/fiptool/fiptool unpack <path-to>/fip.bin 106 ./tools/fiptool/fiptool remove \
|
| H A D | prerequisites.rst | 72 OpenSSL is required to build the cert_create, encrypt_fw, and fiptool tools.
|
| H A D | build-options.rst | 718 :ref:`Trusted Board Boot`. The build system then calls ``fiptool`` to
|
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | Makefile | 14 FIPTOOL_SOURCES := fiptool.c tbbr_config.c 65 $(eval $(call MAKE_TOOL,$(BUILD_PLAT)/tools,fiptool,FIPTOOL)) 79 $(q)rm -rf $(BUILD_PLAT)/tools/fiptool
|
| /rk3399_ARM-atf/plat/nxp/soc-lx2160a/ |
| H A D | ddr_fip.mk | 85 FIPTOOLPATH ?= tools/fiptool 86 FIPTOOL ?= ${FIPTOOLPATH}/fiptool$(.exe)
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | synquacer.rst | 68 make -j`nproc` PLAT=synquacer PRELOADED_BL33_BASE=0x8200000 bl31 fiptool 69 tools/fiptool/fiptool create \
|
| H A D | warp7.rst | 106 tools/fiptool/fiptool create --tos-fw fiptool_images/tee-header_v2.bin \
|
| /rk3399_ARM-atf/docs/plat/arm/juno/ |
| H A D | index.rst | 66 Use the fiptool to extract the BL33 image from the FIP 71 # Build the fiptool 72 make [DEBUG=1] [V=1] fiptool 75 ./tools/fiptool/fiptool unpack <path-to-linaro-release>/[SOFTWARE]/fip.bin 81 The fiptool will complain if the images to be unpacked already
|
| /rk3399_ARM-atf/plat/nxp/common/fip_handler/fuse_fip/ |
| H A D | fuse.mk | 91 ${BUILD_PLAT}/${FUSE_FIP_NAME}: fiptool ${FUSE_FIP_DEPS}
|
| /rk3399_ARM-atf/docs/plat/st/ |
| H A D | stm32mp1.rst | 204 tools/fiptool/fiptool create --tos-fw <optee_directory>/tee-header_v2.bin \
|
| /rk3399_ARM-atf/plat/st/stm32mp2/ |
| H A D | platform.mk | 303 ${BUILD_PLAT}/${DDR_FIP_NAME}: ${DDR_FIP_DEPS} fiptool
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | cmake_framework.rst | 91 In the TF-A buildsystem some external tools are used, e.g. fiptool for image
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | trusted-board-boot.rst | 296 the ``fiptool`` utility for creating the FIP. 322 then be passed as input to the ``fiptool`` utility for creating the FIP.
|
| H A D | firmware-design.rst | 2179 The tool can be found in ``tools/fiptool``.
|
| /rk3399_ARM-atf/docs/threat_model/ |
| H A D | supply_chain_threat_model.rst | 55 - *fiptool*: This tool is used to create a Firmware Image Package (FIP) which 62 the encrypted firmware image which can then be passed as input to the fiptool 81 tools: fiptool, cert_create, and encrypt_fw.
|
| /rk3399_ARM-atf/docs/about/ |
| H A D | maintainers.rst | 943 :|F|: tools/fiptool/plat_fiptool/st/ 1035 :|F|: tools/fiptool/
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 640 …- put fiptool in the build directory ([cbd6cec](https://review.trustedfirmware.org/plugins/gitiles… 2992 - **fiptool** 2994 …- update the fiptool and certtool to fix POSIX build ([ccbfd01](https://review.trustedfirmware.org… 3885 …- add ddr-fw parameter for fiptool ([e494afc](https://review.trustedfirmware.org/plugins/gitiles/T… 5483 …- add missing line in the fiptool command for stm32mp1 ([d526d00](https://review.trustedfirmware.o… 6451 …- add NPU support in fiptool ([c91b08c](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr… 10059 - Do not print duplicate verbose lines about building fiptool 11098 - fiptool: Add support to build fiptool on Windows. 11646 - fiptool: Incorrect UUID parsing of blob parameters 12155 - Added support for pre-tool (cert_create and fiptool) image processing enabling [all …]
|