mbox series

[00/14] Updates for ACPI 6.2b and 6.3

Message ID 20190208032314.15215-1-alex.hung@canonical.com
Headers show
Series Updates for ACPI 6.2b and 6.3 | expand

Message

Alex Hung Feb. 8, 2019, 3:23 a.m. UTC
This series of patches are for ACPI 6.3 released on Feb 6, 2019.

The spec is available @ https://uefi.org/sites/default/files/resources/ACPI_6_3_final_Jan30.pdf

Alex Hung (14):
  acpi: add address space types according to mantis 1965 (ACPI 6.2b)
  acpi: pptt: check flags based on revision (mantis 1870 for ACPI 6.2b)
  acpi: pdtt: update flags defintion according to mantis 1867 (ACPI 6.3)
  fwts-test: update regression test for PDTT
  acpi: nfit: update memory mapping attributes (mantis 1873 for ACPI
    6.3)
  acpi/srat: add test for Generic Initiator (mantis 1904 for ACPI 6.3)
  acpi/method: add tests for NVDIMM control methods for ACPI 6.3
  fwts-test: update method test for NVDIMM methods
  acpi/hmat: update for hmat revision 2 (mantis 1914 for ACPI 6.3)
  fwts-test: update test for HMAT revision 2
  acpi/madt: remove two reserved bytes (mantis 1934 for ACPI 6.3)
  acpi/madt: update for Local APIC Flags (mantis 1948 for ACPI 6.3)
  acpi/hmat: update System Locality Latency (mantis 1959 for ACPI 6.3)
  fwts-test: update test for HMAT changes

 fwts-test/hmat-0001/acpidump-0001.log |  13 +-
 fwts-test/hmat-0001/hmat-0001.log     |  18 +-
 fwts-test/hmat-0001/hmat-0002.log     |  20 +-
 fwts-test/method-0001/method-0001.log | 748 +++++++++++++-------------
 fwts-test/pdtt-0001/acpidump-0002.log |   4 +-
 fwts-test/pdtt-0001/pdtt-0002.log     |  10 +-
 src/acpi/hmat/hmat.c                  |  33 +-
 src/acpi/madt/madt.c                  |  67 +--
 src/acpi/method/method.c              | 286 ++++++++++
 src/acpi/nfit/nfit.c                  |   2 +-
 src/acpi/pdtt/pdtt.c                  |   2 +-
 src/acpi/pptt/pptt.c                  |  14 +-
 src/acpi/srat/srat.c                  |  65 +++
 src/lib/include/fwts_acpi.h           |  27 +-
 14 files changed, 855 insertions(+), 454 deletions(-)