summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurulidhar Nataraju <murulidhar@in.ibm.com>2019-12-19 06:17:14 -0600
committerWilliam G Hoffa <wghoffa@us.ibm.com>2020-01-07 13:31:50 -0600
commit4e5e486a18db51d9d5be1aedd63038711b86f3ed (patch)
tree00081b208c10a07a7d23786b32379e2ffb3cbc60
parent91f6cf7412ed2fc0a5c0ec50245c44bf3ee5219c (diff)
downloadtalos-hostboot-4e5e486a18db51d9d5be1aedd63038711b86f3ed.tar.gz
talos-hostboot-4e5e486a18db51d9d5be1aedd63038711b86f3ed.zip
Enable copying of architected registers for OPAL
based systems. Modified the check to be based on the hypervisor type. Change-Id: I2df21339160e0658feb1797dbcd7e3c4ae33c2f3 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89285 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: William G Hoffa <wghoffa@us.ibm.com>
-rw-r--r--src/usr/isteps/istep14/call_host_mpipl_service.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/istep14/call_host_mpipl_service.C b/src/usr/isteps/istep14/call_host_mpipl_service.C
index 6801d6672..bab3ace62 100644
--- a/src/usr/isteps/istep14/call_host_mpipl_service.C
+++ b/src/usr/isteps/istep14/call_host_mpipl_service.C
@@ -157,10 +157,10 @@ void* call_host_mpipl_service (void *io_pArgs)
do
{
- // In non-FSP based system SBE collects architected register
+ // In OPAL based system SBE collects architected register
// data. Copy architected register data from Reserved Memory
// to hypervisor memory.
- if ( !INITSERVICE::spBaseServicesEnabled() )
+ if( TARGETING::is_sapphire_load() )
{
l_err = DUMP::copyArchitectedRegs();
if (l_err)
OpenPOWER on IntegriCloud