[PATCH 0/8] Enable EINJv2 support

Zaid Alali posted 8 patches 1 month ago
There is a newer version of this series
.../firmware-guide/acpi/apei/einj.rst         |  46 ++++-
drivers/acpi/apei/apei-internal.h             |   2 +-
drivers/acpi/apei/einj-core.c                 | 170 +++++++++++++++---
drivers/acpi/apei/einj-cxl.c                  |   2 +-
include/acpi/actbl1.h                         |  25 +--
5 files changed, 205 insertions(+), 40 deletions(-)
[PATCH 0/8] Enable EINJv2 support
Posted by Zaid Alali 1 month ago
The goal of this update is to allow the driver to simultaneously 
support EINJ and EINJv2. The implementation follows the approved
ACPI specs(1)(2) that enables the driver to discover system
capabilities through GET_ERROR_TYPE.

Note: The first two ACPICA patches are to be dropped once merged in
ACPICA project, see pull request(3).

(1) https://bugzilla.tianocore.org/show_bug.cgi?id=4615
(2) https://bugzilla.tianocore.org/attachment.cgi?id=1521
(3) https://github.com/acpica/acpica/pull/977

Zaid Alali (8):
  ACPICA: Update values to hex to follow ACPI specs
  ACPICA: Add EINJv2 get error type action
  ACPI: APEI: EINJ: Remove redundant calls to
    einj_get_available_error_type
  ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
  ACPI: APEI: EINJ: Add einjv2 extension struct
  ACPI: APEI: EINJ: Add debugfs files for EINJv2 support
  ACPI: APEI: EINJ: Enable EINJv2 error injections
  ACPI: APEI: EINJ: Update the documentation for EINJv2 support

 .../firmware-guide/acpi/apei/einj.rst         |  46 ++++-
 drivers/acpi/apei/apei-internal.h             |   2 +-
 drivers/acpi/apei/einj-core.c                 | 170 +++++++++++++++---
 drivers/acpi/apei/einj-cxl.c                  |   2 +-
 include/acpi/actbl1.h                         |  25 +--
 5 files changed, 205 insertions(+), 40 deletions(-)

-- 
2.34.1