Home
last modified time | relevance | path

Searched refs:FIT_FDT_PROP (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dfit.c254 ret = fit_image_fixup_alloc(fit, FIT_FDT_PROP, in fit_image_pre_process()
350 if (!fit_image_get_param(fit, FIT_FDT_PROP, &load, &offset, &size)) in fit_image_get_bootables_size()
468 return fit_image_load_one(fit, dev_desc, &part, FIT_FDT_PROP, in fit_image_read_dtb()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_fit.c307 node = spl_fit_get_image_node(fit, images, FIT_FDT_PROP, 0); in spl_fit_append_fdt()
337 node = spl_fit_get_image_node(fit, images, FIT_FDT_PROP, 1); in spl_fit_append_fdt()
460 const char *images[] = { FIT_FDT_PROP, FIT_KERNEL_PROP, FIT_RAMDISK_PROP, }; in spl_load_kernel_fit()
541 if (!strcmp(images[i], FIT_FDT_PROP)) { in spl_load_kernel_fit()
/OK3568_Linux_fs/u-boot/common/
H A Dboot_fit.c31 fdt_name = fdt_getprop(fit, node, FIT_FDT_PROP, &fdt_len); in fdt_offset()
H A Dimage-fit.c1907 uname = fdt_stringlist_get(fit, noffset, FIT_FDT_PROP, in fit_conf_print()
1999 return FIT_FDT_PROP; in fit_get_image_type_property()
2367 count = fit_conf_get_prop_node_count(fit, cfg_noffset, FIT_FDT_PROP); in boot_get_fdt_fit()
2390 FIT_FDT_PROP, i); in boot_get_fdt_fit()
H A Dimage-fdt.c420 FIT_FDT_PROP, in boot_get_fdt()
/OK3568_Linux_fs/u-boot/tools/
H A Dfit_image.c289 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 Dimage-host.c386 FIT_FDT_PROP; in fit_config_get_image_list()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h941 #define FIT_FDT_PROP "fdt" macro