summaryrefslogtreecommitdiffstats
path: root/src/include/kernel
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-02-28 09:59:17 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-17 17:24:15 -0400
commit551ba04c02d56b669a93b0e3fc62b0633cf844c9 (patch)
tree994d6464586bc433aa7ab313e2eb7259c827ab66 /src/include/kernel
parente32262ef84b7e4d688308b35dfefa296cf14fc6c (diff)
downloadtalos-hostboot-551ba04c02d56b669a93b0e3fc62b0633cf844c9.tar.gz
talos-hostboot-551ba04c02d56b669a93b0e3fc62b0633cf844c9.zip
Consume Secure Access Bit from SBE HB communication area
Disable verification in bootloader if SAB not set Change-Id: If5f1adcbe0277f2a4223d8cea6a5e2048019871d RTC: 167741 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37214 Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Nicholas E. Bofferding <bofferdn@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.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/kernel/bltohbdatamgr.H b/src/include/kernel/bltohbdatamgr.H
index 49f5db525..8ddccf49f 100644
--- a/src/include/kernel/bltohbdatamgr.H
+++ b/src/include/kernel/bltohbdatamgr.H
@@ -144,6 +144,13 @@ class BlToHbDataManager
const size_t getHbbHeaderSize() const;
/*
+ * @brief Returns internal secure access bit
+ *
+ * @return bool secure access bit
+ */
+ const bool getSecureAccessBit() const;
+
+ /*
* @brief Returns internal preserved size
*
* @return size_t preserved size
OpenPOWER on IntegriCloud