mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] scripts: Drop some crc32 implementations
@ 2023-12-12  8:16 Sascha Hauer
  2023-12-12  8:16 ` [PATCH 1/3] scripts: pblimage: re-use crc32 implementation from crypto/crc32.c Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sascha Hauer @ 2023-12-12  8:16 UTC (permalink / raw)
  To: Barebox List

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




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

end of thread, other threads:[~2023-12-12  8:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12  8:16 [PATCH 0/3] scripts: Drop some crc32 implementations Sascha Hauer
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

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