Since v1:
- corrected buggy UART base address (noticed by Peter)
- tested using openbmc-build provided by Andrew
- added Cédric R-b
tested with:
$ qemu-system-arm -M romulus-bmc -m 512 \
-drive file=image-bmc,if=mtd,format=raw -nographic
using this image:
https://openpower.xyz/job/openbmc-build/1240/distro=ubuntu,target=romulus/artifact/deploy/images/romulus/image-bmc
(which is a good candidate for an Avocado / pyexpect test).
Philippe Mathieu-Daudé (2):
hw/arm/aspeed: directly map the serial device to the system address
space
hw/arm/aspeed: simplify using the 'unimplemented device' for
aspeed_soc.io
include/hw/arm/aspeed_soc.h | 1 -
hw/arm/aspeed_soc.c | 35 +++++------------------------------
2 files changed, 5 insertions(+), 31 deletions(-)
--
2.16.1