From 8c4561d2efa6f1a60dde3e41de8e7105d5911348 Mon Sep 17 00:00:00 2001 From: kane_chen Date: Wed, 5 Sep 2018 15:48:09 +0800 Subject: rammus: add SPD mapping for rammus and shyvana support Add MICRO 4G and 8G SPD file. BUG=none BRANCH=master TEST=emerge-rammus coreboot chromeos-ec chromeos-bootimage Flash FW to DUT, and make sure system boots up. Change-Id: I7cb5b7f2bcdc6fbe0cbc640cad4af014f1a0edd6 Signed-off-by: YanRu Chen Reviewed-on: https://review.coreboot.org/28484 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/google/poppy/variants/rammus/Makefile.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mainboard/google/poppy/variants/rammus/Makefile.inc') diff --git a/src/mainboard/google/poppy/variants/rammus/Makefile.inc b/src/mainboard/google/poppy/variants/rammus/Makefile.inc index 9db2c21670..48def13e7f 100644 --- a/src/mainboard/google/poppy/variants/rammus/Makefile.inc +++ b/src/mainboard/google/poppy/variants/rammus/Makefile.inc @@ -1,4 +1,7 @@ -SPD_SOURCES = empty # 0b0000 +SPD_SOURCES = micron_dimm_MT52L512M32D2PF-093 # 0b0000 +SPD_SOURCES += samsung_dimm_K4E8E324EB-EGCF # 0b0001 +SPD_SOURCES += micron_dimm_MT52L256M32D1PF-093 # 0b0010 +SPD_SOURCES += samsung_dimm_K4E6E304EC-EGCF # 0b0011 bootblock-y += gpio.c -- cgit v1.2.3