Morris Hsu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74497 )
Change subject: mb/google/brya/var/constitution: Generate SPD ID for supported parts ......................................................................
mb/google/brya/var/constitution: Generate SPD ID for supported parts
Add supported memory part in mem_parts_used.txt, then generate.
K4UBE3D4AB-MGCL
BUG=267539938 TEST=util/abuild/abuild -p none -t google/brya -x -a
Change-Id: Iee41bb4511f2d77e5ddc2798f9d4db6137ed818d Signed-off-by: Morris Hsu morris-hsu@quanta.corp-partner.google.com --- M src/mainboard/google/brya/variants/constitution/memory/Makefile.inc M src/mainboard/google/brya/variants/constitution/memory/dram_id.generated.txt M src/mainboard/google/brya/variants/constitution/memory/mem_parts_used.txt 3 files changed, 20 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/74497/1
diff --git a/src/mainboard/google/brya/variants/constitution/memory/Makefile.inc b/src/mainboard/google/brya/variants/constitution/memory/Makefile.inc index 5af5272..eb56598 100644 --- a/src/mainboard/google/brya/variants/constitution/memory/Makefile.inc +++ b/src/mainboard/google/brya/variants/constitution/memory/Makefile.inc @@ -5,4 +5,4 @@
SPD_SOURCES = SPD_SOURCES += spd/lp4x/set-0/spd-1.hex # ID = 0(0b0000) Parts = K4U6E3S4AB-MGCL -SPD_SOURCES += spd/lp4x/set-0/spd-3.hex # ID = 1(0b0001) Parts = MT53E1G32D2NP-046 WT:B +SPD_SOURCES += spd/lp4x/set-0/spd-3.hex # ID = 1(0b0001) Parts = MT53E1G32D2NP-046 WT:B, K4UBE3D4AB-MGCL diff --git a/src/mainboard/google/brya/variants/constitution/memory/dram_id.generated.txt b/src/mainboard/google/brya/variants/constitution/memory/dram_id.generated.txt index 30dc4e0c..9b1871c 100644 --- a/src/mainboard/google/brya/variants/constitution/memory/dram_id.generated.txt +++ b/src/mainboard/google/brya/variants/constitution/memory/dram_id.generated.txt @@ -6,3 +6,4 @@ DRAM Part Name ID to assign K4U6E3S4AB-MGCL 0 (0000) MT53E1G32D2NP-046 WT:B 1 (0001) +K4UBE3D4AB-MGCL 1 (0001) diff --git a/src/mainboard/google/brya/variants/constitution/memory/mem_parts_used.txt b/src/mainboard/google/brya/variants/constitution/memory/mem_parts_used.txt index d80a500..29280ea 100644 --- a/src/mainboard/google/brya/variants/constitution/memory/mem_parts_used.txt +++ b/src/mainboard/google/brya/variants/constitution/memory/mem_parts_used.txt @@ -1,2 +1,3 @@ K4U6E3S4AB-MGCL MT53E1G32D2NP-046 WT:B +K4UBE3D4AB-MGCL