Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dmisc_decompress.c24 else if (comp == IH_COMP_LZ4) in decomp_set_flags()
107 misc_decompress_sync(IH_COMP_LZ4); in misc_setup_default_sync()
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c328 [IH_COMP_LZ4] = "LZ4", in print_decomp_msg()
387 return IH_COMP_LZ4; in bootm_parse_comp()
475 case IH_COMP_LZ4: { in bootm_decomp_image()
H A Dandroid_bootloader.c272 else if (comp == IH_COMP_LZ4) in sysmem_alloc_uncomp_kernel()
309 [IH_COMP_LZ4] = "LZ4", in android_bootloader_boot_kernel()
H A Dimage.c176 { IH_COMP_LZ4, "lz4", "lz4 compressed", },
/OK3568_Linux_fs/u-boot/test/
H A Dcompression.c460 err |= run_bootm_test(IH_COMP_LZ4, compress_using_lz4); in do_ut_image_decomp()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h295 IH_COMP_LZ4, /* lz4 Compression Used */ enumerator