mb/google/brya/var/skolas4es: Add new memory parts
Add support for the MT53E2G32D4NQ-046 WT:C and MT53E512M32D1NP-046 WT:B memory parts to skolas4es. BUG=b:236284219 BRANCH=firmware-brya-14505.B TEST=None Change-Id: I5e3534985e12535ccc4285a0d829bca04781cf1b Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65179 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
f6c100fbac
commit
6ddcbb6f0b
|
@ -1,10 +1,10 @@
|
|||
# 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 ADL lp4x src/mainboard/google/brya/variants/skolas4es/memory src/mainboard/google/brya/variants/skolas4es/memory/mem_parts_used.txt
|
||||
# util/spd_tools/lp4x/part_id_gen ADL lp4x src/mainboard/google/brya/variants/skolas4es/memory src/mainboard/google/brya/variants/skolas4es/memory/mem_parts_used.txt
|
||||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += spd/lp4x/set-0/spd-1.hex # ID = 0(0b0000) Parts = MT53E512M32D2NP-046 WT:F, H9HCNNNBKMMLXR-NEE
|
||||
SPD_SOURCES += spd/lp4x/set-0/spd-1.hex # ID = 0(0b0000) Parts = MT53E512M32D2NP-046 WT:F, H9HCNNNBKMMLXR-NEE, MT53E512M32D1NP-046 WT:B
|
||||
SPD_SOURCES += spd/lp4x/set-0/spd-4.hex # ID = 1(0b0001) Parts = MT53E1G32D2NP-046 WT:A
|
||||
SPD_SOURCES += spd/lp4x/set-0/spd-7.hex # ID = 2(0b0010) Parts = MT53E2G32D4NQ-046 WT:A
|
||||
SPD_SOURCES += spd/lp4x/set-0/spd-7.hex # ID = 2(0b0010) Parts = MT53E2G32D4NQ-046 WT:A, MT53E2G32D4NQ-046 WT:C
|
||||
SPD_SOURCES += spd/lp4x/set-0/spd-3.hex # ID = 3(0b0011) Parts = H9HCNNNCPMMLXR-NEE, MT53E1G32D2NP-046 WT:B
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# 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 ADL lp4x src/mainboard/google/brya/variants/skolas4es/memory src/mainboard/google/brya/variants/skolas4es/memory/mem_parts_used.txt
|
||||
# util/spd_tools/lp4x/part_id_gen ADL lp4x src/mainboard/google/brya/variants/skolas4es/memory src/mainboard/google/brya/variants/skolas4es/memory/mem_parts_used.txt
|
||||
|
||||
DRAM Part Name ID to assign
|
||||
MT53E512M32D2NP-046 WT:F 0 (0000)
|
||||
|
@ -10,3 +10,5 @@ MT53E1G32D2NP-046 WT:A 1 (0001)
|
|||
MT53E2G32D4NQ-046 WT:A 2 (0010)
|
||||
H9HCNNNCPMMLXR-NEE 3 (0011)
|
||||
MT53E1G32D2NP-046 WT:B 3 (0011)
|
||||
MT53E2G32D4NQ-046 WT:C 2 (0010)
|
||||
MT53E512M32D1NP-046 WT:B 0 (0000)
|
||||
|
|
|
@ -4,3 +4,5 @@ MT53E1G32D2NP-046 WT:A
|
|||
MT53E2G32D4NQ-046 WT:A
|
||||
H9HCNNNCPMMLXR-NEE
|
||||
MT53E1G32D2NP-046 WT:B
|
||||
MT53E2G32D4NQ-046 WT:C
|
||||
MT53E512M32D1NP-046 WT:B
|
||||
|
|
Loading…
Reference in New Issue