| /rk3399_ARM-atf/tools/sptool/ |
| H A D | sp_mk_generator.py | 84 with open(args["sp_gen_mk"], "a") as f: 113 with open(args["sp_gen_mk"], "r") as f: 143 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as pm_f: 158 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as pm_f: 193 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as f: 203 with open(sp_hob_name, "wb") as h: 319 with open(args["fconf_fragment"], "a") as f: 354 with open(sp_layout_file) as json_file: 357 with open(args["sp_gen_mk"], "w"): 360 with open(args["fconf_fragment"], "w"):
|
| H 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:
|
| /rk3399_ARM-atf/ |
| H 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.
|
| /rk3399_ARM-atf/lib/romlib/ |
| H 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: 244 with open(self.config.b + "/wrappers.s", "w") as asm_file: 270 with open(self.config.output, "w") as output_file:
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | memmap.py | 102 with open(elf_image_path, "rb") as elf_image_io: 106 with open(map_file_path, "r") as map_file_io: 130 with open(path, "rb") as io: 174 with open(elf_image_path, "rb") as elf_image_io: 178 with open(map_file_path, "r") as map_file_io:
|
| /rk3399_ARM-atf/lib/debugfs/ |
| H A D | debugfs_smc.c | 37 } open; member 133 ret = open(parms.open.fname, arg2); in debugfs_smc_handler()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | cpu-specific-build-macros.rst | 216 r1p1, r1p2 revisions of the CPU and is still open. 281 still open. 299 still open. 313 CPU. This needs to be enabled for r0p0, r1p0, and r1p1, it is still open. 316 CPU. This needs to be enabled for r0p0, r1p0, and r1p1, it is still open. 322 CPU. This needs to be enabled for r0p0, r1p0, and r1p1, it is still open. 344 is present in r0p0 but there is no workaround. It is still open. 348 it is still open. 352 it is still open. 357 and r1p2 and it is still open [all...] |
| /rk3399_ARM-atf/tools/amlogic/ |
| H 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()
|
| /rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/ |
| H A D | dt_validator.py | 54 f = open(filename, "w+") 66 with open(input, 'r') as f: 81 f = open(self.logging_file, "a")
|
| /rk3399_ARM-atf/docs/ |
| H A D | conf.py | 63 with open("global_substitutions.txt", "r") as subs:
|
| /rk3399_ARM-atf/include/drivers/io/ |
| H A D | io_driver.h | 40 int (*open)(io_dev_info_t *dev_info, const uintptr_t spec, member
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp257f-ev1-ca35tdcid-fw-config.dtsi | 8 * Project : open
|
| H A D | stm32mp257f-dk-ca35tdcid-fw-config.dtsi | 8 * Project : open
|
| H A D | stm32mp257f-dk-ca35tdcid-rcc.dtsi | 9 * Project : open
|
| H A D | stm32mp257f-ev1-ca35tdcid-rcc.dtsi | 9 * Project : open
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | debugfs.h | 49 int open(const char *name, int flags);
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | io_arm_class_diagram.puml | 91 open()
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-13.rst | 45 | cortex-x3 | r0p0, r1p0, r1p1, r1p2 | open | 51 | neoverse-v2 | r0p0, r0p1, r0p2 | open |
|
| /rk3399_ARM-atf/docs/components/ |
| H 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);
|
| /rk3399_ARM-atf/drivers/io/ |
| H 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()
|
| /rk3399_ARM-atf/drivers/renesas/common/io/ |
| H A D | io_memdrv.c | 112 .open = &memdrv_block_open,
|
| /rk3399_ARM-atf/tools/stm32image/ |
| H 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()
|
| /rk3399_ARM-atf/docs/tools/ |
| H A D | cot-dt2c.rst | 74 #. The open bracket 75 #. The open ifdef macro
|
| /rk3399_ARM-atf/docs/plat/arm/corstone1000/ |
| H A D | index.rst | 29 …are-metal target `toolchain <https://developer.arm.com/tools-and-software/open-source-software/dev…
|
| /rk3399_ARM-atf/docs/plat/arm/morello/ |
| H A D | index.rst | 32 - Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/develop…
|