summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-07-12 12:03:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-24 16:13:26 -0400
commit6e3fe0e8ca4c4ea96b219497a4ae41c3a5e51dbd (patch)
treec449505c4e5d0692180674cca1fb8161952a0466 /src/build/buildpnor
parentc0fe969256eb9509c184b2a2cdeba39c12ceaebb (diff)
downloadtalos-hostboot-6e3fe0e8ca4c4ea96b219497a4ae41c3a5e51dbd.tar.gz
talos-hostboot-6e3fe0e8ca4c4ea96b219497a4ae41c3a5e51dbd.zip
Remove SBEC pnor partition from p9 code
Change-Id: I13e79a6542353e42ac809cc60295947dfb1acb96 RTC: 163810 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43048 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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@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')
-rw-r--r--src/build/buildpnor/defaultPnorLayout.xml11
-rwxr-xr-xsrc/build/buildpnor/genPnorImages.pl2
-rw-r--r--src/build/buildpnor/pnorLayoutFSP.xml11
3 files changed, 0 insertions, 24 deletions
diff --git a/src/build/buildpnor/defaultPnorLayout.xml b/src/build/buildpnor/defaultPnorLayout.xml
index dd9c4ae7a..c1831b248 100644
--- a/src/build/buildpnor/defaultPnorLayout.xml
+++ b/src/build/buildpnor/defaultPnorLayout.xml
@@ -148,17 +148,6 @@ Layout Description
<side>sideless</side>
<ecc/>
</section>
- <!-- #@TODO RTC:163810 - Put this back later if needed
- <section>
- <description>Centaur SBE (576K)</description>
- <eyeCatch>SBEC</eyeCatch>
- <physicalOffset>0x83D000</physicalOffset>
- <physicalRegionSize>0x90000</physicalRegionSize>
- <sha512perEC/>
- <side>sideless</side>
- <ecc/>
- </section>
- -->
<section>
<description>SBE-IPL (Staging Area) (520K)</description>
<eyeCatch>SBE</eyeCatch>
diff --git a/src/build/buildpnor/genPnorImages.pl b/src/build/buildpnor/genPnorImages.pl
index 456656395..2b7b8c708 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -539,11 +539,9 @@ sub manipulateImages
# Sections that have secureboot support. Secureboot still must be
# enabled for secureboot actions on these partitions to occur.
- # @TODO securebootp9 re-enable with SBE/SBEC/PAYLOAD secureboot ports
my $isNormalSecure = ($eyeCatch eq "HBBL");
$isNormalSecure ||= ($eyeCatch eq "SBE");
$isNormalSecure ||= ($eyeCatch eq "HBRT");
- #$isNormalSecure ||= ($eyeCatch eq "SBEC");
$isNormalSecure ||= ($eyeCatch eq "PAYLOAD");
$isNormalSecure ||= ($eyeCatch eq "OCC");
$isNormalSecure ||= ($eyeCatch eq "CAPP");
diff --git a/src/build/buildpnor/pnorLayoutFSP.xml b/src/build/buildpnor/pnorLayoutFSP.xml
index 70f6ef2bc..0ce58ad67 100644
--- a/src/build/buildpnor/pnorLayoutFSP.xml
+++ b/src/build/buildpnor/pnorLayoutFSP.xml
@@ -148,17 +148,6 @@ Layout Description - Used when building an FSP driver
<side>sideless</side>
<ecc/>
</section>
- <!-- #@TODO RTC:163810 - Put this back later if needed
- <section>
- <description>Centaur SBE (576K)</description>
- <eyeCatch>SBEC</eyeCatch>
- <physicalOffset>0x83D000</physicalOffset>
- <physicalRegionSize>0x90000</physicalRegionSize>
- <sha512perEC/>
- <side>sideless</side>
- <ecc/>
- </section>
- -->
<section>
<description>SBE-IPL (Staging Area) (520K)</description>
<eyeCatch>SBE</eyeCatch>
OpenPOWER on IntegriCloud