summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep21/makefile
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2018-03-28 16:55:59 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-05-22 10:13:55 -0400
commit2a43c455adfcac45774ec33dd38d641af2e97ab3 (patch)
treefa4b86431d21bdaa844b617ab507759d00dc5d5b /src/usr/isteps/istep21/makefile
parentd0eaecced89b9a8467cd40e76169f6c88db0e56d (diff)
downloadtalos-hostboot-2a43c455adfcac45774ec33dd38d641af2e97ab3.tar.gz
talos-hostboot-2a43c455adfcac45774ec33dd38d641af2e97ab3.zip
Set up core checkstop escalation using HWP
This commit creates the hostboot functionality around the p9_core_checkstop_handler HWP. At various points in the IPL when we want to turn off unit checkstops for system checkstops, and then later restore them, we call this HWP. Change-Id: I6f69a9c3a88707f29e4b86e9f4e3b3bd3dfd76b7 RTC: 147565 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56430 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep21/makefile')
-rw-r--r--src/usr/isteps/istep21/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/isteps/istep21/makefile b/src/usr/isteps/istep21/makefile
index e89430c98..c0ec1114d 100644
--- a/src/usr/isteps/istep21/makefile
+++ b/src/usr/isteps/istep21/makefile
@@ -24,15 +24,18 @@
# IBM_PROLOG_END_TAG
ROOTPATH = ../../../..
MODULE = istep21
+PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/p9/procedures
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/initfiles/
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc/
+EXTRAINCDIR += ${PROCEDURES_PATH}/utils/stopreg/
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs/
EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/
+EXTRAINCDIR += ${ROOTPATH}/src/usr/isteps/
OBJS += call_host_runtime_setup.o
OBJS += freqAttrData.o
OpenPOWER on IntegriCloud