]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/aspeed_ast27x0: Add HACE support for AST2700
authorJamin Lin <jamin_lin@aspeedtech.com>
Tue, 25 Feb 2025 07:56:20 +0000 (15:56 +0800)
committerCédric Le Goater <clg@redhat.com>
Sun, 9 Mar 2025 13:36:53 +0000 (14:36 +0100)
commit7b5d6b47a6c99e3e3c843000c821e6549c8feb01
tree44a5c2ffe65f0a9e0ff6507cfcc94b2cd91d39c9
parent393c908afb39df5ca44b67edf3acb16bb8835cf7
hw/arm/aspeed_ast27x0: Add HACE support for AST2700

The HACE controller between AST2600 and AST2700 are almost identical.
The HACE controller registers base address starts at 0x1207_0000 and
its alarm interrupt is connected to GICINT4.

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Link: https://lore.kernel.org/qemu-devel/20250225075622.305515-4-jamin_lin@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/arm/aspeed_ast27x0.c