summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-04-30 13:06:07 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-05-08 16:45:47 -0500
commite929912354d61206c2dbfe43a3d1db46072056fe (patch)
treea10ed4e1fa376c19aab5de483e7b057886a27e0c /src/include/usr
parentd035a51f51ae137f24301cca137cf8bdd9d6d561 (diff)
downloadtalos-hostboot-e929912354d61206c2dbfe43a3d1db46072056fe.tar.gz
talos-hostboot-e929912354d61206c2dbfe43a3d1db46072056fe.zip
Add Axone to RISK_LEVEL logic
Axone reuses the RISK_LEVEL settings for Nimbus DD2.3 so changes are made to reflect that. This is primarily a documentation exercise but there is logic now to normalize the RISK_LEVEl up to 4,5 versus 0,1 just to stay sane and reduce the test matrix. Change-Id: I5410d1bf7b12fc7f771e2c9826fcd086b2520091 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76757 Reviewed-by: Matt Derksen <mderkse1@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: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com> Reviewed-by: Jayashankar Padath <jayashankar.padath@in.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/targeting/common/util.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/usr/targeting/common/util.H b/src/include/usr/targeting/common/util.H
index 6f0fcb307..ba41445c1 100644
--- a/src/include/usr/targeting/common/util.H
+++ b/src/include/usr/targeting/common/util.H
@@ -102,6 +102,15 @@ namespace UTIL
P9N23_P9C13_NATIVE_MODE_MINIMUM = 0x04,
P9N23_P9C13_NATIVE_SMF_RUGBY_FAVOR_SECURITY = 0x04,
P9N23_P9C13_NATIVE_SMF_RUGBY_FAVOR_PERFORMANCE = 0x05,
+
+ // Axone modes (same as DD2.3 native mode)
+ P9A_RUGBY_FAVOR_SECURITY = 0x04,
+ P9A_RUGBY_FAVOR_PERFORMANCE = 0x05,
+ // The _LOWER numbered values are equivalent to the higher
+ // values but they exist to maintain compatibility with
+ // Nimbus DD2.3 settings.
+ P9A_RUGBY_FAVOR_SECURITY_LOWER = 0x00,
+ P9A_RUGBY_FAVOR_PERFORMANCE_LOWER = 0x01,
} Risk_level;
}
OpenPOWER on IntegriCloud