From: Sascha Hauer <s.hauer@pengutronix.de>
To: BAREBOX <barebox@lists.infradead.org>
Subject: [PATCH v2 0/2] PBL: add support for optimized sha256
Date: Mon, 27 Jul 2026 14:59:43 +0200 [thread overview]
Message-ID: <20260727-pbl-sha256-v2-0-5f5a16d614ca@pengutronix.de> (raw)
When chainloading a full barebox from the PBL we have to verify the
loaded image with sha256. This can take some time for bigger image, so
add support for optimized implementations and ad the ARM64 Crypto
Extensions as a first implementation
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
Changes in v2:
- drop ARMv8 specific comment in generic file
- Use static SHA256_DIGEST_SIZE in function prototype
- Link to v1: https://lore.barebox.org/20260709-pbl-sha256-v1-0-453800909579@pengutronix.de
---
Sascha Hauer (2):
PBL: add pbl_sha256()
ARM: pbl: add PBL support for crypto extensions
arch/arm/crypto/Makefile | 3 +--
arch/arm/crypto/sha2-ce-glue.c | 44 ++++++++++++++++++++++++++++++++++++++++++
include/crypto/pbl-sha.h | 14 ++++++++++++++
pbl/Makefile | 1 +
pbl/decomp.c | 6 +-----
pbl/sha256.c | 28 +++++++++++++++++++++++++++
6 files changed, 89 insertions(+), 7 deletions(-)
---
base-commit: 8057f993993040fdd3bea1c42cf8e37af5b6f5d3
change-id: 20260709-pbl-sha256-b60f9893126e
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
next reply other threads:[~2026-07-27 13:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-27 12:59 Sascha Hauer [this message]
2026-07-27 12:59 ` [PATCH v2 1/2] PBL: add pbl_sha256() Sascha Hauer
2026-07-27 12:59 ` [PATCH v2 2/2] ARM: pbl: add PBL support for crypto extensions 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=20260727-pbl-sha256-v2-0-5f5a16d614ca@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