summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2018-11-20 13:22:47 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-30 14:10:41 -0600
commitc03fc477305e2a65cd0a891d898a09823b94f6d1 (patch)
treeb8eaf84b0736ec49539b209252949c1df21a813b
parent6f238688a927a7affa36e961cd7bdec39cd68c62 (diff)
downloadtalos-hostboot-c03fc477305e2a65cd0a891d898a09823b94f6d1.tar.gz
talos-hostboot-c03fc477305e2a65cd0a891d898a09823b94f6d1.zip
Adds LRDIMM helper functions
Change-Id: Iec211e5e63b0655ad267f27ee5f76b3c1fb91ead Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68972 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68979 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-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>
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/phy/mss_lrdimm_training.C4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/phy/mss_lrdimm_training.C b/src/import/chips/p9/procedures/hwp/memory/lib/phy/mss_lrdimm_training.C
index a9fed2834..41b719a48 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/phy/mss_lrdimm_training.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/phy/mss_lrdimm_training.C
@@ -51,6 +51,10 @@
#include <lib/workarounds/ccs_workarounds.H>
#include <lib/dimm/ddr4/pba.H>
+#ifdef LRDIMM_CAPABLE
+ #include <lib/phy/mss_lrdimm_training_helper.H>
+#endif
+
namespace mss
{
OpenPOWER on IntegriCloud