mb/google/nissa/var/meliks: Replace SPD for RAMID 2 with Samsung K3KL8L80CM-MGCT
Meliks cannot use Samsung K3KL8L80DM-MGCU memory part since Twin Lake platform can only support memory parts that support 8B mode but this part doesn't support it. So we would replace the usage of RAMID 2 (b'0010) with the SPD for this part which supports 8B mode. - Samsung K3KL8L80CM-MGCT BUG=b:402600450 BRANCH=nissa TEST=FW_NAME=meliks emerge-nissa coreboot Change-Id: I7c05b79ca018f68260e71d4f749ecb8573987358 Signed-off-by: Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87002 Reviewed-by: NyeonWoo Kim Reviewed-by: Dinesh Gehlot <digehlot@google.com> Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Jayvik Desai <jayvik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
parent
a7eb390796
commit
da5f4de090
3 changed files with 3 additions and 3 deletions
|
|
@ -6,4 +6,4 @@
|
|||
SPD_SOURCES =
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-9.hex # ID = 0(0b0000) Parts = K3KL6L60GM-MGCT
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-1.hex # ID = 1(0b0001) Parts = MT62F512M32D2DR-031 WT:B
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-11.hex # ID = 2(0b0010) Parts = K3KL8L80DM-MGCU
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-7.hex # ID = 2(0b0010) Parts = K3KL8L80CM-MGCT
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@
|
|||
DRAM Part Name ID to assign
|
||||
K3KL6L60GM-MGCT 0 (0000)
|
||||
MT62F512M32D2DR-031 WT:B 1 (0001)
|
||||
K3KL8L80DM-MGCU 2 (0010)
|
||||
K3KL8L80CM-MGCT 2 (0010)
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@
|
|||
# Part Name
|
||||
K3KL6L60GM-MGCT
|
||||
MT62F512M32D2DR-031 WT:B
|
||||
K3KL8L80DM-MGCU
|
||||
K3KL8L80CM-MGCT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue