Attention is currently required from: Zheng Bao.

Bao Zheng would like Zheng Bao to review this change.

View Change

[WIP]Cezanne FSP wrapper: Sync with PI 1.0.0.5

New PI 1.0.0.5 has more data in hob of DMI. The coreboot also need to change.

BUG=b:204732649

Need to wait new FSP binary.

Change-Id: Id95c37a0d7027d75afddf9d7528ff41ae3a347f5
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
---
M src/vendorcode/amd/fsp/cezanne/dmi_info.h
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/59687/1
diff --git a/src/vendorcode/amd/fsp/cezanne/dmi_info.h b/src/vendorcode/amd/fsp/cezanne/dmi_info.h
index 304f387..d2c26fa 100644
--- a/src/vendorcode/amd/fsp/cezanne/dmi_info.h
+++ b/src/vendorcode/amd/fsp/cezanne/dmi_info.h
@@ -227,6 +227,9 @@
OUT UINT64 VolatileSize; ///< Size of the Volatile portion of the memory device in Bytes, if any.
OUT UINT64 CacheSize; ///< Size of the Cache portion of the memory device in Bytes, if any.
OUT UINT64 LogicalSize; ///< Size of the Logical memory device in Bytes.
+ // SMBIOS 3.3
+ OUT UINT32 ExtendedSpeed; ///< Extended Speed
+ OUT UINT32 ExtendedConfiguredMemorySpeed; ///< Extended Configured memory speed
} __packed TYPE17_DMI_INFO;

/// Collection of pointers to the DMI records

To view, visit change 59687. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id95c37a0d7027d75afddf9d7528ff41ae3a347f5
Gerrit-Change-Number: 59687
Gerrit-PatchSet: 1
Gerrit-Owner: Bao Zheng <fishbaozi@gmail.com>
Gerrit-Reviewer: Zheng Bao
Gerrit-Attention: Zheng Bao
Gerrit-MessageType: newchange