summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-10-03 15:59:08 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-04 22:52:10 -0400
commitf019674c62ab1485d2fb87e7aebcccb9ee3fe6e0 (patch)
tree52fa72b6eb412614bb5684a20d6c4ef1f1e5fedf /src/include/usr/hwas
parent6a41be7a1e83d4ede3116b926719caa1037992b9 (diff)
downloadblackbird-hostboot-f019674c62ab1485d2fb87e7aebcccb9ee3fe6e0.tar.gz
blackbird-hostboot-f019674c62ab1485d2fb87e7aebcccb9ee3fe6e0.zip
Port setting of EC/EQ_GARD attrs on the PROC from hwsv->hwas
There was already code that did this in HWSV so we are moving it to HWAS to make it common. Also added the call where we need it at call_host_slave_sbe_config before the HWP call. Change-Id: Ie19ba0afd55fcb21a2661e0e2e6e1c9422105c7f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30642 Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.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/hwas.H10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/include/usr/hwas/common/hwas.H b/src/include/usr/hwas/common/hwas.H
index df6c3a004..891af5e3d 100644
--- a/src/include/usr/hwas/common/hwas.H
+++ b/src/include/usr/hwas/common/hwas.H
@@ -129,7 +129,7 @@ errlHndl_t restrictECunits(
* @param[out] o_bootable Indicate whether the system is
* is bootable with current configuration.
* if o_bootable is not NULL an error for
- * system unavailability will not be logged
+ * system unavailability will not be logged
*
* @return error log handle
*/
@@ -187,6 +187,14 @@ void presentByAssoc(TargetInfoVector& io_funcTargets,
TargetInfoVector& o_targToDeconfig);
/**
+* @brief Algorithm to set up the EQ_GARD and EC_GARD attributes on the proc
+*
+* @param[in] i_procTarget Proccesor target to set attributes on
+*/
+void setChipletGardsOnProc(TARGETING::Target * i_procTarget);
+
+
+/**
* @brief Find the ATTR_EC for all processors and calculate the EFFECTIVE_EC
* (the lowest EC found)
*
OpenPOWER on IntegriCloud