From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 0/3] scripts: Drop some crc32 implementations
Date: Tue, 12 Dec 2023 09:16:20 +0100 [thread overview]
Message-ID: <20231212081623.1548734-1-s.hauer@pengutronix.de> (raw)
Ahmad once added crc32_be() to barebox which is unused up to now, but can
be used by several image tools in scripts/. Let's do that.
Sascha Hauer (3):
scripts: pblimage: re-use crc32 implementation from crypto/crc32.c
scripts: mxsimage: re-use crc32 implementation from crypto/crc32.c
scripts: socfpga_mkimage: re-use crc32 implementation from
crypto/crc32.c
scripts/mxsimage.c | 49 ++++----------------------------
scripts/pblimage.c | 49 ++++----------------------------
scripts/socfpga_mkimage.c | 59 ++-------------------------------------
3 files changed, 12 insertions(+), 145 deletions(-)
--
2.39.2
next reply other threads:[~2023-12-12 8:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-12 8:16 Sascha Hauer [this message]
2023-12-12 8:16 ` [PATCH 1/3] scripts: pblimage: re-use crc32 implementation from crypto/crc32.c Sascha Hauer
2023-12-12 8:16 ` [PATCH 2/3] scripts: mxsimage: " Sascha Hauer
2023-12-12 8:16 ` [PATCH 3/3] scripts: socfpga_mkimage: " 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=20231212081623.1548734-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