summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Hoffa <wihoffa@gmail.com>2018-09-13 11:05:48 -0500
committerGitHub <noreply@github.com>2018-09-13 11:05:48 -0500
commit491ac2632f951ba77e2220ed87b8002b01ed6fae (patch)
tree201c225933411e688062e50252fa26c9145f7e74
parentf6d970c6a600a7e248fa5d604eb471db4482760b (diff)
parent52d2e193a903ed2615897970159805240245eabf (diff)
downloadpnor-491ac2632f951ba77e2220ed87b8002b01ed6fae.tar.gz
pnor-491ac2632f951ba77e2220ed87b8002b01ed6fae.zip
Merge pull request #102 from popfuture/hbreadonly
Make HBB and HBI partitions readOnly
-rw-r--r--p9Layouts/defaultPnorLayout_128.xml3
-rw-r--r--p9Layouts/defaultPnorLayout_64.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/p9Layouts/defaultPnorLayout_128.xml b/p9Layouts/defaultPnorLayout_128.xml
index 4ceef01..8cea551 100644
--- a/p9Layouts/defaultPnorLayout_128.xml
+++ b/p9Layouts/defaultPnorLayout_128.xml
@@ -62,6 +62,7 @@ Layout Description
but is across reboots. BMC will clear on power off/on
<clearOnEccErr/>-> Indication that if an ECC error is comsumed on this partition,
clear (write 0xFF with good ECC) to the partition to recover
+ <readOnly/> -> Indicates that the partition will be marked read only.
</section>
-->
@@ -158,6 +159,7 @@ Layout Description
<physicalRegionSize>0x100000</physicalRegionSize>
<side>A</side>
<sha512Version/>
+ <readOnly/>
<ecc/>
</section>
<section>
@@ -176,6 +178,7 @@ Layout Description
<physicalRegionSize>0xEA0000</physicalRegionSize>
<side>A</side>
<sha512Version/>
+ <readOnly/>
<ecc/>
</section>
<section>
diff --git a/p9Layouts/defaultPnorLayout_64.xml b/p9Layouts/defaultPnorLayout_64.xml
index 666b4d8..add5ea0 100644
--- a/p9Layouts/defaultPnorLayout_64.xml
+++ b/p9Layouts/defaultPnorLayout_64.xml
@@ -62,6 +62,7 @@ Layout Description
but is across reboots. BMC will clear on power off/on
<clearOnEccErr/>-> Indication that if an ECC error is comsumed on this partition,
clear (write 0xFF with good ECC) to the partition to recover
+ <readOnly/> -> Indicates that the partition will be marked read only.
</section>
-->
@@ -158,6 +159,7 @@ Layout Description
<physicalRegionSize>0x100000</physicalRegionSize>
<side>A</side>
<sha512Version/>
+ <readOnly/>
<ecc/>
</section>
<section>
@@ -176,6 +178,7 @@ Layout Description
<physicalRegionSize>0xEA0000</physicalRegionSize>
<side>A</side>
<sha512Version/>
+ <readOnly/>
<ecc/>
</section>
<section>
OpenPOWER on IntegriCloud