commit | 8083c629dc318c3191d06fcb226528b08ae2acdd | [log] [tgz] |
---|---|---|
author | Atish Patra <atish.patra@wdc.com> | Tue Nov 05 16:06:52 2019 -0800 |
committer | Paul Walmsley <paul.walmsley@sifive.com> | Tue Nov 12 12:04:52 2019 -0800 |
tree | 61cd5897c4cbbb7e208ebc4be84ccb6a0c74dc43 | |
parent | 6b57ba8ed48a3ee3d6b53294ccbf02b8cb83c604 [diff] |
RISC-V: Add multiple compression image format. Currently, there is only support for .gz compression type for generating kernel Image. Add support for other compression methods(lzma, lz4, lzo, bzip2) that helps in generating a even smaller kernel image. Image.gz will still be the default compressed image. Signed-off-by: Atish Patra <atish.patra@wdc.com> Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>