Skip to content

Commit

Permalink
Re-enable NV_STATUS notification for Opal
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cvswen authored and wghoffa committed Oct 25, 2019
1 parent a058d0e commit 7fb809d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/usr/isteps/nvdimm/nvdimm.C
Expand Up @@ -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;

Expand All @@ -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))
{
Expand Down Expand Up @@ -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 );

Expand Down

0 comments on commit 7fb809d

Please sign in to comment.