summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_scan_ring_util.C
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2018-09-09 23:22:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-09-14 16:13:11 -0500
commit076c45f663b8fe786b9006b2ec575639012bf807 (patch)
tree6e5082c008e37dbf3168b52c4ffe32bfc7fdb21a /src/import/chips/p9/procedures/hwp/pm/p9_scan_ring_util.C
parent09ab06ca2d5640622c0d39ee34520b10db3a9072 (diff)
downloadtalos-hostboot-076c45f663b8fe786b9006b2ec575639012bf807.tar.gz
talos-hostboot-076c45f663b8fe786b9006b2ec575639012bf807.zip
Revert "UV Support : Augmented STOP API and self restore for enabling UV"
Change-Id: Iaabd787166422b68179901b7785ab3e8a54d35b8 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65875 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: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65885 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_scan_ring_util.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_scan_ring_util.C18
1 files changed, 3 insertions, 15 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_scan_ring_util.C b/src/import/chips/p9/procedures/hwp/pm/p9_scan_ring_util.C
index 67b1d1d8c..def3c096b 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_scan_ring_util.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_scan_ring_util.C
@@ -776,8 +776,7 @@ P9FuncModel::P9FuncModel( ):
iv_funcExes(0),
iv_funcQuads(0),
iv_ddLevel(0),
- iv_chipName(0),
- iv_urmorBug(0)
+ iv_chipName(0)
{ }
//-------------------------------------------------------------------------
@@ -802,12 +801,11 @@ P9FuncModel::P9FuncModel( const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP >& i_
FAPI_ATTR_GET_PRIVILEGED(fapi2::ATTR_EC, i_procTgt, iv_ddLevel);
FAPI_ATTR_GET_PRIVILEGED(fapi2::ATTR_NAME, i_procTgt, iv_chipName);
- FAPI_ATTR_GET(fapi2::ATTR_CHIP_EC_FEATURE_HW403111, i_procTgt, iv_urmorBug);
FAPI_DBG("functional core : 0x%08x Ex : 0x%08x quad 0x%08x"
- "EC : 0x%02x ChipName : 0x%02x URMOR Bug 0x%02x",
+ "EC : 0x%02x ChipName : 0x%02x",
iv_funcCores, iv_funcExes, iv_funcQuads, iv_ddLevel,
- iv_chipName, iv_urmorBug );
+ iv_chipName );
}
//---------------------------------------------------------------------------
@@ -844,18 +842,8 @@ uint8_t P9FuncModel::getChipLevel() const
return iv_ddLevel;
}
-//-------------------------------------------------------------------------
uint8_t P9FuncModel::getChipName() const
{
return iv_chipName;
}
-
-//-------------------------------------------------------------------------
-uint8_t P9FuncModel::hasUrmorBug() const
-{
- return iv_urmorBug;
-}
-
-//-------------------------------------------------------------------------
-
}
OpenPOWER on IntegriCloud