mbox series

[v2,0/2] Supporting AST2600 HACE engine accumulative mode

Message ID 20220112080937.366835-1-troy_lee@aspeedtech.com
Headers show
Series Supporting AST2600 HACE engine accumulative mode | expand

Message

Troy Lee Jan. 12, 2022, 8:09 a.m. UTC
This patch series implements ast2600 hace engine with accumulative mode
and unit test against to it.

Changes in v2:
- Coding style
- Add accumulative mode description in comment
- Add unit test cases

Troy Lee (2):
  hw/misc: Supporting AST2600 HACE accumulative mode
  tests/qtest: Add test for Aspeed HACE accumulative mode

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