Home
last modified time | relevance | path

Searched refs:image_get_data (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/common/
H A Dimage.c217 ulong data = image_get_data(hdr); in image_check_dcrc()
244 size = (uint32_t *)image_get_data(hdr); in image_multi_count()
282 size = (uint32_t *)image_get_data(hdr); in image_multi_getimg()
286 img_data = image_get_data(hdr) + (count + 1) * sizeof(uint32_t); in image_multi_getimg()
1040 rd_data = image_get_data(rd_hdr); in boot_get_ramdisk()
H A Dimage-fdt.c63 if (fdt_check_header((void *)image_get_data(fdt_hdr)) != 0) { in image_get_fdt()
362 image_data = (ulong)image_get_data(fdt_hdr); in boot_get_fdt()
H A Dbootm.c917 *os_data = image_get_data(hdr); in boot_get_kernel()
924 *os_data = image_get_data(hdr); in boot_get_kernel()
/openbmc/u-boot/cmd/
H A Dfpga.c293 ulong image_buf = image_get_data(hdr); in do_fpga_loadmk()
309 data = (ulong)image_get_data(hdr); in do_fpga_loadmk()
H A Dsource.c91 data = (u32 *)image_get_data (hdr); in source()
/openbmc/u-boot/arch/x86/lib/
H A Dbootm.c97 data = (void *)image_get_data(hdr); in boot_prep_linux()
/openbmc/u-boot/tools/
H A Ddefault_image.c160 file_data = image_get_data(hdr); in image_extract_subimage()
/openbmc/u-boot/include/
H A Dimage.h786 static inline ulong image_get_data(const image_header_t *hdr) in image_get_data() function