summaryrefslogtreecommitdiffstats
path: root/src/usr/scom/runtime/makefile
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-01-29 14:49:19 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-02-17 16:26:17 -0500
commitb542fd6392999e7d521c5dff5a2a2add056db984 (patch)
tree9e3c9ff1d9c7e902afd65a3cfde7676da795db5f /src/usr/scom/runtime/makefile
parente7c2ef327998d6ab868776cdc2c2bb7592b8c17e (diff)
downloadtalos-hostboot-b542fd6392999e7d521c5dff5a2a2add056db984.tar.gz
talos-hostboot-b542fd6392999e7d521c5dff5a2a2add056db984.zip
Enable platSpecialWakeup during IPL time and add support
Previously we only supported platSpecialWakeup at runtime because we were not worried about needed special wakeup as the cores would not go into stop state during the IPL. However, now PM code is expecting bits to be set by the p9 special wakeup hwp so we need to call it during the IPL. This code makes the handleSpecialWakeup.C/H files compatible with IPL time build environment and enables the call on the IPL time path CQ: SW415949 Change-Id: I94cca8a84946bea464b21cb95cdbbb075f766c3d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52858 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/scom/runtime/makefile')
-rw-r--r--src/usr/scom/runtime/makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/usr/scom/runtime/makefile b/src/usr/scom/runtime/makefile
index b7ae2cfac..af572116b 100644
--- a/src/usr/scom/runtime/makefile
+++ b/src/usr/scom/runtime/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2017
+# Contributors Listed Below - COPYRIGHT 2013,2018
# [+] International Business Machines Corp.
#
#
@@ -29,14 +29,7 @@ MODULE = scom_rt
#include common ojects between hostboot and runtime hostboot
include ../scom.mk
-EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/
-EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/
-EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs/
-EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc/
-EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/
-
#include unique object modules - currently none
-OBJS += handleSpecialWakeup.o
SUBDIRS += test.d
OpenPOWER on IntegriCloud