summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-08-21 16:54:52 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-29 10:18:58 -0400
commitcd1d9e3aa3aca78d6b9d3bfce3f944a7be3918d0 (patch)
treeaa5adf9ba9dd75fed7373e1a95858251233ea98a /src/include
parent5ee8711939091cb92bc7637383eb31605b8195d5 (diff)
downloadtalos-hostboot-cd1d9e3aa3aca78d6b9d3bfce3f944a7be3918d0.tar.gz
talos-hostboot-cd1d9e3aa3aca78d6b9d3bfce3f944a7be3918d0.zip
Add HDAT Permissions type to Hostboot Reserved Memory Sections
Additionally pre-verified images are now marked read only Change-Id: Ieba7a4d3e787d155bb3217d52fd9f7cd6ea3dae2 RTC:178470 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44936 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/usr/hdat/hdat.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/usr/hdat/hdat.H b/src/include/usr/hdat/hdat.H
index bdbc7dbe7..2b4c35daa 100755
--- a/src/include/usr/hdat/hdat.H
+++ b/src/include/usr/hdat/hdat.H
@@ -227,6 +227,16 @@ enum hdatMsVpdRhbAddrRangeType : uint8_t
RHB_TYPE_INVALID = 0xFF
};
+/** @enum Permission Types for Reserved Hostboot Memory (RHB)
+ */
+enum hdatRhbPermType : uint8_t
+{
+ RHB_NONE = 0x00,
+ RHB_WRITE_ONLY = 0x80,
+ RHB_READ_ONLY = 0x40,
+ RHB_READ_WRITE = RHB_READ_ONLY | RHB_WRITE_ONLY,
+};
+
/* vpd constants
* Defining vpd constants
*/
OpenPOWER on IntegriCloud