summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/defaultPnorLayout.xml
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2018-02-12 15:54:24 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-16 22:39:12 -0500
commit94d559d6c39a9060bee1d114fa5436df5756628f (patch)
tree216a8e0010758805505725c38f1d4d0182db9438 /src/build/buildpnor/defaultPnorLayout.xml
parentc93bef31ae6ce781f9e0a11bb9224b6728ff120f (diff)
downloadtalos-hostboot-94d559d6c39a9060bee1d114fa5436df5756628f.tar.gz
talos-hostboot-94d559d6c39a9060bee1d114fa5436df5756628f.zip
Add SECBOOT Partition Back to PNOR
Add SECBOOT partition back to the bottom of PNOR. The partition is the copy of that in Witherspoon xml. Change-Id: Iaa12f5457b7839d10ffde42909678d6b627d8830 RTC: 170687 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53898 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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/buildpnor/defaultPnorLayout.xml')
-rw-r--r--src/build/buildpnor/defaultPnorLayout.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/build/buildpnor/defaultPnorLayout.xml b/src/build/buildpnor/defaultPnorLayout.xml
index 54eb44af9..97ea0e40b 100644
--- a/src/build/buildpnor/defaultPnorLayout.xml
+++ b/src/build/buildpnor/defaultPnorLayout.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2012,2017 -->
+<!-- Contributors Listed Below - COPYRIGHT 2012,2018 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -297,4 +297,13 @@ Layout Description
<side>sideless</side>
<ecc/>
</section>
+ <section>
+ <description>Secure Boot (144K)</description>
+ <eyeCatch>SECBOOT</eyeCatch>
+ <physicalOffset>0x3B61000</physicalOffset>
+ <physicalRegionSize>0x24000</physicalRegionSize>
+ <side>sideless</side>
+ <ecc/>
+ <preserved/>
+ </section>
</pnor>
OpenPOWER on IntegriCloud