From 7fb809d19ee63d763ca7b797fd6c1ec34ca67f42 Mon Sep 17 00:00:00 2001 From: Corey Swenson Date: Wed, 9 Oct 2019 21:28:28 -0500 Subject: [PATCH] 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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Matt Derksen Reviewed-by: Christian R Geddes Reviewed-by: Roland Veloz Reviewed-by: William G Hoffa --- src/usr/isteps/nvdimm/nvdimm.C | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/usr/isteps/nvdimm/nvdimm.C b/src/usr/isteps/nvdimm/nvdimm.C index b8f9ad3551b..2d63854b952 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 );