summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-07-13 11:51:28 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-07-16 14:15:58 -0500
commit43c18103e9bdbbf1fd17bfcccf885c64d07f305c (patch)
tree66a94c11516d453af18e45c14f91e950bf5cf3e4 /src/usr/fsi
parentd36ed97ae96d57cf63171f30a0154e5cf0e74925 (diff)
downloadtalos-hostboot-43c18103e9bdbbf1fd17bfcccf885c64d07f305c.tar.gz
talos-hostboot-43c18103e9bdbbf1fd17bfcccf885c64d07f305c.zip
Remove tests that rely on chipid
Simics is going to start reporting the real chipid value for Murano. There were a few testcases that had the chipid hardcoded. Rather than trying to account for the differences I just removed the tests as other tests should be sufficient. Change-Id: I2b52d9883311ed6a1e1cb8a688b3583892119de5 RTC: 45071 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1367 Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/fsi')
-rw-r--r--src/usr/fsi/test/fsiddtest.H54
1 files changed, 24 insertions, 30 deletions
diff --git a/src/usr/fsi/test/fsiddtest.H b/src/usr/fsi/test/fsiddtest.H
index c1e528741..c4be51db0 100644
--- a/src/usr/fsi/test/fsiddtest.H
+++ b/src/usr/fsi/test/fsiddtest.H
@@ -1,25 +1,26 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/fsi/test/fsiddtest.H $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2011
-//
-// p1
-//
-// Object Code Only (OCO) source materials
-// Licensed Internal Code Source Materials
-// IBM HostBoot Licensed Internal Code
-//
-// The source code for this program is not published or other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG
+ * This is an automatically generated prolog.
+ *
+ * $Source: src/usr/fsi/test/fsiddtest.H $
+ *
+ * IBM CONFIDENTIAL
+ *
+ * COPYRIGHT International Business Machines Corp. 2011-2012
+ *
+ * p1
+ *
+ * Object Code Only (OCO) source materials
+ * Licensed Internal Code Source Materials
+ * IBM HostBoot Licensed Internal Code
+ *
+ * The source code for this program is not published or other-
+ * wise divested of its trade secrets, irrespective of what has
+ * been deposited with the U.S. Copyright Office.
+ *
+ * Origin: 30
+ *
+ * IBM_PROLOG_END_TAG
+ */
#ifndef __FSIDDTEST_H
#define __FSIDDTEST_H
@@ -176,8 +177,6 @@ class FsiDDTest : public CxxTest::TestSuite
fsi_target = TARGETING::targetService().toTarget(epath);
fsi_targets[CENTAUR8] = fsi_target;
-
-
// scratch data to use
struct {
int fsitarget;
@@ -191,25 +190,20 @@ class FsiDDTest : public CxxTest::TestSuite
{ PROC0, 0x003074, 0x91010800, false, true }, //CMFSI MVER
{ PROC0, 0x003474, 0x92010800, false, true }, //MFSI MVER
- //** Slave Regs (cheating)
- { PROC0, 0x080000, 0xC0010EA0, false, false }, //Config Table entry for slave0 off MFSI-0
+ //** Slave Regs (via absolute address)
{ PROC0, 0x081000, 0x12345678, true, false }, //DATA_0 from FSI2PIB off MFSI-0
{ PROC0, 0x041028, 0x160E9049, false, false }, //CHIPID from SHIFT off cMFSI-0
{ PROC0, 0x103074, 0x91010800, false, false }, //CMFSI MVER from Proc off MFSI-2
//** Slave Regs
- { PROCWRAP, 0x000000, 0xC0010EA0, false, false }, //Config Table entry for slave0 off MFSI-0
{ PROCWRAP, 0x001000, 0x12345678, false, false }, //DATA_0 from FSI2PIB off MFSI-0
{ PROCWRAP, 0x001004, 0xA5A5A5A5, true, false }, //DATA_1 from FSI2PIB off MFSI-0
- { PROCWRAP, 0x001028, 0x120EA049, false, false }, //CHIPID from FSI2PIB off MFSI-0
//** Slave Regs
{ PROC1, 0x001000, 0x88776655, true, false }, //FEL from SHIFT off MFSI-1
//** Slave Regs
- { PROC2, 0x000000, 0xC0010EA0, false, false }, //Config Table entry for slave0 off MFSI-2
{ PROC2, 0x001000, 0x12345678, true, false }, //FEL from SHIFT off MFSI-2
- { PROC2, 0x001028, 0x120EA049, false, false }, //CHIPID from FSI2PIB off MFSI-2
//** Slave Regs
{ CENTAUR0, 0x000000, 0xC0010E95, false, false }, //Config Table entry for slave0 off cMFSI-0
OpenPOWER on IntegriCloud