diff options
author | Tongtong Pan <pantongtong@huaqin.corp-partner.google.com> | 2024-07-11 20:44:07 +0800 |
---|---|---|
committer | Karthik Ramasubramanian <kramasub@google.com> | 2024-07-19 16:39:57 +0000 |
commit | 38443fb8e4a527bb695e669b1aeaa7fc7c9436bf (patch) | |
tree | 36bef5403be5be890daf5aeb25f9f952b9fc08e1 /src | |
parent | add944ecebcc28f0ac21ccda6e07d22f4ab2ff0b (diff) |
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>
Diffstat (limited to 'src')
3 files changed, 17 insertions, 2 deletions
diff --git a/src/mainboard/google/dedede/variants/awasuki/memory/Makefile.mk b/src/mainboard/google/dedede/variants/awasuki/memory/Makefile.mk index eace2e443e..5348e2f9a1 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 fa247902ee..495df98d27 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 2499005682..ca9e5c11c1 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 |