Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/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.rst350 :ref:`Trusted Board Boot`. The build system then calls ``fiptool`` to
/external/arm-trusted-firmware/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
/external/arm-trusted-firmware/
D.gitignore22 tools/fiptool/fiptool
23 tools/fiptool/fiptool.exe
DMakefile829 FIPTOOLPATH ?= tools/fiptool
830 FIPTOOL ?= ${FIPTOOLPATH}/fiptool${BIN_EXT}
1086 …an realclean distclean cscope locate-checkpatch checkcodebase checkpatch fiptool sptool fip sp fwu…
1294 fiptool: ${FIPTOOL} target
/external/arm-trusted-firmware/tools/fiptool/
DMakefile11 FIPTOOL ?= fiptool${BIN_EXT}
13 OBJECTS := fiptool.o tbbr_config.o
DMakefile.msvc12 OBJECTS = $(FIPTOOLPATH)\fiptool.obj \
/external/arm-trusted-firmware/docs/plat/arm/juno/
Dindex.rst62 Use the fiptool to extract the SCP_BL2 and BL33 images from the FIP
67 # Build the fiptool
68 make [DEBUG=1] [V=1] fiptool
71 ./tools/fiptool/fiptool unpack <path-to-linaro-release>/[SOFTWARE]/fip.bin
78 The fiptool will complain if the images to be unpacked already
/external/arm-trusted-firmware/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 \
/external/arm-trusted-firmware/docs/
Dchange-log-upcoming.rst54 - Example: "fiptool: Add support to build fiptool on Windows."
Dchange-log.rst1264 - fiptool: Add support to build fiptool on Windows.
1902 - fiptool: Incorrect UUID parsing of blob parameters
2533 - Added support for pre-tool (cert_create and fiptool) image processing
2535 fiptool.
2543 - Enhancements to fiptool:
2545 - Enabled the fiptool to be built using Visual Studio.
2820 - Simplified fiptool to have a single linked list of image descriptors.
2965 - Replaced ``fip_create`` with ``fiptool`` which provides a more consistent
3298 - Issues with dependencies on the 'fiptool' makefile target have been
/external/arm-trusted-firmware/docs/design/
Dtrusted-board-boot.rst222 passed as inputs to the ``fiptool`` utility for creating the FIP.
251 then be passed as input to the ``fiptool`` utility for creating the FIP.
Dfirmware-design.rst1992 The tool can be found in ``tools/fiptool``.
/external/arm-trusted-firmware/docs/design_documents/
Dcmake_framework.rst95 In the TF-A buildsystem some external tools are used, e.g. fiptool for image
/external/arm-trusted-firmware/docs/about/
Dmaintainers.rst600 :F: tools/fiptool/