summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2018-06-21 08:16:37 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-07-03 17:13:07 -0400
commit1759af757bd8f9a13386c4fb4624bd93394af67b (patch)
tree630cbf001cf10a15a9c2f939c3c2ec71f2f44808 /src/include/usr/errl
parente5dfc3ab0ec51ee63205c7064b7b4a4c4b8ba46f (diff)
downloadblackbird-hostboot-1759af757bd8f9a13386c4fb4624bd93394af67b.tar.gz
blackbird-hostboot-1759af757bd8f9a13386c4fb4624bd93394af67b.zip
Add error callouts and other improvements for Node Communications
This code adds bus, hw, code, etc callouts to the appropriate errors. It also cleans up other TODOs, refactors some functions, and applies somes fixes found in testing. Change-Id: I462cdb2c4e313c277a3e0542f740e82ede3313f3 RTC:184518 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61813 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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl')
-rw-r--r--src/include/usr/errl/errlentry.H16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index 4a3c8a634..3ed040ae0 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -557,6 +557,22 @@ public:
const HWAS::callOutPriority i_priority);
/**
+ * @brief Add a bus callout with entity paths
+ *
+ * @param[in] i_target1 The PHYS_PATH of HW bus endpoint target1
+ * @param[in] i_target2 The PHYS_PATH of HW bus endpoint target2
+ * @param[in] i_busType The hardware bus type
+ * @param[in] i_priority Priority of the callout
+ *
+ * @return void
+ */
+ void addBusCallout(const TARGETING::EntityPath & i_target1,
+ const TARGETING::EntityPath & i_target2,
+ HWAS::busTypeEnum i_busType,
+ HWAS::callOutPriority i_priority);
+
+
+ /**
* @brief Add a hardware callout
*
* @param[in] i_target The hardware target
OpenPOWER on IntegriCloud