summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas
diff options
context:
space:
mode:
authorAlpana Kumari <alpankum@in.ibm.com>2018-12-02 12:00:22 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-12-07 09:04:33 -0600
commit657fa3a59869cbca172653dfeb4e537970f478f7 (patch)
tree1e728bf9a5a19387a382ece616c9fd4873501b36 /src/include/usr/hwas
parentb63c84765363b7bf4eea4a19d4cf5bba2533b63b (diff)
downloadblackbird-hostboot-657fa3a59869cbca172653dfeb4e537970f478f7.tar.gz
blackbird-hostboot-657fa3a59869cbca172653dfeb4e537970f478f7.zip
Use new Bus callout Interface
HWSV has supported new interface of BUS Callout with flag parameter, HB has to use this New interface Change-Id: I2ceb6a086938fdb943a93b65f98158dfaec83a1d CQ: SW448379 CMVC-Prereq: 1073384 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69335 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: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas')
-rw-r--r--src/include/usr/hwas/common/hwasCallout.H22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H
index a7535f093..adfed13d5 100644
--- a/src/include/usr/hwas/common/hwasCallout.H
+++ b/src/include/usr/hwas/common/hwasCallout.H
@@ -398,21 +398,21 @@ errlHndl_t platHandleHWCallout(
* @brief platform specific code to handle a bus callout that has been
* found in an errlog
*
- * @param[in] i_pTarget1 target endpoint1
- * @param[in] i_pTarget2 target endpoint2
- * @param[in] i_busType bus type Enum
- * @param[in] i_priority Enum indicating the priority of the callout
- * @param[in] io_errl reference to errlHnld for this errlog
+ * @param[in] io_busCallout a structure of all the fields data needed for
+ * bus callout
+ * TargetPart1: target endpoint1
+ * TargetPart2: target endpoint2
+ * busType: bus type Enum
+ * priority: Enum indicating the priority of the callout
+ * flag: Flag for CBLV link state of SMP cables only
*
+ * @param[in] io_errl reference to errlHnld for this errlog
* @return errlHndl_t valid errlHndl_t handle if there was an error,
* NULL if no errors;
*/
-errlHndl_t platHandleBusCallout(
- TARGETING::Target *i_pTarget1,
- TARGETING::Target *i_pTarget2,
- busTypeEnum i_busType,
- callOutPriority i_priority,
- errlHndl_t &io_errl);
+errlHndl_t platHandleAddBusCallout(busCallout_t &io_busCallout,
+ errlHndl_t &io_errl);
+
/**
* @brief platform specific code to handle a clock callout that has been
OpenPOWER on IntegriCloud