Skip to content

Commit 3c516e0

Browse files
qzhuo2rafaeljw
authored andcommitted
Documentation: ACPI: EINJ: Fix error type values for PCIe errors
Fix the error type value for PCI Express uncorrectable non-fatal error to 0x00000080 and fix the error type value for PCI Express uncorrectable fatal error to 0x00000100. See Advanced Configuration and Power Interface Specification, version 6.2, table "18-409 Error Type Definition". Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com> Reported-by: Lijian Zhao <lijian.zhao@intel.com> [ rjw: Subject edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 7c53f6b commit 3c516e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Documentation/firmware-guide/acpi/apei

Documentation/firmware-guide/acpi/apei/einj.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ The following files belong to it:
5050
0x00000010 Memory Uncorrectable non-fatal
5151
0x00000020 Memory Uncorrectable fatal
5252
0x00000040 PCI Express Correctable
53-
0x00000080 PCI Express Uncorrectable fatal
54-
0x00000100 PCI Express Uncorrectable non-fatal
53+
0x00000080 PCI Express Uncorrectable non-fatal
54+
0x00000100 PCI Express Uncorrectable fatal
5555
0x00000200 Platform Correctable
5656
0x00000400 Platform Uncorrectable non-fatal
5757
0x00000800 Platform Uncorrectable fatal

0 commit comments

Comments
 (0)