From 29176896830047abfc63248ff8d38ab65672fd34 Mon Sep 17 00:00:00 2001 From: Mark Pizzutillo Date: Mon, 2 Dec 2019 17:58:25 -0500 Subject: Remove vin_bulk check before status clears in pmic_enable The VIN_BULK bit of R08 used to update live, either that or it just never updated at all. Either way, the bit gets stuck in a stale error state now, and since it's checked before the error bits are cleared, the clears never actually occur, leaving stale errors that are killing isteps Change-Id: Ib10de516554fd3e95cf9c09f5e6a0ab62fdd340f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/87958 Dev-Ready: Mark Pizzutillo Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: STEPHEN GLANCY Reviewed-by: Louis Stermole Reviewed-by: Christian R Geddes Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/87964 Reviewed-by: Jenkins Server Tested-by: Christian R Geddes --- .../ocmb/common/procedures/hwp/pmic/lib/utils/pmic_enable_utils.C | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/import') diff --git a/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_enable_utils.C b/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_enable_utils.C index 70951fb89..26ea9e7ef 100644 --- a/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_enable_utils.C +++ b/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/utils/pmic_enable_utils.C @@ -533,9 +533,6 @@ fapi2::ReturnCode disable_and_reset_pmics(const std::vector l_reg_contents; -- cgit v1.2.1