Home
last modified time | relevance | path

Searched refs:fit_hdr_os (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c136 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 Dimage.c999 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 Dimage-fdt.c394 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 Dimage-fit.c2302 addr = map_to_sysmem(images->fit_hdr_os); in boot_get_setup_fit()
/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Drockchip_amp.c460 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 Dbootm.c108 ret = fit_image_get_data(images->fit_hdr_os, in boot_prep_linux()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h351 void *fit_hdr_os; /* os FIT image header */ member