summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/fapiTestHwp.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2011-07-25 12:30:51 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-07-27 10:24:22 -0500
commit4991a039cc2fc8a5ea6c28c21d7c7b07ffeaa36b (patch)
tree4c9ae06951994545856269fa7f849afefcca254f /src/usr/hwpf/hwp/fapiTestHwp.C
parent8c76c89044276c76479e732bc988f1ece7670a0a (diff)
downloadtalos-hostboot-4991a039cc2fc8a5ea6c28c21d7c7b07ffeaa36b.tar.gz
talos-hostboot-4991a039cc2fc8a5ea6c28c21d7c7b07ffeaa36b.zip
Fix VBU XSCOM & HWPF test case failure due to VBU unsupported address 0x130F0012
Change-Id: Ib44c3fa32220a4052682a4466a69e6459896a1f6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/215 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/fapiTestHwp.C')
-rw-r--r--src/usr/hwpf/hwp/fapiTestHwp.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/fapiTestHwp.C b/src/usr/hwpf/hwp/fapiTestHwp.C
index b37bdd49a..9190f9c07 100644
--- a/src/usr/hwpf/hwp/fapiTestHwp.C
+++ b/src/usr/hwpf/hwp/fapiTestHwp.C
@@ -83,7 +83,7 @@ fapi::ReturnCode hwpInitialTest(const fapi::Target & i_chip)
// Figure out the scom address and create a 64 bit data buffer
ecmdDataBufferBase l_data(64);
- const uint64_t l_addr = 0x0201240B;
+ const uint64_t l_addr = 0x13010002;
// Perform a GetScom operation on the chip
l_rc = GetScom(i_chip, l_addr, l_data);
OpenPOWER on IntegriCloud