summaryrefslogtreecommitdiffstats
path: root/src/usr/sbeio/makefile
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2017-07-06 21:17:47 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-19 13:49:22 -0400
commitc0f528fbaf2532d8cfaf51165fe4f7055a11f24a (patch)
tree7643434d680a6bb7a3b44ffa81e038dae1861e3c /src/usr/sbeio/makefile
parentbf8d6d1dfc603df78a07f9e413d54dc33be857e6 (diff)
downloadtalos-hostboot-c0f528fbaf2532d8cfaf51165fe4f7055a11f24a.tar.gz
talos-hostboot-c0f528fbaf2532d8cfaf51165fe4f7055a11f24a.zip
Secureboot: Base Support of Opening/Closing Memory Regions via SBE
This commit provides the base support of Opening and Closing Unsecure Memory Regions via PSU commands to the SBE. It introduces external interfaces, a Memory Region Manager class, and a testcase that covers the expected use of the interfaces. However, it does not enable the actual PSU commands to the SBE since their support is not yet available. Change-Id: I086011fcbd485abf2db574a82d43cfdea120ffc8 RTC:145686 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42834 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@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: Marshall J. Wilks <mjwilks@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio/makefile')
-rw-r--r--src/usr/sbeio/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/sbeio/makefile b/src/usr/sbeio/makefile
index 91aac40bd..fb74a3ea3 100644
--- a/src/usr/sbeio/makefile
+++ b/src/usr/sbeio/makefile
@@ -43,6 +43,7 @@ OBJS += sbe_scomAccess.o
OBJS += sbe_scomAccessdd.o
OBJS += sbe_ffdc_parser.o
OBJS += sbe_setFFDCAddr.o
+OBJS += sbe_memRegionMgr.o
SUBDIRS += test.d
SUBDIRS += runtime.d
OpenPOWER on IntegriCloud