[SeaBIOS] [PATCH 00/20] q35 support patch series

Gerd Hoffmann kraxel at redhat.com
Wed Nov 28 10:17:29 CET 2012


  Hi,

Next round of the q35 patch series, addressing review
comments from Jason and Kevin.

cheers,
  Gerd

Gerd Hoffmann (14):
  simplify chipset detection
  acpi: add mcfg table for mmconfig
  acpi: move DBUG() to separate file
  acpi: move DBUG() to separate file [q35]
  acpi: move \_SB.HPET to separate file
  acpi: move \_SB.HPET to separate file [q35]
  acpi: move \_SB.PCI0._CRS to separate file
  acpi: move \_SB.PCI0._CRS to separate file [q35]
  acpi: move cpu hotplug to separate file
  acpi: move cpu hotplug to separate file [q35]
  acpi: rework enable bits
  acpi: move isa devices to separate file
  acpi: move isa devices to separate file [q35]
  q35: fix default vga address

Isaku Yamahata (4):
  seabios: acpi, fadt: make while fadt initialization chipset specific
  seabios: pci: enable SERR of normal device.
  seabios: add q35 initialization functions.
  seabios: q35: add dsdt

Jan Kiszka (1):
  seabios: q35: Register PCI IRQs as active high in APIC mode

Jason Baron (1):
  seabios: make mttr UC area setup dynamic

 Makefile                      |    2 +-
 src/acpi-dsdt-cpu-hotplug.dsl |   77 +++++++
 src/acpi-dsdt-dbug.dsl        |   30 +++
 src/acpi-dsdt-hpet.dsl        |   36 ++++
 src/acpi-dsdt-isa.dsl         |  134 ++++++++++++
 src/acpi-dsdt-pci-crs.dsl     |  108 ++++++++++
 src/acpi-dsdt.dsl             |  450 ++-------------------------------------
 src/acpi.c                    |  108 +++++++----
 src/acpi.h                    |   17 ++
 src/config.h                  |    1 -
 src/dev-q35.h                 |   46 ++++
 src/mtrr.c                    |    5 +-
 src/pci.h                     |    2 +
 src/pciinit.c                 |   94 ++++++++-
 src/post.c                    |    6 +-
 src/q35-acpi-dsdt.dsl         |  464 +++++++++++++++++++++++++++++++++++++++++
 src/shadow.c                  |   13 ++
 src/smm.c                     |   37 ++++
 18 files changed, 1153 insertions(+), 477 deletions(-)
 create mode 100644 src/acpi-dsdt-cpu-hotplug.dsl
 create mode 100644 src/acpi-dsdt-dbug.dsl
 create mode 100644 src/acpi-dsdt-hpet.dsl
 create mode 100644 src/acpi-dsdt-isa.dsl
 create mode 100644 src/acpi-dsdt-pci-crs.dsl
 create mode 100644 src/dev-q35.h
 create mode 100644 src/q35-acpi-dsdt.dsl




More information about the SeaBIOS mailing list