diff options
Diffstat (limited to 'src/usr/hwpf/test/hwpftest.H')
-rw-r--r-- | src/usr/hwpf/test/hwpftest.H | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/src/usr/hwpf/test/hwpftest.H b/src/usr/hwpf/test/hwpftest.H index ef497c0cc..42fdbccbf 100644 --- a/src/usr/hwpf/test/hwpftest.H +++ b/src/usr/hwpf/test/hwpftest.H @@ -175,21 +175,29 @@ public: {0x000000000006002c, 0, 0x0000000000000183}, {0x000000000006800b, 0, 0}, {0x000000000006800c, 0, 0x8000000000000000 >> 0x17}, - {0x0000000013010002, 0, 0x0000000000000181}, - {0x0000000013013283, 0, 0x3c90000000000000 | - 0x8000000000000000 >> 0x0c | - 0x8000000000000000 >> 0x0d | - 0x0306400412000000 >> 0x0e}, - {0x0000000013013284, 0, 0x3c90000000000000}, - {0x0000000013013285, 0, 0x8000000000000000 >> 0x0f | - 0x8000000000000000 >> 0x10 | - 0x8000000000000000 >> 0x13 | - 0x0306400412000000 >> 0x15 }, - {0x0000000013013286, 0, 0}, - {0x0000000013013287, 0, 0x0000000000000182}, - {0x0000000013013288, 0, 0x0000000000000192}, - {0x0000000013013289, 0, 0x8000000000000000 >> 0x17}, - {0x0000000013030007, 0, 0x0000000000000182} + {0x0000000013010002, 0, 0xAABBC00000000000}, + {0x0000000013030007, 0, 0x00000CDE00000000}, + /* + * @todo + * @VBU workaround + * All SCR reg addresses below are only supported from chip release 052 and beyond. + * Release 051, which is used by current VBU model, contain different addresses for + * 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}, + {0x0000000013013284, 0, 0x3c90000000000000}, + {0x0000000013013285, 0, 0x8000000000000000 >> 0x0f | + 0x8000000000000000 >> 0x10 | + 0x8000000000000000 >> 0x13 | + 0x0306400412000000 >> 0x15 }, + {0x0000000013013286, 0, 0}, + {0x0000000013013287, 0, 0x0000000000000182}, + {0x0000000013013288, 0, 0x0000000000000192}, + {0x0000000013013289, 0, 0x8000000000000000 >> 0x17} + */ }; fapi::ReturnCode l_rc = fapi::FAPI_RC_SUCCESS; |