mb/google/zork: update DRAM table for berknip/dirinboz/gumboz
Add Samsung DDR4 memory part K4AAG165WB-BCWE 16Gb index was generated by gen_part_id BUG=b:180986354 TEST=none Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com> Change-Id: I94b950b51b41767676ab3ddf89e88860c42f5f1d Reviewed-on: https://review.coreboot.org/c/coreboot/+/54250 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kangheui Won <khwon@chromium.org>
This commit is contained in:
parent
e6b1d922d5
commit
6e97ac76f3
|
@ -6,7 +6,7 @@ SPD_SOURCES += ddr4-spd-3.hex # ID = 0(0b0000) Parts = K4A8G165WC-BCTD
|
|||
SPD_SOURCES += ddr4-spd-8.hex # ID = 1(0b0001) Parts = K4AAG165WA-BCTD
|
||||
SPD_SOURCES += ddr4-spd-1.hex # ID = 2(0b0010) Parts = MT40A512M16TB-062E:J
|
||||
SPD_SOURCES += ddr4-spd-1.hex # ID = 3(0b0011) Parts = H5AN8G6NDJR-XNC
|
||||
SPD_SOURCES += ddr4-spd-9.hex # ID = 4(0b0100) Parts = H5ANAG6NCJR-XNC
|
||||
SPD_SOURCES += ddr4-spd-9.hex # ID = 4(0b0100) Parts = H5ANAG6NCJR-XNC, K4AAG165WB-BCWE
|
||||
SPD_SOURCES += ddr4-spd-1.hex # ID = 5(0b0101) Parts = K4A8G165WC-BCWE
|
||||
SPD_SOURCES += ddr4-spd-7.hex # ID = 6(0b0110) Parts = MT40A1G16KD-062E:E
|
||||
SPD_SOURCES += ddr4-spd-2.hex # ID = 7(0b0111) Parts = H5ANAG6NCMR-XNC
|
||||
|
|
|
@ -8,3 +8,4 @@ H5ANAG6NCMR-XNC 7 (0111)
|
|||
K4AAG165WA-BCWE 8 (1000)
|
||||
K4AAG165WA-BCTD 1 (0001)
|
||||
H5ANAG6NCJR-XNC 4 (0100)
|
||||
K4AAG165WB-BCWE 4 (0100)
|
||||
|
|
|
@ -16,3 +16,4 @@ H5ANAG6NCMR-XNC, 7
|
|||
K4AAG165WA-BCWE, 8
|
||||
K4AAG165WA-BCTD
|
||||
H5ANAG6NCJR-XNC
|
||||
K4AAG165WB-BCWE
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
## This is an auto-generated file. Do not edit!!
|
||||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += ddr4-spd-9.hex # ID = 0(0b0000) Parts = H5ANAG6NCJR-XNC
|
||||
SPD_SOURCES += ddr4-spd-9.hex # ID = 0(0b0000) Parts = H5ANAG6NCJR-XNC, K4AAG165WB-BCWE
|
||||
SPD_SOURCES += ddr4-spd-empty.hex # ID = 1(0b0001)
|
||||
SPD_SOURCES += ddr4-spd-3.hex # ID = 2(0b0010) Parts = K4A8G165WC-BCTD
|
||||
SPD_SOURCES += ddr4-spd-empty.hex # ID = 3(0b0011)
|
||||
|
|
|
@ -8,3 +8,4 @@ MT40A1G16KD-062E:E 8 (1000)
|
|||
K4AAG165WA-BCTD 9 (1001)
|
||||
K4AAG165WA-BCWE 10 (1010)
|
||||
H5ANAG6NCJR-XNC 0 (0000)
|
||||
K4AAG165WB-BCWE 0 (0000)
|
||||
|
|
|
@ -16,3 +16,4 @@ MT40A1G16KD-062E:E, 8
|
|||
K4AAG165WA-BCTD, 9
|
||||
K4AAG165WA-BCWE, 10
|
||||
H5ANAG6NCJR-XNC
|
||||
K4AAG165WB-BCWE
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
## This is an auto-generated file. Do not edit!!
|
||||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += ddr4-spd-9.hex # ID = 0(0b0000) Parts = H5ANAG6NCJR-XNC
|
||||
SPD_SOURCES += ddr4-spd-9.hex # ID = 0(0b0000) Parts = H5ANAG6NCJR-XNC, K4AAG165WB-BCWE
|
||||
SPD_SOURCES += ddr4-spd-empty.hex # ID = 1(0b0001)
|
||||
SPD_SOURCES += ddr4-spd-3.hex # ID = 2(0b0010) Parts = K4A8G165WC-BCTD
|
||||
SPD_SOURCES += ddr4-spd-empty.hex # ID = 3(0b0011)
|
||||
|
|
|
@ -8,3 +8,4 @@ MT40A1G16KD-062E:E 8 (1000)
|
|||
K4AAG165WA-BCTD 9 (1001)
|
||||
K4AAG165WA-BCWE 10 (1010)
|
||||
H5ANAG6NCJR-XNC 0 (0000)
|
||||
K4AAG165WB-BCWE 0 (0000)
|
||||
|
|
|
@ -17,3 +17,4 @@ MT40A1G16KD-062E:E, 8
|
|||
K4AAG165WA-BCTD, 9
|
||||
K4AAG165WA-BCWE, 10
|
||||
H5ANAG6NCJR-XNC
|
||||
K4AAG165WB-BCWE
|
||||
|
|
Loading…
Reference in New Issue