Searched refs:fit_hdr_os (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 136 if (fit_image_get_type(images.fit_hdr_os, in bootm_find_os() 144 if (fit_image_get_comp(images.fit_hdr_os, in bootm_find_os() 152 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os() 159 if (fit_image_get_arch(images.fit_hdr_os, in bootm_find_os() 166 images.os.end = fit_get_end(images.fit_hdr_os); in bootm_find_os() 168 if (fit_image_get_load(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os() 210 ret = fit_image_get_entry(images.fit_hdr_os, in bootm_find_os() 967 images->fit_hdr_os = map_sysmem(img_addr, 0); in boot_get_kernel()
|
| H A D | image.c | 999 default_addr = (ulong)images->fit_hdr_os; in boot_get_ramdisk() 1027 rd_addr = map_to_sysmem(images->fit_hdr_os); in boot_get_ramdisk() 1267 tmp_img_addr = map_to_sysmem(images->fit_hdr_os); in boot_get_fpga() 1377 tmp_img_addr = map_to_sysmem(images->fit_hdr_os); in boot_get_loadable()
|
| H A D | image-fdt.c | 394 default_addr = (ulong)images->fit_hdr_os; in boot_get_fdt() 418 fdt_addr = map_to_sysmem(images->fit_hdr_os); in boot_get_fdt()
|
| H A D | image-fit.c | 2302 addr = map_to_sysmem(images->fit_hdr_os); in boot_get_setup_fit()
|
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | rockchip_amp.c | 460 images.fit_hdr_os = fit; 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/arch/x86/lib/ |
| H A D | bootm.c | 108 ret = fit_image_get_data(images->fit_hdr_os, in boot_prep_linux()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 351 void *fit_hdr_os; /* os FIT image header */ member
|