mb/google/guybrush/nipperkin: update DRAM table
MT53E512M32D2NP-046 WT:E K4U6E3S4AA-MGCR H9HCNNNCPMMLXR-NEE K4UBE3D4AA-MGCR BUG=b:194031783 BRANCH=guybrush TEST=emerge-guybrush coreboot chromeos-bootimage Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com> Change-Id: I71ceaf0a2738584d316a5b7cc51539821b430128 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57197 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Rob Barnes <robbarnes@google.com>
This commit is contained in:
parent
5d91bdd312
commit
e4859b7406
|
@ -2,4 +2,8 @@
|
|||
## 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 = MT53E512M32D2NP-046 WT:F, H9HCNNNBKMMLXR-NEE, MT53E512M32D2NP-046 WT:E, K4U6E3S4AA-MGCR
|
||||
SPD_SOURCES += lp4x-spd-9.hex # ID = 2(0b0010) Parts = NT6AP256T32AV-J1
|
||||
SPD_SOURCES += lp4x-spd-3.hex # ID = 3(0b0011) Parts = MT53E1G32D2NP-046 WT:B, H9HCNNNCPMMLXR-NEE, K4UBE3D4AA-MGCR
|
||||
|
|
|
@ -1 +1,10 @@
|
|||
DRAM Part Name ID to assign
|
||||
MT53E1G32D2NP-046 WT:A 0 (0000)
|
||||
MT53E512M32D2NP-046 WT:F 1 (0001)
|
||||
NT6AP256T32AV-J1 2 (0010)
|
||||
H9HCNNNBKMMLXR-NEE 1 (0001)
|
||||
MT53E1G32D2NP-046 WT:B 3 (0011)
|
||||
MT53E512M32D2NP-046 WT:E 1 (0001)
|
||||
K4U6E3S4AA-MGCR 1 (0001)
|
||||
H9HCNNNCPMMLXR-NEE 3 (0011)
|
||||
K4UBE3D4AA-MGCR 3 (0011)
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
MT53E1G32D2NP-046 WT:A
|
||||
MT53E512M32D2NP-046 WT:F
|
||||
NT6AP256T32AV-J1
|
||||
H9HCNNNBKMMLXR-NEE
|
||||
MT53E1G32D2NP-046 WT:B
|
||||
MT53E512M32D2NP-046 WT:E
|
||||
K4U6E3S4AA-MGCR
|
||||
H9HCNNNCPMMLXR-NEE
|
||||
K4UBE3D4AA-MGCR
|
|
@ -1,11 +0,0 @@
|
|||
# This is a CSV file containing a list of memory parts used by this variant.
|
||||
# One part per line with an optional fixed ID in column 2.
|
||||
# Only include a fixed ID if it is required for legacy reasons!
|
||||
# Generated IDs are dependent on the order of parts in this file,
|
||||
# so new parts must always be added at the end of the file!
|
||||
#
|
||||
# Generate an updated Makefile.inc and dram_id.generated.txt by running the
|
||||
# gen_part_id tool from util/spd_tools/{ddr4,lp4x}.
|
||||
# See util/spd_tools/{ddr4,lp4x}/README.md for more details and instructions.
|
||||
|
||||
# Part Name, Fixed ID (optional)
|
Loading…
Reference in New Issue