summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/runtime/rt_pnor.H
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-09-18 10:25:22 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-20 18:03:22 -0400
commit4b2859591b45f9b83c6856c4d242e20fc236ebf0 (patch)
tree22d2aae4c0dc8d40f2d11a7238a9452426987c83 /src/usr/pnor/runtime/rt_pnor.H
parenta1f8b1f54e626cac01de5a9b3911fe72331a512c (diff)
downloadtalos-hostboot-4b2859591b45f9b83c6856c4d242e20fc236ebf0.tar.gz
talos-hostboot-4b2859591b45f9b83c6856c4d242e20fc236ebf0.zip
Fix getSectionInfo from failing on secure sections
Instead restrict actions if a secure section but let all other info to be obtained Change-Id: I4ae72157f8a956dfe2bccf9a88c8e6332fd3ff6a CQ: SW402304 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46341 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@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/usr/pnor/runtime/rt_pnor.H')
-rw-r--r--src/usr/pnor/runtime/rt_pnor.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/pnor/runtime/rt_pnor.H b/src/usr/pnor/runtime/rt_pnor.H
index 6af111995..b2433a19f 100644
--- a/src/usr/pnor/runtime/rt_pnor.H
+++ b/src/usr/pnor/runtime/rt_pnor.H
@@ -50,6 +50,8 @@ class RtPnor
*
* @param[in] i_section PNOR section
* @param[out] o_info Location and size information
+ * NOTE: vaddr is 0 if section is secure.
+ * It should be loaded from Hb resv memory
*
* @return errlHndl_t Error log if request was invalid
*/
OpenPOWER on IntegriCloud