mb/google/skyrim/var/winterhold: Update memory and RAMID table
Update memory and RAMID table BRANCH=None BUG=b:243337816 TEST= emerge-coreboot Signed-off-by: EricKY Cheng <ericky_cheng@compal.corp-partner.google.com> Change-Id: Iec3c2098be86661249b1786a02f0768f9d8ad0ff Reviewed-on: https://review.coreboot.org/c/coreboot/+/67106 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Amanda Hwang <amanda_hwang@compal.corp-partner.google.com> Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>
This commit is contained in:
parent
20f092d339
commit
8a7940ad4a
|
@ -0,0 +1,3 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
subdirs-y += ./memory
|
|
@ -0,0 +1,14 @@
|
||||||
|
# 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/winterhold/memory src/mainboard/google/skyrim/variants/winterhold/memory/mem_parts_used.txt
|
||||||
|
|
||||||
|
SPD_SOURCES =
|
||||||
|
SPD_SOURCES += spd/lp5/set-1/spd-5.hex # ID = 0(0b0000) Parts = K3LKLKL0EM-MGCN
|
||||||
|
SPD_SOURCES += spd/lp5/set-1/spd-1.hex # ID = 1(0b0001) Parts = MT62F512M32D2DR-031 WT:B, H9JCNNNBK3MLYR-N6E
|
||||||
|
SPD_SOURCES += spd/lp5/set-1/spd-3.hex # ID = 2(0b0010) Parts = K3LKBKB0BM-MGCP, H58G56AK6BX069
|
||||||
|
SPD_SOURCES += spd/lp5/set-1/spd-2.hex # ID = 3(0b0011) Parts = MT62F1G32D4DR-031 WT:B
|
||||||
|
SPD_SOURCES += spd/lp5/set-1/spd-7.hex # ID = 4(0b0100) Parts = MT62F1G32D2DS-026 WT:B, K3KL8L80CM-MGCT
|
||||||
|
SPD_SOURCES += spd/lp5/set-1/spd-6.hex # ID = 5(0b0101) Parts = K3LKCKC0BM-MGCP, H58G66AK6BX070
|
||||||
|
SPD_SOURCES += spd/lp5/set-1/spd-4.hex # ID = 6(0b0110) Parts = MT62F2G32D8DR-031 WT:B
|
||||||
|
SPD_SOURCES += spd/lp5/set-1/spd-8.hex # ID = 7(0b0111) Parts = MT62F2G32D4DS-026 WT:B, K3KL9L90CM-MGCT
|
|
@ -0,0 +1,19 @@
|
||||||
|
# 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/winterhold/memory src/mainboard/google/skyrim/variants/winterhold/memory/mem_parts_used.txt
|
||||||
|
|
||||||
|
DRAM Part Name ID to assign
|
||||||
|
K3LKLKL0EM-MGCN 0 (0000)
|
||||||
|
MT62F512M32D2DR-031 WT:B 1 (0001)
|
||||||
|
H9JCNNNBK3MLYR-N6E 1 (0001)
|
||||||
|
K3LKBKB0BM-MGCP 2 (0010)
|
||||||
|
H58G56AK6BX069 2 (0010)
|
||||||
|
MT62F1G32D4DR-031 WT:B 3 (0011)
|
||||||
|
MT62F1G32D2DS-026 WT:B 4 (0100)
|
||||||
|
K3KL8L80CM-MGCT 4 (0100)
|
||||||
|
K3LKCKC0BM-MGCP 5 (0101)
|
||||||
|
H58G66AK6BX070 5 (0101)
|
||||||
|
MT62F2G32D8DR-031 WT:B 6 (0110)
|
||||||
|
MT62F2G32D4DS-026 WT:B 7 (0111)
|
||||||
|
K3KL9L90CM-MGCT 7 (0111)
|
|
@ -0,0 +1,13 @@
|
||||||
|
K3LKLKL0EM-MGCN,
|
||||||
|
MT62F512M32D2DR-031 WT:B,
|
||||||
|
H9JCNNNBK3MLYR-N6E,
|
||||||
|
K3LKBKB0BM-MGCP,
|
||||||
|
H58G56AK6BX069,
|
||||||
|
MT62F1G32D4DR-031 WT:B,
|
||||||
|
MT62F1G32D2DS-026 WT:B,
|
||||||
|
K3KL8L80CM-MGCT,
|
||||||
|
K3LKCKC0BM-MGCP,
|
||||||
|
H58G66AK6BX070,
|
||||||
|
MT62F2G32D8DR-031 WT:B,
|
||||||
|
MT62F2G32D4DS-026 WT:B,
|
||||||
|
K3KL9L90CM-MGCT,
|
Loading…
Reference in New Issue