summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2018-11-13 00:35:35 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-15 13:58:29 -0600
commit1e6bbb9b989b1c04c8190ed6240badb8cd99d886 (patch)
treeab3d6c5c840612ef041c93a2008828ef2828272e /src/usr/isteps
parent6cf801f1c1b75b6bb67fa67d310b3b1518f66817 (diff)
downloadtalos-hostboot-1e6bbb9b989b1c04c8190ed6240badb8cd99d886.tar.gz
talos-hostboot-1e6bbb9b989b1c04c8190ed6240badb8cd99d886.zip
Only allow key transition in istep 10.2
In certain cases, if a key transition driver was booted and the nest frequency had to be updated, the key transition flow would erroneously activate in istep 7.3 (call_mss_freq). This change confines key transitioning to istep 10.2 Change-Id: I450703e21bf68644298f77fcdfca62eae5c667e4 CQ: SW451376 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68685 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps')
-rw-r--r--src/usr/isteps/istep10/call_host_slave_sbe_update.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/isteps/istep10/call_host_slave_sbe_update.C b/src/usr/isteps/istep10/call_host_slave_sbe_update.C
index 730ab9983..54330843b 100644
--- a/src/usr/isteps/istep10/call_host_slave_sbe_update.C
+++ b/src/usr/isteps/istep10/call_host_slave_sbe_update.C
@@ -271,7 +271,8 @@ void* call_host_slave_sbe_update (void *io_pArgs)
// Call to check state of Processor SBE SEEPROMs and
// make any necessary updates
- l_errl = SBE::updateProcessorSbeSeeproms();
+ l_errl = SBE::updateProcessorSbeSeeproms(
+ SBE::KEY_TRANSITION_PERM::ALLOW_KEY_TRANSITION);
if (l_errl)
{
OpenPOWER on IntegriCloud