summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_attr_update.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_ddr_phy_reset.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_mc.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_freq.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_thermal_init.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_volt.C1
14 files changed, 14 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_attr_update.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_attr_update.C
index d755f130a..990ba1bf3 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_attr_update.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_attr_update.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_attr_update.H"
using fapi2::TARGET_TYPE_MCS;
using fapi2::FAPI2_RC_SUCCESS;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_ddr_phy_reset.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_ddr_phy_reset.C
index 62ef59263..5fe40ed53 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_ddr_phy_reset.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_ddr_phy_reset.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_ddr_phy_reset.H"
using fapi2::TARGET_TYPE_MCBIST;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C
index e592743a0..2c96e96dd 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_draminit.H"
using fapi2::TARGET_TYPE_MCBIST;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_mc.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_mc.C
index 6b23cb9a7..1d62c4b0b 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_mc.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_mc.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_draminit_mc.H"
using fapi2::TARGET_TYPE_MCBIST;
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 3073816ff..12385454f 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
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_draminit_training.H"
using fapi2::TARGET_TYPE_MCBIST;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config.C
index 7328083ac..385900efa 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_eff_config.H"
using fapi2::TARGET_TYPE_MCS;
using fapi2::FAPI2_RC_SUCCESS;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
index b70a98d70..91681919e 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_eff_config_thermal.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_eff_config_thermal.H"
using fapi2::TARGET_TYPE_MCS;
using fapi2::FAPI2_RC_SUCCESS;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq.C
index df9f5cb8e..9cadeb6b0 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_freq.H"
using fapi2::TARGET_TYPE_MCS;
using fapi2::FAPI2_RC_SUCCESS;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C
index 78ef1ddc6..0e73f894b 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_memdiag.H"
using fapi2::TARGET_TYPE_MCBIST;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.C
index 636234e53..8ef0c8c6f 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_power_cleanup.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_power_cleanup.H"
using fapi2::TARGET_TYPE_MCBIST;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.C
index 1ae880f05..d7634db9e 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_scominit.H"
using fapi2::TARGET_TYPE_MCBIST;
using fapi2::FAPI2_RC_SUCCESS;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C
index 5cfa3b73d..ba8b81592 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_scrub.H"
using fapi2::TARGET_TYPE_MCBIST;
using fapi2::FAPI2_RC_SUCCESS;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_thermal_init.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_thermal_init.C
index 63a4ed9c2..dc6f68391 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_thermal_init.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_thermal_init.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_thermal_init.H"
using fapi2::TARGET_TYPE_MCBIST;
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_volt.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_volt.C
index 4a4bf0d9b..b7e7efeaa 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_volt.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_volt.C
@@ -29,6 +29,7 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
+#include "p9_mss_volt.H"
using fapi2::TARGET_TYPE_MCS;
using fapi2::FAPI2_RC_SUCCESS;
OpenPOWER on IntegriCloud