diff options
| author | crgeddes <crgeddes@us.ibm.com> | 2016-03-09 12:28:56 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-15 11:48:27 -0400 |
| commit | ca02eade67e4f83fdf895a4e2e2c9404fc0a9006 (patch) | |
| tree | f1b59d49236391fffe20cc8dc5e0d54c8af6a82e /src/usr/scom/test | |
| parent | c06595679e76988d9403ad62d8539bb1486dee6b (diff) | |
| download | talos-hostboot-ca02eade67e4f83fdf895a4e2e2c9404fc0a9006.tar.gz talos-hostboot-ca02eade67e4f83fdf895a4e2e2c9404fc0a9006.zip | |
Replace "NVBUS" with "NV" everywhere that we can
Change-Id: Ice2e298b5a7679976fbcb677c469d4d5fc27cb40
RTC: 147555
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21870
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/scom/test')
| -rw-r--r-- | src/usr/scom/test/scomtest.H | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/usr/scom/test/scomtest.H b/src/usr/scom/test/scomtest.H index 936390b40..fe9279056 100644 --- a/src/usr/scom/test/scomtest.H +++ b/src/usr/scom/test/scomtest.H @@ -558,8 +558,8 @@ public: myPHB5, myOBUS0, myOBUS3, - myNVBUS0, - myNVBUS1, + myNV0, + myNV1, myPPE0, myPPE1, myOCC0, @@ -733,18 +733,18 @@ public: // remove OBUS3 target epath.removeLast(); - //add NVBUS0 target - epath.addLast(TARGETING::TYPE_NVBUS,0); - scom_targets[myNVBUS0] = TARGETING::targetService().toTarget(epath); + //add NV0 target + epath.addLast(TARGETING::TYPE_NV,0); + scom_targets[myNV0] = TARGETING::targetService().toTarget(epath); - // remove NVBUS0 target + // remove NV0 target epath.removeLast(); - // add NVBUS1 target. - epath.addLast(TARGETING::TYPE_NVBUS,1); - scom_targets[myNVBUS1] = TARGETING::targetService().toTarget(epath); + // add NV1 target. + epath.addLast(TARGETING::TYPE_NV,1); + scom_targets[myNV1] = TARGETING::targetService().toTarget(epath); - // remove NVBUS1 target + // remove NV1 target epath.removeLast(); //add PPE0 target @@ -856,10 +856,10 @@ public: { scom_targets[myOBUS3], 0x09010C55, 0x0C010C55 ,false}, { scom_targets[myOBUS0], 0x12012826, 0x12012826, true}, { scom_targets[myOBUS3], 0x24030008, 0x24030008, true}, - { scom_targets[myNVBUS0], 0x050110D4, 0x050110D4, false}, - { scom_targets[myNVBUS1], 0x050110D4, 0x050110F4,false}, - { scom_targets[myNVBUS0], 0x12012826, 0x12012826, true}, - { scom_targets[myNVBUS1], 0x24030008, 0x24030008, true}, + { scom_targets[myNV0], 0x050110D4, 0x050110D4, false}, + { scom_targets[myNV1], 0x050110D4, 0x050110F4,false}, + { scom_targets[myNV0], 0x12012826, 0x12012826, true}, + { scom_targets[myNV1], 0x24030008, 0x24030008, true}, }; int numOfAddr = sizeof test_data / sizeof(test_data[0]); |

