summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/smf/test/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/usr/secureboot/smf/test/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/usr/secureboot/smf/test/makefile')
-rw-r--r--src/usr/secureboot/smf/test/makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/usr/secureboot/smf/test/makefile b/src/usr/secureboot/smf/test/makefile
new file mode 100644
index 000000000..e8226b017
--- /dev/null
+++ b/src/usr/secureboot/smf/test/makefile
@@ -0,0 +1,33 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/secureboot/smf/test/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2018
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
+ROOTPATH = ../../../../..
+
+MODULE = testsmf
+
+TESTS = testsmfutils.H
+TESTS += testmemutils.H
+
+include ${ROOTPATH}/config.mk
+
OpenPOWER on IntegriCloud