summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/test/p9_i2ctests.H
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2018-08-30 09:26:02 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-03 09:38:26 -0500
commit1c97a157a652980c994c3bc4f452f3b0fdc70ecf (patch)
tree2cbc1273cf987bc2e470d9d8e1ea98069cda739d /src/usr/fapi2/test/p9_i2ctests.H
parent1ad25a8428db5a9811c5d494d1a9cdb4c57a1658 (diff)
downloadblackbird-hostboot-1c97a157a652980c994c3bc4f452f3b0fdc70ecf.tar.gz
blackbird-hostboot-1c97a157a652980c994c3bc4f452f3b0fdc70ecf.zip
Cxxtest for fapi_i2c support
Test framework for fapi_i2c testing Change-Id: I2f901ad393d03ce498e7b1c30ce1c4ef25bee037 RTC:197029 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65952 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@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: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test/p9_i2ctests.H')
-rw-r--r--src/usr/fapi2/test/p9_i2ctests.H55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/usr/fapi2/test/p9_i2ctests.H b/src/usr/fapi2/test/p9_i2ctests.H
new file mode 100644
index 000000000..357c1a5a2
--- /dev/null
+++ b/src/usr/fapi2/test/p9_i2ctests.H
@@ -0,0 +1,55 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/fapi2/test/p9_i2ctests.H $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2018 */
+/* [+] 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 */
+//------------------------------------------------------------------------------
+/// @file p9_i2ctests.C
+///
+/// @brief These procedures test the fapi2 i2c_access interfaces.
+//------------------------------------------------------------------------------
+#ifndef _P9_I2CTESTS_H_
+#define _P9_I2CTESTS_H_
+
+#include <fapi2.H>
+
+fapi2::ReturnCode p9_i2ctest_geti2c_fail(
+ fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
+
+
+fapi2::ReturnCode p9_i2ctest_puti2c_fail(
+ fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
+
+
+fapi2::ReturnCode p9_i2ctest_geti2c_pass(
+ fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>& i_target);
+
+fapi2::ReturnCode p9_i2ctest_puti2c_pass(
+ fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>& i_target);
+
+fapi2::ReturnCode p9_i2ctest_double_read_pass(
+ fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>& i_target);
+
+fapi2::ReturnCode p9_i2ctest_write_read_pass(
+ fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>& i_target);
+
+#endif
OpenPOWER on IntegriCloud