Searched refs:fit_uname_cfg (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | rockchip_amp.c | 340 static int brought_up_all_amp(void *fit, const char *fit_uname_cfg) in brought_up_all_amp() argument 349 conf_noffset = fit_conf_get_node(fit, fit_uname_cfg); in brought_up_all_amp() 459 images.fit_uname_cfg = "conf"; in amp_cpus_on() 470 ret = brought_up_all_amp(images.fit_hdr_os, images.fit_uname_cfg); in amp_cpus_on()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image.c | 919 if (images->fit_uname_cfg) in genimg_has_config() 960 const char *fit_uname_config = images->fit_uname_cfg; in boot_get_ramdisk() 1275 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg); in boot_get_fpga() 1286 &(images->fit_uname_cfg), in boot_get_fpga() 1385 conf_noffset = fit_conf_get_node(buf, images->fit_uname_cfg); in boot_get_loadable() 1396 &(images->fit_uname_cfg), arch, in boot_get_loadable()
|
| H A D | image-fit.c | 1965 prop_name, images->fit_uname_cfg, addr); in fit_get_node_from_config() 1969 cfg_noffset = fit_conf_get_node(fit_hdr, images->fit_uname_cfg); in fit_get_node_from_config() 2096 images->fit_uname_cfg = fit_base_uname_config; in fit_image_load_index()
|
| H A D | image-fdt.c | 369 const char *fit_uname_config = images->fit_uname_cfg; in boot_get_fdt()
|
| H A D | bootm.c | 969 images->fit_uname_cfg = fit_uname_config; in boot_get_kernel()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 349 const char *fit_uname_cfg; /* configuration node unit name */ member
|