From 50182cf759b9a9c233c7bca4719b6dbc40de7952 Mon Sep 17 00:00:00 2001 From: Ilya Smirnov Date: Thu, 18 Oct 2018 09:54:09 -0500 Subject: SMF: Distribute Secure Memory Among Procs Logic for distributing the requested amount of SMF memory between the procs with memory on the system. The algorithm attempts to allocate the memory in power-of-two increments of 256MB (such is the HW limitation) under each proc until the requested amount is satisfied or until we run out of procs with memory. Change-Id: Ica3e1706bdb731762a3daf07c11d889fc7b6367f RTC: 192411 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68128 Reviewed-by: Nicholas E. Bofferding Reviewed-by: Roland Veloz Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/include/usr/isteps/istep07list.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/usr/isteps/istep07list.H') diff --git a/src/include/usr/isteps/istep07list.H b/src/include/usr/isteps/istep07list.H index e9c03b082..4b1feb1b6 100644 --- a/src/include/usr/isteps/istep07list.H +++ b/src/include/usr/isteps/istep07list.H @@ -170,6 +170,7 @@ const DepModInfo g_istep07Dependancies = { #ifndef CONFIG_FSP_BUILD DEP_LIB(libnvram.so), #endif + DEP_LIB(libsmf.so), NULL } }; -- cgit v1.2.1