diff options
author | Ilya Smirnov <ismirno@us.ibm.com> | 2018-02-12 15:54:24 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-02-16 22:39:12 -0500 |
commit | 94d559d6c39a9060bee1d114fa5436df5756628f (patch) | |
tree | 216a8e0010758805505725c38f1d4d0182db9438 /src | |
parent | c93bef31ae6ce781f9e0a11bb9224b6728ff120f (diff) | |
download | talos-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')
-rw-r--r-- | src/build/buildpnor/defaultPnorLayout.xml | 11 | ||||
-rw-r--r-- | src/build/buildpnor/pnorLayoutFSP.xml | 11 |
2 files changed, 20 insertions, 2 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> diff --git a/src/build/buildpnor/pnorLayoutFSP.xml b/src/build/buildpnor/pnorLayoutFSP.xml index 7ed111e36..faf5e4972 100644 --- a/src/build/buildpnor/pnorLayoutFSP.xml +++ b/src/build/buildpnor/pnorLayoutFSP.xml @@ -5,7 +5,7 @@ <!-- --> <!-- OpenPOWER HostBoot Project --> <!-- --> -<!-- Contributors Listed Below - COPYRIGHT 2016,2017 --> +<!-- Contributors Listed Below - COPYRIGHT 2016,2018 --> <!-- [+] International Business Machines Corp. --> <!-- --> <!-- --> @@ -250,4 +250,13 @@ Layout Description - Used when building an FSP driver <side>sideless</side> <ecc/> </section> + <section> + <description>Secure Boot (144K)</description> + <eyeCatch>SECBOOT</eyeCatch> + <physicalOffset>0x2469000</physicalOffset> + <physicalRegionSize>0x24000</physicalRegionSize> + <side>sideless</side> + <ecc/> + <preserved/> + </section> </pnor> |