Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dcmd_mon.c39 size = image_get_data_size(header); in do_mon_install()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fdt.c456 load_end = load + image_get_data_size(fdt_hdr); in boot_get_fdt()
474 image_get_data_size(fdt_hdr)); in boot_get_fdt()
H A Dimage.c234 ulong len = image_get_data_size(hdr); in image_check_dcrc()
360 genimg_print_size(image_get_data_size(hdr)); in image_print_contents()
1057 rd_len = image_get_data_size(rd_hdr); in boot_get_ramdisk()
H A Dbootm.c926 *os_len = image_get_data_size(hdr); in boot_get_kernel()
933 *os_len = image_get_data_size(hdr); in boot_get_kernel()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl.c170 spl_image->size = image_get_data_size(header); in spl_parse_image_header()
176 spl_image->size = image_get_data_size(header) + in spl_parse_image_header()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbootm.c103 len = image_get_data_size(hdr); in boot_prep_linux()
/OK3568_Linux_fs/u-boot/cmd/
H A Dfpga.c234 data_size = image_get_data_size(hdr); in do_fpga()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h768 static inline uint32_t image_get_data_size(const image_header_t *hdr) in image_get_data_size() function