Searched refs:fit_hdr_os (Results 1 – 7 of 7) sorted by relevance
| /u-boot/boot/ |
| A D | vbe_request.c | 159 if (!images || !images->fit_hdr_os) in bootmeth_vbe_ft_fixup() 163 log_debug("fit=%p, noffset=%d\n", images->fit_hdr_os, in bootmeth_vbe_ft_fixup() 165 fit = oftree_from_fdt(images->fit_hdr_os); in bootmeth_vbe_ft_fixup()
|
| A D | bootm.c | 146 if (fit_image_get_type(images.fit_hdr_os, in bootm_find_os() 154 if (fit_image_get_comp(images.fit_hdr_os, in bootm_find_os() 162 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os() 169 if (fit_image_get_arch(images.fit_hdr_os, in bootm_find_os() 176 images.os.end = fit_get_end(images.fit_hdr_os); in bootm_find_os() 178 if (fit_image_get_load(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os() 229 ret = fit_image_get_entry(images.fit_hdr_os, in bootm_find_os() 977 images->fit_hdr_os = map_sysmem(img_addr, 0); in boot_get_kernel()
|
| A D | image-board.c | 347 default_addr = (ulong)images->fit_hdr_os; in select_ramdisk() 374 rd_addr = map_to_sysmem(images->fit_hdr_os); in select_ramdisk() 692 tmp_img_addr = map_to_sysmem(images->fit_hdr_os); in boot_get_fpga() 801 tmp_img_addr = map_to_sysmem(images->fit_hdr_os); in boot_get_loadable()
|
| A D | image-fdt.c | 316 default_addr = (ulong)images->fit_hdr_os; in select_fdt() 340 fdt_addr = map_to_sysmem(images->fit_hdr_os); in select_fdt()
|
| A D | image-fit.c | 2320 addr = map_to_sysmem(images->fit_hdr_os); in boot_get_setup_fit()
|
| /u-boot/arch/x86/lib/ |
| A D | bootm.c | 107 ret = fit_image_get_data(images->fit_hdr_os, in boot_prep_linux()
|
| /u-boot/include/ |
| A D | image.h | 365 void *fit_hdr_os; /* os FIT image header */ member
|
Completed in 753 milliseconds