mb/google/skyrim/var/crystaldrift: Generate RAM IDs for new memory parts
Add new memory parts in the mem_parts_used.txt and generate the SPD ID for the parts. The memory parts being added are: DRAM Part Name ID to assign MT62F512M32D2DR-031 WT:B 0 (0000) MT62F1G32D4DR-031 WT:B 1 (0001) MT62F1G32D2DS-026 WT:B 2 (0010) H9JCNNNBK3MLYR-N6E 0 (0000) K3LKBKB0BM-MGCP 3 (0011) BUG=b:265190498 BRANCH=None TEST=emerge-skyrim coreboot Signed-off-by: Yunlong Jia <yunlong.jia@ecs.corp-partner.google.com> Change-Id: I860f10552e4e4180e09ab805ca82b108fdc8f21a Reviewed-on: https://review.coreboot.org/c/coreboot/+/73049 Reviewed-by: Jon Murphy <jpmurphy@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c44f0b3fea
commit
a0473c3be6
@ -0,0 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
subdirs-y += ./memory
|
@ -0,0 +1,10 @@
|
||||
# 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 MDN lp5 src/mainboard/google/skyrim/variants/crystaldrift/memory src/mainboard/google/skyrim/variants/crystaldrift/memory/mem_parts_used.txt
|
||||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += spd/lp5/set-1/spd-1.hex # ID = 0(0b0000) Parts = MT62F512M32D2DR-031 WT:B, H9JCNNNBK3MLYR-N6E
|
||||
SPD_SOURCES += spd/lp5/set-1/spd-2.hex # ID = 1(0b0001) Parts = MT62F1G32D4DR-031 WT:B
|
||||
SPD_SOURCES += spd/lp5/set-1/spd-7.hex # ID = 2(0b0010) Parts = MT62F1G32D2DS-026 WT:B
|
||||
SPD_SOURCES += spd/lp5/set-1/spd-3.hex # ID = 3(0b0011) Parts = K3LKBKB0BM-MGCP
|
@ -0,0 +1,11 @@
|
||||
# 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 MDN lp5 src/mainboard/google/skyrim/variants/crystaldrift/memory src/mainboard/google/skyrim/variants/crystaldrift/memory/mem_parts_used.txt
|
||||
|
||||
DRAM Part Name ID to assign
|
||||
MT62F512M32D2DR-031 WT:B 0 (0000)
|
||||
MT62F1G32D4DR-031 WT:B 1 (0001)
|
||||
MT62F1G32D2DS-026 WT:B 2 (0010)
|
||||
H9JCNNNBK3MLYR-N6E 0 (0000)
|
||||
K3LKBKB0BM-MGCP 3 (0011)
|
@ -0,0 +1,5 @@
|
||||
MT62F512M32D2DR-031 WT:B,
|
||||
MT62F1G32D4DR-031 WT:B,
|
||||
MT62F1G32D2DS-026 WT:B,
|
||||
H9JCNNNBK3MLYR-N6E,
|
||||
K3LKBKB0BM-MGCP,
|
Loading…
x
Reference in New Issue
Block a user