| .. | |||
| README.md | 2 days ago | ||
| SmbiosType39.c | 2 days ago | ||
| SmbiosType39.h | 2 days ago | ||
| SmbiosType39.md | 2 days ago | ||
UEFI DXE driver that installs SMBIOS Type 39 (Power Supply) records. Communicates with the Management Engine (ME) via the HECI protocol to retrieve power supply information for up to two power supply bays. For each detected bay, queries the ME for device name, manufacturer, serial number, asset tag, model part number, revision level, max power capacity, and presence/status. The collected data is assembled into SMBIOS Type 39 structures and installed via the SMBIOS protocol.
| Function | Description |
|---|---|
_ModuleEntryPoint |
UEFI driver entry point; initializes globals and registers InstallSmbiosType39Structure as a notification callback |
InstallSmbiosType39Structure |
Main callback that enumerates power supply bays (0-1), communicates with ME via HECI, and installs SMBIOS Type 39 records |
SendHeciPowerSupplyCommand |
Sends a HECI command to the ME with group ID 0x8A0A and retrieves the response data |
GetSmbiosProtocol |
Locates and caches the EFI SMBIOS protocol |
GetHeciProtocol |
Locates and caches the HECI protocol for ME communication |
GetPcdProtocol |
Locates and caches the PCD protocol |
GetHobList |
Retrieves HOB list pointer from system table |
GetSupplyBayString |
Returns descriptive string for supply bay 0 (Left/Inner) or 1 (Right/Outer) |
EfiGetSystemConfigurationTable |
Locates a configuration table by GUID |
Lenovo ThinkSystem HR650X (Purley platform, Intel Xeon Scalable) - Management Engine integration