summaryrefslogtreecommitdiffstats
path: root/src/usr/sbeio
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-01-29 15:02:12 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-04 14:29:34 -0500
commit32a051104ae970748d8512278ab169320a6393d2 (patch)
tree763493fa1166576bdccf79ac2cd2339c6fa7a990 /src/usr/sbeio
parent70ec114fdfd417b99808633958c9600f36aca609 (diff)
downloadtalos-hostboot-32a051104ae970748d8512278ab169320a6393d2.tar.gz
talos-hostboot-32a051104ae970748d8512278ab169320a6393d2.zip
Always have secureModeDisable bit set to 0 in sbe_retry_handler
After talking with the HWP writers for the sbe_extract_rc HWP they told us we should always act like the secureModeDisable bit is false. The only reason that option is there is for lab use and we shouldnt ever use it. This commit makes that bit always 0 Change-Id: Id781df3a95ffdf5ec82624aebe6830f17d7dcf2b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52861 Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com> 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: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio')
-rw-r--r--src/usr/sbeio/sbe_retry_handler.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/sbeio/sbe_retry_handler.C b/src/usr/sbeio/sbe_retry_handler.C
index f224d8f6b..0ecf6b62a 100644
--- a/src/usr/sbeio/sbe_retry_handler.C
+++ b/src/usr/sbeio/sbe_retry_handler.C
@@ -90,7 +90,7 @@ SbeRetryHandler::SbeRetryHandler(SBE_MODE_OF_OPERATION i_sbeMode,
uint32_t i_plid)
: iv_useSDB(false)
-, iv_secureModeDisabled(!SECUREBOOT::enabled())
+, iv_secureModeDisabled(false) //Per HW team this should always be 0
, iv_sbeRestarted(false)
, iv_sbeSide(0)
, iv_errorLogPLID(0)
OpenPOWER on IntegriCloud