diff options
author | Terry Chen <terry_chen@wistron.corp-partner.google.com> | 2022-06-06 13:55:13 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-06-09 13:34:33 +0000 |
commit | 54f83c90b051b1ae84de2abb12ca4a8df1b35412 (patch) | |
tree | 102e2198854fb8e9fc503e4692203288a333776b /src | |
parent | 239267478069f83cea3c54f6cc600b2aa760edfd (diff) |
mb/google/brya: Add memory parts for Crota
Add a mem_parts_used.txt, generate Makefile.inc and
dram_id.generated.txt for this part.
DRAM Part Name ID to assign
MT62F1G32D4DR-031 WT:B 0 (0000)
MT62F512M32D2DR-031 WT:B 1 (0001)
H9JCNNNBK3MLYR-N6E 1 (0001)
H9JCNNNCP3MLYR-N6E 0 (0000)
K3LKBKB0BM-MGCP 2 (0010)
K3LKLKL0EM-MGCN 3 (0011)
H58G56AK6BX069 2 (0010)
BUG=b:233830713
BRANCH=firmware-brya-14505.B
TEST=emerge-brya coreboot
Signed-off-by: Terry Chen <terry_chen@wistron.corp-partner.google.com>
Change-Id: If9f2b65717a05576fa6b4fb1f53133902ff1a7c6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64982
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
3 files changed, 6 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/crota/memory/Makefile.inc b/src/mainboard/google/brya/variants/crota/memory/Makefile.inc index 68c56c9c2a..be5ea7a8d9 100644 --- a/src/mainboard/google/brya/variants/crota/memory/Makefile.inc +++ b/src/mainboard/google/brya/variants/crota/memory/Makefile.inc @@ -6,4 +6,5 @@ SPD_SOURCES = SPD_SOURCES += spd/lp5/set-0/spd-2.hex # ID = 0(0b0000) Parts = MT62F1G32D4DR-031 WT:B, H9JCNNNCP3MLYR-N6E SPD_SOURCES += spd/lp5/set-0/spd-1.hex # ID = 1(0b0001) Parts = MT62F512M32D2DR-031 WT:B, H9JCNNNBK3MLYR-N6E -SPD_SOURCES += spd/lp5/set-0/spd-3.hex # ID = 2(0b0010) Parts = K3LKBKB0BM-MGCP +SPD_SOURCES += spd/lp5/set-0/spd-3.hex # ID = 2(0b0010) Parts = K3LKBKB0BM-MGCP, H58G56AK6BX069 +SPD_SOURCES += spd/lp5/set-0/spd-5.hex # ID = 3(0b0011) Parts = K3LKLKL0EM-MGCN diff --git a/src/mainboard/google/brya/variants/crota/memory/dram_id.generated.txt b/src/mainboard/google/brya/variants/crota/memory/dram_id.generated.txt index a61fae8a39..4b97e618f3 100644 --- a/src/mainboard/google/brya/variants/crota/memory/dram_id.generated.txt +++ b/src/mainboard/google/brya/variants/crota/memory/dram_id.generated.txt @@ -9,3 +9,5 @@ MT62F512M32D2DR-031 WT:B 1 (0001) H9JCNNNBK3MLYR-N6E 1 (0001) H9JCNNNCP3MLYR-N6E 0 (0000) K3LKBKB0BM-MGCP 2 (0010) +K3LKLKL0EM-MGCN 3 (0011) +H58G56AK6BX069 2 (0010) diff --git a/src/mainboard/google/brya/variants/crota/memory/mem_parts_used.txt b/src/mainboard/google/brya/variants/crota/memory/mem_parts_used.txt index d51ce0eaef..ab12ea4f8a 100644 --- a/src/mainboard/google/brya/variants/crota/memory/mem_parts_used.txt +++ b/src/mainboard/google/brya/variants/crota/memory/mem_parts_used.txt @@ -14,3 +14,5 @@ MT62F512M32D2DR-031 WT:B H9JCNNNBK3MLYR-N6E H9JCNNNCP3MLYR-N6E K3LKBKB0BM-MGCP +K3LKLKL0EM-MGCN +H58G56AK6BX069 |