mbox series

[U-Boot,RFC/RFT,v3,0/3] Add compressed Image booting support

Message ID 20191106221522.28246-1-atish.patra@wdc.com
Headers show
Series Add compressed Image booting support | expand

Message

Atish Patra Nov. 6, 2019, 10:15 p.m. UTC
This patch series extends booti to support compressed images
as well. Following compressed images are supported for now. 

lzma, lzo, bzip2, gz.

Other compression methods can easily be supported if required.
The above compression methods are the common ones that both
Linux kernel (ARM64/RISC-V) and U-Boot supports.

Atish Patra (3):
lib: kconfig: Add option to set BZIP2 compression method
image: Add a common compression type detection function.
image: Add compressed Image parsing support in booti.

cmd/booti.c                | 39 ++++++++++++++++++++++++++-
common/image.c             | 23 ++++++++++++++++
doc/README.distro          | 12 +++++++++
doc/board/sifive/fu540.rst | 55 ++++++++++++++++++++++++++++++++++++++
include/image.h            | 21 +++++++++++++++
lib/Kconfig                |  5 ++++
6 files changed, 154 insertions(+), 1 deletion(-)

--
2.21.0