Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 50) sorted by relevance

12

/tf-a-ffa_el3_spmc/
A Ddco.txt18 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 Dsp_mk_generator.py55 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 Dromlib_generator.py58 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 Ddebugfs_smc.c37 } open; member
133 ret = open(parms.open.fname, arg2); in debugfs_smc_handler()
/tf-a-ffa_el3_spmc/tools/amlogic/
A Ddoimage.c56 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 Dconf.py51 with open('global_substitutions.txt', 'r') as subs:
/tf-a-ffa_el3_spmc/include/drivers/io/
A Dio_driver.h40 int (*open)(io_dev_info_t *dev_info, const uintptr_t spec, member
/tf-a-ffa_el3_spmc/include/lib/
A Ddebugfs.h49 int open(const char *name, int flags);
/tf-a-ffa_el3_spmc/tools/memory/
A Dprint_memory_map.py47 with open (file_path, 'rt') as mapfile:
/tf-a-ffa_el3_spmc/docs/resources/diagrams/plantuml/
A Dio_arm_class_diagram.puml91 open()
/tf-a-ffa_el3_spmc/tools/stm32image/
A Dstm32image.c133 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 Dcpu-specific-build-macros.rst267 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 Dio_mmc.c40 .open = mmc_block_open,
/tf-a-ffa_el3_spmc/docs/plat/arm/morello/
A Dindex.rst22 - Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/develop…
/tf-a-ffa_el3_spmc/drivers/io/
A Dio_dummy.c46 .open = dummy_block_open,
A Dio_storage.c221 assert(dev->funcs->open != NULL); in io_open()
222 result = dev->funcs->open(dev, spec, entity); in io_open()
A Dio_semihosting.c43 .open = sh_file_open,
/tf-a-ffa_el3_spmc/docs/components/
A Ddebugfs-design.rst37 - 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 Dio_memdrv.c112 .open = &memdrv_block_open,
A Dio_emmcdrv.c137 .open = &emmcdrv_block_open,
/tf-a-ffa_el3_spmc/docs/plat/arm/diphda/
A Dindex.rst29 …are-metal target `toolchain <https://developer.arm.com/tools-and-software/open-source-software/dev…
/tf-a-ffa_el3_spmc/docs/process/
A Dcontributing.rst217 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 Dhikey.rst117 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 Dindex.rst36 - 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 Ds10_memmap_qspi.c64 .open = memmap_block_open,

Completed in 31 milliseconds

12