summaryrefslogtreecommitdiffstats
path: root/src/include/usr/xscom
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2011-07-14 13:49:28 -0500
committerThi N. Tran <thi@us.ibm.com>2011-07-21 09:44:19 -0500
commitf8db3532fc97a0f97d89ee97e85be4d9c81a1c54 (patch)
tree1fdb4bba6868e3fa7971abd54ae2288c0afeed8c /src/include/usr/xscom
parent471f09f1a9bcc46fc385fa8aca776cb682075c0b (diff)
downloadtalos-hostboot-f8db3532fc97a0f97d89ee97e85be4d9c81a1c54.tar.gz
talos-hostboot-f8db3532fc97a0f97d89ee97e85be4d9c81a1c54.zip
Update addresses used in XSCOM/HWPF test cases to work in VBU
Disable XSCOM and HWPF test cases so automated test doesn't fail Added XSCOM address in trace Re-enable XSCOM and HWPF test cases to be used with new fips build Change to backing build b0720a_1132.750 & fix test cases failure Change-Id: Iac54bdcde54d2d8168455e1f51f6ff309f14918f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/200 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/include/usr/xscom')
-rw-r--r--src/include/usr/xscom/xscomreasoncodes.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/xscom/xscomreasoncodes.H b/src/include/usr/xscom/xscomreasoncodes.H
index 552b517e9..c000c00da 100644
--- a/src/include/usr/xscom/xscomreasoncodes.H
+++ b/src/include/usr/xscom/xscomreasoncodes.H
@@ -9,6 +9,7 @@ namespace XSCOM
{
XSCOM_PERFORM_OP = 0x00,
XSCOM_SANITY_CHECK = 0x01,
+ XSCOM_TEST_XSCOM1 = 0x02,
};
enum xscomReasonCode
@@ -16,6 +17,7 @@ namespace XSCOM
XSCOM_STATUS_ERR = XSCOM_COMP_ID | 0x01,
XSCOM_INVALID_DATA_BUFFER = XSCOM_COMP_ID | 0x02,
XSCOM_INVALID_OP_TYPE = XSCOM_COMP_ID | 0x03,
+ XSCOM_DATA_UNMATCHED = XSCOM_COMP_ID | 0x04,
};
};
OpenPOWER on IntegriCloud