[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH v2 0/2] aspeed: simplify using the 'unimplemented
From: |
Peter Maydell |
Subject: |
Re: [Qemu-arm] [PATCH v2 0/2] aspeed: simplify using the 'unimplemented device' |
Date: |
Tue, 13 Feb 2018 19:12:49 +0000 |
On 9 February 2018 at 08:57, Philippe Mathieu-Daudé <address@hidden> wrote:
> 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(-)
Applied, thanks.
-- PMM