diff options
author | Furquan Shaikh <furquan@google.com> | 2017-12-18 22:55:33 -0800 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2017-12-20 06:56:39 +0000 |
commit | f67c967af2e778ca5a16a9b62ec56c0fdc9b1597 (patch) | |
tree | 7f4f9e69f383577b92c32aa96d4edb824eb5541a /src/mainboard/google/poppy/variants | |
parent | ff9005b0d6b669f950fc8482c0dcae62eaf73271 (diff) |
mb/google/poppy/variants/nami: Add SPD files for nami
This change adds SPD files for memory IDs 1-4 on nami.
BUG=b:70182907
Change-Id: Ic43f944c0cde18244fe4c4d21314b831d048a3a2
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/22942
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Gaggery Tsai <gaggery.tsai@intel.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/poppy/variants')
-rw-r--r-- | src/mainboard/google/poppy/variants/nami/Makefile.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/google/poppy/variants/nami/Makefile.inc b/src/mainboard/google/poppy/variants/nami/Makefile.inc index ca1e02653a..55899bbeb7 100644 --- a/src/mainboard/google/poppy/variants/nami/Makefile.inc +++ b/src/mainboard/google/poppy/variants/nami/Makefile.inc @@ -1,7 +1,11 @@ # IMPORTANT!! When a new memory SPD is added here, please ensure that ddp_bitmap # is correctly updated in memory.c to indicate if memory id is using DDP. -SPD_SOURCES = empty # 0b0000 +SPD_SOURCES = empty # 0b0000 +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 bootblock-y += gpio.c |