Searched refs:fit_image_get_load (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | update.c | 223 if (fit_image_get_load(fit, noffset, (ulong *)fladdr)) in update_fit_getparams()
|
| H A D | image-fit.c | 438 ret = fit_image_get_load(fit, image_noffset, &load); in fit_image_print() 447 if (type == IH_TYPE_FLATDT && !fit_image_get_load(fit, image_noffset, &load)) in fit_image_print() 803 int fit_image_get_load(const void *fit, int noffset, ulong *load) in fit_image_get_load() function 2360 ret = fit_image_get_load(fit, noffset, &load); in fit_image_load_index() 2411 } else if (fit_image_get_load(fit, noffset, &load)) { in fit_image_load_index()
|
| H A D | bootm.c | 168 if (fit_image_get_load(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 124 return fit_image_get_load(fit, noffset, load); in fdt_image_get_load()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 280 if (fit_image_get_load(fit, node, &load_addr)) in spl_load_fit_image()
|
| H A D | spl_fit_tb_arm64.S | 292 bl fit_image_get_load
|
| H A D | spl_fit_tb_px30.S | 292 bl fit_image_get_load
|
| H A D | spl_fit_tb_rv1106.S | 293 bl fit_image_get_load
|
| H A D | spl_fit_tb_rv1126b.S | 292 bl fit_image_get_load
|
| H A D | spl_fit_tb_rv1126.S | 293 bl fit_image_get_load
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 1024 int fit_image_get_load(const void *fit, int noffset, ulong *load);
|