summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2015-12-30 09:03:10 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-02-22 09:43:21 -0600
commit6070285552c1cb88e5f9975eac6d4734a644544f (patch)
tree554efe79c07651de852bcfa15dd8065fa2a9cca8 /src
parent13cadbe07510f7e7896c5c7c3cfd191a7075491e (diff)
downloadtalos-hostboot-6070285552c1cb88e5f9975eac6d4734a644544f.tar.gz
talos-hostboot-6070285552c1cb88e5f9975eac6d4734a644544f.zip
Added mss::get/putScom
Change-Id: Ib6571e6e9e374c6d8995235e2553bce149b0113b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22988 Tested-by: Jenkins Server Reviewed-by: Craig C. Hamilton <cchamilt@us.ibm.com> Reviewed-by: Christian Geddes <crgeddes@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24519 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training.C
index c8941c98f..524a0154d 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training.C
@@ -97,10 +97,10 @@ extern "C"
#ifdef CAL_STATUS_DOESNT_REPORT_COMPLETE
// This isn't correct - shouldn't be setting
static const uint64_t CLEAR_CAL_COMPLETE = 0x000000000000F000;
- FAPI_TRY( fapi2::putScom(p, MCA_DDRPHY_PC_INIT_CAL_STATUS_P0, CLEAR_CAL_COMPLETE) );
+ FAPI_TRY( mss::putScom(p, MCA_DDRPHY_PC_INIT_CAL_STATUS_P0, CLEAR_CAL_COMPLETE) );
#endif
- FAPI_TRY( fapi2::putScom(p, MCA_DDRPHY_PC_INIT_CAL_ERROR_P0, 0) );
- FAPI_TRY( fapi2::putScom(p, MCA_DDRPHY_PC_INIT_CAL_CONFIG0_P0, 0) );
+ FAPI_TRY( mss::putScom(p, MCA_DDRPHY_PC_INIT_CAL_ERROR_P0, 0) );
+ FAPI_TRY( mss::putScom(p, MCA_DDRPHY_PC_INIT_CAL_CONFIG0_P0, 0) );
// Hit the reset button for wr_lvl values. These won't reset until the next run of wr_lvl
FAPI_TRY( mss::reset_wc_config0(p) );
OpenPOWER on IntegriCloud