summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-02-20 17:37:16 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-03-11 15:53:07 -0500
commit552339eb7f7855f907dd0836c9cb2730887306a8 (patch)
tree7819872a1d0beae00dd78d2285d1ecca004e6e6a /src/makefile
parent4984330e0ef90cfa867e7ccde916cea196fa2b44 (diff)
downloadtalos-hostboot-552339eb7f7855f907dd0836c9cb2730887306a8.tar.gz
talos-hostboot-552339eb7f7855f907dd0836c9cb2730887306a8.zip
Create a common explorer accesss module expaccess
Move everything from expscom to the new, more general, expaccess. All code dealing with io to explorer should live here. Also add some ocmb communication test cases. Change-Id: Icd57bc094782873afb18ac22518aa2681db0b933 RTC: 186630 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72224 Reviewed-by: Matt Derksen <mderkse1@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> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/makefile b/src/makefile
index 6a9beb7d8..6b562d166 100644
--- a/src/makefile
+++ b/src/makefile
@@ -215,7 +215,7 @@ EXTENDED_MODULES += $(if $(CONFIG_UCD_FLASH_UPDATES),ucd)
EXTENDED_MODULES += $(if $(CONFIG_FSP_BUILD),,nvram)
EXTENDED_MODULES += mmio
EXTENDED_MODULES += smf
-EXTENDED_MODULES += expscom
+EXTENDED_MODULES += expaccess
#***************************************
# Working test modules
@@ -258,7 +258,7 @@ TESTCASE_MODULES += testintr
TESTCASE_MODULES += testfapi2
TESTCASE_MODULES += $(if $(CONFIG_EARLY_TESTCASES) && $(FSP_BUILD) ,,testnvram)
TESTCASE_MODULES += testsmf
-TESTCASE_MODULES += testexpscom
+TESTCASE_MODULES += testexpaccess
#******************************************************************
#KNOWN ISSUES (I might let these run but there is something wrong)
@@ -309,8 +309,10 @@ RUNTIME_MODULES += nestmemutils
RUNTIME_MODULES += imageprocs_rt
RUNTIME_MODULES += $(if $(CONFIG_NVDIMM),nvdimm_rt)
RUNTIME_MODULES += mss_rt
+RUNTIME_MODULES += expaccess_rt
RUNTIME_DATA_MODULES +=
+
RUNTIME_TESTCASE_MODULES += cxxtest_rt
RUNTIME_TESTCASE_MODULES += testsyslib_rt
RUNTIME_TESTCASE_MODULES += testxscom_rt
@@ -324,12 +326,12 @@ 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
RUNTIME_TESTCASE_MODULES += testtargeting_rt
RUNTIME_TESTCASE_MODULES += testsbeio_rt
RUNTIME_TESTCASE_MODULES += testpm_rt
RUNTIME_TESTCASE_MODULES += testrsvdtracebuf_rt
+# RUNTIME_TESTCASE_MODULES += testexpaccess_rt
RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic
OpenPOWER on IntegriCloud