mb/google/zork: update DRAM table for berknip
Add Dual DDR4 Samsung K4AAG165WA-BCTD 16Gb x 8 BUG=b:165956925 BRANCH=zork TEST=1. gen part id by gen_part_id 2. emerge-zork coreboot Change-Id: Ia21a561e9b89feeccb6509d9280eaf52cfc2f5a3 Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44862 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Rob Barnes <robbarnes@google.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
df33ef2355
commit
36839296d7
|
@ -3,7 +3,7 @@
|
|||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += ddr4-spd-3.hex # ID = 0(0b0000) Parts = K4A8G165WC-BCTD
|
||||
SPD_SOURCES += ddr4-spd-empty.hex # ID = 1(0b0001)
|
||||
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-empty.hex # ID = 4(0b0100)
|
||||
|
|
|
@ -6,3 +6,4 @@ K4A8G165WC-BCWE 5 (0101)
|
|||
MT40A1G16KD-062E:E 6 (0110)
|
||||
H5ANAG6NCMR-XNC 7 (0111)
|
||||
K4AAG165WA-BCWE 8 (1000)
|
||||
K4AAG165WA-BCTD 1 (0001)
|
||||
|
|
|
@ -5,3 +5,4 @@ K4A8G165WC-BCWE, 5
|
|||
MT40A1G16KD-062E:E, 6
|
||||
H5ANAG6NCMR-XNC, 7
|
||||
K4AAG165WA-BCWE, 8
|
||||
K4AAG165WA-BCTD
|
||||
|
|
Loading…
Reference in New Issue