summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/defaultPnorLayout.xml
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2017-11-09 14:07:45 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-11-15 15:12:28 -0500
commiteaf4ca605f7b0e23fe72188b3e2f30aa9879d41c (patch)
tree4c1b59cf3f0f347871c711505e47fb7f8bdabfa2 /src/build/buildpnor/defaultPnorLayout.xml
parent27fe0afaf8f13c2636fc33535a56e5912dc8e12c (diff)
downloadtalos-hostboot-eaf4ca605f7b0e23fe72188b3e2f30aa9879d41c.tar.gz
talos-hostboot-eaf4ca605f7b0e23fe72188b3e2f30aa9879d41c.zip
Create new test only PNOR section to test secure Load/Unloads
Created a test PNOR section called TESTLOAD that only exists in standalone solely for the purpose of testing loadSecureSection and unloadSecureSection functions of secure boot. Change-Id: I8d397f96c9199b46a20dae0263822eaf3766f83f RTC:181598 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49501 Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> 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: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build/buildpnor/defaultPnorLayout.xml')
-rw-r--r--src/build/buildpnor/defaultPnorLayout.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/build/buildpnor/defaultPnorLayout.xml b/src/build/buildpnor/defaultPnorLayout.xml
index 85db37ae0..6c2357b7e 100644
--- a/src/build/buildpnor/defaultPnorLayout.xml
+++ b/src/build/buildpnor/defaultPnorLayout.xml
@@ -279,4 +279,13 @@ Layout Description
<sha512Version/>
<ecc/>
</section>
+ <section>
+ <description>Secureboot Test Load (12K)</description>
+ <eyeCatch>TESTLOAD</eyeCatch>
+ <physicalOffset>0x39DB000</physicalOffset>
+ <physicalRegionSize>0x3000</physicalRegionSize>
+ <side>sideless</side>
+ <sha512Version/>
+ <ecc/>
+ </section>
</pnor>
OpenPOWER on IntegriCloud