Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Duboot_image.h200 IH_COMP_LZO, /* lzo Compression Used */ enumerator
/openbmc/u-boot/test/
H A Dcompression.c519 return run_bootm_test(uts, IH_COMP_LZO, compress_using_lzo); in compression_test_bootm_lzo()
/openbmc/u-boot/include/
H A Dimage.h321 IH_COMP_LZO, /* lzo Compression Used */ enumerator
/openbmc/u-boot/common/
H A Dbootm.c412 case IH_COMP_LZO: { in bootm_decomp_image()
H A Dimage.c179 { IH_COMP_LZO, "lzo", "lzo compressed", },