summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2018-10-11 08:52:24 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-26 23:11:52 -0600
commit4288e39bf210c36431cbc59cb9eb7a0371510042 (patch)
treebed2cdf055e7967ec33f2cbeddd047ef7ef3d2e6 /src/usr/targeting/common/xmltohb/attribute_types.xml
parentf63977be6280c93b54d5b45e6fbccc8c44ec0b24 (diff)
downloadtalos-hostboot-4288e39bf210c36431cbc59cb9eb7a0371510042.tar.gz
talos-hostboot-4288e39bf210c36431cbc59cb9eb7a0371510042.zip
Support a default risk/init level per MRW
-Previously default risk/init level was always 0 and required manual overriding to change. This commit allows for a default risk level to be specified in the MRW for a per system control without involving the BMC - Note that this is dependent on a change in the SBE to not always set the valid flags on the mbox scratch regs to actually control the default (today SBE always sets the valid bits). In the future the valid bit will only be set when someone manually overrides the scratch reg. Change-Id: Ia0e935a0d436f9dbb8233a8f1f181b4c7300d6d4 CQ: SW451891 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67344 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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index e7f97fc6f..b42bf793e 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -3908,6 +3908,21 @@
</attribute>
<attribute>
+ <description>
+ Attribute indicating the default risk level for the system. Applied if
+ scratch registers are not overriden
+ </description>
+ <id>MRW_DEFAULT_RISK_LEVEL</id>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <simpleType>
+ <uint32_t>
+ <default>0x0</default>
+ </uint32_t>
+ </simpleType>
+ </attribute>
+
+ <attribute>
<id>MRW_MEM_THROTTLE_DENOMINATOR</id>
<description>Machine Readable Workbook throttle value for denominator cfg_nm_m</description>
<simpleType>
OpenPOWER on IntegriCloud