From f07603a9f2eab60e8e524ff487787086b9a5304e Mon Sep 17 00:00:00 2001 From: Elizabeth Liner Date: Wed, 15 Jun 2016 17:35:18 -0500 Subject: 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 Reviewed-by: Andres A. Lugo-Reyes Reviewed-by: Daniel M. Crowell Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26391 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins --- src/include/usr/hwas/common/hwas.H | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include') 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 -- cgit v1.2.1