All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [RFC/RFT PATCH v3 0/3] Add compressed Image booting support
@ 2019-11-06 22:15 Atish Patra
  2019-11-06 22:15 ` [U-Boot] [RFC/RFT PATCH v3 1/3] lib: kconfig: Add option to set BZIP2 compression method Atish Patra
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Atish Patra @ 2019-11-06 22:15 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-11-09  0:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06 22:15 [U-Boot] [RFC/RFT PATCH v3 0/3] Add compressed Image booting support Atish Patra
2019-11-06 22:15 ` [U-Boot] [RFC/RFT PATCH v3 1/3] lib: kconfig: Add option to set BZIP2 compression method Atish Patra
2019-11-07 22:22   ` Tom Rini
2019-11-06 22:15 ` [U-Boot] [RFC/RFT PATCH v3 2/3] image: Add a common compression type detection function Atish Patra
2019-11-07 22:22   ` Tom Rini
2019-11-06 22:15 ` [U-Boot] [RFC/RFT PATCH v3 3/3] image: Add compressed Image parsing support in booti Atish Patra
2019-11-07 22:22   ` Tom Rini
2019-11-09  0:09   ` Atish Patra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.