diff options
| author | Thi Tran <thi@us.ibm.com> | 2015-07-23 16:12:18 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2015-12-11 13:40:20 -0600 |
| commit | 81d0aff11bdb017120fb6f34daaea2b136935730 (patch) | |
| tree | cd0b42e3ba82e839be74d18df85cd596ddd06a8e /src/import/hwpf/fapi2/docs | |
| parent | f7371ae857086cb3c37126819eb0b61c577821cc (diff) | |
| download | blackbird-hostboot-81d0aff11bdb017120fb6f34daaea2b136935730.tar.gz blackbird-hostboot-81d0aff11bdb017120fb6f34daaea2b136935730.zip | |
FAPI2 - Error/FFDC work related updates
Change-Id: I2c153d4362791d885b85fee0f4891a9239c6aec7
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19308
Tested-by: Jenkins Server
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/docs')
| -rwxr-xr-x | src/import/hwpf/fapi2/docs/topics/Ffdc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/docs/topics/Ffdc.md b/src/import/hwpf/fapi2/docs/topics/Ffdc.md index 9cd724f6f..a79c79705 100755 --- a/src/import/hwpf/fapi2/docs/topics/Ffdc.md +++ b/src/import/hwpf/fapi2/docs/topics/Ffdc.md @@ -12,7 +12,7 @@ parseErrorInfo.pl [--empty-ffdc-classes] [--use-variable-buffers] --output-dir=< - This perl script will parse HWP Error XML files and creates the following files: - hwp_return_codes.H. HwpReturnCode enumeration (HWP generated errors) - hwp_error_info.H. Error information (used by FAPI_SET_HWP_ERROR when a HWP generates an error) -- collect_reg_ffdc.C. Function to collect register FFDC +- collect_reg_ffdc.H. Function to collect register FFDC - set_sbe_error.H. Macro to create an SBE error The --empty-ffdc-classes option is for platforms which don't collect FFDC. It will generate stub classes which |

