summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mcbist
diff options
context:
space:
mode:
authorMatthew Hickman <Matthew.Hickman@ibm.com>2017-08-15 15:36:04 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-18 10:44:04 -0400
commit7600abdf2ef7c32617b391c75fc12ce252116308 (patch)
tree1a3482626010e5e10f7891d7da881f190da49810 /src/import/chips/p9/procedures/hwp/memory/lib/mcbist
parentddf7c6fe3cf9e1937ed5552ae19c3100d5a8fec9 (diff)
downloadtalos-hostboot-7600abdf2ef7c32617b391c75fc12ce252116308.tar.gz
talos-hostboot-7600abdf2ef7c32617b391c75fc12ce252116308.zip
Changed API related to mss_memdiags ipl change
Change-Id: I5207f593e6f6c1b26ef7c9fa57d1c08c4282eb6e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44645 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Dev-Ready: Brent Wieman <bwieman@us.ibm.com> Reviewed-by: Brent Wieman <bwieman@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44649 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mcbist')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C5
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.H4
2 files changed, 9 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C
index 09ab4f568..ae057621e 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C
@@ -53,6 +53,9 @@ using fapi2::TARGET_TYPE_SYSTEM;
using fapi2::FAPI2_RC_SUCCESS;
using fapi2::FAPI2_RC_INVALID_PARAMETER;
+namespace mss
+{
+
namespace memdiags
{
@@ -746,3 +749,5 @@ fapi_try_exit:
}
}
+
+}
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.H b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.H
index 9ce8ad0aa..09322b4b5 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.H
@@ -43,6 +43,9 @@
#include <lib/mcbist/patterns.H>
#include <lib/mcbist/settings.H>
+namespace mss
+{
+
namespace memdiags
{
@@ -398,4 +401,5 @@ fapi2::ReturnCode continue_cmd( const fapi2::Target<T>& i_target,
} // namespace
+} // namespace
#endif
OpenPOWER on IntegriCloud