summaryrefslogtreecommitdiff
path: root/src/mainboard/google/falco/Makefile.inc
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2013-05-28 08:32:21 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-11-25 23:48:30 +0100
commitae1ef60dfa304450bacc475cd767ac4a610a76e0 (patch)
tree6028ba70226a3c24838836429d765e6513329ffb /src/mainboard/google/falco/Makefile.inc
parent116aa3a1900dae2beb56f381e91c9890c1e8ca30 (diff)
downloadcoreboot-ae1ef60dfa304450bacc475cd767ac4a610a76e0.tar.xz
falco: Update DIMM SPD table
RAM_ID indices have been changed and settled on a 2GB config that will be the same DRAM chips but only used in one channel. Change-Id: I444e655883ae045622ab3dfb964da4d7f86e1c0d Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/56810 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/4198 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/google/falco/Makefile.inc')
-rw-r--r--src/mainboard/google/falco/Makefile.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mainboard/google/falco/Makefile.inc b/src/mainboard/google/falco/Makefile.inc
index e19db11114..edb8cf602b 100644
--- a/src/mainboard/google/falco/Makefile.inc
+++ b/src/mainboard/google/falco/Makefile.inc
@@ -28,9 +28,12 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
SPD_BIN = $(obj)/spd.bin
# Order of names in SPD_SOURCES is important!
-SPD_SOURCES = Hynix_HMT425S6AFR6A
-SPD_SOURCES += Micron_4KTF25664HZ
-SPD_SOURCES += Elpida_EDJ4216EFBG
+SPD_SOURCES = Micron_4KTF25664HZ # 4GB / CH0 + CH1
+SPD_SOURCES += Hynix_HMT425S6AFR6A # 4GB / CH0 + CH1
+SPD_SOURCES += Elpida_EDJ4216EFBG # 4GB / CH0 + CH1
+SPD_SOURCES += Micron_4KTF25664HZ # 2GB / CH0 only
+SPD_SOURCES += Hynix_HMT425S6AFR6A # 2GB / CH0 only
+SPD_SOURCES += Elpida_EDJ4216EFBG # 2GB / CH0 only
SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/$(f).spd.hex)