mb/google/volteer/variants/eldrid: Include SPD for H4AAG165WB-BCWE
Add SPD support to eldrid for DDR4 memory part H4AAG165WB-BCWE. Eldrid should use DRAM_ID strap ID 4 (0100) on SKUs populated with H4AAG165WB-BCWE DDR4 memory parts. BUG=b:181732562 TEST="FW_NAME=eldrid emerge-volteer coreboot" and verify it builds successfully. Change-Id: I38cfe3eb26b00563ce17df3a3ac2a0a846f2ae00 Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51667 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
7be232a21c
commit
7ef6aeec14
|
@ -6,4 +6,4 @@ SPD_SOURCES += ddr4-spd-1.hex # ID = 0(0b0000) Parts = H5AN8G6NDJR-XNC, K4
|
|||
SPD_SOURCES += ddr4-spd-1.hex # ID = 1(0b0001) Parts = MT40A512M16TB-062E:J
|
||||
SPD_SOURCES += ddr4-spd-2.hex # ID = 2(0b0010) Parts = H5ANAG6NCMR-XNC
|
||||
SPD_SOURCES += ddr4-spd-7.hex # ID = 3(0b0011) Parts = K4AAG165WA-BCWE, MT40A1G16KD-062E:E
|
||||
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
|
||||
|
|
|
@ -6,3 +6,4 @@ K4A8G165WC-BCWE 0 (0000)
|
|||
K4AAG165WA-BCWE 3 (0011)
|
||||
MT40A1G16KD-062E:E 3 (0011)
|
||||
H5ANAG6NCJR-XNC 4 (0100)
|
||||
K4AAG165WB-BCWE 4 (0100)
|
||||
|
|
|
@ -5,3 +5,4 @@ K4A8G165WC-BCWE
|
|||
K4AAG165WA-BCWE
|
||||
MT40A1G16KD-062E:E
|
||||
H5ANAG6NCJR-XNC
|
||||
K4AAG165WB-BCWE
|
||||
|
|
Loading…
Reference in New Issue