summaryrefslogtreecommitdiffstats
path: root/src/usr/expaccess/runtime
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/usr/expaccess/runtime
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/usr/expaccess/runtime')
-rw-r--r--src/usr/expaccess/runtime/makefile36
-rw-r--r--src/usr/expaccess/runtime/test/makefile37
2 files changed, 73 insertions, 0 deletions
diff --git a/src/usr/expaccess/runtime/makefile b/src/usr/expaccess/runtime/makefile
new file mode 100644
index 000000000..ed744eab2
--- /dev/null
+++ b/src/usr/expaccess/runtime/makefile
@@ -0,0 +1,36 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/expaccess/runtime/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2011,2019
+# [+] 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 = expaccess_rt
+
+SUBDIRS += test.d
+
+include ../expaccess.mk
+
+VPATH += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/
+VPATH += ${ROOTPATH}/src/usr/expaccess/
+
+include ${ROOTPATH}/config.mk \ No newline at end of file
diff --git a/src/usr/expaccess/runtime/test/makefile b/src/usr/expaccess/runtime/test/makefile
new file mode 100644
index 000000000..addcbd5e7
--- /dev/null
+++ b/src/usr/expaccess/runtime/test/makefile
@@ -0,0 +1,37 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/expaccess/runtime/test/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2011,2019
+# [+] 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
+
+HOSTBOOT_RUNTIME = 1
+
+ROOTPATH = ../../../../..
+MODULE = testexpaccess_rt
+
+include ../../test/test.mk
+
+TESTS = ../../test/*.H
+
+include ${ROOTPATH}/config.mk
+
+
OpenPOWER on IntegriCloud