Searched full:tools (Results 1 – 25 of 66) sorted by relevance
123
/trusted-firmware-a-3.7.0/ |
D | .gitignore | 12 # Ignore build products from tools 13 tools/**/*.o 14 tools/**/*.d 15 tools/renesas/rcar_layout_create/*.bin 16 tools/renesas/rcar_layout_create/*.srec 17 tools/renesas/rcar_layout_create/*.map 18 tools/renesas/rcar_layout_create/*.elf 19 tools/renesas/rzg_layout_create/*.bin 20 tools/renesas/rzg_layout_create/*.srec 21 tools/renesas/rzg_layout_create/*.map [all …]
|
D | pyproject.toml | 9 { include = "memory", from = "tools/memory"} 23 pip-tools = "^6.4.0"
|
D | .readthedocs.yaml | 14 tools:
|
/trusted-firmware-a-3.7.0/tools/marvell/doimage/secure/ |
D | sec_img_7K.cfg | 3 kak_key_file = "tools/doimage/secure/kak_priv_pem.key"; 8 csk_key_file = ["tools/doimage/secure/csk_priv_pem0.key", 9 "tools/doimage/secure/csk_priv_pem1.key", 10 "tools/doimage/secure/csk_priv_pem2.key", 11 "tools/doimage/secure/csk_priv_pem3.key", 18 aes_key_file = "tools/doimage/secure/aes_key.txt";
|
D | sec_img_8K.cfg | 3 kak_key_file = "tools/doimage/secure/kak_priv_pem.key"; 8 csk_key_file = ["tools/doimage/secure/csk_priv_pem0.key", 9 "tools/doimage/secure/csk_priv_pem1.key", 10 "tools/doimage/secure/csk_priv_pem2.key", 11 "tools/doimage/secure/csk_priv_pem3.key", 18 aes_key_file = "tools/doimage/secure/aes_key.txt";
|
/trusted-firmware-a-3.7.0/docs/getting_started/ |
D | tools-build.rst | 1 Building Supporting Tools 6 OpenSSL 3.0 is needed in order to build the tools. A custom installation 9 indicate the location of the custom OpenSSL build. Then, to run the tools, 54 make -C tools/fiptool clean 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 \ [all …]
|
D | prerequisites.rst | 18 should also work fine as a base, provided that the necessary tools and libraries 37 In addition, a native compiler is required to build the supporting tools. 58 The following tools are required to obtain and build |TF-A|: 65 supporting tools: 69 Required to build the cert_create, encrypt_fw, and fiptool tools. 82 These tools are optional: 98 Git hooks and helper tools. Without these tools you will need to rely on the 104 reproduce a Python environment to build documentation and run analysis tools. 179 …curl -Lo $(git rev-parse --git-dir)/hooks/commit-msg https://review.trustedfirmware.org/tools/hook… 189 …Arm Developer website: https://developer.arm.com/tools-and-software/open-source-software/developer… [all …]
|
D | index.rst | 11 tools-build
|
/trusted-firmware-a-3.7.0/docs/plat/ |
D | synquacer.rst | 37 - Firstly, in addition to the “normal” build tools you will also need a 38 few specialist tools. On a Debian or Ubuntu operating system try: 42 sudo apt install acpica-tools device-tree-compiler uuid-dev 69 tools/fiptool/fiptool create \
|
D | warp7.rst | 22 furthermore it is _recommended_ to use the mkimage in the u-boot/tools directory 80 …/path/to/u-boot/tools/mkimage -n /path/to/u-boot/u-boot.cfgout -T imximage -e 0x9df00000 -d ./buil… 90 tools/cert_create/cert_create -n --rot-key "build/warp7/debug/rot_key.pem" \ 106 tools/fiptool/fiptool create --tos-fw fiptool_images/tee-header_v2.bin \ 176 …/path/to/u-boot/tools/mkimage -n u-boot.cfgout.warp7 -T imximage -e 0x9df00000 -d ./build/warp7/de…
|
D | hikey960.rst | 120 `link <https://github.com/96boards-hikey/tools-images-hikey960>`__ 126 $cd tools-images-hikey960 178 - Reference `link <https://github.com/96boards-hikey/tools-images-hikey960/blob/master/build-from-…
|
/trusted-firmware-a-3.7.0/docs/plat/arm/fvp_r/ |
D | index.rst | 27 …Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/developer…
|
/trusted-firmware-a-3.7.0/docs/design_documents/ |
D | cmake_framework.rst | 36 * Out-of-the-box support for integration with several tools (e.g. project 93 External tools 95 In the TF-A buildsystem some external tools are used, e.g. fiptool for image 96 generation or dtc for device tree compilation. These tools have to be found 98 used, any other necessary tools can be added later.
|
/trusted-firmware-a-3.7.0/docs/plat/arm/corstone1000/ |
D | index.rst | 29 …tal target `toolchain <https://developer.arm.com/tools-and-software/open-source-software/developer…
|
/trusted-firmware-a-3.7.0/docs/plat/arm/morello/ |
D | index.rst | 32 …Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/developer…
|
/trusted-firmware-a-3.7.0/docs/tools/ |
D | index.rst | 1 Tools chapter
|
/trusted-firmware-a-3.7.0/docs/plat/arm/tc/ |
D | index.rst | 62 .. _Arm Toolchain: https://developer.arm.com/tools-and-software/open-source-software/developer-tool…
|
/trusted-firmware-a-3.7.0/plat/nxp/soc-lx2160a/ |
D | ddr_fip.mk | 71 CRTTOOLPATH ?= tools/cert_create 86 FIPTOOLPATH ?= tools/fiptool
|
/trusted-firmware-a-3.7.0/plat/marvell/armada/a8k/a70x0_amc/ |
D | platform.mk | 13 DOIMAGE_SEC := tools/doimage/secure/sec_img_7K.cfg
|
/trusted-firmware-a-3.7.0/plat/marvell/armada/a8k/a70x0_mochabin/ |
D | platform.mk | 13 DOIMAGE_SEC := tools/doimage/secure/sec_img_7K.cfg
|
/trusted-firmware-a-3.7.0/plat/marvell/armada/a8k/a80x0/ |
D | platform.mk | 13 DOIMAGE_SEC := tools/doimage/secure/sec_img_8K.cfg
|
/trusted-firmware-a-3.7.0/plat/marvell/armada/a8k/a80x0_mcbin/ |
D | platform.mk | 13 DOIMAGE_SEC := tools/doimage/secure/sec_img_8K.cfg
|
/trusted-firmware-a-3.7.0/plat/marvell/armada/a8k/a80x0_puzzle/ |
D | platform.mk | 13 DOIMAGE_SEC := tools/doimage/secure/sec_img_8K.cfg
|
/trusted-firmware-a-3.7.0/plat/marvell/octeontx/otx2/t91/t9130/ |
D | platform.mk | 13 DOIMAGE_SEC := tools/doimage/secure/sec_img_7K.cfg
|
/trusted-firmware-a-3.7.0/plat/marvell/armada/a8k/a70x0/ |
D | platform.mk | 13 DOIMAGE_SEC := tools/doimage/secure/sec_img_7K.cfg
|
123