Stanley Wu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/57310 )
Change subject: mb/google/dedede/var/gooey: Generate SPD ID for supported part ......................................................................
mb/google/dedede/var/gooey: Generate SPD ID for supported part
Add supported memory part in the mem_parts_used.txt and generate the SPD ID for the part. The memory part being added is: MT53E512M32D1NP-046 WT:B
BUG=b:194223174 BRANCH=dedede TEST=Build the gooey board.
Signed-off-by: stanley.wu stanley1.wu@lcfc.corp-partner.google.com Change-Id: I7b83126a2bf98bb9d0ca05d397c288e0d99ed781 --- M src/mainboard/google/dedede/variants/gooey/memory/Makefile.inc M src/mainboard/google/dedede/variants/gooey/memory/dram_id.generated.txt M src/mainboard/google/dedede/variants/gooey/memory/mem_list_variant.txt 3 files changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/57310/1
diff --git a/src/mainboard/google/dedede/variants/gooey/memory/Makefile.inc b/src/mainboard/google/dedede/variants/gooey/memory/Makefile.inc index d0960c7..c0c0902 100644 --- a/src/mainboard/google/dedede/variants/gooey/memory/Makefile.inc +++ b/src/mainboard/google/dedede/variants/gooey/memory/Makefile.inc @@ -2,4 +2,4 @@ ## This is an auto-generated file. Do not edit!!
SPD_SOURCES = -SPD_SOURCES += lp4x-spd-1.hex # ID = 0(0b0000) Parts = MT53E512M32D2NP-046 WT:E, K4U6E3S4AA-MGCR, H9HCNNNBKMMLXR-NEE +SPD_SOURCES += lp4x-spd-1.hex # ID = 0(0b0000) Parts = MT53E512M32D2NP-046 WT:E, K4U6E3S4AA-MGCR, H9HCNNNBKMMLXR-NEE, MT53E512M32D1NP-046 WT:B diff --git a/src/mainboard/google/dedede/variants/gooey/memory/dram_id.generated.txt b/src/mainboard/google/dedede/variants/gooey/memory/dram_id.generated.txt index 0df7bfc..7576d17 100644 --- a/src/mainboard/google/dedede/variants/gooey/memory/dram_id.generated.txt +++ b/src/mainboard/google/dedede/variants/gooey/memory/dram_id.generated.txt @@ -2,3 +2,4 @@ MT53E512M32D2NP-046 WT:E 0 (0000) K4U6E3S4AA-MGCR 0 (0000) H9HCNNNBKMMLXR-NEE 0 (0000) +MT53E512M32D1NP-046 WT:B 0 (0000) diff --git a/src/mainboard/google/dedede/variants/gooey/memory/mem_list_variant.txt b/src/mainboard/google/dedede/variants/gooey/memory/mem_list_variant.txt index 47159f8..04f01b3 100644 --- a/src/mainboard/google/dedede/variants/gooey/memory/mem_list_variant.txt +++ b/src/mainboard/google/dedede/variants/gooey/memory/mem_list_variant.txt @@ -1,3 +1,4 @@ MT53E512M32D2NP-046 WT:E K4U6E3S4AA-MGCR H9HCNNNBKMMLXR-NEE +MT53E512M32D1NP-046 WT:B