Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-keystone/
H A Dcmd_mon.c38 size = image_get_data_size(header); in do_mon_install()
/openbmc/u-boot/common/spl/
H A Dspl.c263 spl_image->size = image_get_data_size(header); in spl_parse_image_header()
269 spl_image->size = image_get_data_size(header) + in spl_parse_image_header()
275 spl_image->dcrc_length = image_get_data_size(header); in spl_parse_image_header()
/openbmc/u-boot/common/
H A Dimage-fdt.c366 load_end = load + image_get_data_size(fdt_hdr); in boot_get_fdt()
384 image_get_data_size(fdt_hdr)); in boot_get_fdt()
H A Dimage.c218 ulong len = image_get_data_size(hdr); in image_check_dcrc()
344 genimg_print_size(image_get_data_size(hdr)); in image_print_contents()
1041 rd_len = image_get_data_size(rd_hdr); in boot_get_ramdisk()
H A Dbootm.c918 *os_len = image_get_data_size(hdr); in boot_get_kernel()
925 *os_len = image_get_data_size(hdr); in boot_get_kernel()
/openbmc/u-boot/arch/x86/lib/
H A Dbootm.c98 len = image_get_data_size(hdr); in boot_prep_linux()
/openbmc/u-boot/cmd/
H A Dfpga.c310 data_size = image_get_data_size(hdr); in do_fpga_loadmk()
/openbmc/u-boot/include/
H A Dimage.h770 static inline uint32_t image_get_data_size(const image_header_t *hdr) in image_get_data_size() function