summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-04-23 14:28:04 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-27 14:35:34 -0500
commit7b0cefb312c7eae2363eb6f83eb946fc7069cb4f (patch)
tree3ceba19abb63ecde1629b339d93f000927de0d9d /src/usr/fsi
parent174f7992bf4a73ebb891027084d490a43f257c3b (diff)
downloadtalos-hostboot-7b0cefb312c7eae2363eb6f83eb946fc7069cb4f.tar.gz
talos-hostboot-7b0cefb312c7eae2363eb6f83eb946fc7069cb4f.zip
Updating the bbuild to b0419a_1215.810
Moving up levels to get to a stable fips810 driver that includes some Simics fixes RTC: 40995 Change-Id: Iedbefc0f765b51d18af5a106fb4db89a9531f739 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/946 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/fsi')
-rw-r--r--src/usr/fsi/test/fsiddtest.H23
-rw-r--r--src/usr/fsi/test/fsiprestest.H9
2 files changed, 1 insertions, 31 deletions
diff --git a/src/usr/fsi/test/fsiddtest.H b/src/usr/fsi/test/fsiddtest.H
index e98a896a4..3078e4261 100644
--- a/src/usr/fsi/test/fsiddtest.H
+++ b/src/usr/fsi/test/fsiddtest.H
@@ -114,15 +114,6 @@ class FsiDDTest : public CxxTest::TestSuite
*/
void test_readWrite(void)
{
- //@todo - Issue 35803
- //@VBU workaround - Disable test case
- //Temporarily disable this test case in VBU because of
- //an MFSI/CFSI XSCOM hardware bug.
- if( TARGETING::is_vpo() )
- {
- return;
- }
-
TRACFCOMP( g_trac_fsi, "FsiDDTest::test_readWrite> Start" );
uint64_t fails = 0;
uint64_t total = 0;
@@ -221,8 +212,7 @@ class FsiDDTest : public CxxTest::TestSuite
{ PROC2, 0x001028, 0x120EA049, false, false }, //CHIPID from FSI2PIB off MFSI-2
//** Slave Regs
- { CENTAUR0, 0x000000, 0xC0010E9C, false, false }, //Config Table entry for slave0 off cMFSI-0
- //@fixme - should be 0xC0010E95 but Simics is wrong
+ { CENTAUR0, 0x000000, 0xC0010E95, false, false }, //Config Table entry for slave0 off cMFSI-0
{ CENTAUR0, 0x001028, 0x160E9049, false, false }, //CHIPID from FSI2PIB off cMFSI-0
{ CENTAUR0, 0x000C08, 0x12344321, true, false }, //FEL from SHIFT off cMFSI-0
@@ -400,17 +390,6 @@ class FsiDDTest : public CxxTest::TestSuite
*/
void test_badTargets(void)
{
-
- //@todo - Issue 35803
- //@VBU workaround - Disable test case
- //Temporarily disable this test case in VBU because of
- //an MFSI/CFSI XSCOM hardware bug.
- if( TARGETING::is_vpo() )
- {
- return;
- }
-
-
TRACFCOMP( g_trac_fsi, "FsiDDTest::test_badTargets> Start" );
uint64_t fails = 0;
uint64_t total = 0;
diff --git a/src/usr/fsi/test/fsiprestest.H b/src/usr/fsi/test/fsiprestest.H
index f2787466f..5797e3b3d 100644
--- a/src/usr/fsi/test/fsiprestest.H
+++ b/src/usr/fsi/test/fsiprestest.H
@@ -53,15 +53,6 @@ class FSIPresTest : public CxxTest::TestSuite
*/
void testPresence()
{
- //@todo - Issue 35803
- //@VBU workaround - Disable test case
- //Temporarily disable this test case in VBU because of
- //an MFSI/CFSI XSCOM hardware bug.
- if( TARGETING::is_vpo() )
- {
- return;
- }
-
Target* l_masterChip = NULL;
targetService().masterProcChipTargetHandle(l_masterChip);
OpenPOWER on IntegriCloud