[SLOF] [PATCH v1 0/3] virtio-serial support for SLOF
Alexey Kardashevskiy
aik at ozlabs.ru
Mon Oct 17 11:12:42 AEDT 2016
On 10/10/16 22:17, Nikunj A Dadhania wrote:
> SLOF currently uses spapr-vty devices for console, add virtio-serial device
> support in SLOF. First couple of patches are preparatory patches and the
> driver is part of the third patch.
>
> Changelog:
> v0:
> * Fix indentation in patch 1
> * Addressed comments by Alexey
Thanks, applied.
>
> Nikunj A Dadhania (3):
> Improve indentation in OF.fs
> Generalize output banner write routine
> Add virtio-serial device support
>
> board-qemu/slof/Makefile | 3 +
> board-qemu/slof/OF.fs | 134 ++++++++++++---------
> board-qemu/slof/pci-device_1af4_1003.fs | 25 ++++
> board-qemu/slof/pci-device_1af4_1043.fs | 15 +++
> board-qemu/slof/virtio-serial.fs | 94 +++++++++++++++
> lib/libvirtio/Makefile | 2 +-
> lib/libvirtio/virtio-serial.c | 202 ++++++++++++++++++++++++++++++++
> lib/libvirtio/virtio-serial.h | 27 +++++
> lib/libvirtio/virtio.code | 33 ++++++
> lib/libvirtio/virtio.in | 6 +
> 10 files changed, 482 insertions(+), 59 deletions(-)
> create mode 100644 board-qemu/slof/pci-device_1af4_1003.fs
> create mode 100644 board-qemu/slof/pci-device_1af4_1043.fs
> create mode 100644 board-qemu/slof/virtio-serial.fs
> create mode 100644 lib/libvirtio/virtio-serial.c
> create mode 100644 lib/libvirtio/virtio-serial.h
>
--
Alexey
More information about the SLOF
mailing list