Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/
D.gitignore22 tools/fiptool/fiptool
23 tools/fiptool/fiptool.exe
DMakefile927 FIPTOOLPATH ?= tools/fiptool
928 FIPTOOL ?= ${BUILD_PLAT}/fiptool${BIN_EXT}
1254 …an realclean distclean cscope locate-checkpatch checkcodebase checkpatch fiptool sptool fip sp fwu…
1476 fiptool: ${FIPTOOL} target
/trusted-firmware-a-3.4.0/docs/resources/diagrams/plantuml/
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
/trusted-firmware-a-3.4.0/docs/getting_started/
Dtools-build.rst45 make -C tools/fiptool clean
51 make [DEBUG=1] [V=1] fiptool
57 ./tools/fiptool/fiptool
66 ./tools/fiptool/fiptool create \
75 ./tools/fiptool/fiptool info <path-to>/fip.bin
82 ./tools/fiptool/fiptool update \
91 ./tools/fiptool/fiptool unpack <path-to>/fip.bin
97 ./tools/fiptool/fiptool remove \
Dbuild-options.rst535 :ref:`Trusted Board Boot`. The build system then calls ``fiptool`` to
/trusted-firmware-a-3.4.0/tools/fiptool/
DMakefile11 FIPTOOL ?= fiptool${BIN_EXT}
14 OBJECTS := ${PROJECT_DIR}/fiptool.o ${PROJECT_DIR}/tbbr_config.o
DMakefile.msvc12 OBJECTS = $(FIPTOOLPATH)\fiptool.obj \
/trusted-firmware-a-3.4.0/plat/nxp/soc-lx2160a/
Dddr_fip.mk86 FIPTOOLPATH ?= tools/fiptool
87 FIPTOOL ?= ${FIPTOOLPATH}/fiptool${BIN_EXT}
/trusted-firmware-a-3.4.0/docs/plat/
Dsynquacer.rst68 make -j`nproc` PLAT=synquacer PRELOADED_BL33_BASE=0x8200000 bl31 fiptool
69 tools/fiptool/fiptool create \
Dwarp7.rst106 tools/fiptool/fiptool create --tos-fw fiptool_images/tee-header_v2.bin \
/trusted-firmware-a-3.4.0/docs/plat/arm/juno/
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
/trusted-firmware-a-3.4.0/plat/nxp/common/fip_handler/fuse_fip/
Dfuse.mk92 ${BUILD_PLAT}/${FUSE_FIP_NAME}: fiptool ${FUSE_FIP_DEPS}
/trusted-firmware-a-3.4.0/docs/design/
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.
Dfirmware-design.rst2021 The tool can be found in ``tools/fiptool``.
/trusted-firmware-a-3.4.0/docs/design_documents/
Dcmake_framework.rst95 In the TF-A buildsystem some external tools are used, e.g. fiptool for image
/trusted-firmware-a-3.4.0/docs/about/
Dmaintainers.rst782 :|F|: tools/fiptool/
/trusted-firmware-a-3.4.0/docs/
Dchange-log.md2626 - Do not print duplicate verbose lines about building fiptool
3665 - fiptool: Add support to build fiptool on Windows.
4213 - fiptool: Incorrect UUID parsing of blob parameters
4722 - Added support for pre-tool (cert_create and fiptool) image processing enabling
4723 compression of the image files before processing by cert_create and fiptool.
4731 - Enhancements to fiptool:
4733 - Enabled the fiptool to be built using Visual Studio.
4987 - Simplified fiptool to have a single linked list of image descriptors.
5120 - Replaced `fip_create` with `fiptool` which provides a more consistent and
5412 - Issues with dependencies on the 'fiptool' makefile target have been rectified.