summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2019-10-09 21:28:28 -0500
committerWilliam G Hoffa <wghoffa@us.ibm.com>2019-10-25 12:33:40 -0500
commit7fb809d19ee63d763ca7b797fd6c1ec34ca67f42 (patch)
tree95c1a1ffc184be73c537584ea0fddd9c1870b901 /src/usr/isteps
parenta058d0e237d9dca00d7b27feb179c9e7b10a84af (diff)
downloadtalos-hostboot-7fb809d19ee63d763ca7b797fd6c1ec34ca67f42.tar.gz
talos-hostboot-7fb809d19ee63d763ca7b797fd6c1ec34ca67f42.zip
Re-enable NV_STATUS notification for Opal
Change-Id: Ie577faad36e6799a347e24c8ff32b80f0e2c7719 RTC:213292 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85100 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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: William G Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/isteps')
-rw-r--r--src/usr/isteps/nvdimm/nvdimm.C12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/usr/isteps/nvdimm/nvdimm.C b/src/usr/isteps/nvdimm/nvdimm.C
index b8f9ad355..2d63854b9 100644
--- a/src/usr/isteps/nvdimm/nvdimm.C
+++ b/src/usr/isteps/nvdimm/nvdimm.C
@@ -3727,13 +3727,7 @@ errlHndl_t notifyNvdimmProtectionChange(Target* i_target,
#ifdef __HOSTBOOT_RUNTIME
- // Don't send message to OPAL
- if (TARGETING::is_sapphire_load())
- {
- break;
- }
-
- // Send combined status to phyp
+ // Send combined status notification
// Get the Proc Chip Id
RT_TARG::rtChipId_t l_chipId = 0;
@@ -3745,7 +3739,7 @@ errlHndl_t notifyNvdimmProtectionChange(Target* i_target,
break;
}
- // send the notification msg
+ // Check for valid interface
if ((nullptr == g_hostInterfaces) ||
(nullptr == g_hostInterfaces->firmware_request))
{
@@ -3780,7 +3774,7 @@ errlHndl_t notifyNvdimmProtectionChange(Target* i_target,
TRACFCOMP( g_trac_nvdimm,
"notifyNvdimmProtectionChange: 0x%.8X "
- "NV_STATUS to PHYP: 0x%02X",
+ "NV_STATUS to HYP: 0x%02X",
get_huid(l_proc),
l_combined_status );
OpenPOWER on IntegriCloud