mb/google/fatcat/var/kinmen: Generate SPD ID for Micron modules
Add 2 Micron memory parts in mem_parts_used.txt, and generate SPD id for these parts. 1. MT62F1G32D2DS-023 WT:C (Micron) 2. MT62F2G32D4DS-020 WT:F (Micron) BUG=b:409148565 TEST=Run part_id_gen tool and check the generated files. Change-Id: Ib975e31734369a8f8bd410063cc2d236a6d4cc66 Signed-off-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87534 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
cf5696834b
commit
30a4fec86e
3 changed files with 6 additions and 0 deletions
|
|
@ -5,3 +5,5 @@
|
|||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-7.hex # ID = 0(0b0000) Parts = H58G56BK7BX068
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-11.hex # ID = 1(0b0001) Parts = MT62F1G32D2DS-023 WT:C
|
||||
SPD_SOURCES += spd/lp5/set-0/spd-10.hex # ID = 2(0b0010) Parts = MT62F2G32D4DS-020 WT:F
|
||||
|
|
|
|||
|
|
@ -5,3 +5,5 @@
|
|||
|
||||
DRAM Part Name ID to assign
|
||||
H58G56BK7BX068 0 (0000)
|
||||
MT62F1G32D2DS-023 WT:C 1 (0001)
|
||||
MT62F2G32D4DS-020 WT:F 2 (0010)
|
||||
|
|
|
|||
|
|
@ -10,3 +10,5 @@
|
|||
|
||||
# Part Name
|
||||
H58G56BK7BX068
|
||||
MT62F1G32D2DS-023 WT:C
|
||||
MT62F2G32D4DS-020 WT:F
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue