summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2012-07-19 09:19:39 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-07-28 13:07:06 -0500
commit1997c5a89c4936d6c51e04f661271fb7ec207edc (patch)
treee5f861f479571dee37d3a427cc50fc4aa5e8c028 /src/build/buildpnor
parenta734a78705f58ae45876a2c25e7e2c8e497d42a0 (diff)
downloadtalos-hostboot-1997c5a89c4936d6c51e04f661271fb7ec207edc.tar.gz
talos-hostboot-1997c5a89c4936d6c51e04f661271fb7ec207edc.zip
Rearrange VBU PNOR layout
We ran out of space in the extended image partition of PNOR so I'm moving things around to squeeze out a little more space. I also stole some space from the Attribute partition since the Attribute data is very small for the VBU config. Change-Id: Ied81c02f6670593b1049ddd91c580b6a1a4d9b9c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1403 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/buildpnor')
-rw-r--r--src/build/buildpnor/pnorLayoutVpo.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/build/buildpnor/pnorLayoutVpo.xml b/src/build/buildpnor/pnorLayoutVpo.xml
index d6adc9289..3777179a3 100644
--- a/src/build/buildpnor/pnorLayoutVpo.xml
+++ b/src/build/buildpnor/pnorLayoutVpo.xml
@@ -36,24 +36,15 @@
<sideless>no</sideless>
</section>
<section>
- <description>Hostboot Extended image (2MB)</description>
+ <description>Hostboot Extended image (2.5MB)</description>
<eyeCatch>HBI</eyeCatch>
<physicalOffset>0x1000</physicalOffset>
- <physicalRegionSize>0x200000</physicalRegionSize>
+ <physicalRegionSize>0x280000</physicalRegionSize>
<ecc>no</ecc>
<source>File</source>
<sideless>no</sideless>
</section>
<section>
- <description>Attribute Data (512K)</description>
- <eyeCatch>HBD</eyeCatch>
- <physicalOffset>0x201000</physicalOffset>
- <physicalRegionSize>0x80000</physicalRegionSize>
- <ecc>no</ecc>
- <source>File</source>
- <sideless>no</sideless>
- </section>
- <section>
<description>Module VPD</description>
<eyeCatch>MVPD</eyeCatch>
<physicalOffset>0x281000</physicalOffset>
@@ -73,4 +64,13 @@
<source>Blank</source>
<sideless>yes</sideless>
</section>
+ <section>
+ <description>Attribute Data (256K)</description>
+ <eyeCatch>HBD</eyeCatch>
+ <physicalOffset>0x341000</physicalOffset>
+ <physicalRegionSize>0x40000</physicalRegionSize>
+ <ecc>no</ecc>
+ <source>File</source>
+ <sideless>no</sideless>
+ </section>
</pnor>
OpenPOWER on IntegriCloud