summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/defaultPnorLayout.xml
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-01-30 08:14:05 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-16 17:30:14 -0500
commitd1d4d9e33123447b50eab30609fde0497e99e4a3 (patch)
treef64f67a23ede53394d35539187943c577ae5c4b7 /src/build/buildpnor/defaultPnorLayout.xml
parent57d244f433c978a8eb831f9cef5acc70ad1ac8e6 (diff)
downloadtalos-hostboot-d1d4d9e33123447b50eab30609fde0497e99e4a3.tar.gz
talos-hostboot-d1d4d9e33123447b50eab30609fde0497e99e4a3.zip
Add WOFDATA to PNOR
The WOFDATA partition will contain the VFRT data that is used for the WOF algorithm. The data is system-specific but was split out from the MRW due to its extreme size. Change-Id: I73a062038897987d6a989c77d6163db058cb8dc0 RTC: 167303 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35651 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@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> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/buildpnor/defaultPnorLayout.xml')
-rw-r--r--src/build/buildpnor/defaultPnorLayout.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/build/buildpnor/defaultPnorLayout.xml b/src/build/buildpnor/defaultPnorLayout.xml
index 4b4f994dc..eb592147b 100644
--- a/src/build/buildpnor/defaultPnorLayout.xml
+++ b/src/build/buildpnor/defaultPnorLayout.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2012,2016 -->
+<!-- Contributors Listed Below - COPYRIGHT 2012,2017 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -254,4 +254,14 @@ Layout Description
<side>sideless</side>
<ecc/>
</section>
+ <section>
+ <description>VFRT data for WOF (3MB)</description>
+ <!-- We need 266KB per module sort, going to support
+ 10 sorts by default, plus ECC -->
+ <eyeCatch>WOFDATA</eyeCatch>
+ <physicalOffset>0x2BF3000</physicalOffset>
+ <physicalRegionSize>0x300000</physicalRegionSize>
+ <side>sideless</side>
+ <ecc/>
+ </section>
</pnor>
OpenPOWER on IntegriCloud