Home
last modified time | relevance | path

Searched refs:fiptool (Results 1 – 20 of 20) sorted by relevance

/arm-trusted-firmware-2.8.0/
A D.gitignore22 tools/fiptool/fiptool
23 tools/fiptool/fiptool.exe
A DMakefile957 FIPTOOLPATH ?= tools/fiptool
958 FIPTOOL ?= ${FIPTOOLPATH}/fiptool${BIN_EXT}
1290 …an realclean distclean cscope locate-checkpatch checkcodebase checkpatch fiptool sptool fip sp fwu…
1512 fiptool: ${FIPTOOL} target
A Dchangelog.yaml1240 scope: fiptool
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/
A Dfip-secure-partitions.puml125 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
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dtools-build.rst54 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 \
A Dprerequisites.rst63 Required to build the cert_create, encrypt_fw, and fiptool tools.
A Dbuild-options.rst544 :ref:`Trusted Board Boot`. The build system then calls ``fiptool`` to
/arm-trusted-firmware-2.8.0/tools/fiptool/
A DMakefile12 FIPTOOL ?= fiptool${BIN_EXT}
14 OBJECTS := fiptool.o tbbr_config.o
A DMakefile.msvc12 OBJECTS = $(FIPTOOLPATH)\fiptool.obj \
/arm-trusted-firmware-2.8.0/plat/nxp/soc-lx2160a/
A Dddr_fip.mk86 FIPTOOLPATH ?= tools/fiptool
87 FIPTOOL ?= ${FIPTOOLPATH}/fiptool${BIN_EXT}
/arm-trusted-firmware-2.8.0/docs/plat/
A Dsynquacer.rst68 make -j`nproc` PLAT=synquacer PRELOADED_BL33_BASE=0x8200000 bl31 fiptool
69 tools/fiptool/fiptool create \
A Dwarp7.rst106 tools/fiptool/fiptool create --tos-fw fiptool_images/tee-header_v2.bin \
A Dstm32mp1.rst251 tools/fiptool/fiptool create --tos-fw <optee_directory>/tee-header_v2.bin \
/arm-trusted-firmware-2.8.0/docs/plat/arm/juno/
A Dindex.rst66 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
/arm-trusted-firmware-2.8.0/plat/nxp/common/fip_handler/fuse_fip/
A Dfuse.mk92 ${BUILD_PLAT}/${FUSE_FIP_NAME}: fiptool ${FUSE_FIP_DEPS}
/arm-trusted-firmware-2.8.0/docs/design/
A Dtrusted-board-boot.rst222 passed as inputs to the ``fiptool`` utility for creating the FIP.
248 then be passed as input to the ``fiptool`` utility for creating the FIP.
A Dfirmware-design.rst2022 The tool can be found in ``tools/fiptool``.
/arm-trusted-firmware-2.8.0/docs/design_documents/
A Dcmake_framework.rst95 In the TF-A buildsystem some external tools are used, e.g. fiptool for image
/arm-trusted-firmware-2.8.0/docs/about/
A Dmaintainers.rst827 :|F|: tools/fiptool/
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md3540 - Do not print duplicate verbose lines about building fiptool
4579 - fiptool: Add support to build fiptool on Windows.
5127 - fiptool: Incorrect UUID parsing of blob parameters
5636 - Added support for pre-tool (cert_create and fiptool) image processing enabling
5637 compression of the image files before processing by cert_create and fiptool.
5645 - Enhancements to fiptool:
5647 - Enabled the fiptool to be built using Visual Studio.
5901 - Simplified fiptool to have a single linked list of image descriptors.
6034 - Replaced `fip_create` with `fiptool` which provides a more consistent and
6326 - Issues with dependencies on the 'fiptool' makefile target have been rectified.

Completed in 37 milliseconds