| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rk_hwid.c | 118 static int hwid_adc_find_dtb(const char *file_name) in hwid_adc_find_dtb() argument 129 debug("[HW-ADC]: %s\n", file_name); in hwid_adc_find_dtb() 133 cell_name = strstr(file_name, KEY_WORDS_ADC_CTRL); in hwid_adc_find_dtb() 202 static int hwid_gpio_find_dtb(const char *file_name) in hwid_gpio_find_dtb() argument 210 debug("[HW-GPIO]: %s\n", file_name); in hwid_gpio_find_dtb() 221 cell_name = strstr(file_name, KEY_WORDS_GPIO); in hwid_gpio_find_dtb() 267 bool hwid_dtb_is_available(const char *file_name) in hwid_dtb_is_available() argument 276 if (strstr(file_name, KEY_WORDS_ADC_CTRL) && in hwid_dtb_is_available() 277 strstr(file_name, KEY_WORDS_ADC_CH) && in hwid_dtb_is_available() 278 hwid_adc_find_dtb(file_name)) { in hwid_dtb_is_available() [all …]
|
| H A D | decode_bl31.py | 39 file_name = 'bl31_0x%08x.bin' % paddr 40 with open(file_name, "wb") as atf:
|
| H A D | make_fit_atf.py | 188 file_name = 'bl31_0x%08x.bin' % paddr 189 with open(file_name, "wb") as atf:
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | imagetool.c | 70 const char *file_name, in imagetool_save_subimage() argument 76 dfd = open(file_name, O_RDWR | O_CREAT | O_TRUNC | O_BINARY, in imagetool_save_subimage() 80 file_name, strerror(errno)); in imagetool_save_subimage() 86 file_name, strerror(errno)); in imagetool_save_subimage()
|
| H A D | imagetool.h | 197 const char *file_name,
|
| H A D | fit_image.c | 796 const char *file_name) in fit_image_extract() argument 805 return imagetool_save_subimage(file_name, (ulong) file_data, file_size); in fit_image_extract()
|
| /rk3399_rockchip-uboot/cmd/mvebu/ |
| H A D | bubt.c | 91 size_t (*read)(const char *file_name); 187 static size_t mmc_read_file(const char *file_name) in mmc_read_file() argument 213 rc = fs_read(file_name, get_load_addr(), 0, 0, &act_read); in mmc_read_file() 230 static size_t mmc_read_file(const char *file_name) in mmc_read_file() argument 369 static size_t usb_read_file(const char *file_name) in usb_read_file() argument 396 rc = fs_read(file_name, get_load_addr(), 0, 0, &act_read); in usb_read_file() 409 static size_t usb_read_file(const char *file_name) in usb_read_file() argument 424 static size_t tftp_read_file(const char *file_name) in tftp_read_file() argument 437 static size_t tftp_read_file(const char *file_name) in tftp_read_file() argument
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tftp_update.c | 48 char file_name[32]; member 170 strcpy(e->file_name, name); in update_populate_image() 171 strcat(e->file_name, ".part.img"); in update_populate_image() 204 printf(" file: %s\n", e->file_name); in update_populate_image() 453 e->file_name, (ulong)e->buf); in download_image() 455 ret = tftp_download(e->buf, e->file_name); in download_image() 562 strcpy(e->file_name, name); in update_write_gpt() 567 printf("\n# %s:\n", e->file_name); in update_write_gpt() 577 e->file_name, ret); in update_write_gpt() 698 e->file_name, ret); in do_tftp_full_update() [all …]
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | util.c | 17 const char *file_name = sym_expand_string_value(name); in file_lookup() local 21 free((void *)file_name); in file_lookup() 28 file->name = file_name; in file_lookup()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rk_hwid.h | 27 bool hwid_dtb_is_available(const char *file_name);
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | loaderimage.c | 150 char file_name[1024]; in main() local 255 strcpy(file_name, prepath); in main() 256 strcat(file_name, file_in); in main() 257 file_in = file_name; in main()
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | ydirectenv.h | 29 void yaffs_bug_fn(const char *file_name, int line_no);
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_rkfw.c | 24 static int file2comp_id(const char *file_name, u32 *comp_id) in file2comp_id() argument 29 if (!strcmp(file_name, fip_name_id[i].name)) { in file2comp_id()
|
| /rk3399_rockchip-uboot/doc/mvebu/cmd/ |
| H A D | bubt.txt | 29 # fatload usb 0 <load_address> <file_name>
|