Searched refs:filename (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | 135 static void xfwrite(void *buf, size_t size, FILE *fp, const char *filename) in xfwrite() argument 138 log_errx("Failed to write %s", filename); in xfwrite() 297 static int parse_fip(const char *filename, fip_toc_header_t *toc_header_out) in parse_fip() argument 307 fp = fopen(filename, "rb"); in parse_fip() 309 log_err("fopen %s", filename); in parse_fip() 312 log_err("fstat %s", filename); in parse_fip() 319 log_err("ioctl %s", filename); in parse_fip() 324 log_errx("Failed to read %s", filename); in parse_fip() 329 log_errx("FIP %s is truncated", filename); in parse_fip() 335 log_errx("%s is not a FIP file", filename); in parse_fip() [all …]
|
| /rk3399_ARM-atf/tools/cert_create/src/ |
| H A D | sha.c | 30 int sha_file(int md_alg, const char *filename, unsigned char *md) in sha_file() argument 45 if ((filename == NULL) || (md == NULL)) { in sha_file() 50 inFile = fopen(filename, "rb"); in sha_file() 52 ERROR("Cannot read %s\n", filename); in sha_file()
|
| /rk3399_ARM-atf/ |
| H A D | .versionrc.cjs | 80 "filename": "package.json", 84 "filename": "pyproject.toml", 100 "filename": "package-lock.json", 104 "filename": "docs/conf.py", 123 "filename": "tools/conventional-changelog-tf-a/package.json", 127 "filename": "Makefile",
|
| /rk3399_ARM-atf/tools/cert_create/include/ |
| H A D | sha.h | 10 int sha_file(int md_alg, const char *filename, unsigned char *md);
|
| /rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/ |
| H A D | dt_validator.py | 50 filename = self.test_dir + input[input.rfind("/"):] 52 filename = self.test_dir + "/" + input 54 f = open(filename, "w+")
|
| H A D | cot_parser.py | 660 filename = Path(self.output) 661 filename.parent.mkdir(exist_ok=True, parents=True)
|
| /rk3399_ARM-atf/tools/marvell/doimage/ |
| H A D | doimage.c | 225 int get_file_size(char *filename) in get_file_size() argument 229 if (stat(filename, &st) == 0) in get_file_size() 647 int parse_sec_config_file(char *filename) in parse_sec_config_file() argument 658 if (config_read_file(&sec_cfg, filename) != CONFIG_TRUE) { in parse_sec_config_file() 661 filename, config_error_text(&sec_cfg), in parse_sec_config_file() 802 int format_sec_ext(char *filename, FILE *out_fd) in format_sec_ext() argument 812 if (parse_sec_config_file(filename)) { in format_sec_ext() 814 "failed parsing configuration file %s\n", filename); in format_sec_ext() 1361 int format_bin_ext(char *filename, FILE *out_fd) in format_bin_ext() argument 1369 in_fd = fopen(filename, "rb"); in format_bin_ext() [all …]
|
| /rk3399_ARM-atf/tools/nxp/create_pbl/ |
| H A D | README | 28 -o <output filename> - Name of PBL image generated
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | rpi5.rst | 57 ``kernel8.img``, which can be overridden by adding a ``kernel=filename`` option
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | tools-build.rst | 172 via using ``cat <filename>`` instead of a hex string.
|
| H A D | build-options.rst | 700 filename for the ``fip`` target. Default is ``fip.bin``. 703 FIP filename for the ``fwu_fip`` target. Default is ``fwu_fip.bin``.
|