Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions p9Layouts/defaultPnorLayout_128.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
-->

Expand Down Expand Up @@ -155,6 +156,7 @@ Layout Description
<physicalRegionSize>0x100000</physicalRegionSize>
<side>A</side>
<sha512Version/>
<readOnly/>
<ecc/>
</section>
<section>
Expand All @@ -173,6 +175,7 @@ Layout Description
<physicalRegionSize>0xEA0000</physicalRegionSize>
<side>A</side>
<sha512Version/>
<readOnly/>
<ecc/>
</section>
<section>
Expand Down
7 changes: 5 additions & 2 deletions p9Layouts/defaultPnorLayout_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
-->

Expand Down Expand Up @@ -155,6 +156,7 @@ Layout Description
<physicalRegionSize>0x100000</physicalRegionSize>
<side>A</side>
<sha512Version/>
<readOnly/>
<ecc/>
</section>
<section>
Expand All @@ -173,6 +175,7 @@ Layout Description
<physicalRegionSize>0xEA0000</physicalRegionSize>
<side>A</side>
<sha512Version/>
<readOnly/>
<ecc/>
</section>
<section>
Expand All @@ -199,7 +202,7 @@ Layout Description
<section>
<description>Hostboot Runtime Services for Sapphire (4.5MB)</description>
<eyeCatch>HBRT</eyeCatch>
<physicalOffset>0x1381000</physicalOffset>
<physicalOffset>0x14A1000</physicalOffset>
<physicalRegionSize>0x480000</physicalRegionSize>
<side>A</side>
<sha512Version/>
Expand Down Expand Up @@ -303,7 +306,7 @@ Layout Description
<section>
<description>IMA Catalog (256K)</description>
<eyeCatch>IMA_CATALOG</eyeCatch>
<physicalOffset>0x2A88000</physicalOffset>
<physicalOffset>0x2A89000</physicalOffset>
<physicalRegionSize>0x40000</physicalRegionSize>
<side>A</side>
<sha512Version/>
Expand Down