From ba9e482a365c6397a4eacafb9ca604374797a7ba Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 2 Jan 2020 00:22:27 +0100 Subject: mb/hp/revolve_810_g1: Transform into variant Update Makefile.inc so as to add the SPD data when needed. Tested building other variants, no spd.bin gets added because they don't select GENERIC_SPD_BIN. Tested with BUILD_TIMELESS=1, binary does not change. Change-Id: I0cda3f839baa227ce6a4b8f0510934125e5afb59 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/38096 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/hp/snb_ivb_laptops/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/hp/snb_ivb_laptops/Makefile.inc') diff --git a/src/mainboard/hp/snb_ivb_laptops/Makefile.inc b/src/mainboard/hp/snb_ivb_laptops/Makefile.inc index 663f81adad..d949ad8c05 100644 --- a/src/mainboard/hp/snb_ivb_laptops/Makefile.inc +++ b/src/mainboard/hp/snb_ivb_laptops/Makefile.inc @@ -19,3 +19,6 @@ bootblock-y += variants/$(VARIANT_DIR)/gpio.c romstage-y += variants/$(VARIANT_DIR)/gpio.c ramstage-y += variants/$(VARIANT_DIR)/hda_verb.c ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += variants/$(VARIANT_DIR)/gma-mainboard.ads + +# FIXME: Other variants with same size onboard ram may exist. +SPD_SOURCES = hynix_4g -- cgit v1.2.3