summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep08
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2017-05-24 15:20:04 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-16 10:26:05 -0400
commit44d178b6d050d9491e35360d5f3867e23c8ee895 (patch)
tree42c0ef3536fdf919ec66a311099c0805cab4ba3a /src/usr/isteps/istep08
parenta7f35811ff731c443d56cee934b6b53900c99c26 (diff)
downloadtalos-hostboot-44d178b6d050d9491e35360d5f3867e23c8ee895.tar.gz
talos-hostboot-44d178b6d050d9491e35360d5f3867e23c8ee895.zip
Use Scratch Reg 3 Bit 7 to allow Attribute Overrides in Secure Mode
Change-Id: Ic9b220dc3480c13e1b1ac1c69a0be148ab5ea977 RTC:163094 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41114 Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep08')
-rw-r--r--src/usr/isteps/istep08/call_host_slave_sbe_config.C6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/isteps/istep08/call_host_slave_sbe_config.C b/src/usr/isteps/istep08/call_host_slave_sbe_config.C
index 9280500e8..0c30f6191 100644
--- a/src/usr/isteps/istep08/call_host_slave_sbe_config.C
+++ b/src/usr/isteps/istep08/call_host_slave_sbe_config.C
@@ -108,6 +108,12 @@ void* call_host_slave_sbe_config(void *io_pArgs)
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, INFO_MRK
"WARNING: Requesting security disable on non-master processors.");
}
+ if(l_scratch3.allowAttrOverrides)
+ {
+ TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, INFO_MRK
+ "WARNING: Requesting allowing Attribute Overrides on "
+ "non-master processors even if secure mode.");
+ }
// grab the boot flags from the master proc
INITSERVICE::SPLESS::MboxScratch5_t l_scratch5;
OpenPOWER on IntegriCloud