From 54a9c7b4a9e85d7d49a38e3d5e3f2407241cde13 Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Fri, 22 Mar 2019 18:48:29 -0400 Subject: Fix duplicate symbol errors from DEFAULT_MC_TYPE Change-Id: I7a5a40c0f0ab6a809e6906ad40e26fa473cfb286 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74903 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: STEPHEN GLANCY Reviewed-by: Mark Pizzutillo Tested-by: Hostboot CI Tested-by: HWSV CI Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74908 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- .../procedures/hwp/memory/exp_check_for_ready.C | 1 + .../procedures/hwp/memory/exp_draminit_mc.C | 1 + .../procedures/hwp/memory/lib/shared/exp_consts.H | 2 -- .../hwp/memory/lib/shared/exp_defaults.H | 24 ++++++++++++++++++++++ 4 files changed, 26 insertions(+), 2 deletions(-) (limited to 'src/import/chips/ocmb/explorer/procedures/hwp') diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_check_for_ready.C b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_check_for_ready.C index c162a9d15..6a7b0d894 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_check_for_ready.C +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_check_for_ready.C @@ -34,6 +34,7 @@ // *HWP Consumed by: FSP:HB #include +#include #include #include #include diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit_mc.C b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit_mc.C index 9719e612c..be2d4e36f 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit_mc.C +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit_mc.C @@ -34,6 +34,7 @@ #include +#include #include #include #include diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H index 9d4857b72..5bc631f0c 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H @@ -41,8 +41,6 @@ namespace mss { -constexpr mss::mc_type DEFAULT_MC_TYPE = mss::mc_type::EXPLORER; - namespace exp { diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_defaults.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_defaults.H index 39491810f..999e93425 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_defaults.H +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_defaults.H @@ -22,3 +22,27 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ + +/// +/// @file exp_defaults.H +/// @brief default types associated with Nimbus system +/// +// *HWP HWP Owner: Andre A. Marin +// *HWP HWP Backup: Louis Stermole +// *HWP Team: Memory +// *HWP Level: 2 +// *HWP Consumed by: CI + +#ifndef _MSS_NIMBUS_DEFAULTS_H_ +#define _MSS_NIMBUS_DEFAULTS_H_ + +#include + +namespace mss +{ + +constexpr mss::mc_type DEFAULT_MC_TYPE = mss::mc_type::EXPLORER; + +} // ns mss + +#endif -- cgit v1.2.1