Skip to content

Commit

Permalink
Increasing MEMD section size
Browse files Browse the repository at this point in the history
Change-Id: I1b151aa0bd4fc386a4db076df2bea80b2aba74e9
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46976
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
e-liner authored and dcrowell77 committed Oct 3, 2017
1 parent 4ee7410 commit 5ae9e8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/build/buildpnor/defaultPnorLayout.xml
Expand Up @@ -269,10 +269,10 @@ Layout Description
<ecc/>
</section>
<section>
<description>Memory Data (24K)</description>
<description>Memory Data (128K)</description>
<eyeCatch>MEMD</eyeCatch>
<physicalOffset>0x39BB000</physicalOffset>
<physicalRegionSize>0x6000</physicalRegionSize>
<physicalRegionSize>0x20000</physicalRegionSize>
<side>sideless</side>
<sha512Version/>
<ecc/>
Expand Down
4 changes: 2 additions & 2 deletions src/build/buildpnor/pnorLayoutFSP.xml
Expand Up @@ -231,10 +231,10 @@ Layout Description - Used when building an FSP driver
<ecc/>
</section>
<section>
<description>Memory Data (24K)</description>
<description>Memory Data (128K)</description>
<eyeCatch>MEMD</eyeCatch>
<physicalOffset>0x2446000</physicalOffset>
<physicalRegionSize>0x6000</physicalRegionSize>
<physicalRegionSize>0x20000</physicalRegionSize>
<side>sideless</side>
<sha512Version/>
<ecc/>
Expand Down

0 comments on commit 5ae9e8b

Please sign in to comment.