From ddad6a525c4c12bfda720f065f359da62933580e Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Wed, 4 Dec 2019 17:01:07 -0600 Subject: Call p9a_throttle_sync inside mss_scominit We need to setup the memory throttles for worstcase mode for a portion of the boot before we have the real values later in mss_thermal_init. Changes to IPL flow - 13.8 mss_scominit - exp_scominit() - p9a_throttle_sync() <<< new 14.2 mss_thermal_init - exp_mss_thermal_init() - p9a_throttle_sync() <<< current place, stays here but also called earlier Change-Id: Iebf4ccb0f8b3f84ca146314b2a5d94ccbe88fc06 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/88118 Reviewed-by: Christian R Geddes Reviewed-by: Corey V Swenson Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: William G Hoffa --- src/include/usr/isteps/istep13list.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/usr') diff --git a/src/include/usr/isteps/istep13list.H b/src/include/usr/isteps/istep13list.H index 1b3238496..89041eae0 100644 --- a/src/include/usr/isteps/istep13list.H +++ b/src/include/usr/isteps/istep13list.H @@ -295,6 +295,7 @@ const DepModInfo g_istep13Dependancies = { DEP_LIB(libistep13.so), DEP_LIB(libisteps_mss.so), DEP_LIB(libcen.so), + DEP_LIB(libnestmemutils.so), NULL } }; -- cgit v1.2.3