mb/google/dedede: update SPD name based on DRAM characteristic
The index of DRAM_STRAPS indicates to a specific DRAM characteristic instead of a DRAM part number therefore update the existing DRAM SPD binary to the naming by DRAM characteristic. BUG=b:152019429 BRANCH=None TEST=build the image and verify that coreboot log shows the correct SPD info Change-Id: I8ffcf156f37a465209740c5e2a34effb5f1f5d5c Signed-off-by: Marco Chen <marcochen@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40906 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
97c5464443
commit
e88f0311be
|
@ -1,6 +1,6 @@
|
|||
## SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
SPD_SOURCES = Micron_MT53E512M32D2NP_2GB #0b0000
|
||||
SPD_SOURCES += empty #0b0001
|
||||
SPD_SOURCES = SPD_LPDDR4X_200b_8Gb_4267_DDP_1x16 #0b0000
|
||||
SPD_SOURCES += empty #0b0001
|
||||
|
||||
romstage-y += memory.c
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
SPD_SOURCES = empty #0b0000
|
||||
SPD_SOURCES += Micron_MT53E512M32D2NP_2GB #0b0001
|
||||
SPD_SOURCES = empty #0b0000
|
||||
SPD_SOURCES += SPD_LPDDR4X_200b_8Gb_4267_DDP_1x16 #0b0001
|
||||
|
||||
romstage-y += memory.c
|
||||
|
|
Loading…
Reference in New Issue