From 1c97a157a652980c994c3bc4f452f3b0fdc70ecf Mon Sep 17 00:00:00 2001 From: Matt Derksen Date: Thu, 30 Aug 2018 09:26:02 -0500 Subject: 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 Reviewed-by: Corey V. Swenson Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/fapi2/test/p9_i2ctests.H | 55 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/usr/fapi2/test/p9_i2ctests.H (limited to 'src/usr/fapi2/test/p9_i2ctests.H') 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::ReturnCode p9_i2ctest_geti2c_fail( + fapi2::Target& i_target); + + +fapi2::ReturnCode p9_i2ctest_puti2c_fail( + fapi2::Target& i_target); + + +fapi2::ReturnCode p9_i2ctest_geti2c_pass( + fapi2::Target& i_target); + +fapi2::ReturnCode p9_i2ctest_puti2c_pass( + fapi2::Target& i_target); + +fapi2::ReturnCode p9_i2ctest_double_read_pass( + fapi2::Target& i_target); + +fapi2::ReturnCode p9_i2ctest_write_read_pass( + fapi2::Target& i_target); + +#endif -- cgit v1.2.1