diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2017-10-13 17:15:48 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-10-17 01:21:17 -0400 |
| commit | 241fe35f78ea4eb1132f2c47da4ca1105f993a18 (patch) | |
| tree | eb98b7e0cc641bbbb6af3806e084a2562029f947 /src/usr/isteps/istep21/makefile | |
| parent | 9dbd9cb3680e5cfef4e2aa56d7cc036cf1ded08f (diff) | |
| download | blackbird-hostboot-241fe35f78ea4eb1132f2c47da4ca1105f993a18.tar.gz blackbird-hostboot-241fe35f78ea4eb1132f2c47da4ca1105f993a18.zip | |
Re-apply p9_int_scom inits on shutdown path
The interrupt resource provider shutdown path is clearing out some
scom inits that need to be set or else we see problems in the
hypervisor. This commit registers a new event to the shutdown
command which will re-apply the scominits prior to shutting down
and passing off control to the hypervisor
Change-Id: I98e3de847a48447ff592dc3506605e124cdeda4c
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48413
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>
Diffstat (limited to 'src/usr/isteps/istep21/makefile')
| -rw-r--r-- | src/usr/isteps/istep21/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/isteps/istep21/makefile b/src/usr/isteps/istep21/makefile index eed55ba52..348756343 100644 --- a/src/usr/isteps/istep21/makefile +++ b/src/usr/isteps/istep21/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2015,2016 +# Contributors Listed Below - COPYRIGHT 2015,2017 # [+] International Business Machines Corp. # # @@ -26,6 +26,7 @@ ROOTPATH = ../../../.. MODULE = istep21 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 += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/ EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/ |

