diff options
author | kane_chen <kane_chen@pegatron.corp-partner.google.com> | 2018-09-05 15:48:09 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-09-12 07:06:40 +0000 |
commit | 8c4561d2efa6f1a60dde3e41de8e7105d5911348 (patch) | |
tree | 70a8cb8f375a2ef938fa5542b2482af1bd87b791 /src/mainboard/google/poppy/variants/rammus/Makefile.inc | |
parent | 9a32c41c037229c4bb732b697f2948a6f0fb82db (diff) |
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 <kane_chen@pegatron.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/28484
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/poppy/variants/rammus/Makefile.inc')
-rw-r--r-- | src/mainboard/google/poppy/variants/rammus/Makefile.inc | 5 |
1 files changed, 4 insertions, 1 deletions
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 |