summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-10-18 09:32:11 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-10-24 22:36:31 -0500
commit12f20f559a222d69ffde45c5b41725fb2d0c6554 (patch)
tree31b511dd6571d5d2451db66c28105b37f02c2ed9 /src
parent2992583ae8c95e4418fd4791ef279e65ccf2159b (diff)
downloadtalos-sbe-12f20f559a222d69ffde45c5b41725fb2d0c6554.tar.gz
talos-sbe-12f20f559a222d69ffde45c5b41725fb2d0c6554.zip
Only save the CME FIR Masks after they have been setup once
Making the CME FIR path follow the same logic as the other PM FIRs with regards to doing save/restore of the masks. Also added an enumeration for the attribute that controls things to make the code easier to read. Change-Id: I2f9eabec4cb036ec9f79da07143f18fe18ee5747 CQ: SW448193 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67668 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67785 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml1
1 files changed, 1 insertions, 0 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 b46e5a21..13f33bf9 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
@@ -111,6 +111,7 @@
<valueType>uint8</valueType>
<initToZero/>
<writeable/>
+ <enum>NO_INIT=0, FIRS_INITED=1, FIRS_INITED_IN_RESET=2</enum>
</attribute>
<!-- ********************************************************************* -->
<attribute>
OpenPOWER on IntegriCloud