]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/aspeed_ast2400.c
hw/arm: Add ASPEED AST2400 SoC model
authorAndrew Jeffery <andrew@aj.id.au>
Wed, 16 Mar 2016 17:06:00 +0000 (17:06 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 16 Mar 2016 17:42:18 +0000 (17:42 +0000)
commit43e3346e43f005500f1d2e44318bf8b28f0ba086
treef8a22d6bfab6357ac474e203abfd45765ef9cf48
parent0c69996e22e22b85d2e2cdb98e7be5dd83ec5113
hw/arm: Add ASPEED AST2400 SoC model

While the ASPEED AST2400 SoC[1] has a broad range of capabilities this
implementation is minimal, comprising an ARM926 processor, ASPEED VIC
and timer devices, and a 8250 UART.

[1] http://www.aspeedtech.com/products.php?fPath=20&rId=376

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Message-id: 1458096317-25223-4-git-send-email-andrew@aj.id.au
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Makefile.objs
hw/arm/ast2400.c [new file with mode: 0644]
include/hw/arm/ast2400.h [new file with mode: 0644]