summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-11-08 15:43:06 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2016-11-11 09:37:25 -0500
commite7f3ba824a75c7708e3da353557090bd923a0e63 (patch)
tree2d0065b1c58e6349816f296d7ed651c8e74ee826 /src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C
parent2afa9f5dcd3d638c8f47c0a2eedaae2cb92d78be (diff)
downloadtalos-hostboot-e7f3ba824a75c7708e3da353557090bd923a0e63.tar.gz
talos-hostboot-e7f3ba824a75c7708e3da353557090bd923a0e63.zip
Add EC feature levels to MSS workarounds
Change-Id: Iec6db88808f26353ce88f9038222db12f2d9b6c0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32421 Tested-by: Jenkins Server <pfd-jenkins+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: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32427 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C b/src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C
index 393e9118a..948dc24a3 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C
@@ -1157,12 +1157,12 @@ fapi2::ReturnCode reset_dll( const fapi2::Target<fapi2::TARGET_TYPE_MCA>& i_targ
{
typedef dp16Traits<TARGET_TYPE_MCA> TT;
- // Magic numbers are from the PHY team (see the ddry phy initfile, too.) They are, in fact,
- // magic numbers ...
- // TK How about a little broadcast action here? BRS
// For DD1.0 we have some workarounds. We send the magic
// number in to the work around and it fixes it up as needed.
- uint64_t l_vreg_cnrtl = mss::workarounds::dp16::vreg_control0(0x6740);
+ uint64_t l_vreg_cnrtl = mss::workarounds::dp16::vreg_control0(i_target, 0x6740);
+
+ // Magic numbers are from the PHY team (see the ddry phy initfile, too.) They are, in fact,
+ // magic numbers ...
// TK How about a little broadcast action here? BRS
FAPI_TRY( mss::scom_blastah(i_target, TT::DLL_CNFG_REG, 0x0060) );
OpenPOWER on IntegriCloud