summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14/call_proc_setup_bars.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep14/call_proc_setup_bars.C')
-rw-r--r--src/usr/isteps/istep14/call_proc_setup_bars.C15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/usr/isteps/istep14/call_proc_setup_bars.C b/src/usr/isteps/istep14/call_proc_setup_bars.C
index e42ba9a07..08d1708d3 100644
--- a/src/usr/isteps/istep14/call_proc_setup_bars.C
+++ b/src/usr/isteps/istep14/call_proc_setup_bars.C
@@ -22,6 +22,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
+#include <config.h>
#include <errl/errlentry.H>
#include <isteps/hwpisteperror.H>
#include <initservice/isteps_trace.H>
@@ -48,6 +49,10 @@
#include <attribute_ids.H>
+#ifdef CONFIG_SECUREBOOT
+#include <scom/centaurScomCache.H>
+#endif
+
using namespace ISTEP_ERROR;
using namespace ERRORLOG;
@@ -188,6 +193,7 @@ void* call_proc_setup_bars (void *io_pArgs)
} // end if !l_errl
+#ifdef CONFIG_SECUREBOOT
// Assuming no errors, secure any Centaurs
if ( l_stepError.isNull() )
{
@@ -247,7 +253,16 @@ void* call_proc_setup_bars (void *io_pArgs)
}
}
}
+
+ if(SECUREBOOT::CENTAUR_SECURITY::ScomCache::getInstance().
+ cacheEnabled())
+ {
+ SECUREBOOT::CENTAUR_SECURITY::ScomCache::getInstance().
+ disableCache();
+ }
+
}
+#endif
if ( l_errl )
{
OpenPOWER on IntegriCloud