| Field | Value |
|---|---|
| Index | 241 |
| Module | AcpiModeEnable |
| Size | 9220 bytes (9.0 KB) |
| Phase | DXE |
AcpiModeEnable is a UEFI DXE driver responsible for transitioning the platform
into ACPI mode during system initialization. It resides in the AmiCRBPkg
Chipset SB package and performs the necessary chipset-level configuration to
enable ACPI S3/S4/S5 sleep states.
The driver registers a status-check routine via a protocol notification event
and reports the result through a global status variable. It includes debug
assertions from AutoGen.c verifying internal invariants at build time.