Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.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.7.0/
D.gitignore23 tools/fiptool/fiptool
24 tools/fiptool/fiptool.exe
DMakefile133 FIPTOOLPATH ?= tools/fiptool
134 FIPTOOL ?= ${BUILD_PLAT}/fiptool${BIN_EXT}
1483 …an realclean distclean cscope locate-checkpatch checkcodebase checkpatch fiptool sptool fip sp fwu…
1706 fiptool: ${FIPTOOL} target
/trusted-firmware-a-3.7.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.rst549 :ref:`Trusted Board Boot`. The build system then calls ``fiptool`` to
/trusted-firmware-a-3.7.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.7.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.rst64 ENABLE_RUNTIME_INSTRUMENTATION=1 fiptool all fip
/trusted-firmware-a-3.7.0/plat/nxp/soc-lx2160a/
Dddr_fip.mk86 FIPTOOLPATH ?= tools/fiptool
87 FIPTOOL ?= ${FIPTOOLPATH}/fiptool${BIN_EXT}
/trusted-firmware-a-3.7.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.7.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.7.0/plat/nxp/common/fip_handler/fuse_fip/
Dfuse.mk91 ${BUILD_PLAT}/${FUSE_FIP_NAME}: fiptool ${FUSE_FIP_DEPS}
/trusted-firmware-a-3.7.0/docs/plat/st/
Dstm32mp1.rst202 tools/fiptool/fiptool create --tos-fw <optee_directory>/tee-header_v2.bin \
/trusted-firmware-a-3.7.0/docs/design/
Dtrusted-board-boot.rst223 the ``fiptool`` utility for creating the FIP.
249 then be passed as input to the ``fiptool`` utility for creating the FIP.
Dfirmware-design.rst2119 The tool can be found in ``tools/fiptool``.
/trusted-firmware-a-3.7.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.7.0/docs/about/
Dmaintainers.rst895 :|F|: tools/fiptool/
/trusted-firmware-a-3.7.0/docs/
Dchange-log.md1133 …- add missing line in the fiptool command for stm32mp1 ([d526d00](https://review.trustedfirmware.o…
2101 …- add NPU support in fiptool ([c91b08c](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr…
5708 - Do not print duplicate verbose lines about building fiptool
6747 - fiptool: Add support to build fiptool on Windows.
7295 - fiptool: Incorrect UUID parsing of blob parameters
7804 - Added support for pre-tool (cert_create and fiptool) image processing enabling
7805 compression of the image files before processing by cert_create and fiptool.
7813 - Enhancements to fiptool:
7815 - Enabled the fiptool to be built using Visual Studio.
8069 - Simplified fiptool to have a single linked list of image descriptors.
[all …]