summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_chiplet_reset.C2
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.C2
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml6
3 files changed, 5 insertions, 5 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)
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.C b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.C
index 855e66ea..cb1d0f5d 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.C
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.C
@@ -90,7 +90,7 @@ p9_hcd_cache_poweron(
FAPI_DBG("Power on cache chiplet");
#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)
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
index 88943072..00c3b239 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml
@@ -183,11 +183,10 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
- <id>ATTR_CHIP_EC_FEATURE_VCS_POWER_ON_IN_CHIPLET_RESET</id>
+ <id>ATTR_CHIP_EC_FEATURE_HW388878</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
- DD1 only: enable VCS workaround in istep4 cache hwp. This is used by
- the procedure for p9_hcd_cache_poweron and p9_hcd_cache_chiplet_reset.
+ DD1 only: enable workarounds for HW388878 (VCS)
</description>
<chipEcFeature>
<chip>
@@ -199,4 +198,5 @@
</chip>
</chipEcFeature>
</attribute>
+ <!-- ******************************************************************** -->
</attributes>
OpenPOWER on IntegriCloud