summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf
diff options
context:
space:
mode:
authorBill Schwartz <whs@us.ibm.com>2012-10-30 11:27:48 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-09 08:29:21 -0600
commited66b035444144109e66283e4b97087b918c6b93 (patch)
treee792b1444cbe0b84c313d32c88e43e5e97e6cb6d /src/include/usr/hwpf
parentc5d3f875c2f5daec90556edead0d4af8c7ff5470 (diff)
downloadtalos-hostboot-ed66b035444144109e66283e4b97087b918c6b93.tar.gz
talos-hostboot-ed66b035444144109e66283e4b97087b918c6b93.zip
MVPD Accessor Function: setRepairRing
mvpdtest.H comments out tests due to missing mvpd data (issue 51716). Might not need to be merged depending on the timing of fixing the data. Brian is working on errltest.H and errluserdetailtest.H to not deconfigure. As it is mvpd and getRingRepair tests do not run because the dependent targets are deconfigured. When fixed, then errors occur in mvpdtest. The problems are commented out for now in fapiwinkletest (get/set Repair Ring). RTC: 50971 Change-Id: I60d499ebb2d9966ffe2c0cc155a7875820b1ee83 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2171 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
-rw-r--r--src/include/usr/hwpf/hwp/RepairRingFunc.H70
1 files changed, 0 insertions, 70 deletions
diff --git a/src/include/usr/hwpf/hwp/RepairRingFunc.H b/src/include/usr/hwpf/hwp/RepairRingFunc.H
deleted file mode 100644
index 0f758da38..000000000
--- a/src/include/usr/hwpf/hwp/RepairRingFunc.H
+++ /dev/null
@@ -1,70 +0,0 @@
- /* IBM_PROLOG_BEGIN_TAG
- * This is an automatically generated prolog.
- *
- * $Source: src/include/usr/hwpf/hwp/RepairRingFunc.H $
- *
- * IBM CONFIDENTIAL
- *
- * COPYRIGHT International Business Machines Corp. 2012
- *
- * 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
- */
-// $Id: RepairRingFunc.H,v 1.1 2012/07/19 22:00:38 mjjones Exp $
-/**
- * @file RepairRingFunc.H
- *
- * @brief Prototype for getRepairRing() -
- * get a repair ring from the MVPD #R record
- */
-
- #ifndef _HWP_REPAIRRINGFUNC_
- #define _HWP_REPAIRRINGFUNC_
-
- #include <fapi.H>
-
-
-extern "C"
-{
-
-/**
- * @brief get specified repair ring from MVPD #R record for the specified
- * target CPU.
- *
- * @param i_fapiTarget - cpu target
- * @param i_chipletId - Chiplet ID
- * @param i_ringId - Ring ID
- * @param io_pRingBuf - pointer to a buffer allocated by the caller
- * @param io_rRingBufsize - in: size of ring buffer that caller has
- * allocated
- * out: number of BYTES that were copied to the
- * output buffer.
- * If the ring was not found, an error
- * will be returned and this will be 0.
- * If the output buffer is not big enough,
- * an error will be returned and this will
- * be the size required.
- *
- * @return fapi::ReturnCode - FAPI_RC_SUCCESS if success,
- * relevant error code for failure.
- */
-fapi::ReturnCode getRepairRing( const fapi::Target &i_fapiTarget,
- const uint8_t i_chipletId,
- const uint8_t i_ringId,
- uint8_t *io_pRingBuf,
- uint32_t &io_rRingBufsize );
-
-}
-
-#endif
OpenPOWER on IntegriCloud