Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
EDAC/ieh: Add I/O device EDAC driver for Intel CPUs with IEH
Integrated Error Handlers (IEHs) are PCIe devices which aggregate and
report error events of different severities (correctable, non-fatal
uncorrectable, and fatal uncorrectable) from various I/O devices, e.g.,
PCIe devices, legacy PCI devices. Each error severity is notified by
one of {SMI, NMI, MCE} which is configured by BIOS/platform firmware.
The first IEH-supported platform is Intel Tiger Lake-U CPU. The driver
reads/prints the error severity and error source (bus/device/function)
logged in the IEH(s) and restarts the system on fatal I/O device error.
Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>- Loading branch information