mb/google/dedede/var/wheelie: Add memory parts and generate DRAM IDs
This change adds memory parts used by variant wheelie to mem_list_variant.txt and generates DRAM IDs allocated to these parts. BUG=b:157862308 Change-Id: I53f6f5c832cd40068a6d4379ace849f6e8ad7a91 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41990 Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
aec0e31028
commit
efea70c0ee
|
@ -2,4 +2,4 @@
|
||||||
## This is an auto-generated file. Do not edit!!
|
## This is an auto-generated file. Do not edit!!
|
||||||
|
|
||||||
SPD_SOURCES =
|
SPD_SOURCES =
|
||||||
SPD_SOURCES += spd-1.hex # ID = 0(0b0000) Parts = MT53E512M32D2NP-046 WT:E
|
SPD_SOURCES += spd-1.hex # ID = 0(0b0000) Parts = MT53E512M32D2NP-046 WT:E, K4U6E3S4AA-MGCR, H9HCNNNBKMMLXR-NEE
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
DRAM Part Name ID to assign
|
DRAM Part Name ID to assign
|
||||||
MT53E512M32D2NP-046 WT:E 0 (0000)
|
MT53E512M32D2NP-046 WT:E 0 (0000)
|
||||||
|
K4U6E3S4AA-MGCR 0 (0000)
|
||||||
|
H9HCNNNBKMMLXR-NEE 0 (0000)
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
MT53E512M32D2NP-046 WT:E
|
MT53E512M32D2NP-046 WT:E
|
||||||
|
K4U6E3S4AA-MGCR
|
||||||
|
H9HCNNNBKMMLXR-NEE
|
||||||
|
|
Loading…
Reference in New Issue