[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy: Initialize use_sec_spd to 0 on all platforms

Nicolas Boichat (Code Review) gerrit at coreboot.org
Mon Mar 12 02:27:36 CET 2018


Nicolas Boichat has uploaded this change for review. ( https://review.coreboot.org/25101


Change subject: mb/google/poppy: Initialize use_sec_spd to 0 on all platforms
......................................................................

mb/google/poppy: Initialize use_sec_spd to 0 on all platforms

BRANCH=poppy
BUG=b:74439917
TEST=Nautilus and poppy can boot, and do not get stuck at
     "CBFS: 'sec-spd.bin' not found."

Change-Id: I06c6511625de930903ae13788bdcd27667a17886
Signed-off-by: Nicolas Boichat <drinkcat at chromium.org>
---
M src/mainboard/google/poppy/variants/baseboard/memory.c
M src/mainboard/google/poppy/variants/nautilus/memory.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/25101/1

diff --git a/src/mainboard/google/poppy/variants/baseboard/memory.c b/src/mainboard/google/poppy/variants/baseboard/memory.c
index 8134f1a..bb1ca72 100644
--- a/src/mainboard/google/poppy/variants/baseboard/memory.c
+++ b/src/mainboard/google/poppy/variants/baseboard/memory.c
@@ -48,6 +48,7 @@
 	p->rcomp_resistor_size = sizeof(rcomp_resistor);
 	p->rcomp_target = rcomp_target;
 	p->rcomp_target_size = sizeof(rcomp_target);
+	p->use_sec_spd = 0;
 }
 
 int __attribute__((weak)) variant_memory_sku(void)
diff --git a/src/mainboard/google/poppy/variants/nautilus/memory.c b/src/mainboard/google/poppy/variants/nautilus/memory.c
index dc845bc..850e98d 100644
--- a/src/mainboard/google/poppy/variants/nautilus/memory.c
+++ b/src/mainboard/google/poppy/variants/nautilus/memory.c
@@ -46,4 +46,5 @@
 	p->rcomp_resistor_size = sizeof(rcomp_resistor);
 	p->rcomp_target = rcomp_target;
 	p->rcomp_target_size = sizeof(rcomp_target);
+	p->use_sec_spd = 0;
 }

-- 
To view, visit https://review.coreboot.org/25101
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: I06c6511625de930903ae13788bdcd27667a17886
Gerrit-Change-Number: 25101
Gerrit-PatchSet: 1
Gerrit-Owner: Nicolas Boichat <drinkcat at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180312/a614496c/attachment.html>


More information about the coreboot-gerrit mailing list