Paul Fagerburg has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36068 )
Change subject: automation: add empty_ddr4.spd.hex to Makefile.inc ......................................................................
automation: add empty_ddr4.spd.hex to Makefile.inc
Coreboot build expects to have at least 1 SPD file defined. The author needs to specify the SPDs that are specific to this board, but that can come later. We need to define something so that we can do an initial build and ensure that the new variant has been cloned correctly.
BUG=b:140261109 BRANCH=None TEST=Create and build the "sushi" variant: $ util/mainboard/google/hatch/create_coreboot_variant.sh sushi $ util/abuild/abuild -p none -t google/hatch -x -a
Prior to this CL, you would get an error message that SPD_SOURCES is not set. After the CL, the build proceeds.
Change-Id: Ie946cfd7c071824168faa38fd53bd338a5a451e1 Signed-off-by: Paul Fagerburg pfagerburg@chromium.org --- M util/mainboard/google/hatch/template/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/36068/1
diff --git a/util/mainboard/google/hatch/template/Makefile.inc b/util/mainboard/google/hatch/template/Makefile.inc index 38cf728..809f051 100644 --- a/util/mainboard/google/hatch/template/Makefile.inc +++ b/util/mainboard/google/hatch/template/Makefile.inc @@ -10,4 +10,4 @@ ## GNU General Public License for more details. ##
-SPD_SOURCES = +SPD_SOURCES = empty_ddr4.spd.hex