diff options
| author | Elizabeth Liner <eliner@us.ibm.com> | 2017-06-13 15:43:30 -0500 |
|---|---|---|
| committer | Elizabeth Liner <eliner@us.ibm.com> | 2017-08-07 23:32:31 -0500 |
| commit | aebfb7b44b5f0f1e4b4499b87af064d254ce6cf4 (patch) | |
| tree | 2cd2ac44ea8a0b7347010297620985c65dc98160 /p9Layouts | |
| parent | 7dd93556bcefdb96483e413bbd650e3929db2769 (diff) | |
| download | pnor-aebfb7b44b5f0f1e4b4499b87af064d254ce6cf4.tar.gz pnor-aebfb7b44b5f0f1e4b4499b87af064d254ce6cf4.zip | |
Adding base support for the new MEMD pnor section
This commit adds support for a separate version of the MEMD
VPD. In the PNOR, we will have a new optional section that
will contain multiple versions of the MEMD VPD.
Diffstat (limited to 'p9Layouts')
| -rw-r--r-- | p9Layouts/defaultPnorLayout_128.xml | 8 | ||||
| -rw-r--r-- | p9Layouts/defaultPnorLayout_32.xml | 8 | ||||
| -rw-r--r-- | p9Layouts/defaultPnorLayout_64.xml | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/p9Layouts/defaultPnorLayout_128.xml b/p9Layouts/defaultPnorLayout_128.xml index a155c1b..15a0fba 100644 --- a/p9Layouts/defaultPnorLayout_128.xml +++ b/p9Layouts/defaultPnorLayout_128.xml @@ -309,4 +309,12 @@ Layout Description <ecc/> <volatile/> </section> + <section> + <description>MEMD extra data (24K)</description> + <eyeCatch>MEMD</eyeCatch> + <physicalOffset>0x2B73000</physicalOffset> + <physicalRegionSize>0x6000</physicalRegionSize> + <side>A</side> + <ecc/> + </section> </pnor> diff --git a/p9Layouts/defaultPnorLayout_32.xml b/p9Layouts/defaultPnorLayout_32.xml index 5d2ce2d..899e965 100644 --- a/p9Layouts/defaultPnorLayout_32.xml +++ b/p9Layouts/defaultPnorLayout_32.xml @@ -310,4 +310,12 @@ Layout Description <ecc/> <volatile/> </section> + <section> + <description>MEMD extra data (24K)</description> + <eyeCatch>MEMD</eyeCatch> + <physicalOffset>0x2B03000</physicalOffset> + <physicalRegionSize>0x6000</physicalRegionSize> + <side>A</side> + <ecc/> + </section> </pnor> diff --git a/p9Layouts/defaultPnorLayout_64.xml b/p9Layouts/defaultPnorLayout_64.xml index f474746..a10ef4b 100644 --- a/p9Layouts/defaultPnorLayout_64.xml +++ b/p9Layouts/defaultPnorLayout_64.xml @@ -310,4 +310,12 @@ Layout Description <ecc/> <volatile/> </section> + <section> + <description>MEMD extra data (24K)</description> + <eyeCatch>MEMD</eyeCatch> + <physicalOffset>0x2B73000</physicalOffset> + <physicalRegionSize>0x6000</physicalRegionSize> + <side>A</side> + <ecc/> + </section> </pnor> |

