diff options
| author | Thi Tran <thi@us.ibm.com> | 2014-05-27 13:14:29 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-05-29 10:38:20 -0500 |
| commit | c4594ec503b576f5e8d448024c0d3689903e28a6 (patch) | |
| tree | fa40b1f65f00e661addfe59f2c246ca571eb4044 /src/include/usr/hwpf | |
| parent | 25b9110ea8ed6a0563b4ebee3bb25a3a1f8ba60b (diff) | |
| download | blackbird-hostboot-c4594ec503b576f5e8d448024c0d3689903e28a6.tar.gz blackbird-hostboot-c4594ec503b576f5e8d448024c0d3689903e28a6.zip | |
SW258709: Sync erepair FAPI code across FSP/eKB/Hostboot
Change-Id: I1de6583ec14c66dc894b67143eeb4b50a6ea7eea
CQ:SW258709
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11301
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11304
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
4 files changed, 9 insertions, 6 deletions
diff --git a/src/include/usr/hwpf/hwp/erepairAccessorHwpFuncs.H b/src/include/usr/hwpf/hwp/erepairAccessorHwpFuncs.H index 82258c1f1..b0899683e 100644 --- a/src/include/usr/hwpf/hwp/erepairAccessorHwpFuncs.H +++ b/src/include/usr/hwpf/hwp/erepairAccessorHwpFuncs.H @@ -20,6 +20,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ +// $Id: erepairAccessorHwpFuncs.H,v 1.2 2014/04/29 11:59:25 bilicon Exp $ /** * @file erepairAccessorHwpFuncs.H * @@ -38,6 +39,7 @@ #define EREPAIRACCESSORHWPFUNCS_H_ #include <fapi.H> +#include <algorithm> const uint8_t EREPAIR_MAX_CENTAUR_PER_MCS = 1; diff --git a/src/include/usr/hwpf/hwp/erepairConsts.H b/src/include/usr/hwpf/hwp/erepairConsts.H index a9b105d83..0ad6684e9 100644 --- a/src/include/usr/hwpf/hwp/erepairConsts.H +++ b/src/include/usr/hwpf/hwp/erepairConsts.H @@ -20,8 +20,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ - - +// $Id: erepairConsts.H,v 1.3 2014/04/29 11:59:35 bilicon Exp $ /** * @file eRepairConsts.H * diff --git a/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H b/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H index 06a5ef2a2..bcbc7b3a8 100644 --- a/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H +++ b/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H @@ -20,6 +20,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ +// $Id: erepairGetFailedLanesHwp.H,v 1.3 2014/04/29 11:59:55 bilicon Exp $ /** * @file erepairGetFailedLanesHwp.H * diff --git a/src/include/usr/hwpf/hwp/erepairSetFailedLanesHwp.H b/src/include/usr/hwpf/hwp/erepairSetFailedLanesHwp.H index 32faf7525..52f58e77e 100755 --- a/src/include/usr/hwpf/hwp/erepairSetFailedLanesHwp.H +++ b/src/include/usr/hwpf/hwp/erepairSetFailedLanesHwp.H @@ -20,6 +20,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ +// $Id: erepairSetFailedLanesHwp.H,v 1.2 2014/04/30 09:45:10 bilicon Exp $ /** * @file erepairSetFailedLanesHwp.H * @@ -41,10 +42,10 @@ typedef fapi::ReturnCode (*erepairSetFailedLanesHwp_FP_t)( - const fapi::Target &i_tgtHandle, - EREPAIR::erepairVpdType i_vpdType, - std::vector<uint8_t> &i_txFailLanes, - std::vector<uint8_t> &i_rxFailLanes); + const fapi::Target &i_tgtHandle, + EREPAIR::erepairVpdType i_vpdType, + const std::vector<uint8_t> &i_txFailLanes, + const std::vector<uint8_t> &i_rxFailLanes); extern "C" { |

