From 0fdc0b6b25581e6fb2bf99bbb22a173350f5f41b Mon Sep 17 00:00:00 2001 From: Kane Chen Date: Mon, 25 Mar 2019 16:15:07 +0800 Subject: mb/google/poppy/variants/rammus: Support new onboard Micron memory Add micron_dimm_MT52L256M32D1PF-107 for new onboard memory support. BUG=none BRANCH=firmware-rammus-11275.B TEST=emerge-rammus coreboot chromeos-ec chromeos-bootimage Flash FW to DUT, and make sure system boots up. Signed-off-by: YanRu Chen Change-Id: Iaec4147a64313dcd461affb492805c0453e8703d Reviewed-on: https://review.coreboot.org/c/coreboot/+/32046 Reviewed-by: Furquan Shaikh Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/google/poppy/variants/rammus/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/poppy/variants/rammus') diff --git a/src/mainboard/google/poppy/variants/rammus/Makefile.inc b/src/mainboard/google/poppy/variants/rammus/Makefile.inc index 48def13e7f..44dd07bcde 100644 --- a/src/mainboard/google/poppy/variants/rammus/Makefile.inc +++ b/src/mainboard/google/poppy/variants/rammus/Makefile.inc @@ -2,6 +2,7 @@ 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 +SPD_SOURCES += micron_dimm_MT52L256M32D1PF-107 # 0b0100 bootblock-y += gpio.c -- cgit v1.2.3