| .. | |||
| AmiErrorHandlerMain.c | 7 days ago | ||
| AmiErrorHandlerMain.h | 7 days ago | ||
| AmiErrorHandlerMain.md | 7 days ago | ||
| AmiErrorHandlerMain_analysis.md | 7 days ago | ||
| README.md | 7 days ago | ||
Index: 0219 | Size: 39,812 bytes (163,456 body) | Phase: SMM
SMM error handler from American Megatrends (AMI) that receives error notifications via SMM communication protocol, classifies them by error source type (1-9), and dispatches to platform-specific handlers. Manages CPU topology tracking (socket/core/thread) for error source correlation and reports Configuration Status Register (CSR) data to BMC via IPMI/SMM communicate. Handles MCA errors, PCIe AER errors, and generic bus/memory/I/O errors.
AmiErrorHandlerMain.c / AmiErrorHandlerMain.h: module entrypoint and split-boundary shims that bind recovered names to linked implementation symbols.AmiErrorHandlerAutoGenInit, AmiErrorHandlerInitialize, then AmiErrorHandlerInitFail on registration failure.Intel Purley (Xeon Scalable), HR650X
Source: PurleyPlatPkg/Ras/Smm/ErrHandling/AmiErrorHandlerMain/