summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2018-04-26 11:26:57 -0500
committerCorey Swenson <cswenson@us.ibm.com>2018-04-26 11:28:49 -0500
commit641bb284dd3e1f7a8ad449540983a40cb9614412 (patch)
tree194fc803216e599d95bc848ae936635f0880cf72
parent864bec404e8d5a5ee19e3d5478b290cdf6ef7cab (diff)
downloadpnor-641bb284dd3e1f7a8ad449540983a40cb9614412.tar.gz
pnor-641bb284dd3e1f7a8ad449540983a40cb9614412.zip
Make VPD sections preserved
Signed-off-by: Corey Swenson <cswenson@us.ibm.com>
-rw-r--r--p9Layouts/defaultPnorLayout_128.xml5
-rw-r--r--p9Layouts/defaultPnorLayout_64.xml3
2 files changed, 7 insertions, 1 deletions
diff --git a/p9Layouts/defaultPnorLayout_128.xml b/p9Layouts/defaultPnorLayout_128.xml
index f60982b..4ceef01 100644
--- a/p9Layouts/defaultPnorLayout_128.xml
+++ b/p9Layouts/defaultPnorLayout_128.xml
@@ -58,7 +58,7 @@ Layout Description
<sha512perEC/> -> Indicates SHA512 is used to indicate version for each
EC-specific image within the Partition.
<preserved/> -> Indicates Partition is preserved across code updates.
- <volatile/> -> Indicates Partition is not preserved across power offs,
+ <volatile/> -> Indicates Partition is not preserved across power offs,
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
@@ -123,6 +123,7 @@ Layout Description
<physicalRegionSize>0x48000</physicalRegionSize>
<side>A</side>
<ecc/>
+ <preserved/>
<reprovision/>
<clearOnEccErr/>
</section>
@@ -134,6 +135,7 @@ Layout Description
<physicalRegionSize>0x90000</physicalRegionSize>
<side>A</side>
<ecc/>
+ <preserved/>
<reprovision/>
<clearOnEccErr/>
</section>
@@ -145,6 +147,7 @@ Layout Description
<physicalRegionSize>0x48000</physicalRegionSize>
<side>A</side>
<ecc/>
+ <preserved/>
<reprovision/>
<clearOnEccErr/>
</section>
diff --git a/p9Layouts/defaultPnorLayout_64.xml b/p9Layouts/defaultPnorLayout_64.xml
index a39d550..666b4d8 100644
--- a/p9Layouts/defaultPnorLayout_64.xml
+++ b/p9Layouts/defaultPnorLayout_64.xml
@@ -123,6 +123,7 @@ Layout Description
<physicalRegionSize>0x48000</physicalRegionSize>
<side>A</side>
<ecc/>
+ <preserved/>
<reprovision/>
<clearOnEccErr/>
</section>
@@ -134,6 +135,7 @@ Layout Description
<physicalRegionSize>0x90000</physicalRegionSize>
<side>A</side>
<ecc/>
+ <preserved/>
<reprovision/>
<clearOnEccErr/>
</section>
@@ -145,6 +147,7 @@ Layout Description
<physicalRegionSize>0x48000</physicalRegionSize>
<side>A</side>
<ecc/>
+ <preserved/>
<reprovision/>
<clearOnEccErr/>
</section>
OpenPOWER on IntegriCloud