diff options
author | Van Chen <van_chen@compal.corp-partner.google.com> | 2018-03-26 17:35:10 +0800 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-03-28 00:28:19 +0000 |
commit | f47c2c5ce60e68410693e4fa6247c1e9fa5484fc (patch) | |
tree | de2b2bcf48210600610eb9ce19f54d1ff2fec05e /src/mainboard/google/poppy/variants/nami | |
parent | e6c8a38986deb508d46a4c9cf0cb568d92244c8f (diff) |
mb/google/poppy/variants/nami: Add SPD file for sona.
Add SPD file for sdp samsung_dimm_K4A8G165WC-BCTD (ram id: 8).
BUG=b:76086834
TEST=Verified that the device with this memory part boots to OS fine.
Change-Id: I49fa114f07ad2eef10f18de9f6c3380173681bdd
Signed-off-by: Van Chen <van_chen@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/25379
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/poppy/variants/nami')
-rw-r--r-- | src/mainboard/google/poppy/variants/nami/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/variants/nami/Makefile.inc b/src/mainboard/google/poppy/variants/nami/Makefile.inc index 34bbca0265..f8bc7654f3 100644 --- a/src/mainboard/google/poppy/variants/nami/Makefile.inc +++ b/src/mainboard/google/poppy/variants/nami/Makefile.inc @@ -9,6 +9,7 @@ SPD_SOURCES += hynix_dimm_H5ANAG6NAMR-UHC # 0b0100 SPD_SOURCES += empty_ddr4 # 0b0101 SPD_SOURCES += empty_ddr4 # 0b0110 SPD_SOURCES += samsung_dimm_K4A4G165WE-BCRC # 0b0111 +SPD_SOURCES += samsung_dimm_K4A8G165WC-BCTD # 0b1000 # Used when PCH_MEM_CONFIG4 = 1 (LPDDR3) SEC_SPD_SOURCES += micron_dimm_MT52L512M32D2PF-107 # 0b0000 |