[coreboot-gerrit] Change in coreboot[master]: mb/google/octopus: save dimm info as SMBIOS Table-17

Ravishankar Sarawadi (Code Review) gerrit at coreboot.org
Thu Apr 26 23:46:28 CEST 2018


Ravishankar Sarawadi has uploaded this change for review. ( https://review.coreboot.org/25881


Change subject: mb/google/octopus: save dimm info as SMBIOS Table-17
......................................................................

mb/google/octopus: save dimm info as SMBIOS Table-17

Save FSP provided memory HOB info as SMBIOS Table-17 format.
Firmware tools such as mosys, dmidecode uses SMBIOS Table-17 to
report memory metadata.

BUG=b:78651920
TEST=Build for Octopus and check 'dmidecode -t17' and
'mosys memory spd print all' to verify dimm info.

Change-Id: I9b032b766a2927725b2378f7f720644d4459f602
Signed-off-by: Ravi Sarawadi <ravishankar.sarawadi at intel.com>
---
M src/mainboard/google/octopus/romstage.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/25881/1

diff --git a/src/mainboard/google/octopus/romstage.c b/src/mainboard/google/octopus/romstage.c
index 15c1fd1..1810c53 100644
--- a/src/mainboard/google/octopus/romstage.c
+++ b/src/mainboard/google/octopus/romstage.c
@@ -26,4 +26,5 @@
 
 void mainboard_save_dimm_info(void)
 {
+	save_lpddr4_dimm_info(variant_lpddr4_config(), variant_memory_sku());
 }

-- 
To view, visit https://review.coreboot.org/25881
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b032b766a2927725b2378f7f720644d4459f602
Gerrit-Change-Number: 25881
Gerrit-PatchSet: 1
Gerrit-Owner: Ravishankar Sarawadi <ravishankar.sarawadi at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180426/23d40789/attachment.html>


More information about the coreboot-gerrit mailing list