mb/google/zork/var/shuboz: Add SPD ID for MT40A512M16TB-062E:R

Add supported memory parts in "mem_parts_used.txt" and generate
the SPD ID 0x04 for the parts.

Shuboz memory table as follow:
value	Vendor	Part number
0000	MICRON	MT40A512M16TB-062E:J
0001	HYNIX	H5AN8G6NCJR-XNC
0010	MICRON	MT40A1G16KD-062E:E
0011	SAMSUNG	K4AAG165WA-BCWE
0100	MICRON	MT40A512M16TB-062E:R

BUG=b:216571906
BRANCH=zork
TEST=emerge-zork coreboot

Signed-off-by: Kane Chen <kane_chen@pegatron.corp-partner.google.com>
Change-Id: Ib0100456457adabed6fd6615e0873de2cf9acb98
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61373
Reviewed-by: Kangheui Won <khwon@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kane Chen 2022-01-25 19:16:54 +08:00 committed by Felix Held
parent 3c46371a51
commit e15aa7fc7a
3 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,4 @@ SPD_SOURCES += spd/ddr4/set-0/spd-1.hex # ID = 0(0b0000) Parts = MT40A512M
SPD_SOURCES += spd/ddr4/set-0/spd-1.hex # ID = 1(0b0001) Parts = H5AN8G6NCJR-XNC
SPD_SOURCES += spd/ddr4/set-0/spd-7.hex # ID = 2(0b0010) Parts = MT40A1G16KD-062E:E
SPD_SOURCES += spd/ddr4/set-0/spd-7.hex # ID = 3(0b0011) Parts = K4AAG165WA-BCWE
SPD_SOURCES += spd/ddr4/set-0/spd-1.hex # ID = 4(0b0100) Parts = MT40A512M16TB-062E:R

View File

@ -8,3 +8,4 @@ MT40A512M16TB-062E:J 0 (0000)
H5AN8G6NCJR-XNC 1 (0001)
MT40A1G16KD-062E:E 2 (0010)
K4AAG165WA-BCWE 3 (0011)
MT40A512M16TB-062E:R 4 (0100)

View File

@ -11,3 +11,4 @@ MT40A512M16TB-062E:J, 0
H5AN8G6NCJR-XNC, 1
MT40A1G16KD-062E:E, 2
K4AAG165WA-BCWE, 3
MT40A512M16TB-062E:R, 4