Skip to content

Commit

Permalink
Fix HDAT PNOR Partition's Offset
Browse files Browse the repository at this point in the history
HDAT PNOR partition was overlapping with OCMBFW after the increase
of HBRT to 7MB. This commit correctly spaces the HDAT partition.

Change-Id: I1d7b1f07b39505fd9e360b0e4e1dfd16cda92eb1
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69153
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
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: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Ilya Smirnov authored and dcrowell77 committed Nov 28, 2018
1 parent db6829f commit 19a6643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/buildpnor/defaultPnorLayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Layout Description
<section>
<description>HDAT Data (16K)</description>
<eyeCatch>HDAT</eyeCatch>
<physicalOffset>0x3BD0000</physicalOffset>
<physicalOffset>0x3CD0000</physicalOffset>
<physicalRegionSize>0x4000</physicalRegionSize>
<side>sideless</side>
<sha512Version/>
Expand Down

0 comments on commit 19a6643

Please sign in to comment.