Searched refs:IH_COMP_LZMA (Results 1 – 4 of 4) sorted by relevance
| /u-boot/common/spl/ |
| A D | spl_legacy.c | 103 case IH_COMP_LZMA: in spl_load_legacy_img()
|
| /u-boot/common/ |
| A D | image.c | 201 { IH_COMP_LZMA, "lzma", "lzma compressed", }, 217 { IH_COMP_LZMA, "lzma", {0x5d, 0x00},}, 493 case IH_COMP_LZMA: { in image_decomp()
|
| /u-boot/test/ |
| A D | compression.c | 517 return run_bootm_test(uts, IH_COMP_LZMA, compress_using_lzma); in compression_test_bootm_lzma()
|
| /u-boot/include/ |
| A D | image.h | 330 IH_COMP_LZMA, /* lzma Compression Used */ enumerator
|
Completed in 15 milliseconds