From 12f20f559a222d69ffde45c5b41725fb2d0c6554 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Thu, 18 Oct 2018 09:32:11 -0500 Subject: 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 Tested-by: HWSV CI Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Daniel M. Crowell Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67785 Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml | 1 + 1 file changed, 1 insertion(+) 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 @@ uint8 + NO_INIT=0, FIRS_INITED=1, FIRS_INITED_IN_RESET=2 -- cgit v1.2.1