From 5f5d50d2c4bde4c458711a41ca3e1151fc1ce352 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 1 Mar 2023 10:38:29 +0000 Subject: mb/google/rex: Generate LP5 RAM ID for `H58G56BK7BX068` Add the support LP5 RAM parts for rex: DRAM Part Name ID to assign H58G56BK7BX068 1 (0001) BUG=b:270708359 TEST=emerge-rex coreboot Signed-off-by: Subrata Banik Change-Id: I9eea7e277628992be9b7768a678a50425444002a Reviewed-on: https://review.coreboot.org/c/coreboot/+/73342 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Ivy Jian Reviewed-by: Kapil Porwal --- src/mainboard/google/rex/variants/rex0/memory/Makefile.inc | 2 +- src/mainboard/google/rex/variants/rex0/memory/dram_id.generated.txt | 1 + src/mainboard/google/rex/variants/rex0/memory/mem_parts_used.txt | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/rex/variants/rex0/memory/Makefile.inc b/src/mainboard/google/rex/variants/rex0/memory/Makefile.inc index cc10fddc49ac..2a7ecdceb928 100644 --- a/src/mainboard/google/rex/variants/rex0/memory/Makefile.inc +++ b/src/mainboard/google/rex/variants/rex0/memory/Makefile.inc @@ -5,5 +5,5 @@ SPD_SOURCES = SPD_SOURCES += spd/lp5/set-0/spd-1.hex # ID = 0(0b0000) Parts = MT62F512M32D2DR-031 WT:B -SPD_SOURCES += spd/lp5/set-0/spd-7.hex # ID = 1(0b0001) Parts = MT62F1G32D2DS-026 WT:B +SPD_SOURCES += spd/lp5/set-0/spd-7.hex # ID = 1(0b0001) Parts = MT62F1G32D2DS-026 WT:B, H58G56BK7BX068 SPD_SOURCES += spd/lp5/set-0/spd-8.hex # ID = 2(0b0010) Parts = MT62F2G32D4DS-026 WT:B diff --git a/src/mainboard/google/rex/variants/rex0/memory/dram_id.generated.txt b/src/mainboard/google/rex/variants/rex0/memory/dram_id.generated.txt index 9cba730f5159..995220c1c53a 100644 --- a/src/mainboard/google/rex/variants/rex0/memory/dram_id.generated.txt +++ b/src/mainboard/google/rex/variants/rex0/memory/dram_id.generated.txt @@ -7,3 +7,4 @@ DRAM Part Name ID to assign MT62F512M32D2DR-031 WT:B 0 (0000) MT62F1G32D2DS-026 WT:B 1 (0001) MT62F2G32D4DS-026 WT:B 2 (0010) +H58G56BK7BX068 1 (0001) diff --git a/src/mainboard/google/rex/variants/rex0/memory/mem_parts_used.txt b/src/mainboard/google/rex/variants/rex0/memory/mem_parts_used.txt index 6df34eb45c92..0513b711ebbd 100644 --- a/src/mainboard/google/rex/variants/rex0/memory/mem_parts_used.txt +++ b/src/mainboard/google/rex/variants/rex0/memory/mem_parts_used.txt @@ -12,3 +12,4 @@ MT62F512M32D2DR-031 WT:B MT62F1G32D2DS-026 WT:B MT62F2G32D4DS-026 WT:B +H58G56BK7BX068 -- cgit v1.2.3