]> git.ipfire.org Git - thirdparty/qemu.git/commit
test/qtest/hace: Update source data and digest data type to 64-bit
authorJamin Lin <jamin_lin@aspeedtech.com>
Thu, 15 May 2025 08:09:56 +0000 (16:09 +0800)
committerCédric Le Goater <clg@redhat.com>
Sun, 25 May 2025 21:39:11 +0000 (23:39 +0200)
commitdcdbbd45a86ad47327282aa3301622cbe65e9fdb
tree2513083b686be71e320030fca2849e11a9df54f2
parent4f4e25507de719605936c955df3a5a5c560c9986
test/qtest/hace: Update source data and digest data type to 64-bit

Currently, the hash data source and digest result buffer addresses are set to
32-bit. However, the AST2700 CPU is a 64-bit Cortex-A35 architecture, and its
DRAM base address is also 64-bit.

To support AST2700, update the hash data source address and digest result buffer
address to use 64-bit addressing.

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-25-jamin_lin@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
tests/qtest/aspeed-hace-utils.c
tests/qtest/aspeed-hace-utils.h