diff options
author | Thi Tran <thi@us.ibm.com> | 2014-07-07 09:42:02 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-07-14 13:51:45 -0500 |
commit | 1ae25b625d1281283bf125ab936d886c7c4c5f4a (patch) | |
tree | ec345b8a9c14a52ba5a62c98d74705436f769a0b /src/usr/hwpf/fapi | |
parent | 39b69ea39cf0af1d83807db4f862a921fe52139e (diff) | |
download | talos-hostboot-1ae25b625d1281283bf125ab936d886c7c4c5f4a.tar.gz talos-hostboot-1ae25b625d1281283bf125ab936d886c7c4c5f4a.zip |
SW265478: INITPROC: FSP - FAPI updates needed so file versions will appear in th
CQ:SW265478
Change-Id: I8a2f69c5f5220f0e6c8f518d8abef3c40a6e5547
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11992
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11993
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/fapi')
-rwxr-xr-x | src/usr/hwpf/fapi/fapiCreateIfAttrService.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/hwpf/fapi/fapiCreateIfAttrService.pl b/src/usr/hwpf/fapi/fapiCreateIfAttrService.pl index d1dbbc720..e1dc082af 100755 --- a/src/usr/hwpf/fapi/fapiCreateIfAttrService.pl +++ b/src/usr/hwpf/fapi/fapiCreateIfAttrService.pl @@ -6,7 +6,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2011,2014 +# Contributors Listed Below - COPYRIGHT 2011,2014 +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,7 +23,7 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG -# +# $Id: fapiCreateIfAttrService.pl,v 1.9 2014/04/21 18:35:11 mjjones Exp $ # Purpose: This perl script will parse HWP Attribute XML files and # initfile attr files and create the fapiGetInitFileAttr() function # in a file called fapiAttributeService.C |