-
Notifications
You must be signed in to change notification settings - Fork 83
UEFI RAS events
Mauro Carvalho Chehab edited this page Jun 24, 2024
·
9 revisions
The UEFI BIOS spec defines Common Platform Error Record (CPER) events for the firmware to report errors from different kinds of hardware.
There are several types of CPER events for different types of hardware:
- CPU:
- N.2.4: Processor
- Memory:
- N.2.5: Memory error
- N.2.6: Memory error 2
- PCI/PCIe:
- N.2.7: PCI express
- N.2.8: PCI/PCI-X bus
- N.2.9: PCI/PCI-X component
- Firmware:
- N2.10: Firmware
- DMA:
- N2.11: DMA
- Cache Coherent Interconnect (CCIX):
- N2.12: CCIX PER log.
- Compute Express Link
- Others:
- N.2.3: Non-standard.
Currently, UEFI 2.6+ BIOS supports 4 types of processors:
Each processor type has a different error event.
It should be noticed that ARM events were added on UEFI version 2.6. Yet, one of the fields there was lacking encoding information. Such encoding info was added on UEFI 2.9A errata.