summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2018-10-18 09:54:09 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-27 09:53:52 -0600
commit50182cf759b9a9c233c7bca4719b6dbc40de7952 (patch)
tree8b24c335823038d2146aba9bc71b1f531f0fa10b /src/include/usr/isteps
parentcbf7565aeb3f5294dc1aef26e94421f74d5e9c50 (diff)
downloadtalos-hostboot-50182cf759b9a9c233c7bca4719b6dbc40de7952.tar.gz
talos-hostboot-50182cf759b9a9c233c7bca4719b6dbc40de7952.zip
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 <bofferdn@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps')
-rw-r--r--src/include/usr/isteps/istep07list.H1
1 files changed, 1 insertions, 0 deletions
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
}
};
OpenPOWER on IntegriCloud