summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/defaultPnorLayout.xml
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-06-30 09:14:52 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-30 14:34:24 -0400
commitb40578a75485d9b1a3819abec529ab8bbb70ba0e (patch)
treef14c50e9d488b096317b03aa7fdaac5b26fe39f9 /src/build/buildpnor/defaultPnorLayout.xml
parentab8b3a8165a5e986d62421748297b22addb1f5c0 (diff)
downloadtalos-hostboot-b40578a75485d9b1a3819abec529ab8bbb70ba0e.tar.gz
talos-hostboot-b40578a75485d9b1a3819abec529ab8bbb70ba0e.zip
Increase size of HBI partition
Stole space from SBEC to add to HBI to account for our increased usage. This change is temporary until we get our new larger PNOR layout defined. Change-Id: Ie836a905262da8fda5cc7f82733c12f3ba4b3322 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26458 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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/build/buildpnor/defaultPnorLayout.xml')
-rw-r--r--src/build/buildpnor/defaultPnorLayout.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/build/buildpnor/defaultPnorLayout.xml b/src/build/buildpnor/defaultPnorLayout.xml
index eb992ff34..3d0eaecd4 100644
--- a/src/build/buildpnor/defaultPnorLayout.xml
+++ b/src/build/buildpnor/defaultPnorLayout.xml
@@ -129,14 +129,15 @@ Layout Description
<ecc/>
</section>
<section>
- <description>Hostboot Extended image (5.625MB)</description>
+ <description>Hostboot Extended image (5.5MB w/o ECC)</description>
<eyeCatch>HBI</eyeCatch>
<physicalOffset>0x29D000</physicalOffset>
- <physicalRegionSize>0x5A0000</physicalRegionSize>
+ <physicalRegionSize>0x630000</physicalRegionSize>
<sha512Version/>
<side>sideless</side>
<ecc/>
</section>
+ <!-- @fixme - Put this back later (RTC:154286)
<section>
<description>Centaur SBE (576K)</description>
<eyeCatch>SBEC</eyeCatch>
@@ -146,6 +147,7 @@ Layout Description
<side>sideless</side>
<ecc/>
</section>
+ -->
<section>
<description>SBE-IPL (Staging Area) (288K)</description>
<eyeCatch>SBE</eyeCatch>
OpenPOWER on IntegriCloud