summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2017-06-12 10:10:59 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-16 09:46:51 -0400
commitbb22513902f6917359c18c79502bd2aff604f6e0 (patch)
tree1972cbc02b5933a363fa8a880cd680255744016a /src/include/usr
parentceb6abcb0bec32c68d65ed3d14183070aafe41e4 (diff)
downloadtalos-hostboot-bb22513902f6917359c18c79502bd2aff604f6e0.tar.gz
talos-hostboot-bb22513902f6917359c18c79502bd2aff604f6e0.zip
Add HB_VOLATILE PNOR section flag
Change-Id: I8431edec1178cc062fdda943e5cade08acc5014c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41687 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@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/include/usr')
-rw-r--r--src/include/usr/pnor/pnor_const.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/pnor/pnor_const.H b/src/include/usr/pnor/pnor_const.H
index 9f435681d..e65faffdb 100644
--- a/src/include/usr/pnor/pnor_const.H
+++ b/src/include/usr/pnor/pnor_const.H
@@ -105,6 +105,7 @@ struct SectionInfo_t
bool sha512perEC; /**< Version Checking perEC */
bool readOnly; /**< Section is read only */
bool reprovision; /**< Erase this section during a reprovision */
+ bool Volatile; /**< Section loses contents on non HB reboots */
bool secure; /**< Indicates if a section is secure */
#ifdef CONFIG_SECUREBOOT
size_t secureProtectedPayloadSize; /**< Cache the secure payload size so
OpenPOWER on IntegriCloud