diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2011-11-02 10:48:20 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2011-11-02 17:01:49 -0500 |
commit | 849c586994dedbc8b5707997825de249e6843b5d (patch) | |
tree | 411eec4b0585d5a3bb89d007e3987b2a0d89a443 /src/usr/fsi | |
parent | a0c271b82e8656c425bbe62c70a32e7af3e9cce9 (diff) | |
download | talos-hostboot-849c586994dedbc8b5707997825de249e6843b5d.tar.gz talos-hostboot-849c586994dedbc8b5707997825de249e6843b5d.zip |
Adding test to scom a centaur chip.
Also turned off the FSI init in the FSI and SCOM testcases because
it is now called by the istep code automatically.
Updated the centuar.chip file to add scom registers.
Change-Id: Icf1278808eeb67c1afdabf02b0ad08bc99c8ed40
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/477
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fsi')
-rw-r--r-- | src/usr/fsi/test/fsiddtest.H | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/fsi/test/fsiddtest.H b/src/usr/fsi/test/fsiddtest.H index 732fb5eb0..50750df6f 100644 --- a/src/usr/fsi/test/fsiddtest.H +++ b/src/usr/fsi/test/fsiddtest.H @@ -52,8 +52,8 @@ class FsiDDTest : public CxxTest::TestSuite */ void test_init(void) { +#if 0 //istep is calling this now TRACFCOMP( g_trac_fsi, "FsiDDTest::test_init> Start" ); - return; //istep is calling this now uint64_t fails = 0; uint64_t total = 0; errlHndl_t l_err = NULL; @@ -70,12 +70,14 @@ class FsiDDTest : public CxxTest::TestSuite } TRACFCOMP( g_trac_fsi, "FsiDDTest::test_init> %d/%d fails", fails, total ); +#endif }; //testcode for Simics verification void test_blah(void) { +#if 0 return; errlHndl_t l_err = NULL; TARGETING::Target* fsi_target = NULL; @@ -104,6 +106,7 @@ class FsiDDTest : public CxxTest::TestSuite delete l_err; } } +#endif }; /** |