mb/google/zork: update DRAM table for morphius
Remove index0 DRAM assignment since it doesn't use in any build. Add Hynix DDR4 DRAM H5ANAG6NCJR-XNC, index was generated by gen_part_id BUG=b:175911098 BRANCH=zork TEST=emerge-zork coreboot Change-Id: I853a316c266afafeecff67b263005a77be316e2b Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48723 Reviewed-by: Rob Barnes <robbarnes@google.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
6da4de1e7a
commit
30b12e905f
|
@ -2,7 +2,7 @@
|
|||
## This is an auto-generated file. Do not edit!!
|
||||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += ddr4-spd-7.hex # ID = 0(0b0000) Parts = K4AAG165WA-BCWE
|
||||
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-1.hex # ID = 2(0b0010) Parts = MT40A512M16TB-062E:J
|
||||
SPD_SOURCES += ddr4-spd-7.hex # ID = 3(0b0011) Parts = MT40A1G16KD-062E:E
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
DRAM Part Name ID to assign
|
||||
K4AAG165WA-BCWE 0 (0000)
|
||||
MT40A512M16TB-062E:J 2 (0010)
|
||||
MT40A1G16KD-062E:E 3 (0011)
|
||||
K4A8G165WC-BCWE 4 (0100)
|
||||
|
@ -8,3 +7,4 @@ MT40A512M16TB-062E:J 6 (0110)
|
|||
K4AAG165WA-BCWE 7 (0111)
|
||||
H5ANAG6NCMR-XNC 8 (1000)
|
||||
K4A8G165WC-BCWE 9 (1001)
|
||||
H5ANAG6NCJR-XNC 0 (0000)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
# See util/spd_tools/ddr4/README.md for more details and instructions.
|
||||
|
||||
# Part Name, Fixed ID (optional)
|
||||
K4AAG165WA-BCWE, 0
|
||||
MT40A512M16TB-062E:J, 2
|
||||
MT40A1G16KD-062E:E, 3
|
||||
K4A8G165WC-BCWE, 4
|
||||
|
@ -16,3 +15,4 @@ MT40A512M16TB-062E:J, 6
|
|||
K4AAG165WA-BCWE, 7
|
||||
H5ANAG6NCMR-XNC, 8
|
||||
K4A8G165WC-BCWE, 9
|
||||
H5ANAG6NCJR-XNC
|
||||
|
|
Loading…
Reference in New Issue