/tf-a-ffa_el3_spmc/ |
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.
|
/tf-a-ffa_el3_spmc/tools/sptool/ |
A D | sp_mk_generator.py | 55 with open(sys.argv[2],'r') as in_file: 69 with open(gen_file, 'w') as out_file: 112 pm_file = open(dts)
|
/tf-a-ffa_el3_spmc/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:
|
/tf-a-ffa_el3_spmc/lib/debugfs/ |
A D | debugfs_smc.c | 37 } open; member 133 ret = open(parms.open.fname, arg2); in debugfs_smc_handler()
|
/tf-a-ffa_el3_spmc/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()
|
/tf-a-ffa_el3_spmc/docs/ |
A D | conf.py | 51 with open('global_substitutions.txt', 'r') as subs:
|
/tf-a-ffa_el3_spmc/include/drivers/io/ |
A D | io_driver.h | 40 int (*open)(io_dev_info_t *dev_info, const uintptr_t spec, member
|
/tf-a-ffa_el3_spmc/include/lib/ |
A D | debugfs.h | 49 int open(const char *name, int flags);
|
/tf-a-ffa_el3_spmc/tools/memory/ |
A D | print_memory_map.py | 47 with open (file_path, 'rt') as mapfile:
|
/tf-a-ffa_el3_spmc/docs/resources/diagrams/plantuml/ |
A D | io_arm_class_diagram.puml | 91 open()
|
/tf-a-ffa_el3_spmc/tools/stm32image/ |
A D | stm32image.c | 133 dest_fd = open(destname, O_RDWR | O_CREAT | O_TRUNC | O_APPEND, 0666); in stm32image_create_header_file() 140 src_fd = open(srcname, O_RDONLY); in stm32image_create_header_file()
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | cpu-specific-build-macros.rst | 267 CPU. This needs to be enabled for r0p0, r1p0, and r1p1, it is still open. 291 still open. 295 still open. 342 CPU. This needs to be enabled for revision r0p0 of the CPU, it is still open. 359 CPU. This needs to be enabled for r0p0, r1p0, and r1p1, it is still open. 368 revision. It is still open. 372 CPU. It is still open. 378 r2p0 of the CPU. It is still open. 382 r2p0 of the CPU. It is still open. 386 and is still open. [all …]
|
/tf-a-ffa_el3_spmc/drivers/st/io/ |
A D | io_mmc.c | 40 .open = mmc_block_open,
|
/tf-a-ffa_el3_spmc/docs/plat/arm/morello/ |
A D | index.rst | 22 - Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/develop…
|
/tf-a-ffa_el3_spmc/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,
|
/tf-a-ffa_el3_spmc/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);
|
/tf-a-ffa_el3_spmc/drivers/renesas/common/io/ |
A D | io_memdrv.c | 112 .open = &memdrv_block_open,
|
A D | io_emmcdrv.c | 137 .open = &emmcdrv_block_open,
|
/tf-a-ffa_el3_spmc/docs/plat/arm/diphda/ |
A D | index.rst | 29 …are-metal target `toolchain <https://developer.arm.com/tools-and-software/open-source-software/dev…
|
/tf-a-ffa_el3_spmc/docs/process/ |
A D | contributing.rst | 217 unwilling to open-source. This should be used as a rare exception. 222 cannot be open-sourced and must be linked into a larger open-source platform 223 port. The majority of the platform port must still be implemented in open 227 binary components. Generic code must always be fully open-source.
|
/tf-a-ffa_el3_spmc/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.
|
/tf-a-ffa_el3_spmc/docs/plat/arm/tc/ |
A D | index.rst | 36 - Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/develop…
|
/tf-a-ffa_el3_spmc/drivers/intel/soc/stratix10/io/ |
A D | s10_memmap_qspi.c | 64 .open = memmap_block_open,
|