diff options
| author | Matt Derksen <v2cibmd@us.ibm.com> | 2016-11-04 13:00:22 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-11-28 16:59:56 -0500 |
| commit | eaa6695c507e306f20f659ccdcc49e59191b7d31 (patch) | |
| tree | fb4f6a4d0a516476017bde5ac96465ac8bf5bde3 /src/include/usr/cxxtest | |
| parent | fb330b92dd7dc909e1aa57e2ccf9d898dc491201 (diff) | |
| download | blackbird-hostboot-eaa6695c507e306f20f659ccdcc49e59191b7d31.tar.gz blackbird-hostboot-eaa6695c507e306f20f659ccdcc49e59191b7d31.zip | |
Enforce magic mca port is good in PG
One MCA (the first one = mca0 or mca4) on each MCBIST must be functional
for zqcal to work on any of the MCAs on that side.
If magic mca port marked bad in PG vpd, force a deconfig of
associated MCBIST to take out the entire half
Change-Id: Id14be518aedf9c803717a4065e66527369bb286b
RTC:163405
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32271
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/cxxtest')
| -rwxr-xr-x | src/include/usr/cxxtest/TestSuite.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/usr/cxxtest/TestSuite.H b/src/include/usr/cxxtest/TestSuite.H index 3957cfd49..dcc3bbfee 100755 --- a/src/include/usr/cxxtest/TestSuite.H +++ b/src/include/usr/cxxtest/TestSuite.H @@ -103,6 +103,11 @@ extern uint64_t g_ModulesCompleted; CxxTest::doTrace( ) +// TS_INFO +#define TS_INFO(...) TRACFCOMP( g_trac_test, "TS_INFO> " __VA_ARGS__ ); \ + CxxTest::doTrace( ) + + // TS_WARN #define TS_WARN(...) TRACFCOMP( g_trac_test, "!TS_WARN> " __VA_ARGS__ ); \ CxxTest::doWarn( ) |

