mb/google/volteer: add initial SPDs for Elemi variant
Add mem_list_variant.txt, a list of memory parts used by elemi SKUs. Add dram_id.generated.txt, a list of dram id's to use for each memory part. Add Makefile.inc, to specify DDR4 and build the SPD file list. BUG=b:165461530 TEST=none Change-Id: I6dbcccf577161cc0c787775e2ac03e0c7039baef Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44650 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8283ae6bab
commit
8da998c2b0
|
@ -0,0 +1,7 @@
|
|||
## SPDX-License-Identifier: GPL-2.0-or-later
|
||||
## This is an auto-generated file. Do not edit!!
|
||||
|
||||
SPD_SOURCES =
|
||||
SPD_SOURCES += ddr4-spd-2.hex # ID = 0(0b0000) Parts = H5ANAG6NCMR-XNC
|
||||
SPD_SOURCES += ddr4-spd-7.hex # ID = 1(0b0001) Parts = MT40A1G16KD-062E:E, K4AAG165WA-BCWE
|
||||
SPD_SOURCES += ddr4-spd-1.hex # ID = 2(0b0010) Parts = H5AN8G6NDJR-XNC, MT40A512M16TB-062E:J, K4A8G165WC-BCWE
|
|
@ -0,0 +1,7 @@
|
|||
DRAM Part Name ID to assign
|
||||
H5ANAG6NCMR-XNC 0 (0000)
|
||||
MT40A1G16KD-062E:E 1 (0001)
|
||||
K4AAG165WA-BCWE 1 (0001)
|
||||
H5AN8G6NDJR-XNC 2 (0010)
|
||||
MT40A512M16TB-062E:J 2 (0010)
|
||||
K4A8G165WC-BCWE 2 (0010)
|
|
@ -0,0 +1,6 @@
|
|||
H5ANAG6NCMR-XNC
|
||||
MT40A1G16KD-062E:E
|
||||
K4AAG165WA-BCWE
|
||||
H5AN8G6NDJR-XNC
|
||||
MT40A512M16TB-062E:J
|
||||
K4A8G165WC-BCWE
|
Loading…
Reference in New Issue