diff options
author | Ren Kuo <ren.kuo@quanta.corp-partner.google.com> | 2018-09-07 13:29:21 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-09-10 15:05:54 +0000 |
commit | 7f60d24fbda48f982c413528df71d4f56e8df5bf (patch) | |
tree | deecbc12c0e312a7b0b6392ef587b5109471700e /src/mainboard/google/poppy/variants | |
parent | ea81928e948a01dde897b90e8e7454a71d9c0788 (diff) |
mb/google/poppy/variants/nami: Add SPD for two memory parts
add two memory parts and ram id:
hynix_dimm_H5ANAG6NCMR-VKC
micron_dimm_MT40A1G16KNR-075E
BUG=b:113983573
BRANCH=Nami
TEST=emerge-nami coreboot chromeos-bootimage
Change-Id: Ia052f16b6c1e64ee6458fbdeea56a482a728c35a
Signed-off-by: Ren Kuo <Ren.Kuo@quantatw.com>
Reviewed-on: https://review.coreboot.org/28536
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: David Wu <david_wu@quanta.corp-partner.google.com>
Reviewed-by: Ren Kuo <ren.kuo@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/poppy/variants')
-rw-r--r-- | src/mainboard/google/poppy/variants/nami/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/poppy/variants/nami/Makefile.inc b/src/mainboard/google/poppy/variants/nami/Makefile.inc index 8fc0264ccf..b02b7d48df 100644 --- a/src/mainboard/google/poppy/variants/nami/Makefile.inc +++ b/src/mainboard/google/poppy/variants/nami/Makefile.inc @@ -6,7 +6,7 @@ SPD_SOURCES += micron_dimm_MT40A256M16GE-083E # 0b0001 SPD_SOURCES += samsung_dimm_K4A8G165WB-BCRC # 0b0010 SPD_SOURCES += hynix_dimm_H5AN4G6NBJR-UHC # 0b0011 SPD_SOURCES += hynix_dimm_H5ANAG6NAMR-UHC # 0b0100 -SPD_SOURCES += empty_ddr4 # 0b0101 +SPD_SOURCES += hynix_dimm_H5ANAG6NCMR-VKC # 0b0101 SPD_SOURCES += hynix_dimm_H5AN8G6NAFR-UHC # 0b0110 SPD_SOURCES += samsung_dimm_K4A4G165WE-BCRC # 0b0111 SPD_SOURCES += samsung_dimm_K4A8G165WC-BCTD # 0b1000 @@ -14,7 +14,7 @@ SPD_SOURCES += empty_ddr4 # 0b1001 SPD_SOURCES += empty_ddr4 # 0b1010 SPD_SOURCES += empty_ddr4 # 0b1011 SPD_SOURCES += empty_ddr4 # 0b1100 -SPD_SOURCES += empty_ddr4 # 0b1101 +SPD_SOURCES += micron_dimm_MT40A1G16KNR-075E # 0b1101 SPD_SOURCES += micron_dimm_MT40A512M16LY-075E # 0b1110 SPD_SOURCES += hynix_dimm_H5AN8G6NCJR-VKC # 0b1111 |