summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorGlenn Miles <milesg@ibm.com>2019-05-24 16:32:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-07 14:41:25 -0500
commit5634271463a1f735395a67f3f631358861e3fecd (patch)
treea0d3f29f3ecef94c7dcdc2a0c9ff514a7563cedb /src/makefile
parentca91046e0b3d54ed6e4f1f54ebc59adcda5bfc61 (diff)
downloadtalos-hostboot-5634271463a1f735395a67f3f631358861e3fecd.tar.gz
talos-hostboot-5634271463a1f735395a67f3f631358861e3fecd.zip
OCMB MMIO error handling
Added the following -Error checking and FRU isolation on explorer side -Cleaned up MMIO write error handling to read an MMIO error register -Fixed and enabled MMIO test cases -Moved parameter checking and channel checkstop checking into seperate functions. -Only check for channel checkstop for the channel that an OCMB is connected to. -Switch to using I2C on first MMIO failure. Change-Id: I5e997c5177f8a68a2966f837acc9b578a4cc1897 RTC:201588 RTC:201901 RTC:202533 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77859 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: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 48f4b30be..fb09a08bc 100644
--- a/src/makefile
+++ b/src/makefile
@@ -266,6 +266,7 @@ TESTCASE_MODULES += $(if $(CONFIG_EARLY_TESTCASES) && $(FSP_BUILD) ,,testnvram)
TESTCASE_MODULES += $(if $(CONFIG_AXONE_BRING_UP),,testsmf)
TESTCASE_MODULES += testexpaccess
TESTCASE_MODULES += testexpupd
+TESTCASE_MODULES += testmmio
#******************************************************************
#KNOWN ISSUES (I might let these run but there is something wrong)
OpenPOWER on IntegriCloud