/arm-trusted-firmware-2.8.0/.husky/ |
A D | prepare-commit-msg.cz | 3 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-2.8.0/tools/nxp/create_pbl/ |
A D | README | 18 -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…
|
A D | create_pbl.c | 696 FILE *file = NULL; in main() local 723 file = fopen(pblimg.rcw_nm, "r"); in main() 724 if (file == NULL) { in main() 729 fclose(file); in main() 746 file = fopen(pblimg.sec_imgnm, "r"); in main() 747 if (file == NULL) { in main() 752 fclose(file); in main()
|
/arm-trusted-firmware-2.8.0/lib/libc/ |
A D | assert.c | 21 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-2.8.0/lib/zlib/ |
A D | zlib.h | 1423 gzFile file)); 1505 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); 1511 ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); 1520 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file)); 1567 ZEXTERN int ZEXPORT gzrewind OF((gzFile file)); 1595 ZEXTERN int ZEXPORT gzeof OF((gzFile file)); 1610 ZEXTERN int ZEXPORT gzdirect OF((gzFile file)); 1631 ZEXTERN int ZEXPORT gzclose OF((gzFile file)); 1644 ZEXTERN int ZEXPORT gzclose_r OF((gzFile file)); 1645 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file)); [all …]
|
/arm-trusted-firmware-2.8.0/plat/rockchip/rk3399/drivers/pmu/ |
A D | pmu_fw.c | 8 #define INCBIN(file, sym, sec) \ argument 15 ".incbin \"" file "\"\n" \
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | debugfs-design.rst | 17 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 …]
|
A D | romlib-design.rst | 23 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``. 92 it resolves all the include commands in the file recursively. It can also [all …]
|
A D | arm-sip-service.rst | 23 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
|
/arm-trusted-firmware-2.8.0/lib/romlib/ |
A D | romlib_generator.py | 140 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)
|
/arm-trusted-firmware-2.8.0/drivers/nxp/auth/csf_hdr_parser/ |
A D | input_bl2_ch2 | 17 # (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]
|
A D | input_bl2_ch3_2 | 15 # (default=ADDRESS of first file specified in images) 53 # Specify the output file names [Optional].
|
A D | input_bl2_ch3 | 15 # (default=ADDRESS of first file specified in images) 53 # Specify the output file names [Optional].
|
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/ |
A D | jmptbl.i | 7 # 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-2.8.0/plat/arm/board/juno/ |
A D | jmptbl.i | 7 # 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-2.8.0/docs/about/ |
A D | acknowledgements.rst | 5 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-2.8.0/docs/plat/nxp/ |
A D | nxp-ls-tbbr.rst | 55 -- 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> \
|
/arm-trusted-firmware-2.8.0/lib/debugfs/ |
A D | devroot.c | 82 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()
|
A D | dev.h | 61 int (*stat)(chan_t *c, const char *file, dir_t *dir); 109 int devstat(chan_t *dirc, const char *file, dir_t *dir,
|
/arm-trusted-firmware-2.8.0/include/lib/libc/ |
A D | assert.h | 29 void __dead2 __assert(const char *file, unsigned int line);
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | rpi4.rst | 28 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-2.8.0/docs/ |
A D | requirements.txt | 2 # This file is autogenerated by pip-compile with python 3.8 89 # The following packages are considered to be unsafe in a requirements file:
|
/arm-trusted-firmware-2.8.0/tools/cert_create/src/ |
A D | main.c | 304 FILE *file; in main() local 580 file = fopen(certs[i].fn, "w"); in main() 581 if (file != NULL) { in main() 582 i2d_X509_fp(file, certs[i].x); in main() 583 fclose(file); in main()
|
/arm-trusted-firmware-2.8.0/lib/compiler-rt/builtins/ |
A D | int_util.h | 23 NORETURN void __compilerrt_abort_impl(const char *file, int line,
|
/arm-trusted-firmware-2.8.0/ |
A D | dco.txt | 19 indicated in the file; or 27 in the file; or
|