summaryrefslogtreecommitdiffstats
path: root/src/import/chips/centaur/procedures/hwp/memory
diff options
context:
space:
mode:
authorBen Gass <bgass@us.ibm.com>2017-06-01 17:35:24 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-26 00:32:03 -0400
commit492955db8b13ec43bd3d97cd4b8680ced9ff8e01 (patch)
treee15d2fa1f5925075c939f88d46f3a8fc019234a8 /src/import/chips/centaur/procedures/hwp/memory
parentbf1a8de206cefc70d5be99e08b4866f3f7ecabe4 (diff)
downloadtalos-hostboot-492955db8b13ec43bd3d97cd4b8680ced9ff8e01.tar.gz
talos-hostboot-492955db8b13ec43bd3d97cd4b8680ced9ff8e01.zip
Call dmi and mi scom initfiles for Cumulus.
p9c_mss_scominit updated to call: centaur.dmi.scom.initfile Change-Id: Id280c8c2b77af4fcd42cbf1d435210c311ff5a2d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41282 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: LUCAS W. MULKEY <lwmulkey@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: John G. Rell III <jgrell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43544 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/centaur/procedures/hwp/memory')
-rw-r--r--src/import/chips/centaur/procedures/hwp/memory/p9c_mss_scominit.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_scominit.C b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_scominit.C
index 9e037bc05..e3e55ac3b 100644
--- a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_scominit.C
+++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_scominit.C
@@ -39,6 +39,7 @@
#include <centaur_mba_scom.H>
#include <centaur_mbs_scom.H>
#include <centaur_ddrphy_scom.H>
+#include <centaur_dmi_scom.H>
#include <fapi2.H>
#include <dimmConsts.H>
#include <generic/memory/lib/utils/c_str.H>
@@ -72,6 +73,16 @@ extern "C" {
set_NUM_L4S(l_l4_targets.size()),
"No present L4 found on centaur %s", mss::c_str(i_target));
+ //################ CENTAUR DMI ################
+ FAPI_EXEC_HWP(l_rc, centaur_dmi_scom, i_target , FAPI_SYSTEM);
+
+ if (l_rc)
+ {
+ FAPI_ERR(" !!! Error running centaur dmi scom initfile on %s, RC = 0x%x\n",
+ mss::c_str(i_target), static_cast<uint32_t>(l_rc));
+ return (l_rc);
+ }
+
//################ DDRPHY ######################
for (const auto& mba : l_mba_targets)
{
OpenPOWER on IntegriCloud