mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Marco Felsch <m.felsch@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/3] Add bootm ZSTD support
Date: Wed, 24 Jan 2024 14:47:35 +0100	[thread overview]
Message-ID: <20240124134738.133782-1-m.felsch@pengutronix.de> (raw)

Hi,

this small series of patches finally enables barebox to boot zstd
compressed kernels.

Regards,
  Marco

Marco Felsch (3):
  filetype: add zstd support
  bootm: add support to boot ZSTD compressed images
  uncompress: add detected file type debug print

 common/bootm.c                    |   8 +
 common/filetype.c                 |   4 +
 include/filetype.h                |   2 +
 include/linux/decompress/unzstd.h |  11 ++
 lib/Makefile                      |   1 +
 lib/decompress_unzstd.c           | 316 ++++++++++++++++++++++++++++++
 lib/uncompress.c                  |   8 +
 7 files changed, 350 insertions(+)
 create mode 100644 include/linux/decompress/unzstd.h
 create mode 100644 lib/decompress_unzstd.c

-- 
2.39.2




             reply	other threads:[~2024-01-24 13:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-24 13:47 Marco Felsch [this message]
2024-01-24 13:47 ` [PATCH 1/3] filetype: add zstd support Marco Felsch
2024-01-24 13:47 ` [PATCH 2/3] bootm: add support to boot ZSTD compressed images Marco Felsch
2024-01-24 13:47 ` [PATCH 3/3] uncompress: add detected file type debug print Marco Felsch
2024-01-24 13:56   ` Ahmad Fatoum
2024-01-24 13:58     ` Marco Felsch
2024-01-24 14:22       ` Marco Felsch
2024-01-25  7:38 ` [PATCH 0/3] Add bootm ZSTD support Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240124134738.133782-1-m.felsch@pengutronix.de \
    --to=m.felsch@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox