Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Duboot_image.h198 IH_COMP_BZIP2, /* bzip2 Compression Used */ enumerator
/openbmc/u-boot/cmd/
H A Dximg.c221 case IH_COMP_BZIP2: in do_imgextract()
/openbmc/u-boot/test/
H A Dcompression.c507 return run_bootm_test(uts, IH_COMP_BZIP2, compress_using_bzip2); in compression_test_bootm_bzip2()
/openbmc/u-boot/include/
H A Dimage.h319 IH_COMP_BZIP2, /* bzip2 Compression Used */ enumerator
/openbmc/u-boot/common/
H A Dbootm.c386 case IH_COMP_BZIP2: { in bootm_decomp_image()
H A Dimage.c176 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },