From 5fe77af206345fba9b698d0793dbb23ce3e48519 Mon Sep 17 00:00:00 2001 From: V Sowmya Date: Wed, 6 Mar 2019 16:52:57 +0530 Subject: soc/intel/cannonlake: Move power_state functions to pmutil.c This change moves soc_fill_power_state and soc_prev_sleep_state to pmutil.c. It allows the functions to be used across romstage and smm. BUG=b:124131938 BRANCH=none TEST=none Change-Id: If24c3feeb77f4fb692ef0bf38d537b2b54de3c36 Signed-off-by: V Sowmya Reviewed-on: https://review.coreboot.org/c/coreboot/+/31787 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/soc/intel/cannonlake/romstage/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/cannonlake/romstage/Makefile.inc') diff --git a/src/soc/intel/cannonlake/romstage/Makefile.inc b/src/soc/intel/cannonlake/romstage/Makefile.inc index c3bfdbbf33..75d79856e4 100644 --- a/src/soc/intel/cannonlake/romstage/Makefile.inc +++ b/src/soc/intel/cannonlake/romstage/Makefile.inc @@ -13,7 +13,6 @@ # GNU General Public License for more details. # -romstage-y += power_state.c romstage-y += romstage.c romstage-y += fsp_params.c romstage-y += systemagent.c -- cgit v1.2.3