Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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 Dfpga.c205 switch (genimg_get_format(fpga_data)) { in do_fpga()
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 Dnand.c903 switch (genimg_get_format ((void *)addr)) { in nand_load_image()
940 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()
/rk3399_rockchip-uboot/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 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.c458 switch (genimg_get_format(buf)) { in boot_get_fdt()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboot_rkimg.c561 format = (genimg_get_format(img)); in rockchip_ram_read_dtb_file()
H A Dboard.c1069 format = (genimg_get_format(img)); in board_do_bootm()
/rk3399_rockchip-uboot/include/
H A Dimage.h570 int genimg_get_format(const void *img_addr);
/rk3399_rockchip-uboot/drivers/net/fsl-mc/
H A Dmc.c124 format = genimg_get_format(fit_hdr); in parse_mc_firmware_fit_image()