summaryrefslogtreecommitdiffstats
path: root/src/usr/util
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/util
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/util')
-rw-r--r--src/usr/util/runtime/utillidmgr_rt.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/util/runtime/utillidmgr_rt.C b/src/usr/util/runtime/utillidmgr_rt.C
index 721b8034a..f1cc8606a 100644
--- a/src/usr/util/runtime/utillidmgr_rt.C
+++ b/src/usr/util/runtime/utillidmgr_rt.C
@@ -154,6 +154,9 @@ errlHndl_t UtilLidMgr::loadLid()
{
UTIL_FT("UtilLidMgr::loadLid - resv mem section found");
// If section is secure, adjust size and buffer pointer
+ // TODO: RTC:180063 if getSectionInfo is modified to not support
+ // secure sections, then need a different
+ // method.
if(iv_lidPnorInfo.secure)
{
UTIL_FT("UtilLidMgr::loadLid - resv mem section is secure");
OpenPOWER on IntegriCloud