summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-03-21 10:28:06 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-03-21 10:28:06 -0500
commit2a8c5ded8cbe4e0ba86c9149f757c6f4a597b4f1 (patch)
treedd0fb5b502c052fb3cf1bd2ac3853bb6938116f6
parent28a5755e9b60efe678e055992ec881e36b218850 (diff)
downloadpnor-2a8c5ded8cbe4e0ba86c9149f757c6f4a597b4f1.tar.gz
pnor-2a8c5ded8cbe4e0ba86c9149f757c6f4a597b4f1.zip
Mark boot kernel firmware partition sideless and non-ECC protected, as JFFS2 will handle ECC protection as needed
-rw-r--r--p9Layouts/defaultPnorLayout_128.xml5
-rw-r--r--p9Layouts/defaultPnorLayout_64.xml5
2 files changed, 4 insertions, 6 deletions
diff --git a/p9Layouts/defaultPnorLayout_128.xml b/p9Layouts/defaultPnorLayout_128.xml
index c20d2d6..4cde07a 100644
--- a/p9Layouts/defaultPnorLayout_128.xml
+++ b/p9Layouts/defaultPnorLayout_128.xml
@@ -364,8 +364,7 @@ Layout Description
<eyeCatch>BOOTKERNFW</eyeCatch>
<physicalOffset>0x3706000</physicalOffset>
<physicalRegionSize>0x300000</physicalRegionSize>
- <side>A</side>
- <ecc/>
- <clearOnEccErr/>
+ <side>sideless</side>
+ <preserved/>
</section>
</pnor>
diff --git a/p9Layouts/defaultPnorLayout_64.xml b/p9Layouts/defaultPnorLayout_64.xml
index 2e13b74..977b474 100644
--- a/p9Layouts/defaultPnorLayout_64.xml
+++ b/p9Layouts/defaultPnorLayout_64.xml
@@ -371,9 +371,8 @@ Layout Description
<eyeCatch>BOOTKERNFW</eyeCatch>
<physicalOffset>0x3706000</physicalOffset>
<physicalRegionSize>0x300000</physicalRegionSize>
- <side>A</side>
- <ecc/>
- <clearOnEccErr/>
+ <side>sideless</side>
+ <preserved/>
</section>
<section>
<description>HDAT binary data (16KB)</description>
OpenPOWER on IntegriCloud