summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-03-25 14:48:09 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-03-25 14:48:09 -0500
commitb5e98a6972494b80eb4f189af61b7073c79f85bc (patch)
treeea97063884d8e3cb885c437ffbcab7db7fbe3333
parent2a8c5ded8cbe4e0ba86c9149f757c6f4a597b4f1 (diff)
downloadpnor-b5e98a6972494b80eb4f189af61b7073c79f85bc.tar.gz
pnor-b5e98a6972494b80eb4f189af61b7073c79f85bc.zip
Align boot kernel firmware partition with erase block
This allows Linux to expose the MTD partition as read/write
-rw-r--r--p9Layouts/defaultPnorLayout_128.xml2
-rw-r--r--p9Layouts/defaultPnorLayout_64.xml18
2 files changed, 10 insertions, 10 deletions
diff --git a/p9Layouts/defaultPnorLayout_128.xml b/p9Layouts/defaultPnorLayout_128.xml
index 4cde07a..275444b 100644
--- a/p9Layouts/defaultPnorLayout_128.xml
+++ b/p9Layouts/defaultPnorLayout_128.xml
@@ -362,7 +362,7 @@ Layout Description
<section>
<description>Boot kernel firmware data (3MB)</description>
<eyeCatch>BOOTKERNFW</eyeCatch>
- <physicalOffset>0x3706000</physicalOffset>
+ <physicalOffset>0x3710000</physicalOffset>
<physicalRegionSize>0x300000</physicalRegionSize>
<side>sideless</side>
<preserved/>
diff --git a/p9Layouts/defaultPnorLayout_64.xml b/p9Layouts/defaultPnorLayout_64.xml
index 977b474..ef15121 100644
--- a/p9Layouts/defaultPnorLayout_64.xml
+++ b/p9Layouts/defaultPnorLayout_64.xml
@@ -367,21 +367,21 @@ Layout Description
<ecc/>
</section>
<section>
- <description>Boot kernel firmware data (3MB)</description>
- <eyeCatch>BOOTKERNFW</eyeCatch>
- <physicalOffset>0x3706000</physicalOffset>
- <physicalRegionSize>0x300000</physicalRegionSize>
- <side>sideless</side>
- <preserved/>
- </section>
- <section>
<description>HDAT binary data (16KB)</description>
<eyeCatch>HDAT</eyeCatch>
- <physicalOffset>0x3A06000</physicalOffset>
+ <physicalOffset>0x3706000</physicalOffset>
<physicalRegionSize>0x8000</physicalRegionSize>
<side>sideless</side>
<sha512Version/>
<readOnly/>
<ecc/>
</section>
+ <section>
+ <description>Boot kernel firmware data (3MB)</description>
+ <eyeCatch>BOOTKERNFW</eyeCatch>
+ <physicalOffset>0x3710000</physicalOffset>
+ <physicalRegionSize>0x300000</physicalRegionSize>
+ <side>sideless</side>
+ <preserved/>
+ </section>
</pnor>
OpenPOWER on IntegriCloud