All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] aspeed/hace: Support AST2600 HACE
@ 2022-04-22  5:19 Steven Lee
  2022-04-22  5:19 ` [PATCH v5 1/3] aspeed/hace: Support HMAC Key Buffer register Steven Lee
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Steven Lee @ 2022-04-22  5:19 UTC (permalink / raw)
  To: Cédric Le Goater, Peter Maydell, Andrew Jeffery,
	Joel Stanley, Thomas Huth, Laurent Vivier, Paolo Bonzini,
	open list:ASPEED BMCs, open list:All patches CC here
  Cc: jamin_lin, troy_lee, steven_lee

This patch series implements ast2600 hace engine with accumulative mode
and unit test against to it.

Verified with following models
- AST2600 with OpenBmc VERSION_ID=2.12.0-dev-660-g4c7b3e692-dirty
  - check hash verification in uboot and check whether qemu crashed
    during openbmc web gui login.
- AST1030 with ASPEED zephyr SDK v1.04
  - run `hash sha256` command in zephyr shell to verify aspeed hace.

Please help to review.

Thanks,
Steven

Changes in v5:
- Move iov cache related variables into AspeedHACEState.
- Update vmstate and reset_handler for new added attributes in
  AspeedHACEState.

Steven Lee (3):
  aspeed/hace: Support HMAC Key Buffer register.
  aspeed/hace: Support AST2600 HACE
  tests/qtest: Add test for Aspeed HACE accumulative mode

 hw/misc/aspeed_hace.c          | 139 +++++++++++++++++++++++++++++--
 include/hw/misc/aspeed_hace.h  |   5 ++
 tests/qtest/aspeed_hace-test.c | 145 +++++++++++++++++++++++++++++++++
 3 files changed, 284 insertions(+), 5 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-04-26  1:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-22  5:19 [PATCH v5 0/3] aspeed/hace: Support AST2600 HACE Steven Lee
2022-04-22  5:19 ` [PATCH v5 1/3] aspeed/hace: Support HMAC Key Buffer register Steven Lee
2022-04-22  5:19 ` [PATCH v5 2/3] aspeed/hace: Support AST2600 HACE Steven Lee
2022-04-25 13:46   ` Cédric Le Goater
2022-04-26  1:42     ` Steven Lee
2022-04-22  5:19 ` [PATCH v5 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode Steven Lee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.