From b3f5418ec16b1c0cdc913d0afd49bde94c26728e Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 26 May 2016 14:22:34 -0500 Subject: soc/intel/apollolake: provide SMM dependency requirements Depending on which options are selected there needs to be certain functions supplied. However, the spi, mmap_boot, and tsc_freq modules were not included in the SMM builds. Fix the omission. Change-Id: I25ab42886cfd46770ce0f4beee65f2f4d15649f3 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/14977 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/soc/intel/apollolake/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/apollolake') diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc index b8f0c1810d..1ea21f6150 100644 --- a/src/soc/intel/apollolake/Makefile.inc +++ b/src/soc/intel/apollolake/Makefile.inc @@ -29,8 +29,11 @@ romstage-y += mmap_boot.c romstage-y += tsc_freq.c romstage-y += pmutil.c +smm-y += mmap_boot.c smm-y += pmutil.c smm-y += smihandler.c +smm-y += spi.c +smm-y += tsc_freq.c ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi.c ramstage-y += cpu.c -- cgit v1.2.3