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(a)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(a)intel.com>
Felix Held has posted comments on this change. ( https://review.coreboot.org/25866 )
Change subject: drivers/i2c/adm1027: Remove unneeded headers
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/25866
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I147b3a2c79cd5e6b0e5fa3d23221a6afda8ba8f7
Gerrit-Change-Number: 25866
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 26 Apr 2018 20:29:34 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes