mb/google/brya/var/ghost4adl: Add more memory parts
Add support for MT62F512M32D2DR-031 WT:B and K3LKLKL0EM-MGCN. These will be used as backup parts if there is issues getting the Hynix parts. BUG=b:233822880,b:236423310 BRANCH=firmware-brya-14505.B TEST=emerge-ghost coreboot Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I6ace8788ffb2ec40d01b91d0a4d751e0a95883f4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65211 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Caveh Jalali <caveh@chromium.org>
This commit is contained in:
parent
dbc904b267
commit
ad07461a16
|
@ -4,5 +4,6 @@
|
|||
# ./util/spd_tools/bin/part_id_gen ADL lp5 src/mainboard/google/brya/variants/ghost4adl/memory src/mainboard/google/brya/variants/ghost4adl/memory/mem_parts_used.txt
|
||||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-1.hex # ID = 0(0b0000) Parts = H9JCNNNBK3MLYR-N6E
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-1.hex # ID = 0(0b0000) Parts = H9JCNNNBK3MLYR-N6E, MT62F512M32D2DR-031 WT:B
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-3.hex # ID = 1(0b0001) Parts = H58G56AK6BX069
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-5.hex # ID = 2(0b0010) Parts = K3LKLKL0EM-MGCN
|
||||
|
|
|
@ -6,3 +6,5 @@
|
|||
DRAM Part Name ID to assign
|
||||
H9JCNNNBK3MLYR-N6E 0 (0000)
|
||||
H58G56AK6BX069 1 (0001)
|
||||
MT62F512M32D2DR-031 WT:B 0 (0000)
|
||||
K3LKLKL0EM-MGCN 2 (0010)
|
||||
|
|
|
@ -11,3 +11,5 @@
|
|||
# Part Name
|
||||
H9JCNNNBK3MLYR-N6E
|
||||
H58G56AK6BX069
|
||||
MT62F512M32D2DR-031 WT:B
|
||||
K3LKLKL0EM-MGCN
|
||||
|
|
Loading…
Reference in New Issue