public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC/RFT PATCH v4 0/3] Add compressed Image booting support
@ 2019-11-09  0:13 Atish Patra
  2019-11-09  0:13 ` [U-Boot] [RFC/RFT PATCH v4 1/3] lib: kconfig: Add option to set BZIP2 compression method Atish Patra
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Atish Patra @ 2019-11-09  0:13 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 common ones that Linux kernel
(ARM64/RISC-V) and U-Boot supports.

Changes from v3->v4
1. Removed CONFIG_SYS_BOOTM_LEN usage.

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                | 40 ++++++++++++++++++++++++++-
common/image.c             | 23 ++++++++++++++++
doc/README.distro          | 12 +++++++++
doc/board/sifive/fu540.rst | 55 ++++++++++++++++++++++++++++++++++++++
include/image.h            | 21 +++++++++++++++
lib/Kconfig                |  5 ++++
6 files changed, 155 insertions(+), 1 deletion(-)

--
2.24.0

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

end of thread, other threads:[~2020-03-05 23:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-09  0:13 [U-Boot] [RFC/RFT PATCH v4 0/3] Add compressed Image booting support Atish Patra
2019-11-09  0:13 ` [U-Boot] [RFC/RFT PATCH v4 1/3] lib: kconfig: Add option to set BZIP2 compression method Atish Patra
2019-11-09  0:13 ` [U-Boot] [RFC/RFT PATCH v4 2/3] image: Add a common compression type detection function Atish Patra
2019-11-09  0:13 ` [U-Boot] [RFC/RFT PATCH v4 3/3] image: Add compressed Image parsing support in booti Atish Patra
2019-11-13 13:36   ` David Abdurachmanov
2019-11-13 19:47     ` Atish Patra
2019-11-23  2:19       ` Atish Patra
2020-02-05  0:01         ` Atish Patra
2020-02-13 16:17           ` Tom Rini
2020-02-13 21:32             ` David Abdurachmanov
2020-02-14 16:43               ` Tom Rini
2020-02-17  0:48                 ` Atish Patra
2020-02-18 20:38                   ` Tom Rini
2020-02-20 21:14                     ` David Abdurachmanov
2020-02-20 22:25                       ` Atish Patra
2020-02-29  1:15                         ` Atish Patra
2020-03-02 18:41                           ` Tom Rini
2020-03-05 23:36                             ` Atish Patra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox