mb/google/brya/var/dirks: Generate SPD ID for supported parts
Add supported memory parts in mem_parts_used.txt, and generate SPD id for these parts. 1. MT62F1G32D4DR-031 WT:B (Mircon) 2. MT62F512M32D2DR-031 WT:B (Mircon) 3. H9JCNNNBK3MLYR-N6E (Hynix) 4. K3LKLKL0EM-MGCN (Samsung) 5. K3LKBKB0BM-MGCP (Samsung) 6. H9JCNNNCP3MLYR-N6E (Hynix) 7. K3KL8L80CM-MGCT (Samsung) 8. H58G56BK8BX068 (Hynix) BUG=b:388117663 TEST=Run part_id_gen tool and check the generated files. Change-Id: I969b91bb38c69738b442feee60e68a6efdba85d2 Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85970 Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
43bfdd6416
commit
7ce4f31e8a
3 changed files with 30 additions and 2 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# 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/dirks/memory/ src/mainboard/google/brya/variants/dirks/memory/mem_parts_used.txt
|
||||
|
||||
SPD_SOURCES = placeholder
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-2.hex # ID = 0(0b0000) Parts = MT62F1G32D4DR-031 WT:B, H9JCNNNCP3MLYR-N6E
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-1.hex # ID = 1(0b0001) Parts = MT62F512M32D2DR-031 WT:B, H9JCNNNBK3MLYR-N6E
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-5.hex # ID = 2(0b0010) Parts = K3LKLKL0EM-MGCN
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-3.hex # ID = 3(0b0011) Parts = K3LKBKB0BM-MGCP
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-7.hex # ID = 4(0b0100) Parts = K3KL8L80CM-MGCT
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-11.hex # ID = 5(0b0101) Parts = H58G56BK8BX068
|
||||
|
|
|
|||
|
|
@ -1 +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 ADL lp5 src/mainboard/google/brya/variants/dirks/memory/ src/mainboard/google/brya/variants/dirks/memory/mem_parts_used.txt
|
||||
|
||||
DRAM Part Name ID to assign
|
||||
MT62F1G32D4DR-031 WT:B 0 (0000)
|
||||
MT62F512M32D2DR-031 WT:B 1 (0001)
|
||||
H9JCNNNBK3MLYR-N6E 1 (0001)
|
||||
K3LKLKL0EM-MGCN 2 (0010)
|
||||
K3LKBKB0BM-MGCP 3 (0011)
|
||||
H9JCNNNCP3MLYR-N6E 0 (0000)
|
||||
K3KL8L80CM-MGCT 4 (0100)
|
||||
H58G56BK8BX068 5 (0101)
|
||||
|
|
|
|||
|
|
@ -9,3 +9,11 @@
|
|||
# See util/spd_tools/README.md for more details and instructions.
|
||||
|
||||
# Part Name
|
||||
MT62F1G32D4DR-031 WT:B
|
||||
MT62F512M32D2DR-031 WT:B
|
||||
H9JCNNNBK3MLYR-N6E
|
||||
K3LKLKL0EM-MGCN
|
||||
K3LKBKB0BM-MGCP
|
||||
H9JCNNNCP3MLYR-N6E
|
||||
K3KL8L80CM-MGCT
|
||||
H58G56BK8BX068
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue