summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2018-11-02 17:46:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-01-09 14:00:33 -0600
commit4ba2815b6b767597b08631ab840401bbe8352173 (patch)
treee455aba7475b180e99990a904a37487362c158a1 /src/makefile
parent529e81cd709b1126892fab6df0826498165c30e9 (diff)
downloadtalos-hostboot-4ba2815b6b767597b08631ab840401bbe8352173.tar.gz
talos-hostboot-4ba2815b6b767597b08631ab840401bbe8352173.zip
Unit Tests For Adjusting SMF HOMER BAR
This change introduces the unit tests for testing the helper functions of the SMF functionality to move the HOMER BAR to secure memory. Change-Id: I771240a554dbcef120fc476c26846f75d56592a0 RTC: 198825 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68356 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: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 6ba99ebef..347ce3116 100644
--- a/src/makefile
+++ b/src/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2010,2018
+# Contributors Listed Below - COPYRIGHT 2010,2019
# [+] Google Inc.
# [+] International Business Machines Corp.
#
@@ -256,6 +256,7 @@ TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testruntime)
TESTCASE_MODULES += testintr
TESTCASE_MODULES += testfapi2
TESTCASE_MODULES += $(if $(CONFIG_FSP_BUILD),,testnvram)
+TESTCASE_MODULES += testsmf
#******************************************************************
#KNOWN ISSUES (I might let these run but there is something wrong)
OpenPOWER on IntegriCloud