[coreboot-gerrit] New patch to review for coreboot: mainboard/google/poppy: Correct the index for SPD binaries

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Thu Jan 12 12:30:47 CET 2017


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18112

-gerrit

commit c5229755139d1f6f38d8d9b491c21236b9996232
Author: Furquan Shaikh <furquan at chromium.org>
Date:   Wed Jan 11 22:16:40 2017 -0800

    mainboard/google/poppy: Correct the index for SPD binaries
    
    BUG=chrome-os-partner:60513
    BRANCH=None
    TEST=Picks up correct SPD for index.
    
    Change-Id: Iac683ab3b8151747940b0ad7e257da3d9b0ac622
    Signed-off-by: Furquan Shaikh <furquan at chromium.org>
---
 src/mainboard/google/poppy/spd/Makefile.inc | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/google/poppy/spd/Makefile.inc b/src/mainboard/google/poppy/spd/Makefile.inc
index 25818dd..2a3c0c0 100644
--- a/src/mainboard/google/poppy/spd/Makefile.inc
+++ b/src/mainboard/google/poppy/spd/Makefile.inc
@@ -19,10 +19,12 @@ romstage-y += spd.c
 SPD_BIN = $(obj)/spd.bin
 
 SPD_SOURCES = empty				# 0b0000
-SPD_SOURCES += micron_dimm_MT52L512M64D4PQ-107	# 0b0001
-SPD_SOURCES += hynix_dimm_H9CCNNNCPTALBR-NUD	# 0b0010
-SPD_SOURCES += micron_dimm_MT52L1G64D8QC-107	# 0b0011
-SPD_SOURCES += hynix_dimm_H9CCNNNFAGMLLR-NUD	# 0b0100
+SPD_SOURCES += empty				# 0b0001
+SPD_SOURCES += empty				# 0b0010
+SPD_SOURCES += micron_dimm_MT52L512M64D4PQ-107	# 0b0011
+SPD_SOURCES += hynix_dimm_H9CCNNNCPTALBR-NUD	# 0b0100
+SPD_SOURCES += micron_dimm_MT52L1G64D8QC-107	# 0b0101
+SPD_SOURCES += hynix_dimm_H9CCNNNFAGMLLR-NUD	# 0b0110
 
 SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/spd/$(f).spd.hex)
 



More information about the coreboot-gerrit mailing list