mb/google/nissa/var/meliks: Generate SPD ID for 3 supported parts
Add supported memory parts in mem_parts_used.txt, and generate SPD id for these parts. - K3KL6L60GM-MGCT (Samsung) - MT62F512M32D2DR-031 WT:B (Micron) - K3KL8L80DM-MGCU (Samsung) BUG=b:394359785 TEST=Build coreboot and verified booting to depthcharge Change-Id: Ief1272ef4cb7971c3abfe6ee982b019121f54793 Signed-off-by: Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86375 Reviewed-by: Dinesh Gehlot <digehlot@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
parent
b927d558bb
commit
a53d8ad8ac
3 changed files with 17 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# This is an auto-generated file. Do not edit!!
|
||||
# Add memory parts in mem_parts_used.txt and run spd_tools to regenerate.
|
||||
# Generated by:
|
||||
# util/spd_tools/bin/part_id_gen ADL lp5 src/mainboard/google/brya/variants/meliks/memory src/mainboard/google/brya/variants/meliks/memory/mem_parts_used.txt
|
||||
|
||||
SPD_SOURCES = placeholder
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1 +1,9 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# This is an auto-generated file. Do not edit!!
|
||||
# Generated by:
|
||||
# util/spd_tools/bin/part_id_gen ADL lp5 src/mainboard/google/brya/variants/meliks/memory src/mainboard/google/brya/variants/meliks/memory/mem_parts_used.txt
|
||||
|
||||
DRAM Part Name ID to assign
|
||||
K3KL6L60GM-MGCT 0 (0000)
|
||||
MT62F512M32D2DR-031 WT:B 1 (0001)
|
||||
K3KL8L80DM-MGCU 2 (0010)
|
||||
|
|
|
|||
|
|
@ -9,3 +9,6 @@
|
|||
# See util/spd_tools/README.md for more details and instructions.
|
||||
|
||||
# Part Name
|
||||
K3KL6L60GM-MGCT
|
||||
MT62F512M32D2DR-031 WT:B
|
||||
K3KL8L80DM-MGCU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue