From cf24da4c534427185359c1037e53502b84f25af3 Mon Sep 17 00:00:00 2001 From: Chris Wang Date: Wed, 25 Oct 2017 21:41:05 +0800 Subject: google/nautilus: add spd data by ram id update with nautilus memory spds. RAM_ID = 0 => K4E8E324EB-EGCF RAM_ID = 1 => K4E6E304EB-EGCF RAM_ID = 2 => K4EBE304EB-EGCG BRANCH=master BUG=b:66462881 TEST=emerge-nautilus coreboot Change-Id: I29d8a76b170aee64bb0125276df0e4709012daba Signed-off-by: Chris Wang Reviewed-on: https://review.coreboot.org/22175 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: shkim --- src/mainboard/google/poppy/variants/nautilus/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainboard/google/poppy/variants/nautilus') diff --git a/src/mainboard/google/poppy/variants/nautilus/Makefile.inc b/src/mainboard/google/poppy/variants/nautilus/Makefile.inc index b7ae5e70ef..2854c86014 100644 --- a/src/mainboard/google/poppy/variants/nautilus/Makefile.inc +++ b/src/mainboard/google/poppy/variants/nautilus/Makefile.inc @@ -1,5 +1,7 @@ -SPD_SOURCES = empty # 0b0000 +SPD_SOURCES = samsung_dimm_K4E8E324EB-EGCF # 0b0000 +SPD_SOURCES += samsung_dimm_K4E6E304EB-EGCF # 0b0001 +SPD_SOURCES += samsung_dimm_K4EBE304EB-EGCG # 0b0010 bootblock-y += gpio.c ramstage-y += gpio.c -- cgit v1.2.3