summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/spnorrp.C
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-10-25 12:53:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-11-01 15:34:37 -0400
commit6e7098eba2f9e638731e7f20e64ff025dc0e9703 (patch)
treec2dcbbabe88b44ebf16adfcc39450021e4fbdaf7 /src/usr/pnor/spnorrp.C
parent08d89ba2b8784fc69abc051a1d905a770405b6b9 (diff)
downloadtalos-hostboot-6e7098eba2f9e638731e7f20e64ff025dc0e9703.tar.gz
talos-hostboot-6e7098eba2f9e638731e7f20e64ff025dc0e9703.zip
Add trace to indicate verify was called on a section
Want an easy way to tell if we are verifying a section when not in best effort mode. Change-Id: I159ff14b6437c56640e149abea7f9a0d1d90a550 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48826 Tested-by: Jenkins Server <pfd-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: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@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/usr/pnor/spnorrp.C')
-rw-r--r--src/usr/pnor/spnorrp.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/pnor/spnorrp.C b/src/usr/pnor/spnorrp.C
index c2a39e952..78453f59c 100644
--- a/src/usr/pnor/spnorrp.C
+++ b/src/usr/pnor/spnorrp.C
@@ -359,6 +359,11 @@ uint64_t SPnorRP::verifySections(SectionId i_id,
break;
}
}
+ else
+ {
+ TRACFCOMP(g_trac_pnor,"PNOR::verifySections> called on secure section %s",
+ PNOR::SectionIdToString(i_id));
+ }
l_info.vaddr -= PAGESIZE; // back up a page to expose the secure header
l_info.size += PAGESIZE; // add a page to size to account for the header
OpenPOWER on IntegriCloud