All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Supporting AST2600 HACE engine accumulative mode
@ 2022-03-25  3:58 Steven Lee
  2022-03-25  3:58 ` [PATCH v3 1/2] aspeed/hace: Support AST2600 HACE Steven Lee
  2022-03-25  3:58 ` [PATCH v3 2/2] tests/qtest: Add test for Aspeed HACE accumulative mode Steven Lee
  0 siblings, 2 replies; 5+ messages in thread
From: Steven Lee @ 2022-03-25  3:58 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 v3:
- Refactor acc_mode message handling flow.

Steven Lee (2):
  aspeed/hace: Support AST2600 HACE
  tests/qtest: Add test for Aspeed HACE accumulative mode

 hw/misc/aspeed_hace.c          | 113 +++++++++++++++++++++++--
 include/hw/misc/aspeed_hace.h  |   1 +
 tests/qtest/aspeed_hace-test.c | 145 +++++++++++++++++++++++++++++++++
 3 files changed, 250 insertions(+), 9 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-03-29  7:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-25  3:58 [PATCH v3 0/2] Supporting AST2600 HACE engine accumulative mode Steven Lee
2022-03-25  3:58 ` [PATCH v3 1/2] aspeed/hace: Support AST2600 HACE Steven Lee
2022-03-25  7:08   ` Joel Stanley
2022-03-29  7:11     ` Steven Lee
2022-03-25  3:58 ` [PATCH v3 2/2] 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.