qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hw/misc: Model ASPEED hash and crpyto engine
@ 2021-03-03  7:03 Joel Stanley
  2021-03-03  7:03 ` [PATCH 1/2] hw: Model ASPEED's Hash and Crypto Engine Joel Stanley
  2021-03-03  7:03 ` [PATCH 2/2] aspeed: Integrate HACE Joel Stanley
  0 siblings, 2 replies; 7+ messages in thread
From: Joel Stanley @ 2021-03-03  7:03 UTC (permalink / raw)
  To: Cédric Le Goater; +Cc: Andrew Jeffery, Peter Maydell, qemu-arm, qemu-devel

This adds a model for the ASPEED hash and crypto engine (HACE) found on
all supported ASPEED SoCs.

The model uses Qemu's gcrypto API to perform the SHA and MD5 hashing
directly in the machine's emulated memory space, which I found a neat
use of Qemu's features.

It has been tested using u-boot and from Linux userspace.

Joel Stanley (2):
  hw: Model ASPEED's Hash and Crypto Engine
  aspeed: Integrate HACE

 docs/system/arm/aspeed.rst    |   2 +-
 include/hw/arm/aspeed_soc.h   |   3 +
 include/hw/misc/aspeed_hace.h |  33 ++++
 hw/arm/aspeed_ast2600.c       |  14 ++
 hw/arm/aspeed_soc.c           |  15 ++
 hw/misc/aspeed_hace.c         | 302 ++++++++++++++++++++++++++++++++++
 hw/misc/meson.build           |   2 +-
 7 files changed, 369 insertions(+), 2 deletions(-)
 create mode 100644 include/hw/misc/aspeed_hace.h
 create mode 100644 hw/misc/aspeed_hace.c

-- 
2.30.1



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

end of thread, other threads:[~2021-03-11  6:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-03  7:03 [PATCH 0/2] hw/misc: Model ASPEED hash and crpyto engine Joel Stanley
2021-03-03  7:03 ` [PATCH 1/2] hw: Model ASPEED's Hash and Crypto Engine Joel Stanley
2021-03-09  1:01   ` Andrew Jeffery
2021-03-11  6:17     ` Joel Stanley
2021-03-09  9:40   ` Philippe Mathieu-Daudé
2021-03-03  7:03 ` [PATCH 2/2] aspeed: Integrate HACE Joel Stanley
2021-03-09  1:07   ` Andrew Jeffery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).