Home
last modified time | relevance | path

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

1234

/arm-trusted-firmware/
H A 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:1ee19aca801bbabb5ba3f5f258e4422dfa86f82f3e9cefb0859b283cdd7f62a3"},
11 {file = "alabaster-0.7.13.tar.gz", hash = "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2"},
21 {file = "anytree-2.8.0-py2.py3-none-any.whl", hash = "sha256:14c55ac77492b11532395049a03b773d14c7e30b22aa012e337b1e983de31521"},
22 {file = "anytree-2.8.0.tar.gz", hash = "sha256:3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab"},
39 {file = "Babel-2.12.1-py3-none-any.whl", hash = "sha256:b4246fb7677d3b98f501a39d43396d3cafdc8eadb045f4a31be01863f655c610"},
40 {file = "Babel-2.12.1.tar.gz", hash = "sha256:cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455"},
53 {file = "build-0.10.0-py3-none-any.whl", hash = "sha256:af266720050a66c893a6096a2f410989eeac74ff9a68ba194b3f6473e8e26171"},
54 {file = "build-0.10.0.tar.gz", hash = "sha256:d5b71264afdb5951d6704482aac78de887c80691c52b88a9ad195983ca2c9269"},
76 {file
[all...]
/arm-trusted-firmware/.husky/
H A 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"
/arm-trusted-firmware/tools/nxp/create_pbl/
H A 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 ha
[all...]
/arm-trusted-firmware/lib/zlib/
H A Dzlib.h73 file compression on file systems, has a larger header than zlib to maintain
117 int xflags; /* extra flags (not used when writing a gzip file) */
122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
128 when writing a gzip file) */
223 compatible with the zlib.h header file used by the application. This check
573 file name, no extra data, no comment, no modification time (set to zero), no
822 gzip file" and give up.
1094 the version of the header file.
1107 inflate() for file
[all...]
/arm-trusted-firmware/lib/libc/
H A Dassert.c21 void __dead2 __assert(const char *file, unsigned int line) in __assert() argument
23 printf("ASSERT: %s:%u\n", file, line); in __assert()
/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
H A Dpmu_fw.c8 #define INCBIN(file, sym, sec) \ argument
15 ".incbin \"" file "\"\n" \
/arm-trusted-firmware/docs/components/
H A 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 descripto
[all...]
H A 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 whic
[all...]
H A 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 relativ
[all...]
/arm-trusted-firmware/lib/romlib/
H A Dromlib_generator.py20 Parses the contents of the index file into the items and dependencies variables. It
37 """ Gets all the recursive dependencies of a parent file. """
49 """ Opens and parses index file. """
70 # Include other index file
123 """ Removes empty and comment lines from the index file and resolves includes. """
128 self.args.add_argument("-o", "--output", help="Output file", metavar="output",
130 self.args.add_argument("--deps", help="Dependency file")
131 self.args.add_argument("file", help="Input file")
135 After parsing the input index file i
[all...]
/arm-trusted-firmware/drivers/nxp/auth/csf_hdr_parser/
H A 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]
H A Dinput_bl2_ch315 # (default=ADDRESS of first file specified in images)
53 # Specify the output file names [Optional].
H A Dinput_bl2_ch3_215 # (default=ADDRESS of first file specified in images)
53 # Specify the output file names [Optional].
/arm-trusted-firmware/plat/arm/board/juno/
H A 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
/arm-trusted-firmware/tools/memory/memory/
H A Dbuildparser.py38 for file in files:
39 module_name = file.name.split("/")[-1].split(".")[0]
40 with open(file, io_perms) as f:
H A Dmapparser.py12 """A class representing a map file built for TF-A.
15 accepts a file-like object with the contents a Map file. Only GNU map files
27 def read_symbols(file: TextIO, pattern: str = None) -> dict:
31 for line in file.readlines():
/arm-trusted-firmware/plat/arm/board/fvp/
H A 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
/arm-trusted-firmware/docs/about/
H A 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
/arm-trusted-firmware/docs/plat/nxp/
H A 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 command.
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_FILE
136 BL32_INPUT_FILE = < file name>
137 BL33_INPUT_FILE = <file name>
146 BL33_INPUT_FILE = <ip file> \
148 BL31_INPUT_FILE = <ip file> \
/arm-trusted-firmware/lib/debugfs/
H A 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()
H A Ddev.h61 int (*stat)(chan_t *c, const char *file, dir_t *dir);
85 * the configuration file.
109 int devstat(chan_t *dirc, const char *file, dir_t *dir,
/arm-trusted-firmware/include/lib/libc/
H A Dassert.h29 void __dead2 __assert(const char *file, unsigned int line);
/arm-trusted-firmware/docs/plat/
H A 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
/arm-trusted-firmware/tools/cert_create/src/
H A Dmain.c304 FILE *file; in main() local
527 /* Calculate the hash of the file */ in main()
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()
586 ERROR("Cannot create file %s\n", certs[i].fn); in main()
/arm-trusted-firmware/lib/compiler-rt/builtins/
H A Dint_util.h9 // This file is not part of the interface of this library.
11 // This file defines non-inline utilities which are available for use in the
23 NORETURN void __compilerrt_abort_impl(const char *file, int line,

1234