Home
last modified time | relevance | path

Searched refs:IH_COMP_ZIMAGE (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dbootm.c329 [IH_COMP_ZIMAGE]= "ZIMAGE", in print_decomp_msg()
383 return IH_COMP_ZIMAGE; in bootm_parse_comp()
492 if (comp == IH_COMP_NONE || comp == IH_COMP_ZIMAGE) in bootm_decomp_image()
H A Dandroid_bootloader.c269 if (comp == IH_COMP_ZIMAGE) in sysmem_alloc_uncomp_kernel()
309 [IH_COMP_ZIMAGE]= "ZIMAGE", in android_bootloader_boot_kernel()
318 if (comp_type == IH_COMP_ZIMAGE && in android_bootloader_boot_kernel()
H A Dimage-android.c164 android_kernel_comp_type != IH_COMP_ZIMAGE) in android_image_get_kernel_addr()
876 if (comp != IH_COMP_NONE && comp != IH_COMP_ZIMAGE) { in android_image_set_decomp()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c283 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) { in spl_load_fit_image()
341 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) in spl_load_fit_image()
/rk3399_rockchip-uboot/include/
H A Dimage.h296 IH_COMP_ZIMAGE, /* zImage Decompressed itself */ enumerator