diff options
author | Nick Bofferding <bofferdn@us.ibm.com> | 2011-10-27 13:24:47 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-11-15 16:57:35 -0600 |
commit | 22b8b1dc178665eb32f923e47211f549b4d1913f (patch) | |
tree | 8d3dd9cff7df3767012c856ff8739ef0cadc6434 /src/usr/fsiscom | |
parent | 1595ed5f5602346579dba1f8714d3092f50e928f (diff) | |
download | blackbird-hostboot-22b8b1dc178665eb32f923e47211f549b4d1913f.tar.gz blackbird-hostboot-22b8b1dc178665eb32f923e47211f549b4d1913f.zip |
Add Centaurs to target/attribute model
- Create/update Centaur chips, MBS, MBA units
- Add unit testcase to query the Centaurs
- Update the Venice, VBU target instances
- Increase max endpoint pairs to 10
- Other general model updates for compatibility, consistency
- Register FSISCOM and SCOM operations with DD framework for Centaur chips
Change-Id: If43bc57888e66b7d2ea53704ca703328eec844f9
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/465
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/fsiscom')
-rw-r--r-- | src/usr/fsiscom/fsiscom.C | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/fsiscom/fsiscom.C b/src/usr/fsiscom/fsiscom.C index 2788614ed..a09e52835 100644 --- a/src/usr/fsiscom/fsiscom.C +++ b/src/usr/fsiscom/fsiscom.C @@ -343,5 +343,9 @@ DEVICE_REGISTER_ROUTE(DeviceFW::WILDCARD, TARGETING::TYPE_PROC, fsiScomPerformOp); +DEVICE_REGISTER_ROUTE(DeviceFW::WILDCARD, + DeviceFW::FSISCOM, + TARGETING::TYPE_MEMBUF, + fsiScomPerformOp); } // end namespace |