Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Duboot_image.h201 IH_COMP_LZ4, /* lz4 Compression Used */ enumerator
/openbmc/u-boot/test/
H A Dcompression.c525 return run_bootm_test(uts, IH_COMP_LZ4, compress_using_lz4); in compression_test_bootm_lz4()
/openbmc/u-boot/include/
H A Dimage.h322 IH_COMP_LZ4, /* lz4 Compression Used */ enumerator
/openbmc/u-boot/common/
H A Dbootm.c421 case IH_COMP_LZ4: { in bootm_decomp_image()
H A Dimage.c180 { IH_COMP_LZ4, "lz4", "lz4 compressed", },