mb/google/dedede/var/metaknight: Generate SPD ID for supported parts
Add supported memory parts in the mem_parts_used.txt and generate the SPD ID for the parts. The memory part being added is: MT53E512M32D2NP-046 WT:E K4U6E3S4AA-MGCR H9HCNNNBKMMLXR-NEE MT53E1G32D2NP-046 WT:A K4UBE3D4AA-MGCR BUG=b:169813211 TEST=Build the metaknight board. Signed-off-by: Tim Chen <tim-chen@quanta.corp-partner.google.com> Change-Id: I0d0d22f4790f66b5265803e4dcf01234a16b1993 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46810 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
8586b4020d
commit
f9bc5baee5
|
@ -1,5 +1,7 @@
|
||||||
## 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-1.hex # ID = 0(0b0000) Parts = MT53E512M32D2NP-046 WT:E, K4U6E3S4AA-MGCR, H9HCNNNBKMMLXR-NEE
|
||||||
|
SPD_SOURCES += lp4x-spd-4.hex # ID = 1(0b0001) Parts = MT53E1G32D2NP-046 WT:A
|
||||||
|
SPD_SOURCES += lp4x-spd-3.hex # ID = 2(0b0010) Parts = K4UBE3D4AA-MGCR
|
||||||
|
|
|
@ -1 +1,6 @@
|
||||||
DRAM Part Name ID to assign
|
DRAM Part Name ID to assign
|
||||||
|
MT53E512M32D2NP-046 WT:E 0 (0000)
|
||||||
|
K4U6E3S4AA-MGCR 0 (0000)
|
||||||
|
H9HCNNNBKMMLXR-NEE 0 (0000)
|
||||||
|
MT53E1G32D2NP-046 WT:A 1 (0001)
|
||||||
|
K4UBE3D4AA-MGCR 2 (0010)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# This is a CSV file containing a list of memory parts used by this variant.
|
MT53E512M32D2NP-046 WT:E
|
||||||
# Generate an updated Makefile.inc and dram_id.generated.txt by running the
|
K4U6E3S4AA-MGCR
|
||||||
# gen_part_id tool from util/spd_tools/lp4x
|
H9HCNNNBKMMLXR-NEE
|
||||||
# See util/spd_tools/lp4x/README.md for more details and instructions.
|
MT53E1G32D2NP-046 WT:A
|
||||||
|
K4UBE3D4AA-MGCR
|
||||||
# Part Name
|
|
||||||
|
|
Loading…
Reference in New Issue