Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/57310 )
Change subject: mb/google/dedede/var/gooey: Add MT53E512M32D1NP-046 as supported mem module ......................................................................
mb/google/dedede/var/gooey: Add MT53E512M32D1NP-046 as supported mem module
Add MT53E512M32D1NP-046 WT:B supported memory part in the mem_parts_used.txt and generate the SPD ID for the part. Manufacturer is Micron, and the memory part is 1anm Tech, difference to 1xnm Tech on MT53E512M32D2NP-046.
BUG=b:194223174 BRANCH=dedede TEST=Build the gooey board.
Change-Id: I7b83126a2bf98bb9d0ca05d397c288e0d99ed781 Signed-off-by: Stanley Wu stanley1.wu@lcfc.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/57310 Reviewed-by: Paul Fagerburg pfagerburg@chromium.org Reviewed-by: Paul Menzel paulepanter@mailbox.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- 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(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Paul Fagerburg: Looks good to me, approved
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
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.