Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-keystone/
Dcmd_mon.c38 size = image_get_data_size(header); in do_mon_install()
/external/u-boot/common/
Dimage-fdt.c324 load_end = load + image_get_data_size(fdt_hdr); in boot_get_fdt()
342 image_get_data_size(fdt_hdr)); in boot_get_fdt()
Dimage.c215 ulong len = image_get_data_size(hdr); in image_check_dcrc()
341 genimg_print_size(image_get_data_size(hdr)); in image_print_contents()
1038 rd_len = image_get_data_size(rd_hdr); in boot_get_ramdisk()
Dbootm.c853 *os_len = image_get_data_size(hdr); in boot_get_kernel()
860 *os_len = image_get_data_size(hdr); in boot_get_kernel()
/external/u-boot/common/spl/
Dspl.c238 spl_image->size = image_get_data_size(header); in spl_parse_image_header()
244 spl_image->size = image_get_data_size(header) + in spl_parse_image_header()
/external/u-boot/arch/x86/lib/
Dbootm.c98 len = image_get_data_size(hdr); in boot_prep_linux()
/external/u-boot/cmd/
Dfpga.c281 data_size = image_get_data_size(hdr); in do_fpga()
/external/u-boot/include/
Dimage.h743 static inline uint32_t image_get_data_size(const image_header_t *hdr) in image_get_data_size() function