Home
last modified time | relevance | path

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

123

/arm-trusted-firmware-2.8.0/
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.
/arm-trusted-firmware-2.8.0/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:
/arm-trusted-firmware-2.8.0/tools/sptool/
A Dsp_mk_generator.py75 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 Dsptool.py106 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 Ddebugfs_smc.c37 } open; member
133 ret = open(parms.open.fname, arg2); in debugfs_smc_handler()
/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/docs/
A Dconf.py52 with open('global_substitutions.txt', 'r') as subs:
/arm-trusted-firmware-2.8.0/docs/design/
A Dcpu-specific-build-macros.rst261 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 Dio_driver.h40 int (*open)(io_dev_info_t *dev_info, const uintptr_t spec, member
/arm-trusted-firmware-2.8.0/include/lib/
A Ddebugfs.h49 int open(const char *name, int flags);
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/
A Dio_arm_class_diagram.puml91 open()
/arm-trusted-firmware-2.8.0/tools/memory/
A Dprint_memory_map.py63 with open (file_path, 'rt') as mapfile:
/arm-trusted-firmware-2.8.0/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);
/arm-trusted-firmware-2.8.0/docs/plat/arm/fvp_r/
A Dindex.rst27 - 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 Dindex.rst22 - Obtain arm `toolchain <https://developer.arm.com/tools-and-software/open-source-software/develop…
/arm-trusted-firmware-2.8.0/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,
/arm-trusted-firmware-2.8.0/drivers/st/io/
A Dio_mmc.c40 .open = mmc_block_open,
/arm-trusted-firmware-2.8.0/drivers/renesas/common/io/
A Dio_memdrv.c112 .open = &memdrv_block_open,
A Dio_emmcdrv.c137 .open = &emmcdrv_block_open,
/arm-trusted-firmware-2.8.0/tools/stm32image/
A Dstm32image.c200 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 Dstm32mp13-pinctrl.dtsi14 drive-open-drain;
/arm-trusted-firmware-2.8.0/docs/plat/arm/corstone1000/
A Dindex.rst29 …are-metal target `toolchain <https://developer.arm.com/tools-and-software/open-source-software/dev…
/arm-trusted-firmware-2.8.0/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.

Completed in 17 milliseconds

123