Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 91) sorted by relevance

1234

/trusted-firmware-a-3.7.0/
Dpoetry.lock1 # This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
10 …{file = "alabaster-0.7.13-py3-none-any.whl", hash = "sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f8…
11 …{file = "alabaster-0.7.13.tar.gz", hash = "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b90…
21 …{file = "anytree-2.8.0-py2.py3-none-any.whl", hash = "sha256:14c55ac77492b11532395049a03b773d14c7e…
22 …{file = "anytree-2.8.0.tar.gz", hash = "sha256:3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1…
39 …{file = "Babel-2.12.1-py3-none-any.whl", hash = "sha256:b4246fb7677d3b98f501a39d43396d3cafdc8eadb0…
40 …{file = "Babel-2.12.1.tar.gz", hash = "sha256:cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f62…
53 …{file = "build-0.10.0-py3-none-any.whl", hash = "sha256:af266720050a66c893a6096a2f410989eeac74ff9a…
54 …{file = "build-0.10.0.tar.gz", hash = "sha256:d5b71264afdb5951d6704482aac78de887c80691c52b88a9ad19…
76 …{file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db805…
[all …]
/trusted-firmware-a-3.7.0/.husky/
Dprepare-commit-msg.cz3 file="$1"
11 trailers=$(git interpret-trailers --parse "$file")
23 printf "\n" >> "$file"
26 git interpret-trailers --in-place --trailer "$trailer" "$file"
/trusted-firmware-a-3.7.0/tools/nxp/create_pbl/
DREADME18 -r <RCW file-name> - name of RCW binary file.
19 -i <BL2 Bin file-name> - file to be added to rcw file.
42 -r RCW binary file.
43 -i Input file that is to be added to rcw file.
44 -o Name of output file
46 -d Destination address to which file has to be copied
50 …./create_pbl -r <RCW file> -i <bl2.bin> -c <chassis_no> -b <boot_source = sd/qspi/nor> -d <Destina…
/trusted-firmware-a-3.7.0/lib/zlib/
Dzlib.h1368 ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size);
1384 ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy);
1395 ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len);
1426 gzFile file);
1451 ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len);
1458 z_size_t nitems, gzFile file);
1471 ZEXTERN int ZEXPORTVA gzprintf(gzFile file, const char *format, ...);
1486 ZEXTERN int ZEXPORT gzputs(gzFile file, const char *s);
1494 ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len);
1508 ZEXTERN int ZEXPORT gzputc(gzFile file, int c);
[all …]
/trusted-firmware-a-3.7.0/lib/libc/
Dassert.c21 void __dead2 __assert(const char *file, unsigned int line) in __assert() argument
23 printf("ASSERT: %s:%u\n", file, line); in __assert()
/trusted-firmware-a-3.7.0/plat/rockchip/rk3399/drivers/pmu/
Dpmu_fw.c8 #define INCBIN(file, sym, sec) \ argument
15 ".incbin \"" file "\"\n" \
/trusted-firmware-a-3.7.0/docs/components/
Ddebugfs-design.rst17 The core functionality lies in a virtual file system based on a 9p file server
20 The implementation permits exposing virtual files, firmware drivers, and file blobs.
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().
40 - read(): read from a file to a buffer.
41 - write(): write from a buffer to a file.
42 - seek(): set the file position indicator of a file descriptor either to a
44 - stat(): get information about a file (type, mode, size, ...).
58 - create(): create a file in a specific location.
71 measurements through a file, and internal firmware state counters through
[all …]
Dromlib-design.rst23 Index file
29 Library at ROM is described by an index file with the list of functions to be
30 placed in ROM. The index file is platform specific and its format is:
49 table. Also, for additional flexibility and modularity, the index file can
52 For an index file example, refer to ``lib/romlib/jmptbl.i``.
65 The index file is used to create a jump table which is placed in ROM. Then, the
81 the index file.
88 each entry in the index file except for the ones that contain the keyword
89 ``patch``. The generated wrapper file is called ``<fn_name>.s``.
91 4. ``romlib_generator.py pre [args]`` - Preprocesses the index file which means
[all …]
Darm-sip-service.rst23 file.
189 This operation opens the file path pointed to by `fname`.
221 uint32_t w1: file descriptor id on success.
230 This operation closes a file described by a file descriptor obtained by a
256 This operation reads a number of bytes from a file descriptor obtained by
289 Move file pointer for file described by given `file descriptor` of given
299 sint32_t offset in the file relative to whence
351 Perform a stat operation on provided file `name` and returns the directory
/trusted-firmware-a-3.7.0/lib/romlib/
Dromlib_generator.py140 index_file_parser.parse(self.config.file)
153 deps = [self.config.file] + index_file_parser.get_dependencies(self.config.file)
175 index_file_parser.parse(self.config.file)
205 index_file_parser.parse(self.config.file)
248 symbols = subprocess.check_output(["nm", "-a", self.config.file])
252 raise Exception("No '.text' section was found in %s" % self.config.file)
264 print("usage: romlib_generator.py [%s] [args]" % "|".join(APPS.keys()), file=sys.stderr)
273 print(file_not_found_error, file=sys.stderr)
275 print(called_process_error.output, file=sys.stderr)
/trusted-firmware-a-3.7.0/drivers/nxp/auth/csf_hdr_parser/
Dinput_bl2_ch217 # (default=ADDRESS of first file specified in images)
20 # Specify the file name of the keys separated by comma.
60 # Specify the file names of csf header and sg table. (Default :hdr.out) [Optional]
63 # Specify the file names of hash file and sign file.
71 # Specify the output file name of sg table. (Default :sg_table.out). [Optional]
Dinput_bl2_ch315 # (default=ADDRESS of first file specified in images)
53 # Specify the output file names [Optional].
Dinput_bl2_ch3_215 # (default=ADDRESS of first file specified in images)
53 # Specify the output file names [Optional].
/trusted-firmware-a-3.7.0/plat/arm/board/juno/
Djmptbl.i7 # The index in the output file will be generated cumulatively in the same
8 # order as it is given in this file.
9 # Output file can be found at: $BUILD_DIR/jmptbl.i
/trusted-firmware-a-3.7.0/tools/memory/memory/
Dbuildparser.py38 for file in files:
39 module_name = file.name.split("/")[-1].split(".")[0]
40 with open(file, io_perms) as f:
Dmapparser.py27 def read_symbols(file: TextIO, pattern: str = None) -> dict:
31 for line in file.readlines():
/trusted-firmware-a-3.7.0/plat/arm/board/fvp/
Djmptbl.i7 # The index in the output file will be generated cumulatively in the same
8 # order as it is given in this file.
9 # Output file can be found at: $BUILD_DIR/jmptbl.i
/trusted-firmware-a-3.7.0/docs/about/
Dacknowledgements.rst5 This file is only relevant for legacy contributions, to acknowledge the
8 directly into the copyright notices, this file is not relevant for new
/trusted-firmware-a-3.7.0/docs/plat/nxp/
Dnxp-ls-tbbr.rst55 -- X509 Pem key file as (.pem) files.
58 …-- For this to work, file name for cert and keys are provided as part of compilation or build com…
60 --- default file names will be used, incase not provided as part compilation or build command.
98 - Default input file requires user to generate RSA key pair named
103 - To change the input file , user can use the options BL33_INPUT_FILE, BL32_INPUT_FILE, BL31_INPUT_…
136 BL32_INPUT_FILE = < file name>
137 BL33_INPUT_FILE = <file name>
146 BL33_INPUT_FILE = <ip file> \
148 BL31_INPUT_FILE = <ip file> \
/trusted-firmware-a-3.7.0/lib/debugfs/
Ddevroot.c82 static int rootstat(chan_t *channel, const char *file, dir_t *dir) in rootstat() argument
84 return devstat(channel, file, dir, NULL, 0, rootgen); in rootstat()
Ddev.h61 int (*stat)(chan_t *c, const char *file, dir_t *dir);
109 int devstat(chan_t *dirc, const char *file, dir_t *dir,
/trusted-firmware-a-3.7.0/include/lib/libc/
Dassert.h29 void __dead2 __assert(const char *file, unsigned int line);
/trusted-firmware-a-3.7.0/docs/plat/
Drpi4.rst28 starting with ``armstub=``, then followed by the respective file name to
29 ``config.txt``. You should have AArch64 code in the file loaded as the
49 The command line provided is read from the ``cmdline.txt`` file on the SD card.
68 If bootcode.bin finds a file called ``armstub8.bin`` on the SD card or it gets
70 load this file to the beginning of DRAM (address 0) and execute it in
75 armstub image file, it will put those two load addresses in memory locations
/trusted-firmware-a-3.7.0/tools/cert_create/src/
Dmain.c304 FILE *file; in main() local
581 file = fopen(certs[i].fn, "w"); in main()
582 if (file != NULL) { in main()
583 i2d_X509_fp(file, certs[i].x); in main()
584 fclose(file); in main()
/trusted-firmware-a-3.7.0/lib/compiler-rt/builtins/
Dint_util.h23 NORETURN void __compilerrt_abort_impl(const char *file, int line,

1234