diff options
author | Chris Zhou <chris_zhou@compal.corp-partner.google.com> | 2018-04-13 16:57:47 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-04-16 08:40:36 +0000 |
commit | 1564bf09eebc396b73f27a7eed173b77b61002b7 (patch) | |
tree | b7650902fe7749516aaf50034e08f0dfd74a600f /src/mainboard/google/poppy/variants | |
parent | 4677f6bbfa412bbdaa6f2fdf65e45e83eb9f6fb3 (diff) |
mb/google/poppy/variants/nami: Add SPD file for Pantheon
Add SPD file for sdp micron_dimm_MT40A512M16LY-075E (ram id: 14).
BUG=b:77930401
TEST=Verified that the device with this memory part boots to OS fine.
Change-Id: Ia44e70948e57c2f19664d874ae005ac39d748f92
Signed-off-by: Chris Zhou <chris_zhou@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/25654
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/nami/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/variants/nami/Makefile.inc b/src/mainboard/google/poppy/variants/nami/Makefile.inc index 2115cd28e3..a36bd3b56e 100644 --- a/src/mainboard/google/poppy/variants/nami/Makefile.inc +++ b/src/mainboard/google/poppy/variants/nami/Makefile.inc @@ -10,6 +10,12 @@ SPD_SOURCES += empty_ddr4 # 0b0101 SPD_SOURCES += hynix_dimm_H5AN8G6NAFR-UHC # 0b0110 SPD_SOURCES += samsung_dimm_K4A4G165WE-BCRC # 0b0111 SPD_SOURCES += samsung_dimm_K4A8G165WC-BCTD # 0b1000 +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_MT40A512M16LY-075E # 0b1110 # Used when PCH_MEM_CONFIG4 = 1 (LPDDR3) SEC_SPD_SOURCES += micron_dimm_MT52L512M32D2PF-107 # 0b0000 |