On Wed, Apr 7, 2021 at 12:05 AM Erik Kaneda <erik.kaneda@xxxxxxxxx> wrote: > > This series contains the Linux-ized patches of ACPICA version 20210331. > This release implements changes to implement the ACPI 6.4 specification > as well as several new tables defined outside of the ACPI specification. > > v2: fix build issue stemming modified NFIT structure > > This patch set is also available here: > > https://github.com/SchmErik/linux/tree/20210331 > > > Alexander Monakov (1): > ACPICA: Add parsing for IVRS IVHD 40h and device entry F0h > > Ben Widawsky (1): > ACPICA: CXL 2.0: CEDT: Add new CEDT table > > Bob Moore (8): > ACPICA: ACPI 6.4: NFIT: add Location Cookie field > ACPICA: ACPI 6.4: HMAT: add new fields/flags > ACPICA: ACPI 6.4: Add new flags in SRAT > ACPICA: ACPI 6.4: PMTT: add new fields/structures > ACPICA: ACPI 6.4: add CSI2Bus resource template > ACPICA: iASL: Add support for CEDT table > ACPICA: iASL: Decode subtable type field for VIOT > ACPICA: Update version to 20210331 > > Colin Ian King (1): > ACPICA: Tree-wide: fix various typos and spelling mistakes > > Erik Kaneda (8): > ACPICA: ACPI 6.4: Add new predefined objects _BPC, _BPS, and _BPT > ACPICA: ACPI 6.4: add USB4 capabilities UUID > ACPICA: ACPI 6.4: add CXL ACPI device ID and _CBR object > ACPICA: ACPI 6.4: MADT: add Multiprocessor Wakeup Structure > ACPICA: ACPI 6.4: PCCT: add support for subtable type 5 > ACPICA: ACPI 6.4: PPTT: add new version of subtable type 1 > ACPICA: ACPI 6.4: add SDEV secure access components > ACPICA: ACPI 6.4: add support for PHAT table > > Jean-Philippe Brucker (2): > ACPICA: iASL: Add definitions for the VIOT table > ACPICA: acpisrc: Add missing conversion for VIOT support > > Shameer Kolothum (1): > ACPICA: IORT: Updates for revision E.b All applied as 5.13 material, thank you!