/arm-trusted-firmware-2.8.0/ |
A D | dco.txt | 18 have the right to submit it under the open source license 22 of my knowledge, is covered under an appropriate open source 25 by me, under the same open source license (unless I am 37 this project or the open source license(s) involved.
|
/arm-trusted-firmware-2.8.0/lib/romlib/ |
A D | romlib_generator.py | 58 with open(file_name, "r") as index_file: 105 with open(self.TEMPLATE_DIR + name, "r") as template_file: 142 with open(self.config.output, "w") as output_file: 152 with open(self.config.deps, "w") as deps_file: 177 with open(self.config.output, "w") as output_file: 222 with open(asm, "w") as asm_file: 256 with open(self.config.output, "w") as output_file:
|
/arm-trusted-firmware-2.8.0/tools/sptool/ |
A D | sp_mk_generator.py | 75 with open(args["sp_gen_mk"], "a") as f: 91 with open(args["sp_gen_mk"], "r") as f: 201 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as pm_f: 217 with open(sp_layout_file) as json_file: 226 with open(args["sp_gen_mk"], "w"):
|
A D | sptool.py | 106 with open(f_out, "wb+") as output: 111 with open(self.pm_path, "rb") as pm: 114 with open(self.img_path, "rb") as img:
|
/arm-trusted-firmware-2.8.0/lib/debugfs/ |
A D | debugfs_smc.c | 37 } open; member 133 ret = open(parms.open.fname, arg2); in debugfs_smc_handler()
|
/arm-trusted-firmware-2.8.0/tools/amlogic/ |
A D | doimage.c | 56 fin = open(argv[1], O_RDONLY); in main() 62 fout = open(argv[2], O_WRONLY | O_CREAT, 0660); in main()
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | conf.py | 52 with open('global_substitutions.txt', 'r') as subs:
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | cpu-specific-build-macros.rst | 261 still open. 306 is still open. 314 it is still open. 318 it is still open. 342 it is still open. 346 it is still open. 411 still open. 449 It is still open. 461 It is still open. 483 is still open. [all …]
|
/arm-trusted-firmware-2.8.0/include/drivers/io/ |
A D | io_driver.h | 40 int (*open)(io_dev_info_t *dev_info, const uintptr_t spec, member
|
/arm-trusted-firmware-2.8.0/include/lib/ |
A D | debugfs.h | 49 int open(const char *name, int flags);
|
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/ |
A D | io_arm_class_diagram.puml | 91 open()
|
/arm-trusted-firmware-2.8.0/tools/memory/ |
A D | print_memory_map.py | 63 with open (file_path, 'rt') as mapfile:
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | debugfs-design.rst | 37 - open(): create a file descriptor that acts as a handle to the file passed as 39 - close(): close the file descriptor created by open(). 48 int open(const char *name, int flags);
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/fvp_r/ |
A D | index.rst | 27 - Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/develop…
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/morello/ |
A D | index.rst | 22 - Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/develop…
|
/arm-trusted-firmware-2.8.0/drivers/io/ |
A D | io_dummy.c | 46 .open = dummy_block_open,
|
A D | io_storage.c | 221 assert(dev->funcs->open != NULL); in io_open() 222 result = dev->funcs->open(dev, spec, entity); in io_open()
|
A D | io_semihosting.c | 43 .open = sh_file_open,
|
/arm-trusted-firmware-2.8.0/drivers/st/io/ |
A D | io_mmc.c | 40 .open = mmc_block_open,
|
/arm-trusted-firmware-2.8.0/drivers/renesas/common/io/ |
A D | io_memdrv.c | 112 .open = &memdrv_block_open,
|
A D | io_emmcdrv.c | 137 .open = &emmcdrv_block_open,
|
/arm-trusted-firmware-2.8.0/tools/stm32image/ |
A D | stm32image.c | 200 dest_fd = open(destname, O_RDWR | O_CREAT | O_TRUNC | O_APPEND, 0666); in stm32image_create_header_file() 207 src_fd = open(srcname, O_RDONLY); in stm32image_create_header_file()
|
/arm-trusted-firmware-2.8.0/fdts/ |
A D | stm32mp13-pinctrl.dtsi | 14 drive-open-drain;
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/corstone1000/ |
A D | index.rst | 29 …are-metal target `toolchain <https://developer.arm.com/tools-and-software/open-source-software/dev…
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | hikey.rst | 117 And you could open the console remotely, too. 151 - Make sure Pin3-Pin4 on J15 are open for normal boot mode. Then power on HiKey.
|