]> git.ipfire.org Git - thirdparty/qemu.git/commit
test/qtest/hace: Add tests for AST1030
authorJamin Lin <jamin_lin@aspeedtech.com>
Thu, 15 May 2025 08:09:55 +0000 (16:09 +0800)
committerCédric Le Goater <clg@redhat.com>
Sun, 25 May 2025 21:39:11 +0000 (23:39 +0200)
commit4f4e25507de719605936c955df3a5a5c560c9986
tree32efae418d4be12ac22ce84a47c9ca8845daf84b
parentadf2fb3951625dfba7ff95433c82a449e464a578
test/qtest/hace: Add tests for AST1030

The HACE model in AST2600 and AST1030 is identical. Referencing the AST2600
test cases, new tests have been created for AST1030.

Implemented test functions for SHA-256, SHA-384, SHA-512, and MD5.
Added scatter-gather and accumulation test variants.
For AST1030, the HACE controller base address starts at "0x7e6d0000", and the
SDRAM start address is "0x0".

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Acked-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/qemu-devel/20250515081008.583578-24-jamin_lin@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
tests/qtest/aspeed_hace-test.c