summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.H
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2016-10-06 14:59:16 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-10-11 13:42:02 -0400
commit338653266e2a4b4bf2218616e210c825975c1889 (patch)
tree923eec7ca589b7c5fe1bd7a094e8a31ff09fb3ce /src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.H
parentabdcae23020a3926e67c43f992afacde948b9004 (diff)
downloadtalos-sbe-338653266e2a4b4bf2218616e210c825975c1889.tar.gz
talos-sbe-338653266e2a4b4bf2218616e210c825975c1889.zip
Cache HWP: DD1 VCS Workaround
Change-Id: I9634a767878904f810cb1e6a0767ba4bbad241cb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30827 Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: James N. Klazynski <jklazyns@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30888 Reviewed-by: Hostboot Team <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.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.H b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.H
index da60602a..5d633874 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.H
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.H
@@ -53,7 +53,11 @@ extern "C"
fapi2::ReturnCode
p9_hcd_cache_chiplet_reset(
const fapi2::Target<fapi2::TARGET_TYPE_EQ>& i_target);
-
+#if HW388878_DD1_VCS_POWER_ON_IN_CHIPLET_RESET_FIX
+ fapi2::ReturnCode
+ p9_hcd_dd1_vcs_workaround(
+ const fapi2::Target<fapi2::TARGET_TYPE_EQ>& i_target);
+#endif
}
#endif // __P9_HCD_CACHE_CHIPLET_RESET_H__
OpenPOWER on IntegriCloud