mb/google/dedede/var/sasuke: Generate SPD ID for Samsung K4U6E3S4AB-MGCL
Add supported memory parts in the mem_parts_used.txt and generate the SPD ID for the memory parts. The memory parts being added are: 1. Samsung K4U6E3S4AB-MGCL BUG=None TEST=emerge-dedede coreboot Signed-off-by: Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com> Change-Id: I91183f33b92569dd49967ef866d58043d79c287b Reviewed-on: https://review.coreboot.org/c/coreboot/+/58408 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
bc5f51fa56
commit
aa02363e68
|
@ -4,4 +4,4 @@
|
|||
# util/spd_tools/bin/part_id_gen JSL lp4x src/mainboard/google/dedede/variants/sasuke/memory src/mainboard/google/dedede/variants/sasuke/memory/mem_parts_used.txt
|
||||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += spd/lp4x/set-1/spd-1.hex # ID = 0(0b0000) Parts = K4U6E3S4AA-MGCR
|
||||
SPD_SOURCES += spd/lp4x/set-1/spd-1.hex # ID = 0(0b0000) Parts = K4U6E3S4AA-MGCR, K4U6E3S4AB-MGCL
|
||||
|
|
|
@ -5,3 +5,4 @@
|
|||
|
||||
DRAM Part Name ID to assign
|
||||
K4U6E3S4AA-MGCR 0 (0000)
|
||||
K4U6E3S4AB-MGCL 0 (0000)
|
||||
|
|
|
@ -10,3 +10,4 @@
|
|||
|
||||
# Part Name
|
||||
K4U6E3S4AA-MGCR
|
||||
K4U6E3S4AB-MGCL
|
||||
|
|
Loading…
Reference in New Issue