summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSangeetha T S <sangeet2@in.ibm.com>2016-03-18 10:25:35 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-18 18:14:02 -0400
commita577c58abdd850bcf9884075e5225bdae2cce381 (patch)
tree800482b584e312455af5e3a9ff8a24758d509e0e
parente2086d84638e3e89d4df7e751945f52411a029fc (diff)
downloadtalos-hostboot-a577c58abdd850bcf9884075e5225bdae2cce381.tar.gz
talos-hostboot-a577c58abdd850bcf9884075e5225bdae2cce381.zip
p9_pm_corequad_init: Level 2 - Fapi 1.0 to Fapi 2.0 transliteration
Change-Id: I779ac5c24decb6121ce8a4e7a46ea657d0cbf3d7 RTC: 148006 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22233 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22235 Tested-by: FSP CI Jenkins
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml37
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml23
2 files changed, 52 insertions, 8 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
index ced35f1ce..2d8547aee 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
@@ -33,7 +33,7 @@
</description>
<valueType>uint32</valueType>
</attribute>
- <!-- ********************************************************************* -->
+ <!-- ********************************************************************* -->
<attribute>
<id>ATTR_PSTATEGPE_BOOT_COPIER_IVPR_OFFSET</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
@@ -78,4 +78,39 @@
<writeable/>
</attribute>
<!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_QUAD_PPM_ERRMASK</id>
+ <targetType>TARGET_TYPE_EQ</targetType>
+ <description>The error mask value that has to be restored to the PPM
+ ERRMASK register for the Quad. This value will be stored during the
+ reset phase when the ERRMASK will be cleared as part of the
+ cleanup action.
+ </description>
+ <valueType>uint32</valueType>
+ <writeable/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_CORE_PPM_ERRMASK</id>
+ <targetType>TARGET_TYPE_CORE</targetType>
+ <description>The error mask value that has to be restored to the PPM
+ ERRMASK register for the CORE. This value will be stored during the
+ reset phase when the ERRMASK will be cleared as part of the
+ cleanup action.
+ </description>
+ <valueType>uint32</valueType>
+ <writeable/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_CME_LOCAL_FIRMASK</id>
+ <targetType>TARGET_TYPE_EX</targetType>
+ <description>The FIR mask value that has to be restored to the CME FIR
+ register. This value will be stored during the reset phase when the
+ FIRMASK will be cleared as part of the cleanup action.
+ </description>
+ <valueType>uint32</valueType>
+ <writeable/>
+ </attribute>
+ <!-- ********************************************************************* -->
</attributes>
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
index 537640671..adeadd9e0 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
@@ -54,13 +54,13 @@
<id>ATTR_CLOCK_PLL_MUX0</id>
<default>0</default>
</attribute>
- <attribute>
+ <attribute>
<id>ATTR_OCC_LFIR</id>
- </attribute>
- <attribute>
+ </attribute>
+ <attribute>
<id>ATTR_PBA_LFIR</id>
- </attribute>
- <attribute>
+ </attribute>
+ <attribute>
<id>ATTR_PM_FIRINIT_DONE_ONCE_FLAG</id>
</attribute>
<attribute>
@@ -129,10 +129,19 @@
</attribute>
<attribute>
<id>ATTR_SECURITY_ENABLE</id>
- </attribute>
+ </attribute>
<attribute>
<id>ATTR_SECURITY_MODE</id>
- </attribute>
+ </attribute>
+ <attribute>
+ <id>ATTR_CORE_PPM_ERRMASK</id>
+ </attribute>
+ <attribute>
+ <id>ATTR_QUAD_PPM_ERRMASK</id>
+ </attribute>
+ <attribute>
+ <id>ATTR_CME_LOCAL_FIRMASK</id>
+ </attribute>
<!-- =====================================================================
End of temporary definitions
================================================================= -->
OpenPOWER on IntegriCloud