| .. | |||
| PiSmmCommunicationSmm.c | 7 days ago | ||
| PiSmmCommunicationSmm.h | 7 days ago | ||
| PiSmmCommunicationSmm.md | 7 days ago | ||
| README.md | 7 days ago | ||
| Field | Value |
|---|---|
| Index | 243 |
| Module | PiSmmCommunicationSmm |
| Size | 5764 bytes (5.6 KB) |
| Phase | SMM |
PiSmmCommunicationSmm is a SMM driver from the UefiCpuPkg that establishes
communication channels between UEFI runtime and SMM. It manages the shared
buffer and protocol infrastructure that allows DXE/runtime drivers to send
requests to SMM drivers and receive responses.
The driver initializes the SMM communication protocol, sets up a global status
variable for error reporting, and registers the necessary SMI handlers.