From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 0/3] firmware: Add support for compressed images
Date: Wed, 23 Jun 2021 06:33:56 +0200 [thread overview]
Message-ID: <20210623043359.18391-1-s.hauer@pengutronix.de> (raw)
Steffen already sent this. This version has some improvements like
better error reporting. Also we uncompress only files we detect as
compressed files, not just everything we do not detect as unknown file.
Sascha Hauer (2):
filetype: Add function to check if a filetype is a compressed file
libfile: Add copy_fd()
Steffen Trumtrar (1):
firmware: add support for compressed images
common/firmware.c | 50 ++++++++++++++++++++++++++++++++++++++++++----
include/filetype.h | 14 +++++++++++++
include/libfile.h | 1 +
lib/libfile.c | 34 +++++++++++++++++++++++++++++++
4 files changed, 95 insertions(+), 4 deletions(-)
--
2.29.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2021-06-23 4:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-23 4:33 Sascha Hauer [this message]
2021-06-23 4:33 ` [PATCH 1/3] filetype: Add function to check if a filetype is a compressed file Sascha Hauer
2021-06-23 4:33 ` [PATCH 2/3] libfile: Add copy_fd() Sascha Hauer
2021-06-23 6:24 ` Trent Piepho
2021-06-23 6:43 ` Sascha Hauer
2021-06-23 4:33 ` [PATCH 3/3] firmware: add support for compressed images 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=20210623043359.18391-1-s.hauer@pengutronix.de \
--to=s.hauer@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