mb/google/zork: update DRAM table for dirinboz
Add Hynix DDR4 DRAM, index was generated by gen_part_id H5ANAG6NCJR-XNC BUG=b:173480390 BRANCH=zork TEST=emerge-zork coreboot Change-Id: Ib6f26a7b8d014493f4a256b328bee7ad3bf3c2b9 Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47700 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Rob Barnes <robbarnes@google.com>
This commit is contained in:
parent
324b1ee09e
commit
d5ffc75fa0
|
@ -2,7 +2,7 @@
|
|||
## This is an auto-generated file. Do not edit!!
|
||||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += ddr4-spd-empty.hex # ID = 0(0b0000)
|
||||
SPD_SOURCES += ddr4-spd-9.hex # ID = 0(0b0000) Parts = H5ANAG6NCJR-XNC
|
||||
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)
|
||||
|
|
|
@ -7,3 +7,4 @@ MT40A512M16TB-062E:J 7 (0111)
|
|||
MT40A1G16KD-062E:E 8 (1000)
|
||||
K4AAG165WA-BCTD 9 (1001)
|
||||
K4AAG165WA-BCWE 10 (1010)
|
||||
H5ANAG6NCJR-XNC 0 (0000)
|
||||
|
|
|
@ -15,3 +15,4 @@ MT40A512M16TB-062E:J, 7
|
|||
MT40A1G16KD-062E:E, 8
|
||||
K4AAG165WA-BCTD, 9
|
||||
K4AAG165WA-BCWE, 10
|
||||
H5ANAG6NCJR-XNC
|
||||
|
|
Loading…
Reference in New Issue