summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.C
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-10-12 15:23:48 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-10-12 21:29:44 -0400
commite9f941c373abaef7a9a2a99022f3c1750ae3feb7 (patch)
treeabb4f0006765fafeb95810769f9ddfd14c14842f /src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.C
parentb713730671a4bc7d43ed4ebfba1ab2295c4b9784 (diff)
downloadtalos-sbe-e9f941c373abaef7a9a2a99022f3c1750ae3feb7.tar.gz
talos-sbe-e9f941c373abaef7a9a2a99022f3c1750ae3feb7.zip
HW388878 VCS workaround
In pre-poweron HWP, Reset ROOT CTRL and PERV CTRL regs to cold IPL state Tested with poweron flow which: drops all rails (preserving Vstandby) executes pre-poweron HWP to reset cfam region regs enables rails (excluding VCS) executes cfam pop start sequence enables VCS rail Add defect number to feature attribute, used in all consumer HWPs Change-Id: I5bf5d61033bdca97527c8b499995eb6920ac1122 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31101 Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Dev-Ready: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31105 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> 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/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.C b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.C
index 46dd119e..57413f0e 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.C
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.C
@@ -232,7 +232,7 @@ p9_hcd_cache_chiplet_reset(
#ifdef HW388878_DD1_VCS_POWER_ON_IN_CHIPLET_RESET_FIX
FAPI_TRY(FAPI_ATTR_GET(
- fapi2::ATTR_CHIP_EC_FEATURE_VCS_POWER_ON_IN_CHIPLET_RESET,
+ fapi2::ATTR_CHIP_EC_FEATURE_HW388878,
l_chip, l_attr_dd1_vcs_workaround));
if (l_attr_dd1_vcs_workaround)
OpenPOWER on IntegriCloud