summaryrefslogtreecommitdiffstats
path: root/src/usr/mmio/test/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/usr/mmio/test/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/usr/mmio/test/makefile')
-rw-r--r--src/usr/mmio/test/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/mmio/test/makefile b/src/usr/mmio/test/makefile
index 133f3ca44..bb5ffe21d 100644
--- a/src/usr/mmio/test/makefile
+++ b/src/usr/mmio/test/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2018
+# Contributors Listed Below - COPYRIGHT 2011,2019
# [+] International Business Machines Corp.
#
#
@@ -25,6 +25,10 @@
ROOTPATH = ../../../..
MODULE = testmmio
+
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/common/include/
+
+
TESTS = *.H
OpenPOWER on IntegriCloud