summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml20
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml6
2 files changed, 24 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
index 45752794..31abc670 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER sbe Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2019 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -3314,4 +3314,22 @@
<mssAccessorName>wr_vref_offset</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_SBE_NVDIMM_IN_PORT</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>
+ A bitmap to indicate which ports under the processor have NVDIMM
+ plugged. This is needed to support SBE to trigger CSAVE during
+ controlled shutdown, warm reboot, and MPIPL.
+ For example, 0b11000000 indicates port 0 and 1 contain NVDIMMs.
+ creator: eff_confg
+ consumer: SBE
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <writeable/>
+ <enum> NO = 0, YES = 1 </enum>
+ <mssAccessorName>sbe_nvdimm_in_port</mssAccessorName>
+ </attribute>
+
</attributes>
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
index ccfd27ce..841b62b2 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER sbe Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2019 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -330,6 +330,10 @@
<name>ATTR_FUSED_CORE_MODE</name>
<value>0x0</value>
</entry>
+ <entry>
+ <name>ATTR_SBE_NVDIMM_IN_PORT</name>
+ <value>0x00</value>
+ </entry>
<!-- See chip_attributes.xml for a description of ATTR_EC -->
<entry>
OpenPOWER on IntegriCloud