diff options
author | Chris Zhou <chris_zhou@compal.corp-partner.google.com> | 2018-04-13 17:03:18 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-04-16 08:42:15 +0000 |
commit | e148ddc3dd47a27ab4200154f37c00f85454f315 (patch) | |
tree | 13837467c05be67557b5325e8f0c77d176dcbd55 /src/mainboard/google/poppy/variants | |
parent | 1564bf09eebc396b73f27a7eed173b77b61002b7 (diff) |
mb/google/poppy/variants/nami: Add SPD file for Pantheon
Add SPD file for sdp hynix_dimm_H5AN8G6NCJR-VKC (ram id: 15).
BUG=b:77893710
TEST=Verified that the device with this memory part boots to OS fine.
Change-Id: I434d42ff12e6dae39e5676f36ba6cf00b3a48b06
Signed-off-by: Chris Zhou <chris_zhou@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/25655
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 | 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 a36bd3b56e..fcb22af376 100644 --- a/src/mainboard/google/poppy/variants/nami/Makefile.inc +++ b/src/mainboard/google/poppy/variants/nami/Makefile.inc @@ -16,6 +16,7 @@ SPD_SOURCES += empty_ddr4 # 0b1011 SPD_SOURCES += empty_ddr4 # 0b1100 SPD_SOURCES += empty_ddr4 # 0b1101 SPD_SOURCES += micron_dimm_MT40A512M16LY-075E # 0b1110 +SPD_SOURCES += hynix_dimm_H5AN8G6NCJR-VKC # 0b1111 # Used when PCH_MEM_CONFIG4 = 1 (LPDDR3) SEC_SPD_SOURCES += micron_dimm_MT52L512M32D2PF-107 # 0b0000 |