[SeaBIOS] [PATCH v3 0/9] virtio-mmio support and acpi dsdt parser

Gerd Hoffmann posted 9 patches 3 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20200429134643.2001-1-kraxel@redhat.com
Makefile             |   4 +-
src/hw/virtio-blk.h  |   1 +
src/hw/virtio-mmio.h |  77 +++++
src/hw/virtio-pci.h  |   1 +
src/hw/virtio-scsi.h |   1 +
src/std/acpi.h       |  11 +
src/util.h           |  13 +
src/boot.c           |  19 ++
src/fw/biostables.c  |  49 +++-
src/fw/dsdt_parser.c | 668 +++++++++++++++++++++++++++++++++++++++++++
src/fw/paravirt.c    |   7 +-
src/hw/ps2port.c     |   4 +
src/hw/virtio-blk.c  |  71 +++++
src/hw/virtio-mmio.c |  97 +++++++
src/hw/virtio-pci.c  |  68 ++++-
src/hw/virtio-scsi.c |  73 ++++-
src/Kconfig          |   7 +
17 files changed, 1135 insertions(+), 36 deletions(-)
create mode 100644 src/hw/virtio-mmio.h
create mode 100644 src/fw/dsdt_parser.c
create mode 100644 src/hw/virtio-mmio.c
[SeaBIOS] [PATCH v3 0/9] virtio-mmio support and acpi dsdt parser
Posted by Gerd Hoffmann 3 years, 11 months ago
  Hi,

This series adds virtio-mmio support and an acpi dsdt parser
(for device discovery) to seabios.

v3:
 * one more parser tweak.
v2:
 * various acpi parser tweaks.
 * move parser to separate src file.
 * reorganize virtio-mmio probing a bit.

take care,
  Gerd

Gerd Hoffmann (9):
  virtio-mmio: device probing and initialization.
  virtio-mmio: add support to vp_*() functions
  virtio-mmio: add support for scsi devices.
  virtio-mmio: add support for block devices.
  virtio-mmio: print device type
  acpi: add xsdt support
  acpi: add dsdt parser
  acpi: skip kbd init if not present
  acpi: find and register virtio-mmio devices

 Makefile             |   4 +-
 src/hw/virtio-blk.h  |   1 +
 src/hw/virtio-mmio.h |  77 +++++
 src/hw/virtio-pci.h  |   1 +
 src/hw/virtio-scsi.h |   1 +
 src/std/acpi.h       |  11 +
 src/util.h           |  13 +
 src/boot.c           |  19 ++
 src/fw/biostables.c  |  49 +++-
 src/fw/dsdt_parser.c | 668 +++++++++++++++++++++++++++++++++++++++++++
 src/fw/paravirt.c    |   7 +-
 src/hw/ps2port.c     |   4 +
 src/hw/virtio-blk.c  |  71 +++++
 src/hw/virtio-mmio.c |  97 +++++++
 src/hw/virtio-pci.c  |  68 ++++-
 src/hw/virtio-scsi.c |  73 ++++-
 src/Kconfig          |   7 +
 17 files changed, 1135 insertions(+), 36 deletions(-)
 create mode 100644 src/hw/virtio-mmio.h
 create mode 100644 src/fw/dsdt_parser.c
 create mode 100644 src/hw/virtio-mmio.c

-- 
2.18.2
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org