Searched refs:FIT_FDT_PROP (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | boot_fit.c | 31 fdt_name = fdt_getprop(fit, node, FIT_FDT_PROP, &fdt_len); in fdt_offset()
|
| H A D | image-fit.c | 2056 uname = fdt_stringlist_get(fit, noffset, FIT_FDT_PROP, in fit_conf_print() 2153 return FIT_FDT_PROP; in fit_get_image_type_property() 2540 count = fit_conf_get_prop_node_count(fit, cfg_noffset, FIT_FDT_PROP); in boot_get_fdt_fit() 2563 FIT_FDT_PROP, i); in boot_get_fdt_fit()
|
| H A D | image-fdt.c | 441 FIT_FDT_PROP, in boot_get_fdt()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 248 if (!strcmp(prop_name, FIT_FDT_PROP) && !fdt_check_header(gd->fdt_blob)) in fit_image_fixup_alloc() 268 ret = fit_image_fixup_alloc(fit, FIT_FDT_PROP, in fit_image_pre_process() 407 if (!fit_image_get_param(fit, FIT_FDT_PROP, &load, &offset, &size)) in fit_image_get_bootables_size() 525 return fit_image_load_one(fit, dev_desc, &part, FIT_FDT_PROP, in fit_image_read_dtb()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 407 node = spl_fit_get_image_node(fit, images, FIT_FDT_PROP, 0); in spl_fit_append_fdt() 437 node = spl_fit_get_image_node(fit, images, FIT_FDT_PROP, 1); in spl_fit_append_fdt() 556 FIT_FDT_PROP, index); in spl_fit_get_kernel_dtb() 585 const char *images[] = { FIT_FDT_PROP, FIT_KERNEL_PROP, FIT_RAMDISK_PROP, }; in spl_load_kernel_fit() 653 if (!strcmp(images[i], FIT_FDT_PROP)) in spl_load_kernel_fit() 669 if (!strcmp(images[i], FIT_FDT_PROP)) { in spl_load_kernel_fit()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | fit_image.c | 289 snprintf(str, sizeof(str), "%s@%d", FIT_FDT_PROP, ++upto); in fit_write_images() 362 snprintf(str, sizeof(str), FIT_FDT_PROP "@%d", upto); in fit_write_configs() 363 fdt_property_string(fdt, FIT_FDT_PROP, str); in fit_write_configs()
|
| H A D | image-host.c | 386 FIT_FDT_PROP; in fit_config_get_image_list()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 946 #define FIT_FDT_PROP "fdt" macro
|