Karthik Ramasubramanian has submitted this change. ( https://review.coreboot.org/c/coreboot/+/83427?usp=email )
(
6 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mb/google/dedede/var/awasuki: Generate 3 RAM IDs ......................................................................
mb/google/dedede/var/awasuki: Generate 3 RAM IDs
Vendor DRAM Part Name Type SAMSUNG K4U6E3S4AB-MGCL LP4X SAMSUNG K4UBE3D4AB-MGCL LP4X MICRON MT53E1G32D2NP-046 WT:B LP4X
BUG=b:351968527 TEST=Run part_id_gen tool without any errors
Change-Id: I9a03c86770101ec70c2ee5d6b914313c1bf23b5f Signed-off-by: Tongtong Pan pantongtong@huaqin.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/83427 Reviewed-by: Weimin Wu wuweimin@huaqin.corp-partner.google.com Reviewed-by: Eric Lai ericllai@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Karthik Ramasubramanian kramasub@google.com --- M src/mainboard/google/dedede/variants/awasuki/memory/Makefile.mk M src/mainboard/google/dedede/variants/awasuki/memory/dram_id.generated.txt M src/mainboard/google/dedede/variants/awasuki/memory/mem_parts_used.txt 3 files changed, 17 insertions(+), 2 deletions(-)
Approvals: Karthik Ramasubramanian: Looks good to me, approved Weimin Wu: Looks good to me, but someone else must approve Eric Lai: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/google/dedede/variants/awasuki/memory/Makefile.mk b/src/mainboard/google/dedede/variants/awasuki/memory/Makefile.mk index eace2e4..5348e2f 100644 --- a/src/mainboard/google/dedede/variants/awasuki/memory/Makefile.mk +++ b/src/mainboard/google/dedede/variants/awasuki/memory/Makefile.mk @@ -1,5 +1,8 @@ # SPDX-License-Identifier: GPL-2.0-or-later # This is an auto-generated file. Do not edit!! -# Add memory parts in mem_parts_used.txt and run spd_tools to regenerate. +# Generated by: +# util/spd_tools/bin/part_id_gen JSL lp4x src/mainboard/google/dedede/variants/awasuki/memory src/mainboard/google/dedede/variants/awasuki/memory/mem_parts_used.txt
-SPD_SOURCES = placeholder +SPD_SOURCES = +SPD_SOURCES += spd/lp4x/set-1/spd-1.hex # ID = 0(0b0000) Parts = K4U6E3S4AB-MGCL +SPD_SOURCES += spd/lp4x/set-1/spd-3.hex # ID = 1(0b0001) Parts = K4UBE3D4AB-MGCL, MT53E1G32D2NP-046 WT:B diff --git a/src/mainboard/google/dedede/variants/awasuki/memory/dram_id.generated.txt b/src/mainboard/google/dedede/variants/awasuki/memory/dram_id.generated.txt index fa24790..495df98 100644 --- a/src/mainboard/google/dedede/variants/awasuki/memory/dram_id.generated.txt +++ b/src/mainboard/google/dedede/variants/awasuki/memory/dram_id.generated.txt @@ -1 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# This is an auto-generated file. Do not edit!! +# Generated by: +# util/spd_tools/bin/part_id_gen JSL lp4x src/mainboard/google/dedede/variants/awasuki/memory src/mainboard/google/dedede/variants/awasuki/memory/mem_parts_used.txt + DRAM Part Name ID to assign +K4U6E3S4AB-MGCL 0 (0000) +K4UBE3D4AB-MGCL 1 (0001) +MT53E1G32D2NP-046 WT:B 1 (0001) diff --git a/src/mainboard/google/dedede/variants/awasuki/memory/mem_parts_used.txt b/src/mainboard/google/dedede/variants/awasuki/memory/mem_parts_used.txt index 2499005..ca9e5c1 100644 --- a/src/mainboard/google/dedede/variants/awasuki/memory/mem_parts_used.txt +++ b/src/mainboard/google/dedede/variants/awasuki/memory/mem_parts_used.txt @@ -9,3 +9,7 @@ # See util/spd_tools/README.md for more details and instructions.
# Part Name + +K4U6E3S4AB-MGCL +K4UBE3D4AB-MGCL +MT53E1G32D2NP-046 WT:B