mbox series

[0/3] hw/arm/virt: Add another UART

Message ID 1512745328-5109-1-git-send-email-peter.maydell@linaro.org
Headers show
Series hw/arm/virt: Add another UART | expand

Message

Peter Maydell Dec. 8, 2017, 3:02 p.m. UTC
This patchset adds a second UART to the ARM virt board, which
can be useful in some cases where you'd like a second comms
channel but don't want have to deal with PCI to get it.

Patch 3 attempts to add it to the ACPI tables, but this is
entirely untested and pure guesswork, since I don't really
know anything about ACPI. That patch needs review from
somebody who does know ACPI :-)

thanks
-- PMM

Peter Maydell (3):
  hw/arm/virt: Add virt-2.12 machine type
  hw/arm/virt: Add another UART to the virt board
  hw/arm/virt-acpi-build: Add second UART to ACPI tables

 include/hw/arm/virt.h    |  2 ++
 include/hw/compat.h      |  3 +++
 hw/arm/virt-acpi-build.c |  5 +++++
 hw/arm/virt.c            | 38 +++++++++++++++++++++++++++++++++-----
 4 files changed, 43 insertions(+), 5 deletions(-)

-- 
2.7.4

Comments

Peter Maydell Dec. 8, 2017, 3:10 p.m. UTC | #1
On 8 December 2017 at 15:02, Peter Maydell <peter.maydell@linaro.org> wrote:
> This patchset adds a second UART to the ARM virt board, which

> can be useful in some cases where you'd like a second comms

> channel but don't want have to deal with PCI to get it.

>

> Patch 3 attempts to add it to the ACPI tables, but this is

> entirely untested and pure guesswork, since I don't really

> know anything about ACPI. That patch needs review from

> somebody who does know ACPI :-)

>

> thanks

> -- PMM

>

> Peter Maydell (3):

>   hw/arm/virt: Add virt-2.12 machine type

>   hw/arm/virt: Add another UART to the virt board

>   hw/arm/virt-acpi-build: Add second UART to ACPI tables


Oops, Shannon's linaro email in MAINTAINERS bounces; re-cc'ing
with the huawei one.

thanks
-- PMM