Hello build bot (Jenkins), YH Lin, Furquan Shaikh, Patrick Georgi, Martin Roth, Caveh Jalali, Duncan Laurie, Mice Lin, Mark Hsieh, Nick Chen,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44272
to look at the new patch set (#67).
Change subject: mb/google/volteer: add generic DDR4 SPDs for Eldrid ......................................................................
mb/google/volteer: add generic DDR4 SPDs for Eldrid
Add Makefile.inc to include six generic DDR4 SPDs for the following parts for Eldrid: - H5AN8G6NDJR-XNC - MT40A512M16TB-062E:J - H5ANAG6NCMR-XNC - K4A8G165WC-BCWE - K4AAG165WA-BCWE - MT40A1G16KD-062E:E
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 to be 0 though 2 (i.e. no combined DRAM IDs for parts that use the same SPD).
DRAM IDs for Eldrid: 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)
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 --- A src/mainboard/google/volteer/variants/eldrid/memory/Makefile.inc A src/mainboard/google/volteer/variants/eldrid/memory/dram_id.generated.txt A src/mainboard/google/volteer/variants/eldrid/memory/mem_list_variant.txt 3 files changed, 21 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/44272/67