summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
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/include/kernel
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/include/kernel')
-rw-r--r--src/include/kernel/bltohbdatamgr.H19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/include/kernel/bltohbdatamgr.H b/src/include/kernel/bltohbdatamgr.H
index 87db201ab..3e701b01b 100644
--- a/src/include/kernel/bltohbdatamgr.H
+++ b/src/include/kernel/bltohbdatamgr.H
@@ -143,13 +143,28 @@ class BlToHbDataManager
const size_t getHbbHeaderSize() const;
/*
- * @brief Returns internal secure access bit
+ * @brief Returns internal Secure Setting: Secure Access Bit
*
- * @return bool secure access bit
+ * @return bool Secure Access Bit
*/
const bool getSecureAccessBit() const;
/*
+ * @brief Returns internal Secure Setting: Security Override
+ *
+ * @return bool Security Override Setting
+ */
+ const bool getSecurityOverride() const;
+
+ /*
+ * @brief Returns internal Secure Setting: Allow Attribute Overrides
+ * in Secure Mode
+ *
+ * @return bool Allow Attribute Overrides Setting
+ */
+ const bool getAllowAttrOverrides() const;
+
+ /*
* @brief Returns internal preserved size
*
* @return size_t preserved size
OpenPOWER on IntegriCloud