summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/test
diff options
context:
space:
mode:
authorMatt Derksen <v2cibmd@us.ibm.com>2016-04-26 16:07:38 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-04 11:39:47 -0400
commit21beca702140bf104b6cb769564ea7f3d105f2b5 (patch)
tree34940dad991609b9c38a897a64f58500bcf346e9 /src/usr/targeting/common/test
parent403b95d5ad7c962e815954f2b5e6d4a084299be6 (diff)
downloadtalos-hostboot-21beca702140bf104b6cb769564ea7f3d105f2b5.tar.gz
talos-hostboot-21beca702140bf104b6cb769564ea7f3d105f2b5.zip
Use SBE for scoms to slave chips
Change-Id: I31a33c62ae502d8045882a1a4df5bcaf9f2f34ac RTC:132655 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23785 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/test')
-rw-r--r--src/usr/targeting/common/test/testcommontargeting.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/targeting/common/test/testcommontargeting.H b/src/usr/targeting/common/test/testcommontargeting.H
index 56a6e3961..d766cd8b1 100644
--- a/src/usr/targeting/common/test/testcommontargeting.H
+++ b/src/usr/targeting/common/test/testcommontargeting.H
@@ -111,11 +111,12 @@ class CommonTargetingTestSuite: public CxxTest::TestSuite
if( l_switches.useFsiScom != 0
|| l_switches.useXscom != 1
|| l_switches.useInbandScom != 0
+ || l_switches.useSbeScom != 0
|| l_switches.reserved != 0)
{
- TARG_TS_FAIL("SCOM Switches stuct was not correct (%d, %d, %d, %d)",
+ TARG_TS_FAIL("SCOM Switches stuct was not correct (%d, %d, %d, %d, %d)",
l_switches.useFsiScom, l_switches.useXscom,
- l_switches.useInbandScom ,
+ l_switches.useInbandScom,l_switches.useSbeScom,
l_switches.reserved);
}
OpenPOWER on IntegriCloud