diff options
| author | Brian Silver <bsilver@us.ibm.com> | 2016-01-07 14:35:20 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-02-26 13:45:52 -0600 |
| commit | 4796b1ae5c72f5fbde67f292180753c22525b919 (patch) | |
| tree | e2b11fb82bbaba066db7824a7df9d85496704a67 /src/import/hwpf/fapi2/include | |
| parent | dc96fe638b90a7e62e05f19788c5f698a86959b0 (diff) | |
| download | talos-hostboot-4796b1ae5c72f5fbde67f292180753c22525b919.tar.gz talos-hostboot-4796b1ae5c72f5fbde67f292180753c22525b919.zip | |
Add mcbist L2 function
Change-Id: I8b98c188d6a642eb49d89deffcbd697d9cf7afdc
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23895
Tested-by: Jenkins Server
Reviewed-by: Craig C. Hamilton <cchamilt@us.ibm.com>
Reviewed-by: Andre A. Marin <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24667
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include')
| -rw-r--r-- | src/import/hwpf/fapi2/include/ffdc.H | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/import/hwpf/fapi2/include/ffdc.H b/src/import/hwpf/fapi2/include/ffdc.H index 684fb6617..b13d91bd6 100644 --- a/src/import/hwpf/fapi2/include/ffdc.H +++ b/src/import/hwpf/fapi2/include/ffdc.H @@ -70,7 +70,8 @@ class FirstFailureData // problem. /// FirstFailureData(void): - iv_info( nullptr ), iv_platDataPtr(nullptr) + iv_info( nullptr ) +// iv_info( nullptr ), iv_platDataPtr(nullptr) {} /// @@ -178,7 +179,7 @@ class FirstFailureData { iv_info = nullptr; } - +#if 0 /// /// @brief Returns the platform data pointer value to the caller. /// @@ -196,14 +197,14 @@ class FirstFailureData static_cast<R*>(this)->operator=(FAPI2_RC_PLAT_ERR_SEE_DATA); iv_platDataPtr = i_ptr; }; - +#endif private: // Pointer to the error info std::shared_ptr<ErrorInfo> iv_info; // free format data, to be used by the platform - void* iv_platDataPtr; +// void* iv_platDataPtr; }; } |

