summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/test/fapi2Test.mk
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2018-09-12 10:54:15 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-11-09 13:27:20 -0600
commit1e1b50096bb42d57f06af3016cd1e7c6977d0021 (patch)
tree349d0c3199a2010686b1b9c6f056668a61031a19 /src/usr/fapi2/test/fapi2Test.mk
parent8351efdb3b65ed4fc5472e78efd5db315663e42f (diff)
downloadtalos-hostboot-1e1b50096bb42d57f06af3016cd1e7c6977d0021.tar.gz
talos-hostboot-1e1b50096bb42d57f06af3016cd1e7c6977d0021.zip
Support fapi2 MMIO functions
There will be a new set of interfaces in fapi2 to perform mmio (aka inband) operations directly. This is needed for OCMB access in the memory HWPs, specifically as part of the command/response protocol. Change-Id: If473e8e53fa6f76a05ad897e150b58075c769902 RTC:191344 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66045 Reviewed-by: Richard Ward <rward15@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> 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: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test/fapi2Test.mk')
-rw-r--r--src/usr/fapi2/test/fapi2Test.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/fapi2/test/fapi2Test.mk b/src/usr/fapi2/test/fapi2Test.mk
index 6c3619a32..16c779b6e 100644
--- a/src/usr/fapi2/test/fapi2Test.mk
+++ b/src/usr/fapi2/test/fapi2Test.mk
@@ -57,6 +57,7 @@ ifeq (${HOSTBOOT_RUNTIME},1)
## Remove non-runtime tests (grep -v testname.H)
TESTS += ${shell ls ${ROOTPATH}/src/usr/fapi2/test/*Test.H | \
grep -v fapi2I2cAccessTest.H | \
+ grep -v fapi2MmioAccessTest.H | \
sort | xargs}
################################################################################
@@ -68,6 +69,7 @@ else
TESTS += ${shell ls ${ROOTPATH}/src/usr/fapi2/test/*Test.H | \
sort | xargs}
OBJS += p9_i2ctests.o
+OBJS += p9_mmiotests.o
################################################################################
endif
OpenPOWER on IntegriCloud