]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/aspeed.c
hw/arm: Add palmetto-bmc machine
authorAndrew Jeffery <andrew@aj.id.au>
Wed, 16 Mar 2016 17:06:01 +0000 (17:06 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 16 Mar 2016 17:42:18 +0000 (17:42 +0000)
commit327d8e4ed28e2b9ce548ebea013d96567251ad2d
tree3060707d439409c69ba08f71f6c4ebd0a411c9e5
parent43e3346e43f005500f1d2e44318bf8b28f0ba086
hw/arm: Add palmetto-bmc machine

The new machine is a thin layer over the AST2400 ARM926-based SoC[1].
Between the minimal machine and the current SoC implementation there is
enough functionality to boot an aspeed_defconfig Linux kernel to
userspace. Nothing yet is specific to the Palmetto's BMC (other than
using an AST2400 SoC), but creating specific machine types is preferable
to a generic machine that doesn't match any particular hardware.

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

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Message-id: 1458096317-25223-5-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/palmetto-bmc.c [new file with mode: 0644]