From 631a2ca83941e741f6464a553c84a5620b202773 Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Mon, 20 Jan 2014 15:09:17 -0600 Subject: Refresh FAPI files from eKB to get cvs change tags Change-Id: I7852c503d0f6497f591581d272434b32eb88d285 RTC: 95764 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8163 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton Reviewed-by: Donald E. Dahle Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/plat/fapiPlatHwAccess.C | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) (limited to 'src/usr/hwpf/plat/fapiPlatHwAccess.C') diff --git a/src/usr/hwpf/plat/fapiPlatHwAccess.C b/src/usr/hwpf/plat/fapiPlatHwAccess.C index 7adb5068a..eac1049a2 100644 --- a/src/usr/hwpf/plat/fapiPlatHwAccess.C +++ b/src/usr/hwpf/plat/fapiPlatHwAccess.C @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2013 */ +/* COPYRIGHT International Business Machines Corp. 2011,2014 */ /* */ /* p1 */ /* */ @@ -20,27 +20,6 @@ /* Origin: 30 */ /* */ /* IBM_PROLOG_END_TAG */ -// This is an automatically generated prolog. -// -// $Source: src/usr/hwpf/plat/fapiPlatHwAccess.C $ -// -// IBM CONFIDENTIAL -// -// COPYRIGHT International Business Machines Corp. 2011 -// -// p1 -// -// Object Code Only (OCO) source materials -// Licensed Internal Code Source Materials -// IBM HostBoot Licensed Internal Code -// -// The source code for this program is not published or other- -// wise divested of its trade secrets, irrespective of what has -// been deposited with the U.S. Copyright Office. -// -// Origin: 30 -// -// IBM_PROLOG_END_TAG /** * @file fapiPlatHwAccess.C * @@ -575,7 +554,7 @@ fapi::ReturnCode platModifyCfamRegister(const fapi::Target& i_target, // platGetRing function, the platform implementation //****************************************************************************** fapi::ReturnCode platGetRing(const fapi::Target& i_target, - const uint32_t i_address, + const scanRingId_t i_address, ecmdDataBufferBase & o_data, const uint32_t i_ringMode) { @@ -609,7 +588,7 @@ fapi::ReturnCode platGetRing(const fapi::Target& i_target, // platPutRing function //****************************************************************************** fapi::ReturnCode platPutRing(const fapi::Target& i_target, - const uint32_t i_address, + const scanRingId_t i_address, ecmdDataBufferBase & i_data, const uint32_t i_ringMode) { @@ -644,7 +623,7 @@ fapi::ReturnCode platPutRing(const fapi::Target& i_target, // platModifyRing function //****************************************************************************** fapi::ReturnCode platModifyRing(const fapi::Target& i_target, - const uint32_t i_address, + const scanRingId_t i_address, ecmdDataBufferBase & i_data, const fapi::ChipOpModifyMode i_modifyMode, const uint32_t i_ringMode) -- cgit v1.2.1