diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2012-11-14 09:44:46 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-11-26 11:51:29 -0600 |
| commit | b8c326b959a9f1bcb905397eecdc0ebfd0db5884 (patch) | |
| tree | 2d45c44fc2a80eb0a73e36c3b27865657ab1f54c /src/include/usr/hwpf/fapi/fapi.H | |
| parent | 34fff20c4ebd6684e324b04fd5d2c3a7049ea09a (diff) | |
| download | blackbird-hostboot-b8c326b959a9f1bcb905397eecdc0ebfd0db5884.tar.gz blackbird-hostboot-b8c326b959a9f1bcb905397eecdc0ebfd0db5884.zip | |
HWPF: Add FAPI_SET_SBE_ERROR
When a function extracts an SBE error value, this macro is called which calls
FAPI_SET_HWP_ERROR with the correct error enumerator. This ensures that all
error actions specified in the Error Information XML file are performed. This
macro is generated at build time from the Error Information XML files.
Change-Id: If43dfc7fc2d904408e92d1d640f050e5025bde4b
RTC: 51583
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2333
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/fapi/fapi.H')
| -rw-r--r-- | src/include/usr/hwpf/fapi/fapi.H | 47 |
1 files changed, 24 insertions, 23 deletions
diff --git a/src/include/usr/hwpf/fapi/fapi.H b/src/include/usr/hwpf/fapi/fapi.H index abf00161b..46e6d4c13 100644 --- a/src/include/usr/hwpf/fapi/fapi.H +++ b/src/include/usr/hwpf/fapi/fapi.H @@ -1,26 +1,25 @@ -/* IBM_PROLOG_BEGIN_TAG - * This is an automatically generated prolog. - * - * $Source: src/include/usr/hwpf/fapi/fapi.H $ - * - * IBM CONFIDENTIAL - * - * COPYRIGHT International Business Machines Corp. 2011-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 - */ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/include/usr/hwpf/fapi/fapi.H $ */ +/* */ +/* IBM CONFIDENTIAL */ +/* */ +/* COPYRIGHT International Business Machines Corp. 2011,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 otherwise */ +/* divested of its trade secrets, irrespective of what has been */ +/* deposited with the U.S. Copyright Office. */ +/* */ +/* Origin: 30 */ +/* */ +/* IBM_PROLOG_END_TAG */ /** * @file fapi.H * @@ -37,6 +36,7 @@ * mjjones 09/23/2011 Added fapiHwpErrorInfo.H * mjjones 11/10/2011 Use ecmdDataBufferBase * mjjones 04/16/2012 Added fapiChipEcFeature.H + * mjjones 11/14/2012 Added fapiSetSbeError.H */ #ifndef FAPI_H_ @@ -54,6 +54,7 @@ #include <fapiHwpReturnCodes.H> // Generated file #include <fapiHwpErrorInfo.H> // Generated file #include <fapiAttributeIds.H> // Generated file +#include <fapiSetSbeError.H> // Generated file #include <ecmdDataBufferBase.H> #include <fapiMvpdAccess.H> |

