Home
last modified time | relevance | path

Searched refs:path (Results 1 – 25 of 87) sorted by relevance

1234

/trusted-firmware-a-latest/plat/arm/board/fvp/
Dfvp_io_storage.c46 .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-latest/plat/qemu/common/
Dqemu_io_storage.c135 .path = BL2_IMAGE_NAME,
139 .path = BL31_IMAGE_NAME,
143 .path = BL32_IMAGE_NAME,
147 .path = BL32_EXTRA1_IMAGE_NAME,
151 .path = BL32_EXTRA2_IMAGE_NAME,
155 .path = TB_FW_CONFIG_NAME,
159 .path = TOS_FW_CONFIG_NAME,
163 .path = BL33_IMAGE_NAME,
168 .path = TRUSTED_BOOT_FW_CERT_NAME,
172 .path = TRUSTED_KEY_CERT_NAME,
[all …]
/trusted-firmware-a-latest/lib/libfdt/
Dfdt_overlay.c47 const char *path = NULL; in fdt_overlay_target_offset() local
58 path = fdt_getprop(fdto, fragment_offset, "target-path", &path_len); in fdt_overlay_target_offset()
59 if (path) in fdt_overlay_target_offset()
60 ret = fdt_path_offset(fdt, path); in fdt_overlay_target_offset()
82 *pathp = path ? path : NULL; in fdt_overlay_target_offset()
355 const char *path, uint32_t path_len, in overlay_fixup_one_phandle() argument
381 fixup_off = fdt_path_offset_namelen(fdto, path, path_len); in overlay_fixup_one_phandle()
430 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
445 path = fixup_str; in overlay_fixup_phandle()
450 path_len = sep - path; in overlay_fixup_phandle()
[all …]
/trusted-firmware-a-latest/plat/arm/board/fvp_r/
Dfvp_r_io_storage.c32 .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-latest/tools/sptool/
Dsp_mk_generator.py67 if "out_dir" not in args.keys() or not os.path.isdir(args["out_dir"]):
71 if "sp_layout_dir" not in args.keys() or not os.path.isdir(args["sp_layout_dir"]):
81 return os.path.join(args["sp_layout_dir"], get_file_from_layout(sp_node["pm"]))
85 return os.path.join(args["sp_layout_dir"], get_file_from_layout(sp_node["image"]))
89 return os.path.join(args["out_dir"], f"{sp}.pkg")
162 sp_dtb_name = os.path.basename(get_file_from_layout(sp_layout[sp]["pm"]))[:-1] + "b"
163 sp_dtb = os.path.join(args["out_dir"], f"fdts/{sp_dtb_name}")
257 args["sp_gen_mk"] = os.path.abspath(sys.argv[1])
258 sp_layout_file = os.path.abspath(sys.argv[2])
259 args["sp_layout_dir"] = os.path.dirname(sp_layout_file)
[all …]
Dsptool.py44 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-latest/docs/plat/arm/fvp/
Dindex.rst82 ``-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>`` can be
132 - ``FVP_HW_CONFIG_DTS`` : Specify the path to the DTS file to be compiled
139 - ``FVP_HW_CONFIG`` : Specify the path to the HW_CONFIG blob to be packaged in
202 -C bp.flashloader1.fname="<path-to>/<el3-payload>"
212 load <path-to>/el3-payload.elf
219 --data cluster0.cpu0="<path-to>/el3-payload>"@address [Base FVPs]
220 --data="<path-to>/<el3-payload>"@address [Foundation FVP]
258 KERNEL_DTB=<path-to>/<fdt>
260 PATCHED_KERNEL_DTB=<path-to>/<patched-fdt>
264 INITRD=<path-to>/<ramdisk.img>
[all …]
/trusted-firmware-a-latest/lib/debugfs/
Ddev.c95 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 …]
/trusted-firmware-a-latest/docs/design/
Dtrusted-board-boot-build.rst31 - ``MBEDTLS_DIR=<path of the directory containing mbed TLS sources>``
39 accordingly so it points at the OpenSSL installation path, as explained in
41 when running to point at the custom OpenSSL path, so the OpenSSL libraries
42 are loaded from that path instead of the default OS path. Export this
72 MBEDTLS_DIR=<path of the directory containing mbed TLS sources> \
76 BL33=<path-to>/<bl33_image> OPENSSL_DIR=<path-to>/<openssl> \
96 MBEDTLS_DIR=<path of the directory containing mbed TLS sources> \
100 BL33=<path-to>/<bl33_image> OPENSSL_DIR=<path-to>/<openssl> \
101 SCP_BL2=<path-to>/<scp_bl2_image> \
102 SCP_BL2U=<path-to>/<scp_bl2u_image> \
[all …]
/trusted-firmware-a-latest/docs/plat/arm/corstone1000/
Dindex.rst39 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-latest/docs/resources/diagrams/plantuml/
Dfip-secure-partitions.puml51 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-latest/tools/fiptool/
Dwin_posix.h126 inline int access(const char *path, int mode) in access() argument
128 return _access(path, mode); in access()
/trusted-firmware-a-latest/docs/plat/
Dti-k3.rst43 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>
Dwarp7.rst61 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-latest/plat/xilinx/common/
Dplat_console.c38 const char *prop, *path; in get_baudrate() local
58 path = strchr(prop, ':'); in get_baudrate()
59 if (!path) { in get_baudrate()
64 baud_rate = strtoul(path + 1, &end, 10); in get_baudrate()
65 if (baud_rate == 0 && end == path) { in get_baudrate()
/trusted-firmware-a-latest/include/lib/
Ddebugfs.h54 int bind(const char *path, const char *where);
55 int stat(const char *path, dir_t *dir);
/trusted-firmware-a-latest/docs/getting_started/
Dinitial-build.rst11 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-latest/plat/arm/board/fvp/fconf/
Dfconf_hw_config_getter.c194 const char *path; in fconf_populate_uart_config() local
208 path = fdt_get_alias(hw_config_dtb, "serial1"); in fconf_populate_uart_config()
209 if (path == NULL) { in fconf_populate_uart_config()
215 uart_node = fdt_path_offset(hw_config_dtb, path); in fconf_populate_uart_config()
/trusted-firmware-a-latest/common/
Dfdt_wrappers.c343 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()
Dfdt_fixup.c606 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-latest/lib/romlib/
Dromlib_generator.py38 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-latest/tools/memory/memory/
Dbuildparser.py17 def __init__(self, path: Path, map_backend=False):
19 self._path = path
/trusted-firmware-a-latest/docs/tools/
Dmemory-layout-tool.rst45 build-path: build/fvp/release
121 the build path to generate a table (per memory type), showing memory allocation
127 build-path: build/fvp/release
160 build-path: build/fvp/release
213 build-path: build/fvp/release
/trusted-firmware-a-latest/docs/design_documents/
Ddrtm_poc.rst74 DEBUG=1 V=1 BL33=</path/to/FVP_AARCH64_EFI.fd> DRTM_SUPPORT=1
75 MBEDTLS_DIR=</path/to/mbedTLS-source> USE_ROMLIB=1 all fip
86 --data cluster0.cpu0=</path/to/romlib.bin>@0x03ff2000 \
88 -C bp.flashloader0.fname=<path/to/fip.bin> \
89 -C bp.secureflashloader.fname=<path/to/bl1.bin> \
91 -C bp.virtioblockdevice.image_path=<path/to/test-disk.img> \
/trusted-firmware-a-latest/fdts/
Dstm32mp157a-dk1.dts19 stdout-path = "serial0:115200n8";

1234