mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Add bootm ZSTD support
@ 2024-01-24 13:47 Marco Felsch
  2024-01-24 13:47 ` [PATCH 1/3] filetype: add zstd support Marco Felsch
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Marco Felsch @ 2024-01-24 13:47 UTC (permalink / raw)
  To: barebox

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




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

end of thread, other threads:[~2024-01-25  7:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-24 13:47 [PATCH 0/3] Add bootm ZSTD support Marco Felsch
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

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