summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElliott Dahle <dedahle@us.ibm.com>2013-10-31 14:57:42 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-07 15:25:04 -0600
commit4526f77282a99ab211c547219c38f5775ee2ffb9 (patch)
treeb9a7095cd1bae4c795341adb3e0b54fbbe18e675 /src
parentd55938d507339298ee5da8a31ddcac7937294030 (diff)
downloadtalos-hostboot-4526f77282a99ab211c547219c38f5775ee2ffb9.tar.gz
talos-hostboot-4526f77282a99ab211c547219c38f5775ee2ffb9.zip
Version string refresh after checking into eKB
Change-Id: Ia61762c1220940e12c21e63f1a809a1bc2b83c46 RTC:80641 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6995 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/include/usr/hwpf/fapi/fapiCollectRegFfdc.H1
-rwxr-xr-xsrc/usr/hwpf/fapi/fapiParseErrorInfo.pl6
-rw-r--r--src/usr/hwpf/hwp/fapiHwpErrorInfo.xml1
3 files changed, 6 insertions, 2 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiCollectRegFfdc.H b/src/include/usr/hwpf/fapi/fapiCollectRegFfdc.H
index 7289a849c..207f1ed80 100644
--- a/src/include/usr/hwpf/fapi/fapiCollectRegFfdc.H
+++ b/src/include/usr/hwpf/fapi/fapiCollectRegFfdc.H
@@ -20,6 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
+// $Id: fapiCollectRegFfdc.H,v 1.4 2013/10/31 19:48:22 dedahle Exp $
/**
* @file fapiCollectRegFfdc.H
*
diff --git a/src/usr/hwpf/fapi/fapiParseErrorInfo.pl b/src/usr/hwpf/fapi/fapiParseErrorInfo.pl
index 04dba0d40..294c2f708 100755
--- a/src/usr/hwpf/fapi/fapiParseErrorInfo.pl
+++ b/src/usr/hwpf/fapi/fapiParseErrorInfo.pl
@@ -21,7 +21,7 @@
# Origin: 30
#
# IBM_PROLOG_END_TAG
-#
+# $Id: fapiParseErrorInfo.pl,v 1.25 2013/10/31 21:34:01 dedahle Exp $
# Purpose: This perl script will parse HWP Error XML files and create required
# FAPI code.
#
@@ -286,7 +286,9 @@ print CRFILE "#include <fapiReturnCode.H>\n";
print CRFILE "#include <fapiHwAccess.H>\n";
print CRFILE "#include <fapiPlatTrace.H>\n";
print CRFILE "#include <fapiPlatRegAddresses.H>\n\n";
-print CRFILE "#include <fapiPlatAttributeService.H>\n\n";
+print CRFILE "#include <fapiAttributeService.H>\n";
+print CRFILE "#include <fapiSystemConfig.H>\n\n";
+
print CRFILE "namespace fapi\n";
print CRFILE "{\n";
print CRFILE "void fapiCollectRegFfdc(const fapi::Target & i_target,\n";
diff --git a/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml b/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
index 716831c44..bc7740d13 100644
--- a/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
+++ b/src/usr/hwpf/hwp/fapiHwpErrorInfo.xml
@@ -20,6 +20,7 @@
<!-- Origin: 30 -->
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
+<!-- $Id: fapiHwpErrorInfo.xml,v 1.14 2013/10/31 19:49:04 dedahle Exp $ -->
<!-- XML file specifying Test HW Procedure generated errors. -->
<hwpErrors>
OpenPOWER on IntegriCloud