diff options
| author | Missy Connell <missyc@us.ibm.com> | 2013-02-28 13:44:52 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-03-26 14:14:33 -0500 |
| commit | b2825953b28bea95f4ae46fd268d4e06dcb87455 (patch) | |
| tree | a8cca939502696d70fe29e68b5fd556dac9eca55 /src/usr/hwpf/test | |
| parent | b229ae320d4aa5225984699e3c89562df219bf03 (diff) | |
| download | talos-hostboot-b2825953b28bea95f4ae46fd268d4e06dcb87455.tar.gz talos-hostboot-b2825953b28bea95f4ae46fd268d4e06dcb87455.zip | |
Update Core Scratch Reg 6 with L3 vs Mainstore for FSP to query
RTC:64829
Change-Id: Ic8e7983f6838b79c359c4cee2647b7676493cb1e
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3564
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/test')
| -rw-r--r-- | src/usr/hwpf/test/hwpftest.H | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/hwpf/test/hwpftest.H b/src/usr/hwpf/test/hwpftest.H index ae267b83e..ebf401df9 100644 --- a/src/usr/hwpf/test/hwpftest.H +++ b/src/usr/hwpf/test/hwpftest.H @@ -353,8 +353,11 @@ public: {0x0000000015013286, 0, 0x0000000000000192}, {0x0000000015013287, 0, 0x0000000000000182}, {0x0000000015013288, 0, 0x0000000000000192}, - {0x0000000015013289, 0, (0x8000000000000000 >> 0x17) | - (0x4000000000000000 >> 0x18)} + // TODO: RTC:Issue 66579 Removed as this register is now being + // used by dump + + /*{0x0000000015013289, 0, (0x8000000000000000 >> 0x17) | + (0x4000000000000000 >> 0x18)}*/ }; fapi::ReturnCode l_rc = fapi::FAPI_RC_SUCCESS; |

