summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-03-18 14:24:41 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-03-18 14:24:41 -0500
commit28a5755e9b60efe678e055992ec881e36b218850 (patch)
tree527dc6720b57dff459a5885e9b5eef5c986fc1a3
parent43c04b16746effcb237933f53050fe66636909a6 (diff)
downloadpnor-28a5755e9b60efe678e055992ec881e36b218850.tar.gz
pnor-28a5755e9b60efe678e055992ec881e36b218850.zip
Add boot kernel firmware data partition
-rw-r--r--p9Layouts/defaultPnorLayout_128.xml9
-rw-r--r--p9Layouts/defaultPnorLayout_64.xml11
2 files changed, 19 insertions, 1 deletions
diff --git a/p9Layouts/defaultPnorLayout_128.xml b/p9Layouts/defaultPnorLayout_128.xml
index 826e61c..c20d2d6 100644
--- a/p9Layouts/defaultPnorLayout_128.xml
+++ b/p9Layouts/defaultPnorLayout_128.xml
@@ -359,4 +359,13 @@ Layout Description
<readOnly/>
<ecc/>
</section>
+ <section>
+ <description>Boot kernel firmware data (3MB)</description>
+ <eyeCatch>BOOTKERNFW</eyeCatch>
+ <physicalOffset>0x3706000</physicalOffset>
+ <physicalRegionSize>0x300000</physicalRegionSize>
+ <side>A</side>
+ <ecc/>
+ <clearOnEccErr/>
+ </section>
</pnor>
diff --git a/p9Layouts/defaultPnorLayout_64.xml b/p9Layouts/defaultPnorLayout_64.xml
index a5d840a..2e13b74 100644
--- a/p9Layouts/defaultPnorLayout_64.xml
+++ b/p9Layouts/defaultPnorLayout_64.xml
@@ -367,9 +367,18 @@ Layout Description
<ecc/>
</section>
<section>
+ <description>Boot kernel firmware data (3MB)</description>
+ <eyeCatch>BOOTKERNFW</eyeCatch>
+ <physicalOffset>0x3706000</physicalOffset>
+ <physicalRegionSize>0x300000</physicalRegionSize>
+ <side>A</side>
+ <ecc/>
+ <clearOnEccErr/>
+ </section>
+ <section>
<description>HDAT binary data (16KB)</description>
<eyeCatch>HDAT</eyeCatch>
- <physicalOffset>0x3706000</physicalOffset>
+ <physicalOffset>0x3A06000</physicalOffset>
<physicalRegionSize>0x8000</physicalRegionSize>
<side>sideless</side>
<sha512Version/>
OpenPOWER on IntegriCloud