Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Duboot_image.h199 IH_COMP_LZMA, /* lzma Compression Used */ enumerator
/openbmc/u-boot/test/
H A Dcompression.c513 return run_bootm_test(uts, IH_COMP_LZMA, compress_using_lzma); in compression_test_bootm_lzma()
/openbmc/u-boot/include/
H A Dimage.h320 IH_COMP_LZMA, /* lzma Compression Used */ enumerator
/openbmc/u-boot/common/
H A Dbootm.c402 case IH_COMP_LZMA: { in bootm_decomp_image()
H A Dimage.c178 { IH_COMP_LZMA, "lzma", "lzma compressed", },