summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2018-10-22 08:52:49 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-10-24 22:37:02 -0500
commit090243ffb298a3475d0b39200c15a1c40fb85e76 (patch)
treec8449e52472c42b8fbe8de2ad2dedffd52fdde73 /src/import
parent12f20f559a222d69ffde45c5b41725fb2d0c6554 (diff)
downloadtalos-sbe-090243ffb298a3475d0b39200c15a1c40fb85e76.tar.gz
talos-sbe-090243ffb298a3475d0b39200c15a1c40fb85e76.zip
PM: Fixed handling of CME LFIR mask during PM complex reset.
Commit fixes the handling of CME LFIR mask. In istep 21.1, HB does a PM complex reset. During this operation, CME LFIR mask is saved in an attribute and all errors are masked. When HBRT takes over, it starts by doing a complex reset once again. This back to back reset without an init in between causes CME LFIR Mask to get lost. Commit addresses the issue by simply avoiding the saving of FIR mask during the first reset initiated by HBRT. Key_Cronus_Test=PM_REGRESS Change-Id: I55c289b76fc5b3416bca792fc9e1fbf8dba2309e CQ: SW448193 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67835 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> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67839 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml2
1 files changed, 1 insertions, 1 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 13f33bf9..d74e3aef 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,7 +111,7 @@
<valueType>uint8</valueType>
<initToZero/>
<writeable/>
- <enum>NO_INIT=0, FIRS_INITED=1, FIRS_INITED_IN_RESET=2</enum>
+ <enum>NO_INIT=0, FIRS_INITED=1, FIRS_INITED_IN_RESET=2, FIRS_RESET_IN_HB = 3</enum>
</attribute>
<!-- ********************************************************************* -->
<attribute>
OpenPOWER on IntegriCloud