[coreboot-gerrit] Change in coreboot[master]: nb/intel/sandybridge: Don't add SMBIOS Table 17 entries on resume

Nico Huber (Code Review) gerrit at coreboot.org
Thu Sep 13 10:53:18 CEST 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/28589


Change subject: nb/intel/sandybridge: Don't add SMBIOS Table 17 entries on resume
......................................................................

nb/intel/sandybridge: Don't add SMBIOS Table 17 entries on resume

Change-Id: Icac6e696efa1721933a1963b45d608d9ae735149
Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
M src/northbridge/intel/sandybridge/raminit.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/28589/1

diff --git a/src/northbridge/intel/sandybridge/raminit.c b/src/northbridge/intel/sandybridge/raminit.c
index 0f72d88..46d5de8 100644
--- a/src/northbridge/intel/sandybridge/raminit.c
+++ b/src/northbridge/intel/sandybridge/raminit.c
@@ -437,7 +437,8 @@
 		halt();
 	}
 
-	fill_smbios17(&ctrl);
+	if (!s3resume)
+		fill_smbios17(&ctrl);
 }
 
 void perform_raminit(int s3resume)

-- 
To view, visit https://review.coreboot.org/28589
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: Icac6e696efa1721933a1963b45d608d9ae735149
Gerrit-Change-Number: 28589
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180913/02ea760c/attachment.html>


More information about the coreboot-gerrit mailing list