MdeModulePkg: Add SMBIOS 64-bit support for SMBIOS 3.0.
Add SMBIOS 64-bit entry point and 64-bit table support for SMBIOS 3.0. Introduce PcdSmbiosEntryPointProvideMethod to produce 32-bit or 64-bit SMBIOS table. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Elvin Li <elvin.li@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17051 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1165,6 +1165,16 @@
|
||||
# @Prompt SMBIOS version.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300|UINT16|0x00010055
|
||||
|
||||
## SMBIOS Docrev field in SMBIOS 3.0 (64-bit) Entry Point Structure.
|
||||
# @Prompt SMBIOS Docrev field in SMBIOS 3.0 (64-bit) Entry Point Structure.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0|UINT8|0x0001006A
|
||||
|
||||
## SMBIOS produce method.
|
||||
# BIT0 set indicates 32-bit entry point and table are produced.<BR>
|
||||
# BIT1 set indicates 64-bit entry point and table are produced.<BR>
|
||||
# @Prompt The policy to produce SMBIOS entry point and table.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x3|UINT32|0x00010069
|
||||
|
||||
## This PCD specifies the additional pad size in FPDT Basic Boot Performance Table for
|
||||
# the extension FPDT boot records received after ReadyToBoot and before ExitBootService.
|
||||
# @Prompt Pad size for extension FPDT boot records.
|
||||
|
Reference in New Issue
Block a user