mb/google/volteer: add generic DDR4 SPDs for Eldrid
Add Makefile.inc to include six generic DDR4 SPDs for the following parts for Eldrid: DRAM Part Name DRAM ID to assign H5AN8G6NDJR-XNC 0 (0000) MT40A512M16TB-062E:J 1 (0001) H5ANAG6NCMR-XNC 2 (0010) K4A8G165WC-BCWE 0 (0000) K4AAG165WA-BCWE 3 (0011) MT40A1G16KD-062E:E 3 (0011) Add mem_list_variant.txt as a manifest of eldrid's DRAM parts for use by gen_spd, the generic DD4 SPD generation tool. Add dram_id_generated.txt to specify DRAM ID strap settings. NOTE that Eldrid specified DRAM IDs for the first three parts to be 0 though 2 (i.e. no combined DRAM IDs for parts that use the same SPD). BUG=b:161772961 TEST="FW_NAME=eldrid emerge-volteer coreboot" and verify it builds without error. Change-Id: Ica62e299ed40e60c2d5928b29ead5d2205b1af66 Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44272 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
bb86e17e2d
commit
8605782c2b
|
@ -0,0 +1,8 @@
|
|||
## SPDX-License-Identifier: GPL-2.0-or-later
|
||||
## This is an auto-generated file. Do not edit!!
|
||||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += ddr4-spd-1.hex # ID = 0(0b0000) Parts = H5AN8G6NDJR-XNC, K4A8G165WC-BCWE
|
||||
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
|
|
@ -0,0 +1,7 @@
|
|||
DRAM Part Name ID to assign
|
||||
H5AN8G6NDJR-XNC 0 (0000)
|
||||
MT40A512M16TB-062E:J 1 (0001)
|
||||
H5ANAG6NCMR-XNC 2 (0010)
|
||||
K4A8G165WC-BCWE 0 (0000)
|
||||
K4AAG165WA-BCWE 3 (0011)
|
||||
MT40A1G16KD-062E:E 3 (0011)
|
|
@ -0,0 +1,6 @@
|
|||
H5AN8G6NDJR-XNC,0
|
||||
MT40A512M16TB-062E:J,1
|
||||
H5ANAG6NCMR-XNC,2
|
||||
K4A8G165WC-BCWE
|
||||
K4AAG165WA-BCWE
|
||||
MT40A1G16KD-062E:E
|
Loading…
Reference in New Issue