mb/google/volteer/variants/eldrid: Add SPD for H5ANAG6NCJR-XNC
Add SPD support for DDR4 memory part H5ANAG6NCJR-XNC. Eldrid should use DRAM_ID strap ID 4 (0100) on SKUs populated with H5ANAG6NCJR-XNC DDR4 memory parts. BUG=b:161772961 TEST="FW_NAME=eldrid emerge-volteer coreboot" and verify it builds successfully. Change-Id: Ia26315479ce1a749a0f7c9e81f134f7068d7eb0b Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45963 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
6745056a06
commit
60a208e43f
|
@ -6,3 +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
|
||||
|
|
|
@ -5,3 +5,4 @@ H5ANAG6NCMR-XNC 2 (0010)
|
|||
K4A8G165WC-BCWE 0 (0000)
|
||||
K4AAG165WA-BCWE 3 (0011)
|
||||
MT40A1G16KD-062E:E 3 (0011)
|
||||
H5ANAG6NCJR-XNC 4 (0100)
|
||||
|
|
|
@ -4,3 +4,4 @@ H5ANAG6NCMR-XNC,2
|
|||
K4A8G165WC-BCWE
|
||||
K4AAG165WA-BCWE
|
||||
MT40A1G16KD-062E:E
|
||||
H5ANAG6NCJR-XNC
|
||||
|
|
Loading…
Reference in New Issue