Searched refs:fit_hdr_os (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/common/ |
D | bootm.c | 118 if (fit_image_get_type(images.fit_hdr_os, in bootm_find_os() 126 if (fit_image_get_comp(images.fit_hdr_os, in bootm_find_os() 134 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os() 141 if (fit_image_get_arch(images.fit_hdr_os, in bootm_find_os() 148 images.os.end = fit_get_end(images.fit_hdr_os); in bootm_find_os() 150 if (fit_image_get_load(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os() 192 ret = fit_image_get_entry(images.fit_hdr_os, in bootm_find_os() 893 images->fit_hdr_os = map_sysmem(img_addr, 0); in boot_get_kernel()
|
D | image-fdt.c | 262 default_addr = (ulong)images->fit_hdr_os; in boot_get_fdt() 286 fdt_addr = map_to_sysmem(images->fit_hdr_os); in boot_get_fdt()
|
D | image.c | 980 default_addr = (ulong)images->fit_hdr_os; in boot_get_ramdisk() 1008 rd_addr = map_to_sysmem(images->fit_hdr_os); in boot_get_ramdisk() 1244 tmp_img_addr = map_to_sysmem(images->fit_hdr_os); in boot_get_fpga() 1354 tmp_img_addr = map_to_sysmem(images->fit_hdr_os); in boot_get_loadable()
|
D | image-fit.c | 2015 addr = map_to_sysmem(images->fit_hdr_os); in boot_get_setup_fit()
|
/external/u-boot/arch/x86/lib/ |
D | bootm.c | 103 ret = fit_image_get_data(images->fit_hdr_os, in boot_prep_linux()
|
/external/u-boot/include/ |
D | image.h | 351 void *fit_hdr_os; /* os FIT image header */ member
|