summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/build/buildpnor/pnorLayoutFake.xml6
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/build/buildpnor/pnorLayoutFake.xml b/src/build/buildpnor/pnorLayoutFake.xml
index 485023a64..402e81cc8 100644
--- a/src/build/buildpnor/pnorLayoutFake.xml
+++ b/src/build/buildpnor/pnorLayoutFake.xml
@@ -118,17 +118,17 @@ Layout Description
</section>
<section>
<!-- NOTE: smaller than official layout for fake-PNOR -->
- <description>Attribute Data (128k)</description>
+ <description>Attribute Data (160k)</description>
<eyeCatch>HBD</eyeCatch>
<physicalOffset>0xCA000</physicalOffset>
- <physicalRegionSize>0x20000</physicalRegionSize>
+ <physicalRegionSize>0x28000</physicalRegionSize>
<side>sideless</side>
</section>
<section>
<!-- NOTE: smaller than official layout for fake-PNOR -->
<description>Hostboot Extended image (3MB)</description>
<eyeCatch>HBI</eyeCatch>
- <physicalOffset>0xEA000</physicalOffset>
+ <physicalOffset>0xF2000</physicalOffset>
<physicalRegionSize>0x500000</physicalRegionSize>
<side>sideless</side>
</section>
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index d003c8ac2..951fe4113 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -293,7 +293,7 @@ inject_ecc: build_sbe_partitions
dd if=${${NIMBUS_TARG_IMG}:P} of=${TEMP_IMG} ibs=1024k conv=sync; \
ecc --inject ${TEMP_IMG} --output ${NIMBUS_TARG_IMG_ECC} --p8; \
#for NIMBUS fake pnor skip version header
- dd if=${${NIMBUS_VPO_TARG_IMG}:P} of=${NIMBUS_TARG_IMG_FAKE} ibs=4k count=32 skip=1 conv=sync; \
+ dd if=${${NIMBUS_VPO_TARG_IMG}:P} of=${NIMBUS_TARG_IMG_FAKE} ibs=4k count=40 skip=1 conv=sync; \
# SBE partition
dd if=${${NIMBUS_SBE_IMG}:P} of=${TEMP_IMG} ibs=256k conv=sync; \
ecc --inject ${TEMP_IMG} --output ${NIMBUS_SBE_IMG_ECC} --p8; \
OpenPOWER on IntegriCloud