mb/google/brya/var/redrix: Generate SPD ID for supported parts
Add supported memory parts in mem_parts_used.txt, and generate SPD id for these parts. MT53E1G32D2NP-046 WT:A H9HCNNNBKMMLXR-NEE K4U6E3S4AA-MGCR MT53E512M32D2NP-046 WT:E H9HCNNNCPMMLXR-NEE K4UBE3D4AA-MGCR H9HCNNNFAMMLXR-NEE MT53E2G32D4NQ-046 WT:A BUG=b:190818098, b:190874372, b:192052098 TEST=build Change-Id: I62ee401e43bef22b4b09f41ea59bbdbc479f293c Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55885 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
61cef57e62
commit
440893df3c
|
@ -1,5 +1,9 @@
|
||||||
## SPDX-License-Identifier: GPL-2.0-or-later
|
## SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
## This is an auto-generated file. Do not edit!!
|
## This is an auto-generated file. Do not edit!!
|
||||||
## Add memory parts in mem_parts_used.txt and run spd_tools to regenerate.
|
|
||||||
|
|
||||||
SPD_SOURCES = placeholder.spd.hex
|
SPD_SOURCES =
|
||||||
|
SPD_SOURCES += lp4x-spd-4.hex # ID = 0(0b0000) Parts = MT53E1G32D2NP-046 WT:A
|
||||||
|
SPD_SOURCES += lp4x-spd-1.hex # ID = 1(0b0001) Parts = H9HCNNNBKMMLXR-NEE, K4U6E3S4AA-MGCR, MT53E512M32D2NP-046 WT:E
|
||||||
|
SPD_SOURCES += lp4x-spd-3.hex # ID = 2(0b0010) Parts = H9HCNNNCPMMLXR-NEE, K4UBE3D4AA-MGCR
|
||||||
|
SPD_SOURCES += lp4x-spd-2.hex # ID = 3(0b0011) Parts = H9HCNNNFAMMLXR-NEE
|
||||||
|
SPD_SOURCES += lp4x-spd-7.hex # ID = 4(0b0100) Parts = MT53E2G32D4NQ-046 WT:A
|
||||||
|
|
|
@ -1 +1,9 @@
|
||||||
DRAM Part Name ID to assign
|
DRAM Part Name ID to assign
|
||||||
|
MT53E1G32D2NP-046 WT:A 0 (0000)
|
||||||
|
H9HCNNNBKMMLXR-NEE 1 (0001)
|
||||||
|
K4U6E3S4AA-MGCR 1 (0001)
|
||||||
|
MT53E512M32D2NP-046 WT:E 1 (0001)
|
||||||
|
H9HCNNNCPMMLXR-NEE 2 (0010)
|
||||||
|
K4UBE3D4AA-MGCR 2 (0010)
|
||||||
|
H9HCNNNFAMMLXR-NEE 3 (0011)
|
||||||
|
MT53E2G32D4NQ-046 WT:A 4 (0100)
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
# This is a CSV file containing a list of memory parts used by this variant.
|
MT53E1G32D2NP-046 WT:A
|
||||||
# One part per line with an optional fixed ID in column 2.
|
H9HCNNNBKMMLXR-NEE
|
||||||
# Only include a fixed ID if it is required for legacy reasons!
|
K4U6E3S4AA-MGCR
|
||||||
# Generated IDs are dependent on the order of parts in this file,
|
MT53E512M32D2NP-046 WT:E
|
||||||
# so new parts must always be added at the end of the file!
|
H9HCNNNCPMMLXR-NEE
|
||||||
#
|
K4UBE3D4AA-MGCR
|
||||||
# Generate an updated Makefile.inc and dram_id.generated.txt by running the
|
H9HCNNNFAMMLXR-NEE
|
||||||
# gen_part_id tool from util/spd_tools/lp4x.
|
MT53E2G32D4NQ-046 WT:A
|
||||||
# See util/spd_tools/lp4x/README.md for more details and instructions.
|
|
||||||
|
|
||||||
# Part Name
|
|
||||||
|
|
Loading…
Reference in New Issue