summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-02-27 10:51:41 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-02-28 11:07:22 -0600
commitfec524004b0f9e15a8f8a9986e0415b4aa0f75b7 (patch)
tree67e2b71657b696508f9f2fc53aaa901ae2c01be5 /src
parent8c9986ad90d1ff17af4d8768c83beb526b03626c (diff)
downloadtalos-hostboot-fec524004b0f9e15a8f8a9986e0415b4aa0f75b7.tar.gz
talos-hostboot-fec524004b0f9e15a8f8a9986e0415b4aa0f75b7.zip
RTC Story 37664 - Fix VBU fail in test_FSICOMreadWrite_centaur
The testcase was trying to set reserved bits in the scom register which resulted in a data mismatch. I limited the bits in the test. Change-Id: Ia710caf41cab8bba0ad293a02803345c71e085ae Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/696 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Van H. Lee <vanlee@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/scom/test/scomtest.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/scom/test/scomtest.H b/src/usr/scom/test/scomtest.H
index f35f81dd5..d5a3f6b9e 100644
--- a/src/usr/scom/test/scomtest.H
+++ b/src/usr/scom/test/scomtest.H
@@ -260,7 +260,7 @@ public:
uint64_t addr;
uint64_t data;
} test_data[] = {
- { scom_targets[CENTAUR0], 0x02011403 , 0x123456789ABCDEF0 },
+ { scom_targets[CENTAUR0], 0x02011403 , 0x1234567800000000 },
{ scom_targets[CENTAUR0], 0x02011672 , 0x1122334455667788 },
{ scom_targets[CENTAUR8], 0x02011672 , 0x9E9E9E9E9E9E9E9E },
};
OpenPOWER on IntegriCloud