Lines Matching +full:firmware +full:- +full:abi

1 .. SPDX-License-Identifier: GPL-2.0
8 :Authors: - T. Long Nguyen <tom.l.nguyen@intel.com>
9 - Yanmin Zhang <yanmin.zhang@intel.com>
17 ----------------
26 ----------------------------
41 - Gathers the comprehensive error information if errors occurred.
42 - Reports error to the users.
43 - Performs error recovery actions.
53 ------------------------------------------------------
61 -------------------------
63 Some systems have AER support in firmware. Enabling Linux AER support at
64 the same time the firmware handles AER would result in unpredictable
65 behavior. Therefore, Linux does not handle AER events unless the firmware
66 grants AER control to the OS via the ACPI _OSC method. See the PCI Firmware
70 ----------------
89 --------------
94 type (correctable vs. non-fatal uncorrectable). Fatal errors, including
101 See Documentation/ABI/testing/sysfs-bus-pci-devices-aer.
104 -------------------------
108 Documentation/ABI/testing/sysfs-bus-pci-devices-aer.
131 errors are further classified into non-fatal errors and fatal errors.
132 Non-fatal errors cause the particular transaction to be unreliable,
153 -----------------
167 PCI error-recovery callbacks
177 pci-error-recovery.rst except PCIe-specific parts (e.g.
178 reset_link). Please refer to pci-error-recovery.rst for detailed
192 Non-correctable (non-fatal and fatal) errors
195 If an error message indicates a non-fatal error, performing link reset
221 ------------------------
225 error recovery handler (pci_driver->err_handler is equal to NULL)?
256 Then, you need a user space tool named aer-inject, which can be gotten
259 https://github.com/intel/aer-inject.git
261 More information about aer-inject can be found in the document in