[SLOF] [PATCH v1 0/3] virtio-serial support for SLOF
Nikunj A Dadhania
nikunj at linux.vnet.ibm.com
Mon Oct 10 22:17:03 AEDT 2016
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
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
--
2.7.4
More information about the SLOF
mailing list