Module advanced_logger

Source
Expand description

Types and constants defined by Project Mu’s Advanced Logger package, used in the Hyper-V UEFI firmware.

Structs§

AdvancedLoggerInfo
UEFI Advanced Logger Info Header, which is shared with the Advanced Logger Package in UEFI. The entries live right after.
AdvancedLoggerMessageEntryV2
UEFI Advanced Logger Entry, which is shared with the Advanced Logger Package in UEFI. The messages live right after.

Constants§

DXE_PHASE
Phase value for DXE
MM_CORE_PHASE
Phase value for MM CORE
MM_PHASE
Phase value for MM
PEI64_PHASE
Phase value for PEI64
PEI_CORE_PHASE
Phase value for PEI CORE
PHASE_NAMES
Maps phase values to their descriptive names
RUNTIME_PHASE
Phase value for RUNTIME
SEC_PHASE
Phase value for SEC
SIG_ENTRY
Advanced Logger Entry signature
SIG_HEADER
Advanced Logger Info signature
SMM_CORE_PHASE
Phase value for SMM CORE