summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lab/sdk
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/lab/sdk
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/lab/sdk')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lab/sdk/example/C/mss_lab_sfwrite.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lab/sdk/example/C/mss_lab_sfwrite.C b/src/import/chips/p9/procedures/hwp/memory/lab/sdk/example/C/mss_lab_sfwrite.C
index b31883c39..866091439 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lab/sdk/example/C/mss_lab_sfwrite.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lab/sdk/example/C/mss_lab_sfwrite.C
@@ -104,8 +104,8 @@ int main(int i_argc, char* i_argv[])
// retrieve the Cronus string representing the fapi2 target
mss::logf(mss::DEBUG, "MCBIST C_str: %s", mss::c_str(fapi2_mcbist_target));
- rc = memdiags::sf_init(fapi2_mcbist_target, mss::mcbist::PATTERN_5);
- mss::lab::is_ok(rc, "memdiags::sf_init failed");
+ rc = mss::memdiags::sf_init(fapi2_mcbist_target, mss::mcbist::PATTERN_5);
+ mss::lab::is_ok(rc, "mss::memdiags::sf_init failed");
// Just for giggles, poll here looking for the FIR bit ...
{
@@ -128,7 +128,7 @@ int main(int i_argc, char* i_argv[])
},
l_probes);
- mss::lab::is_ok(l_poll_results == true, "memdiags::sf_write timedout");
+ mss::lab::is_ok(l_poll_results == true, "mss::memdiags::sf_write timedout");
}
mss::log(mss::DEBUG, "Finished");
OpenPOWER on IntegriCloud