Home
last modified time | relevance | path

Searched refs:genimg_get_format (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Ddisk.c65 switch (genimg_get_format((void *) addr)) { in common_diskboot()
113 if (genimg_get_format((void *) addr) == IMAGE_FORMAT_FIT) { in common_diskboot()
H A Dbootm.c255 switch (genimg_get_format(hdr)) { in image_info()
343 switch (genimg_get_format(hdr)) { in do_imls_nor()
491 switch (genimg_get_format(buffer)) { in do_imls_nand()
H A Dsource.c50 switch (genimg_get_format(buf)) { in source()
H A Dximg.c70 switch (genimg_get_format((void *)addr)) { in do_imgextract()
H A Dfdc.c693 switch (genimg_get_format ((void *)addr)) { in do_fdcboot()
733 if (genimg_get_format ((void *)addr) == IMAGE_FORMAT_FIT) { in do_fdcboot()
H A Dfpga.c205 switch (genimg_get_format(fpga_data)) { in do_fpga()
H A Dnand.c884 switch (genimg_get_format ((void *)addr)) { in nand_load_image()
921 if (genimg_get_format ((void *)addr) == IMAGE_FORMAT_FIT) { in nand_load_image()
H A Dpxe.c795 if (genimg_get_format(buf) != IMAGE_FORMAT_INVALID) in label_boot()
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c884 int genimg_get_format(const void *img_addr) in genimg_get_format() function
975 if (buf && genimg_get_format(buf) == IMAGE_FORMAT_ANDROID) in boot_get_ramdisk()
1043 switch (genimg_get_format(buf)) { in boot_get_ramdisk()
1273 switch (genimg_get_format(buf)) { in boot_get_fpga()
1383 switch (genimg_get_format(buf)) { in boot_get_loadable()
H A Dimage.su
H A Dbootm.c122 switch (genimg_get_format(os_hdr)) { in bootm_find_os()
911 switch (genimg_get_format(buf)) { in boot_get_kernel()
H A Dimage-fdt.c437 switch (genimg_get_format(buf)) { in boot_get_fdt()
/OK3568_Linux_fs/u-boot/spl/common/
H A Dimage.su
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dboot_rkimg.c600 format = (genimg_get_format(img)); in rockchip_ram_read_dtb_file()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h570 int genimg_get_format(const void *img_addr);
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Dmc.c124 format = genimg_get_format(fit_hdr); in parse_mc_firmware_fit_image()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map