summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2016-06-15 17:35:18 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-30 15:19:35 -0400
commitf07603a9f2eab60e8e524ff487787086b9a5304e (patch)
tree48bc5116dd0d999647e302c62eca2033bb03572e /src/include
parent2dbc23b7ed689e4273ff057776b3dcff9bf3a43b (diff)
downloadtalos-hostboot-f07603a9f2eab60e8e524ff487787086b9a5304e.tar.gz
talos-hostboot-f07603a9f2eab60e8e524ff487787086b9a5304e.zip
Adding support for EFFECTIVE_EC
For OpenPower systems hostboot needs to add support for the EFFECTIVE_EC attribute that the FSP normally fills. This commit implements the same logic as the FSP, but without processor cards. Change-Id: I6688a5fa5509b1ee65df2454c4ab101ba0fc65de RTC:121686 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25907 Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26391 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwas/common/hwas.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/usr/hwas/common/hwas.H b/src/include/usr/hwas/common/hwas.H
index 8dafb39ae..df6c3a004 100644
--- a/src/include/usr/hwas/common/hwas.H
+++ b/src/include/usr/hwas/common/hwas.H
@@ -186,6 +186,13 @@ void invokePresentByAssoc();
void presentByAssoc(TargetInfoVector& io_funcTargets,
TargetInfoVector& o_targToDeconfig);
+/**
+ * @brief Find the ATTR_EC for all processors and calculate the EFFECTIVE_EC
+ * (the lowest EC found)
+ *
+ */
+void calculateEffectiveEC();
+
}; // end namespace
#endif
OpenPOWER on IntegriCloud