Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.0/
D.gitignore23 tools/fiptool/fiptool
24 tools/fiptool/fiptool.exe
DMakefile1063 FIPTOOLPATH ?= tools/fiptool
1064 FIPTOOL ?= ${BUILD_PLAT}/fiptool${BIN_EXT}
1418 …an realclean distclean cscope locate-checkpatch checkcodebase checkpatch fiptool sptool fip sp fwu…
1640 fiptool: ${FIPTOOL} target
/trusted-firmware-a-3.6.0-3.5.0/docs/getting_started/
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 \
Dprerequisites.rst69 Required to build the cert_create, encrypt_fw, and fiptool tools.
Dbuild-options.rst585 :ref:`Trusted Board Boot`. The build system then calls ``fiptool`` to
/trusted-firmware-a-3.6.0-3.5.0/docs/perf/
Dpsci-performance-n1sdp.rst31 ENABLE_RUNTIME_INSTRUMENTATION=1 fiptool all
55 #. Using the fiptool, create a new FIP package and append the SCP ram image onto
60 ./tools/fiptool/fiptool create --blob \
68 ./tools/fiptool/fiptool create \
Dpsci-performance-juno.rst63 ENABLE_RUNTIME_INSTRUMENTATION=1 fiptool all fip
/trusted-firmware-a-3.6.0-3.5.0/tools/fiptool/
DMakefile12 FIPTOOL ?= fiptool${BIN_EXT}
15 OBJECTS := ${PROJECT_DIR}/fiptool.o ${PROJECT_DIR}/tbbr_config.o
DMakefile.msvc12 OBJECTS = $(FIPTOOLPATH)\fiptool.obj \
/trusted-firmware-a-3.6.0-3.5.0/plat/nxp/soc-lx2160a/
Dddr_fip.mk86 FIPTOOLPATH ?= tools/fiptool
87 FIPTOOL ?= ${FIPTOOLPATH}/fiptool${BIN_EXT}
/trusted-firmware-a-3.6.0-3.5.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 \
Dstm32mp1.rst251 tools/fiptool/fiptool create --tos-fw <optee_directory>/tee-header_v2.bin \
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.0/plat/nxp/common/fip_handler/fuse_fip/
Dfuse.mk91 ${BUILD_PLAT}/${FUSE_FIP_NAME}: fiptool ${FUSE_FIP_DEPS}
/trusted-firmware-a-3.6.0-3.5.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.rst2051 The tool can be found in ``tools/fiptool``.
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.0/docs/about/
Dmaintainers.rst843 :|F|: tools/fiptool/
/trusted-firmware-a-3.6.0-3.5.0/docs/
Dchange-log.md951 …- add NPU support in fiptool ([c91b08c](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr…
4558 - Do not print duplicate verbose lines about building fiptool
5597 - fiptool: Add support to build fiptool on Windows.
6145 - fiptool: Incorrect UUID parsing of blob parameters
6654 - Added support for pre-tool (cert_create and fiptool) image processing enabling
6655 compression of the image files before processing by cert_create and fiptool.
6663 - Enhancements to fiptool:
6665 - Enabled the fiptool to be built using Visual Studio.
6919 - Simplified fiptool to have a single linked list of image descriptors.
7052 - Replaced `fip_create` with `fiptool` which provides a more consistent and
[all …]