summaryrefslogtreecommitdiffstats
path: root/src/include/usr/xscom
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2018-09-06 13:31:35 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-09 09:30:00 -0600
commit40039bb5fddf5efd1b01429ef011b68be999dce3 (patch)
treed509be93e473fc292bd51658b377954785d1117a /src/include/usr/xscom
parentfffa79ecb0c701ee029eae8ffb33483701e4c117 (diff)
downloadtalos-hostboot-40039bb5fddf5efd1b01429ef011b68be999dce3.tar.gz
talos-hostboot-40039bb5fddf5efd1b01429ef011b68be999dce3.zip
Extend multicast workaround and add tests
- Add support for multicast OR op type - Add xscom and scom multicast tests - Avoid false fails by not setting multicast bit in bad address tests Change-Id: I32ea5b1b68a1a2f0d92c2b82b5ab1b932ddb54af RTC:198114 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65778 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/xscom')
-rw-r--r--src/include/usr/xscom/xscomreasoncodes.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/usr/xscom/xscomreasoncodes.H b/src/include/usr/xscom/xscomreasoncodes.H
index 33fe9a712..7e1784e36 100644
--- a/src/include/usr/xscom/xscomreasoncodes.H
+++ b/src/include/usr/xscom/xscomreasoncodes.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2018 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -39,6 +41,7 @@ namespace XSCOM
XSCOM_DO_OP = 0x07,
XSCOM_RT_DO_OP = 0x08,
XSCOM_RT_SANITY_CHECK = 0x09,
+ XSCOM_TEST_XSCOM4 = 0x0A,
};
enum xscomReasonCode
OpenPOWER on IntegriCloud