diff options
author | Caveh Jalali <caveh@chromium.org> | 2018-05-08 21:07:59 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-05-11 08:57:50 +0000 |
commit | 129cee4d04398b2a24fbffa9c52c73099fb361b1 (patch) | |
tree | 77b87665065ca7f28f4b5fb0d5b585225a64a0a9 /src/mainboard/google/poppy/variants | |
parent | 644b2dd6e0cfc352a7c0e55f4a07337166395487 (diff) |
mb/google/poppy/variants/atlas: add SPD for new samsung 4GB memory
This adds a new SPD entry for samsung's new 4GB memory and updates
atlas to use it instead of the previous gen memory.
BUG=b:79444337
TEST=booted on atlas
Change-Id: I19567736c45a1321586378c3d964c2cbebe24755
Signed-off-by: Caveh Jalali <caveh@chromium.org>
Reviewed-on: https://review.coreboot.org/26185
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/poppy/variants')
-rw-r--r-- | src/mainboard/google/poppy/variants/atlas/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/poppy/variants/atlas/Makefile.inc b/src/mainboard/google/poppy/variants/atlas/Makefile.inc index e51fdaa1af..7c77696187 100644 --- a/src/mainboard/google/poppy/variants/atlas/Makefile.inc +++ b/src/mainboard/google/poppy/variants/atlas/Makefile.inc @@ -4,7 +4,7 @@ SPD_SOURCES += samsung_dimm_K4E8E324EB-EGCF # 0b0001 SPD_SOURCES += hynix_dimm_H9CCNNN8GTALAR-NUD # 0b0010 SPD_SOURCES += samsung_dimm_K4E6E304EB-EGCF # 0b0011 SPD_SOURCES += hynix_dimm_H9CCNNNBJTALAR-NUD # 0b0100 -SPD_SOURCES += samsung_dimm_K4EBE304EB-EGCG # 0b0101 +SPD_SOURCES += samsung_dimm_K4EBE304EC-EGCG # 0b0101 SPD_SOURCES += hynix_dimm_H9CCNNNCLGALAR-NUD # 0b0110 SPD_SOURCES += micron_dimm_MT52L512M32D2PF-107 # 0b0111 SPD_SOURCES += micron_dimm_MT52L1G32D4PG-107 # 0b1000 |