diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2012-04-23 14:28:04 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-04-27 14:35:34 -0500 |
commit | 7b0cefb312c7eae2363eb6f83eb946fc7069cb4f (patch) | |
tree | 3ceba19abb63ecde1629b339d93f000927de0d9d /src/include/usr | |
parent | 174f7992bf4a73ebb891027084d490a43f257c3b (diff) | |
download | talos-hostboot-7b0cefb312c7eae2363eb6f83eb946fc7069cb4f.tar.gz talos-hostboot-7b0cefb312c7eae2363eb6f83eb946fc7069cb4f.zip |
Updating the bbuild to b0419a_1215.810
Moving up levels to get to a stable fips810 driver that
includes some Simics fixes
RTC: 40995
Change-Id: Iedbefc0f765b51d18af5a106fb4db89a9531f739
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/946
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r-- | src/include/usr/xscom/xscomreasoncodes.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/xscom/xscomreasoncodes.H b/src/include/usr/xscom/xscomreasoncodes.H index 09fdb5d30..9706d9295 100644 --- a/src/include/usr/xscom/xscomreasoncodes.H +++ b/src/include/usr/xscom/xscomreasoncodes.H @@ -33,6 +33,7 @@ namespace XSCOM XSCOM_SANITY_CHECK = 0x01, XSCOM_TEST_XSCOM1 = 0x02, XSCOM_GET_TARGET_VIRT_ADDR = 0x03, + XSCOM_TEST_XSCOM2 = 0x04, }; enum xscomReasonCode |