summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-04-20 16:55:27 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-28 15:42:23 -0400
commite53a2e5cd5b152d6e565f56867f1f8cd435e7556 (patch)
tree9586a89a945da5b2f684688a9a421dadb494ee8b /src/include/usr
parentf30075299ce2c078705192b1835b70eff4f08fc1 (diff)
downloadblackbird-hostboot-e53a2e5cd5b152d6e565f56867f1f8cd435e7556.tar.gz
blackbird-hostboot-e53a2e5cd5b152d6e565f56867f1f8cd435e7556.zip
Implement Best Effort Secureboot Policy for Hostboot Runtime
Optimized getting the master proc id in rt_pnor Change-Id: Iab5c194553dddfbb642cfc9dec6398a93ab56d4a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39520 Tested-by: Jenkins Server <pfd-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> Tested-by: FSP CI Jenkins <fsp-CI-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/include/usr')
-rw-r--r--src/include/usr/pnor/pnorif.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/usr/pnor/pnorif.H b/src/include/usr/pnor/pnorif.H
index cbafd37c0..e4c61c72e 100644
--- a/src/include/usr/pnor/pnorif.H
+++ b/src/include/usr/pnor/pnorif.H
@@ -36,6 +36,9 @@
namespace PNOR
{
+// @TODO RTC:155374 Remove this in the future
+extern const size_t BEST_EFFORT_NUM_BYTES;
+
/**
* Information about a side of PNOR
*/
@@ -177,6 +180,7 @@ errlHndl_t validateAltMaster( void );
*/
void getPnorInfo( PnorInfo_t& o_pnorInfo );
+// @TODO RTC:155374 Remove this in the future
/**
* @brief Check if PNOR section appears to be secure and sets the
* internal TOC of PnorRp accordingly.
OpenPOWER on IntegriCloud