diff options
author | CamVan Nguyen <ctnguyen@us.ibm.com> | 2011-12-15 16:12:37 -0600 |
---|---|---|
committer | CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> | 2011-12-20 11:27:15 -0600 |
commit | 0b377b7e0bf55dca1c220c9fbca497ff76e49f65 (patch) | |
tree | 27299a7bbde56f60729724ffe6c1c3995420c809 /src/usr/hwpf/test/hwpftest.H | |
parent | c6928c0fd5f3ca01ba3fc9a0421442a2849b26ba (diff) | |
download | talos-hostboot-0b377b7e0bf55dca1c220c9fbca497ff76e49f65.tar.gz talos-hostboot-0b377b7e0bf55dca1c220c9fbca497ff76e49f65.zip |
Support for multiple SCOM address's with the same base stem address.
Support for multiple duplicate addresses setting different bits.
Change-Id: I83100e9179de0b06348f842432eb99aae1e6bc7c
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/582
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/test/hwpftest.H')
-rw-r--r-- | src/usr/hwpf/test/hwpftest.H | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/usr/hwpf/test/hwpftest.H b/src/usr/hwpf/test/hwpftest.H index d147c6da4..8bad8aef8 100644 --- a/src/usr/hwpf/test/hwpftest.H +++ b/src/usr/hwpf/test/hwpftest.H @@ -177,7 +177,8 @@ public: {0x000000000006002b, 0, 0x0000000000000183}, {0x000000000006002c, 0, 0x0000000000000183}, {0x000000000006800b, 0, 0}, - {0x000000000006800c, 0, 0x8000000000000000 >> 0x17}, + {0x000000000006800c, 0, (0x8000000000000000 >> 0x17) | + (0xa800000000000000 >> 0x18)}, {0x0000000013010002, 0, 0xAABBC00000000000}, {0x0000000013030007, 0, 0x00000CDE00000000}, /* @@ -188,14 +189,14 @@ public: * these registers. * Disable them for now, needs to re-enable them when VBU upgrade to use chip release 052 {0x0000000013013283, 0, 0x3c90000000000000 | - 0x8000000000000000 >> 0x0c | - 0x8000000000000000 >> 0x0d | - 0x0306400412000000 >> 0x0e}, + (0x8000000000000000 >> 0x0c) | + (0x8000000000000000 >> 0x0d) | + (0x0306400412000000 >> 0x0e)}, {0x0000000013013284, 0, 0x3c90000000000000}, - {0x0000000013013285, 0, 0x8000000000000000 >> 0x0f | - 0x8000000000000000 >> 0x10 | - 0x8000000000000000 >> 0x13 | - 0x0306400412000000 >> 0x15 }, + {0x0000000013013285, 0, (0x8000000000000000 >> 0x0f) | + (0x8000000000000000 >> 0x10) | + (0x8000000000000000 >> 0x13) | + (0x0306400412000000 >> 0x15) }, {0x0000000013013286, 0, 0}, {0x0000000013013287, 0, 0x0000000000000182}, {0x0000000013013288, 0, 0x0000000000000192}, |