summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/fapi/fapiParseErrorInfo.pl
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2011-12-16 15:07:28 -0600
committerMIKE J. JONES <mjjones@us.ibm.com>2011-12-19 12:08:22 -0600
commitc6928c0fd5f3ca01ba3fc9a0421442a2849b26ba (patch)
treec2f2324b937dc9bb4c3a53b967e9625d36ff5706 /src/usr/hwpf/fapi/fapiParseErrorInfo.pl
parent9702479b40c9f8265804d90d4586e8ae91805c5a (diff)
downloadblackbird-hostboot-c6928c0fd5f3ca01ba3fc9a0421442a2849b26ba.tar.gz
blackbird-hostboot-c6928c0fd5f3ca01ba3fc9a0421442a2849b26ba.zip
HWPF: Create HTML file listing supported HWPF attributes
Change-Id: I27f8d3e536abddffdd568caab4bbc8b7696f50d5 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/583 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/fapi/fapiParseErrorInfo.pl')
-rwxr-xr-xsrc/usr/hwpf/fapi/fapiParseErrorInfo.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/hwpf/fapi/fapiParseErrorInfo.pl b/src/usr/hwpf/fapi/fapiParseErrorInfo.pl
index e51e0a24e..dcf3d2858 100755
--- a/src/usr/hwpf/fapi/fapiParseErrorInfo.pl
+++ b/src/usr/hwpf/fapi/fapiParseErrorInfo.pl
@@ -43,6 +43,7 @@
# mjjones 08/24/11 Parse GARD info
# mjjones 09/22/11 New Error Info Design
# camvanng 10/20/11 Fix bug
+# mjjones 12/16/11 Improved usage statement
#
# End Change Log ******************************************************
@@ -92,7 +93,10 @@ if ($numArgs < 2)
{
print ("Usage: fapiParseErrorInfo.pl <output dir> <filename1> <filename2> ...\n");
print (" This perl script will parse HWP Error XML files and create\n");
- print (" required FAPI code\n");
+ print (" the following files:\n");
+ print (" - fapiHwpReturnCodes.H. HwpReturnCode enumeration (HWP generated errors)\n");
+ print (" - fapiHwpErrorInfo.H. Error information (used by FAPI_SET_HWP_ERROR\n");
+ print (" when a HWP generates an error)\n");
exit(1);
}
OpenPOWER on IntegriCloud