aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/falco/Makefile.inc
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2013-05-24 12:43:24 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-11-25 23:42:15 +0100
commit96f77bd0d9436eb4259d2a132670735ac20e8b95 (patch)
tree97dc83f46169cc22a2aa5c799f855105ddd6f5d3 /src/mainboard/google/falco/Makefile.inc
parent86ce7f92735d4e0a3c6938cf7695b2805f5f48b4 (diff)
falco: Add Elpida DIMM SPD
This was provided by the vendor but I added the part number at byte 128-143 so it can be identified when extracted by mosys. Change-Id: Ib1e430cd390b4dbc013fc0802f1a59c1a0412577 Reviewed-on: https://gerrit.chromium.org/gerrit/56634 Tested-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Commit-Queue: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: http://review.coreboot.org/4192 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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/falco/Makefile.inc b/src/mainboard/google/falco/Makefile.inc
index 7e6a9ac835..e19db11114 100644
--- a/src/mainboard/google/falco/Makefile.inc
+++ b/src/mainboard/google/falco/Makefile.inc
@@ -30,6 +30,7 @@ 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_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/$(f).spd.hex)