From 39dbb86bbe1fb4d1a3b477991ccabf6793554e79 Mon Sep 17 00:00:00 2001 From: Paul Fagerburg Date: Tue, 22 Sep 2020 20:00:38 -0600 Subject: templates: add ddr4-spd-empty.hex to SPD_SOURCES We need at least one SPD in SPD_SOURCES when creating a new variant of trembyle or dalboz, or else coreboot won't build. Add the empty DDR4 SPD so that we can build the new variant. Add an empty mem_parts_used.txt so that the developer can add the supported memory parts and regenerate spd/Makefile.inc using spd_tools. BUG=b:169199396 TEST=create a new variant of dalboz or trembyle and observe that the build succeeds. Signed-off-by: Paul Fagerburg Change-Id: I764690c76529780186d0a1d156a623821f9d6972 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45638 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Rob Barnes --- util/mainboard/google/dalboz/template/spd/Makefile.inc | 3 ++- util/mainboard/google/trembyle/template/spd/Makefile.inc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/mainboard/google/dalboz/template/spd/Makefile.inc b/util/mainboard/google/dalboz/template/spd/Makefile.inc index feabe7fe37..3edeb9606c 100644 --- a/util/mainboard/google/dalboz/template/spd/Makefile.inc +++ b/util/mainboard/google/dalboz/template/spd/Makefile.inc @@ -1,4 +1,5 @@ ## SPDX-License-Identifier: GPL-2.0-or-later ## This is an auto-generated file. Do not edit!! +## Add memory parts in mem_parts_used.txt and run spd_tools to regenerate. -SPD_SOURCES = +SPD_SOURCES = ddr4-spd-empty.hex diff --git a/util/mainboard/google/trembyle/template/spd/Makefile.inc b/util/mainboard/google/trembyle/template/spd/Makefile.inc index feabe7fe37..3edeb9606c 100644 --- a/util/mainboard/google/trembyle/template/spd/Makefile.inc +++ b/util/mainboard/google/trembyle/template/spd/Makefile.inc @@ -1,4 +1,5 @@ ## SPDX-License-Identifier: GPL-2.0-or-later ## This is an auto-generated file. Do not edit!! +## Add memory parts in mem_parts_used.txt and run spd_tools to regenerate. -SPD_SOURCES = +SPD_SOURCES = ddr4-spd-empty.hex -- cgit v1.2.3