diff options
author | Furquan Shaikh <furquan@chromium.org> | 2017-04-26 14:20:40 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2017-04-28 21:58:13 +0200 |
commit | 8d70b969378513c34bddaf45c5fac85c9b86e28a (patch) | |
tree | 3f6ff60dedbf2893dc76ed5ad5efc96100eaca68 /src/mainboard/google/poppy/variants | |
parent | bb70022e28efc24c8fa5ec9ffe7f66ab92f283f4 (diff) | |
download | coreboot-8d70b969378513c34bddaf45c5fac85c9b86e28a.tar.xz |
mainboard/google/soraka: Add support for memory configs 1,2,7 and 8
BUG=b:37712455
Change-Id: I3209aaef774712edab5e9f656ee84bfb6917b1c1
Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/19472
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google/poppy/variants')
-rw-r--r-- | src/mainboard/google/poppy/variants/soraka/Makefile.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mainboard/google/poppy/variants/soraka/Makefile.inc b/src/mainboard/google/poppy/variants/soraka/Makefile.inc index 41e40f7ee7..d757c56a78 100644 --- a/src/mainboard/google/poppy/variants/soraka/Makefile.inc +++ b/src/mainboard/google/poppy/variants/soraka/Makefile.inc @@ -1,8 +1,11 @@ SPD_SOURCES = empty # 0b0000 -SPD_SOURCES += empty # 0b0001 -SPD_SOURCES += empty # 0b0010 +SPD_SOURCES += micron_dimm_MT52L256M64D2PP-107 # 0b0001 +SPD_SOURCES += hynix_dimm_H9CCNNNBKTALBR-NUD # 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_SOURCES += samsung_dimm_K3QF3F30BM-AGCF # 0b0111 +SPD_SOURCES += samsung_dimm_K3QF4F40BM-AGCF # 0b1000 +SPD_SOURCEs += empty # 0b1001 |