/trusted-firmware-a-3.4.0/plat/arm/board/fvp/ |
D | fvp_io_storage.c | 46 .path = BL2_IMAGE_NAME, 50 .path = BL31_IMAGE_NAME, 54 .path = BL32_IMAGE_NAME, 58 .path = BL33_IMAGE_NAME, 62 .path = TB_FW_CONFIG_NAME, 66 .path = SOC_FW_CONFIG_NAME, 70 .path = TOS_FW_CONFIG_NAME, 74 .path = NT_FW_CONFIG_NAME, 78 .path = FW_CONFIG_NAME, 82 .path = HW_CONFIG_NAME, [all …]
|
/trusted-firmware-a-3.4.0/plat/qemu/common/ |
D | qemu_io_storage.c | 121 .path = BL2_IMAGE_NAME, 125 .path = BL31_IMAGE_NAME, 129 .path = BL32_IMAGE_NAME, 133 .path = BL32_EXTRA1_IMAGE_NAME, 137 .path = BL32_EXTRA2_IMAGE_NAME, 141 .path = BL33_IMAGE_NAME, 146 .path = TRUSTED_BOOT_FW_CERT_NAME, 150 .path = TRUSTED_KEY_CERT_NAME, 154 .path = SOC_FW_KEY_CERT_NAME, 158 .path = TOS_FW_KEY_CERT_NAME, [all …]
|
/trusted-firmware-a-3.4.0/lib/libfdt/ |
D | fdt_overlay.c | 62 const char *path = NULL; in overlay_get_target() local 73 path = fdt_getprop(fdto, fragment, "target-path", &path_len); in overlay_get_target() 74 if (path) in overlay_get_target() 75 ret = fdt_path_offset(fdt, path); in overlay_get_target() 97 *pathp = path ? path : NULL; in overlay_get_target() 370 const char *path, uint32_t path_len, in overlay_fixup_one_phandle() argument 396 fixup_off = fdt_path_offset_namelen(fdto, path, path_len); in overlay_fixup_one_phandle() 445 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local 460 path = fixup_str; in overlay_fixup_phandle() 465 path_len = sep - path; in overlay_fixup_phandle() [all …]
|
D | fdt_ro.c | 250 int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen) in fdt_path_offset_namelen() argument 252 const char *end = path + namelen; in fdt_path_offset_namelen() 253 const char *p = path; in fdt_path_offset_namelen() 259 if (*path != '/') { in fdt_path_offset_namelen() 260 const char *q = memchr(path, '/', end - p); in fdt_path_offset_namelen() 295 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() argument 297 return fdt_path_offset_namelen(fdt, path, strlen(path)); in fdt_path_offset()
|
/trusted-firmware-a-3.4.0/tools/sptool/ |
D | sp_mk_generator.py | 66 if "out_dir" not in args.keys() or not os.path.isdir(args["out_dir"]): 70 if "sp_layout_dir" not in args.keys() or not os.path.isdir(args["sp_layout_dir"]): 80 return os.path.join(args["sp_layout_dir"], get_file_from_layout(sp_node["pm"])) 84 return os.path.join(args["sp_layout_dir"], get_file_from_layout(sp_node["image"])) 88 return os.path.join(args["out_dir"], f"{sp}.pkg") 133 sp_dtb_name = os.path.basename(get_file_from_layout(sp_layout[sp]["pm"]))[:-1] + "b" 134 sp_dtb = os.path.join(args["out_dir"], f"fdts/{sp_dtb_name}") 216 sp_layout_file = os.path.abspath(sys.argv[2]) 221 args["sp_gen_mk"] = os.path.abspath(sys.argv[1]) 222 args["sp_layout_dir"] = os.path.dirname(sp_layout_file) [all …]
|
D | sptool.py | 44 if not os.path.isfile(pm_path) or not os.path.isfile(img_path): 85 return os.path.getsize(self.pm_path) 89 return os.path.getsize(self.img_path) 130 if not os.path.exists(os.path.dirname(args.o)):
|
/trusted-firmware-a-3.4.0/plat/arm/board/fvp_r/ |
D | fvp_r_io_storage.c | 32 .path = BL33_IMAGE_NAME, 37 .path = TRUSTED_KEY_CERT_NAME, 41 .path = NT_FW_KEY_CERT_NAME, 45 .path = NT_FW_CONTENT_CERT_NAME,
|
/trusted-firmware-a-3.4.0/docs/plat/arm/fvp/ |
D | index.rst | 85 ``-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>`` can be 135 - ``FVP_HW_CONFIG_DTS`` : Specify the path to the DTS file to be compiled 142 - ``FVP_HW_CONFIG`` : Specify the path to the HW_CONFIG blob to be packaged in 205 -C bp.flashloader1.fname="<path-to>/<el3-payload>" 215 load <path-to>/el3-payload.elf 222 --data cluster0.cpu0="<path-to>/el3-payload>"@address [Base FVPs] 223 --data="<path-to>/<el3-payload>"@address [Foundation FVP] 261 KERNEL_DTB=<path-to>/<fdt> 263 PATCHED_KERNEL_DTB=<path-to>/<patched-fdt> 267 INITRD=<path-to>/<ramdisk.img> [all …]
|
/trusted-firmware-a-3.4.0/lib/debugfs/ |
D | dev.c | 95 static const char *next(const char *path, char *token) in next() argument 100 while (*path == '/') { in next() 101 ++path; in next() 105 cursor = path; in next() 106 if (*path != '\0') { in next() 259 chan_t *path_to_channel(const char *path, int mode) in path_to_channel() argument 266 if (path == NULL) { in path_to_channel() 270 switch (path[0]) { in path_to_channel() 273 path_next = path; in path_to_channel() 276 path_next = next(path + 1, elem); in path_to_channel() [all …]
|
D | debugfs_smc.c | 46 char path[MAX_PATH_LEN]; member 173 ret = stat(parms.stat.path, &parms.stat.dir); in debugfs_smc_handler()
|
/trusted-firmware-a-3.4.0/docs/plat/arm/corstone1000/ |
D | index.rst | 39 BUILD_BASE=<path to the build folder> \ 45 OPENSSL_DIR=<path to openssl usr folder> \ 46 RUNTIME_SYSROOT=<path to the sysroot> \ 57 BL32=<path to optee binary> \ 58 BL33=<path to u-boot binary> \
|
/trusted-firmware-a-3.4.0/docs/resources/diagrams/plantuml/ |
D | fip-secure-partitions.puml | 51 path to sp_binary_1 52 path to sp_manifest_1 54 path to sp_binary_2 55 path to sp_manifest_2
|
/trusted-firmware-a-3.4.0/tools/fiptool/ |
D | win_posix.h | 126 inline int access(const char *path, int mode) in access() argument 128 return _access(path, mode); in access()
|
/trusted-firmware-a-3.4.0/docs/design/ |
D | trusted-board-boot-build.rst | 31 - ``MBEDTLS_DIR=<path of the directory containing mbed TLS sources>`` 62 MBEDTLS_DIR=<path of the directory containing mbed TLS sources> \ 66 BL33=<path-to>/<bl33_image> \ 86 MBEDTLS_DIR=<path of the directory containing mbed TLS sources> \ 90 BL33=<path-to>/<bl33_image> \ 91 SCP_BL2=<path-to>/<scp_bl2_image> \ 92 SCP_BL2U=<path-to>/<scp_bl2u_image> \ 93 NS_BL2U=<path-to>/<ns_bl2u_image> \ 98 The user may override this by adding ``BL2U=<path-to>/<bl2u_image>``
|
/trusted-firmware-a-3.4.0/docs/plat/ |
D | ti-k3.rst | 43 make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- SYSFW=<path to SYSFW> 50 make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- ATF=<path> TEE=<path>
|
D | warp7.rst | 61 It is also assumed copy of mbedtls is available on the path path ../mbedtls 68 cp /path/to/optee/out/arm-plat-imx/core/tee-header_v2.bin fiptool_images 69 cp /path/to/optee/out/arm-plat-imx/core/tee-pager_v2.bin fiptool_images 70 cp /path/to/optee/out/arm-plat-imx/core/tee-pageable_v2.bin fiptool_images 80 …/path/to/u-boot/tools/mkimage -n /path/to/u-boot/u-boot.cfgout -T imximage -e 0x9df00000 -d ./buil… 87 cp /path/to/uboot/u-boot.bin fiptool_images 88 cp /path/to/linux/arch/boot/dts/imx7s-warp.dtb fiptool_images 168 CST_PATH=/path/to/cst-2.3.2 176 …/path/to/u-boot/tools/mkimage -n u-boot.cfgout.warp7 -T imximage -e 0x9df00000 -d ./build/warp7/de…
|
/trusted-firmware-a-3.4.0/include/lib/ |
D | debugfs.h | 54 int bind(const char *path, const char *where); 55 int stat(const char *path, dir_t *dir);
|
/trusted-firmware-a-3.4.0/plat/arm/board/fvp/fconf/ |
D | fconf_hw_config_getter.c | 185 const char *path; in fconf_populate_uart_config() local 199 path = fdt_get_alias(hw_config_dtb, "serial1"); in fconf_populate_uart_config() 200 if (path == NULL) { in fconf_populate_uart_config() 206 uart_node = fdt_path_offset(hw_config_dtb, path); in fconf_populate_uart_config()
|
/trusted-firmware-a-3.4.0/docs/getting_started/ |
D | initial-build.rst | 11 export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf- 17 export CROSS_COMPILE=<path-to-aarch32-gcc>/bin/arm-none-eabi- 22 when the base name of the path assigned to ``CC`` matches the string 32 export CROSS_COMPILE=<path-to-aarch64-gcc>/bin/aarch64-none-elf- 33 make CC=<path-to-armclang>/bin/armclang PLAT=<platform> all 40 Clang will be selected when the base name of the path assigned to ``CC`` 48 make CC=<path-to-clang>/bin/clang PLAT=<platform> all
|
/trusted-firmware-a-3.4.0/common/ |
D | fdt_wrappers.c | 343 const char *prop, *path; in fdt_get_stdout_node_offset() local 361 path = strchr(prop, ':'); in fdt_get_stdout_node_offset() 362 if (path == NULL) { in fdt_get_stdout_node_offset() 365 len = path - prop; in fdt_get_stdout_node_offset() 374 path = fdt_get_alias_namelen(dtb, prop, len); in fdt_get_stdout_node_offset() 375 if (path == NULL) { in fdt_get_stdout_node_offset() 379 return fdt_path_offset(dtb, path); in fdt_get_stdout_node_offset()
|
D | fdt_fixup.c | 606 const char *path; in fdt_set_mac_address() local 614 path = fdt_get_alias(dtb, eth_alias); in fdt_set_mac_address() 615 if (path == NULL) { in fdt_set_mac_address() 619 node = fdt_path_offset(dtb, path); in fdt_set_mac_address() 621 ERROR("Path \"%s\" not found in DT: %d\n", path, node); in fdt_set_mac_address()
|
/trusted-firmware-a-3.4.0/tools/memory/ |
D | print_memory_map.py | 61 file_path = os.path.join(build_dir, image, '{}.map'.format(image)) 62 if os.path.isfile(file_path):
|
/trusted-firmware-a-3.4.0/lib/romlib/ |
D | romlib_generator.py | 38 parent = os.path.normpath(parent) 50 file_name = os.path.normpath(file_name) 71 included_file = os.path.normpath(line_elements[1]) 89 TEMPLATE_DIR = os.path.dirname(os.path.realpath(__file__)) + "/templates/"
|
/trusted-firmware-a-3.4.0/fdts/ |
D | stm32mp157a-dk1.dts | 25 stdout-path = "serial0:115200n8";
|
/trusted-firmware-a-3.4.0/docs/plat/marvell/armada/ |
D | build.rst | 12 > export CROSS_COMPILE=/path/to/toolchain/aarch64-linux-gnu- 14 (2) Set path for FIP images: 16 Set U-Boot image path (relatively to TF-A root or absolute path) 20 > export BL33=path/to/u-boot.bin 29 Set MSS/SCP image path (mandatory only for A7K/8K/CN913x when MSS_SUPPORT=1) 33 > export SCP_BL2=path/to/mrvl_scp_bl2*.img 115 Specify path to the full checkout of Marvell mv-ddr-marvell git 145 When enabled it is required to specify path to the MSS firmware image via ``SCP_BL2`` 152 Specify path to the MSS fimware image binary which will run on Cortex-M3 coprocessor. 275 The path of the binary can point to an image which [all …]
|