diff options
| author | Ilya Smirnov <ismirno@us.ibm.com> | 2018-10-18 09:54:09 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-11-27 09:53:52 -0600 |
| commit | 50182cf759b9a9c233c7bca4719b6dbc40de7952 (patch) | |
| tree | 8b24c335823038d2146aba9bc71b1f531f0fa10b /src/usr/secureboot/smf/makefile | |
| parent | cbf7565aeb3f5294dc1aef26e94421f74d5e9c50 (diff) | |
| download | blackbird-hostboot-50182cf759b9a9c233c7bca4719b6dbc40de7952.tar.gz blackbird-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/usr/secureboot/smf/makefile')
| -rw-r--r-- | src/usr/secureboot/smf/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/secureboot/smf/makefile b/src/usr/secureboot/smf/makefile index 14b7203fb..8deffbe0a 100644 --- a/src/usr/secureboot/smf/makefile +++ b/src/usr/secureboot/smf/makefile @@ -27,6 +27,7 @@ ROOTPATH = ../../../.. MODULE = smf OBJS += smf_utils.o +OBJS += smf.o include ${ROOTPATH}/config.mk |

