Home
last modified time | relevance | path

Searched refs:IH_COMP_BZIP2 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c325 [IH_COMP_BZIP2] = "BZIP2", in print_decomp_msg()
399 return IH_COMP_BZIP2; in bootm_parse_comp()
440 case IH_COMP_BZIP2: { in bootm_decomp_image()
H A Dandroid_bootloader.c278 else if (comp == IH_COMP_BZIP2) in sysmem_alloc_uncomp_kernel()
306 [IH_COMP_BZIP2] = "BZIP2", in android_bootloader_boot_kernel()
H A Dimage.c172 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
/OK3568_Linux_fs/u-boot/cmd/
H A Dximg.c222 case IH_COMP_BZIP2: in do_imgextract()
/OK3568_Linux_fs/u-boot/test/
H A Dcompression.c457 err |= run_bootm_test(IH_COMP_BZIP2, compress_using_bzip2); in do_ut_image_decomp()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h292 IH_COMP_BZIP2, /* bzip2 Compression Used */ enumerator