From f25ca35cf10693ccc45753231f171b453228b82e Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Tue, 21 Jun 2016 14:49:31 -0500 Subject: Register verify_container runtime interface - Added verify_container API to runtime interface for secureboot - Added testcase to test API registration - Created common secureboot tracing files Change-Id: If755644ff6507f14fd0463f4accf05301fc91832 RTC: 156119 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26104 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Stephen M. Cprek Reviewed-by: Christopher J. Engel Reviewed-by: William G. Hoffa --- src/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index cc682328b..a703fb2bc 100644 --- a/src/makefile +++ b/src/makefile @@ -273,6 +273,7 @@ RUNTIME_MODULES += $(if $(CONFIG_BMC_IPMI),ipmi_rt) RUNTIME_MODULES += pm_rt RUNTIME_MODULES += pnor_rt RUNTIME_MODULES += fapi2_rt +RUNTIME_MODULES += secureboot_rt RUNTIME_DATA_MODULES += RUNTIME_TESTCASE_MODULES += cxxtest_rt @@ -288,6 +289,7 @@ RUNTIME_TESTCASE_MODULES += $(if $(CONFIG_HBRT_PRD),testattn_rt) RUNTIME_TESTCASE_MODULES += $(if $(CONFIG_BMC_IPMI),testipmi_rt) RUNTIME_TESTCASE_MODULES += testpnor_rt RUNTIME_TESTCASE_MODULES += testfapi2_rt +RUNTIME_TESTCASE_MODULES += testsecureboot_rt RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic -- cgit v1.2.1