SMBIOS PCD Save/Restore DXE driver. Saves OEM SMBIOS PCD configuration values (system manufacturer, product name, serial numbers, UUID, chassis info, baseboard info) into the "OemSmbiosPcdValue" EFI variable and restores them on subsequent boots. On first boot or after FRU replacement, if firmware detects default "To be filled by O.E.M." strings in the PCD data, it restores the previously saved values from the variable, ensuring customer-customized SMBIOS data persists across firmware updates and FRU replacements.
| Function | Description |
|---|---|
_ModuleEntryPoint |
UEFI driver entry point; initializes service table pointers and calls OemSaveSmbiosPcdvalue |
OemSaveSmbiosPcdvalue |
Reads all system/board/chassis PCD tokens (manufacturer, product name, serial number, version, UUID, asset tag, chassis type) and saves them into the OemSmbiosPcdValue UEFI variable |
OemRestoreSmbiosPcdvalue |
Reads saved OemSmbiosPcdValue variable and restores individual SMBIOS PCD tokens when FRU data contains default placeholder strings |
OemRestoreSmbiosString |
Restores a single SMBIOS string PCD token from the saved variable data |
GetPcdProtocol |
Locates and caches the PCD protocol |
GetHobList |
Retrieves HOB list pointer from system table |
PcdGetPtrWrapper |
Safe wrapper for PCD protocol GetPtr with size verification |
DebugAssert |
Assertion handler with CMOS-aware debug level |
DebugPrint |
Conditional debug print with CMOS debug level mask |
Lenovo ThinkSystem HR650X (Purley platform) - OEM SMBIOS customization persistence