summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell/Makefile.inc
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2019-05-10 15:00:46 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-13 09:13:06 +0000
commit9c90609331b33292c7aeacc944cd97fe5a2da056 (patch)
tree72efed3d41f0e572901eb0556e44cfe54cff9de7 /src/soc/intel/braswell/Makefile.inc
parent4fbd22e38d42faf7654cf9ded1f4001652e7fd37 (diff)
downloadcoreboot-9c90609331b33292c7aeacc944cd97fe5a2da056.tar.gz
coreboot-9c90609331b33292c7aeacc944cd97fe5a2da056.tar.bz2
coreboot-9c90609331b33292c7aeacc944cd97fe5a2da056.zip
soc/intel/braswell: Add tsc_freq.c and pmutil.c in verstage
Systems with C_EVIRONMENT_BOOTBLOCK and VBOOT enabled requires functions tsc_freq_mhz(), vbnv_cmos_failed() and vboot_platform_is_resuming() in verstage. Add tsc_freq.c and pmutil.c to verstage. BUG=NA TEST=Booting Embedded Linux on Facebook FBG-1701 + Building Google Banon Change-Id: Ia509eda6bf415aaa63be71013249493aa472289d Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32733 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/soc/intel/braswell/Makefile.inc')
-rw-r--r--src/soc/intel/braswell/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/braswell/Makefile.inc b/src/soc/intel/braswell/Makefile.inc
index 4e90edf15cc7..e2b1fe5295c9 100644
--- a/src/soc/intel/braswell/Makefile.inc
+++ b/src/soc/intel/braswell/Makefile.inc
@@ -53,6 +53,9 @@ smm-y += smihandler.c
smm-y += spi.c
smm-y += tsc_freq.c
+verstage-y += pmutil.c
+verstage-y += tsc_freq.c
+
CPPFLAGS_common += -I$(src)/soc/intel/braswell/
CPPFLAGS_common += -I$(src)/soc/intel/braswell/include
CPPFLAGS_common += -I$(call strip_quotes,$(CONFIG_FSP_HEADER_PATH))