Home
last modified time | relevance | path

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

/u-boot/common/spl/
A Dspl_legacy.c38 spl_image->size = image_get_data_size(header); in spl_parse_legacy_header()
44 spl_image->size = image_get_data_size(header) + in spl_parse_legacy_header()
51 spl_image->dcrc_length = image_get_data_size(header); in spl_parse_legacy_header()
/u-boot/arch/arm/mach-keystone/
A Dcmd_mon.c38 size = image_get_data_size(header); in do_mon_install()
/u-boot/arch/x86/lib/
A Dbootm.c102 len = image_get_data_size(hdr); in boot_prep_linux()
/u-boot/common/
A Dimage-fdt.c372 load_end = load + image_get_data_size(fdt_hdr); in boot_get_fdt()
390 image_get_data_size(fdt_hdr)); in boot_get_fdt()
A Dimage.c250 ulong len = image_get_data_size(hdr); in image_check_dcrc()
376 genimg_print_size(image_get_data_size(hdr)); in image_print_contents()
1271 rd_len = image_get_data_size(rd_hdr); in boot_get_ramdisk()
A Dbootm.c888 *os_len = image_get_data_size(hdr); in boot_get_kernel()
895 *os_len = image_get_data_size(hdr); in boot_get_kernel()
A Dimage-android.c118 *os_len = image_get_data_size(ihdr); in android_image_get_kernel()
/u-boot/cmd/
A Dfpga.c315 data_size = image_get_data_size(hdr); in do_fpga_loadmk()
/u-boot/include/
A Dimage.h812 static inline uint32_t image_get_data_size(const image_header_t *hdr) in image_get_data_size() function

Completed in 15 milliseconds