Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Nick Vaccaro: Looks good to me, approved
mb/google/volteer/variants/elemi: Include SPD for MT40A512M16TB-062E:R

Add SPD support to elemi for MT40A512M16TB-062E:R

BUG=b:190020997
TEST=FW_NAME=elemi emerge-volteer coreboot chromeos-bootimage

Change-Id: I548ea2ec01dd0a43442a691cf870c2bc1b58bc74
Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55165
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
---
M src/mainboard/google/volteer/variants/elemi/memory/Makefile.inc
M src/mainboard/google/volteer/variants/elemi/memory/dram_id.generated.txt
M src/mainboard/google/volteer/variants/elemi/memory/mem_list_variant.txt
3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/google/volteer/variants/elemi/memory/Makefile.inc b/src/mainboard/google/volteer/variants/elemi/memory/Makefile.inc
index 3b8bf21..a70a7d9 100644
--- a/src/mainboard/google/volteer/variants/elemi/memory/Makefile.inc
+++ b/src/mainboard/google/volteer/variants/elemi/memory/Makefile.inc
@@ -4,5 +4,5 @@
SPD_SOURCES =
SPD_SOURCES += ddr4-spd-2.hex # ID = 0(0b0000) Parts = H5ANAG6NCMR-XNC
SPD_SOURCES += ddr4-spd-7.hex # ID = 1(0b0001) Parts = MT40A1G16KD-062E:E, K4AAG165WA-BCWE
-SPD_SOURCES += ddr4-spd-1.hex # ID = 2(0b0010) Parts = H5AN8G6NDJR-XNC, MT40A512M16TB-062E:J, K4A8G165WC-BCWE
+SPD_SOURCES += ddr4-spd-1.hex # ID = 2(0b0010) Parts = H5AN8G6NDJR-XNC, MT40A512M16TB-062E:J, K4A8G165WC-BCWE, MT40A512M16TB-062E:R
SPD_SOURCES += ddr4-spd-9.hex # ID = 3(0b0011) Parts = H5ANAG6NCJR-XNC, K4AAG165WB-BCWE
diff --git a/src/mainboard/google/volteer/variants/elemi/memory/dram_id.generated.txt b/src/mainboard/google/volteer/variants/elemi/memory/dram_id.generated.txt
index 57e44a9..2e12aff 100644
--- a/src/mainboard/google/volteer/variants/elemi/memory/dram_id.generated.txt
+++ b/src/mainboard/google/volteer/variants/elemi/memory/dram_id.generated.txt
@@ -7,3 +7,4 @@
K4A8G165WC-BCWE 2 (0010)
H5ANAG6NCJR-XNC 3 (0011)
K4AAG165WB-BCWE 3 (0011)
+MT40A512M16TB-062E:R 2 (0010)
diff --git a/src/mainboard/google/volteer/variants/elemi/memory/mem_list_variant.txt b/src/mainboard/google/volteer/variants/elemi/memory/mem_list_variant.txt
index 5445b61..87f6d30 100644
--- a/src/mainboard/google/volteer/variants/elemi/memory/mem_list_variant.txt
+++ b/src/mainboard/google/volteer/variants/elemi/memory/mem_list_variant.txt
@@ -6,3 +6,4 @@
K4A8G165WC-BCWE
H5ANAG6NCJR-XNC
K4AAG165WB-BCWE
+MT40A512M16TB-062E:R

To view, visit change 55165. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I548ea2ec01dd0a43442a691cf870c2bc1b58bc74
Gerrit-Change-Number: 55165
Gerrit-PatchSet: 2
Gerrit-Owner: Chen Wisley <wisley.chen@quantatw.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Tim Wawrzynczak <twawrzynczak@chromium.org>
Gerrit-Reviewer: Wisley Chen <wisley.chen@quanta.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged