public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] Improvements to FIT hashing
@ 2021-02-17  3:20 Joel Stanley
  2021-02-17  3:20 ` [PATCH 1/3] hw_sha: Fix coding style errors Joel Stanley
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Joel Stanley @ 2021-02-17  3:20 UTC (permalink / raw)
  To: u-boot

Here are some small changes to the FIT hashing code in order to use
more code from common/, which in turns allows hw implementations of SHA.

This was motivated by a need to reduce the SPL size for the Aspeed
platforms by using the hardware engine. I have a driver for the Aspeed
SoC that I will submit.

Joel Stanley (3):
  hw_sha: Fix coding style errors
  fit: Use hash.c to call SHA code
  hash: Allow for SHA512 hardware implementations

 common/hash.c      | 24 ++++++++++++++++++++++--
 common/image-fit.c | 34 ++++++++--------------------------
 include/hw_sha.h   | 38 ++++++++++++++++++++++++++++++++------
 lib/Kconfig        | 15 +++++++--------
 4 files changed, 69 insertions(+), 42 deletions(-)

-- 
2.30.0

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

end of thread, other threads:[~2021-05-13 23:56 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-17  3:20 [PATCH 0/3] Improvements to FIT hashing Joel Stanley
2021-02-17  3:20 ` [PATCH 1/3] hw_sha: Fix coding style errors Joel Stanley
2021-04-13 14:27   ` Tom Rini
2021-02-17  3:20 ` [PATCH 2/3] fit: Use hash.c to call SHA code Joel Stanley
2021-02-17  5:03   ` AKASHI Takahiro
2021-04-12 23:52     ` Joel Stanley
2021-04-13  2:30   ` Tom Rini
2021-02-17  3:20 ` [PATCH 3/3] hash: Allow for SHA512 hardware implementations Joel Stanley
2021-04-13 14:27   ` Tom Rini
2021-05-12 16:01   ` Heinrich Schuchardt
2021-05-12 16:05     ` Simon Glass
2021-05-12 16:19       ` Heinrich Schuchardt
2021-05-12 17:29         ` Ilias Apalodimas
2021-05-12 17:32         ` Simon Glass
2021-05-12 21:22           ` Heinrich Schuchardt
2021-05-13 14:36             ` Simon Glass
2021-05-13 15:33               ` Heinrich Schuchardt
2021-05-13 23:56                 ` Simon Glass
2021-04-12 23:50 ` [PATCH 0/3] Improvements to FIT hashing Joel Stanley

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