summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/dmi_training
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2014-03-10 09:27:42 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-13 14:00:33 -0500
commit3f154e5b72b0d2792698d8b7a20439ba25cfb4b8 (patch)
tree274602192cce26b1abb70c80bbb35737f543e3e7 /src/usr/hwpf/hwp/dmi_training
parent943cb5bf43a77725f161fa9ef761c23ddf70fc13 (diff)
downloadblackbird-hostboot-3f154e5b72b0d2792698d8b7a20439ba25cfb4b8.tar.gz
blackbird-hostboot-3f154e5b72b0d2792698d8b7a20439ba25cfb4b8.zip
INITPROC: Hostboot - SW246994 HWP for week 2/11
Change-Id: I017e05f0e4803a9fbb83998f6c2270cbd63740a1 CQ:SW246994 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9435 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/dmi_training')
-rw-r--r--src/usr/hwpf/hwp/dmi_training/proc_cen_set_inband_addr/proc_cen_set_inband_addr.C14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/usr/hwpf/hwp/dmi_training/proc_cen_set_inband_addr/proc_cen_set_inband_addr.C b/src/usr/hwpf/hwp/dmi_training/proc_cen_set_inband_addr/proc_cen_set_inband_addr.C
index c10ae1502..7c50437aa 100644
--- a/src/usr/hwpf/hwp/dmi_training/proc_cen_set_inband_addr/proc_cen_set_inband_addr.C
+++ b/src/usr/hwpf/hwp/dmi_training/proc_cen_set_inband_addr/proc_cen_set_inband_addr.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -21,8 +21,8 @@
/* */
/* IBM_PROLOG_END_TAG */
// -*- mode: C++; c-file-style: "linux"; -*-
-// $Id: proc_cen_set_inband_addr.C,v 1.7 2012/11/30 15:33:50 mfred Exp $
-// $Source: /afs/awd.austin.ibm.com/proj/p9/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_cen_set_inband_addr.C,v $
+// $Id: proc_cen_set_inband_addr.C,v 1.8 2014/02/05 17:34:30 mfred Exp $
+// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_cen_set_inband_addr.C,v $
//------------------------------------------------------------------------------
// *|
// *! (C) Copyright International Business Machines Corp. 2012
@@ -42,9 +42,8 @@
//------------------------------------------------------------------------------
// Includes
//------------------------------------------------------------------------------
-#include "p8_scom_addresses.H"
-#include "proc_cen_set_inband_addr.H"
-#include <fapi.H>
+#include <p8_scom_addresses.H>
+#include <proc_cen_set_inband_addr.H>
using namespace fapi;
@@ -152,6 +151,9 @@ extern "C"
This section is automatically updated by CVS when you check in this file.
Be sure to create CVS comments when you commit so that they can be included here.
$Log: proc_cen_set_inband_addr.C,v $
+Revision 1.8 2014/02/05 17:34:30 mfred
+Changed include statements to use <> instead of double-quotes.
+
Revision 1.7 2012/11/30 15:33:50 mfred
Several updates suggested by gerrit code review. Get rid of unused attribute reference. Change name of inband bar attribute.
OpenPOWER on IntegriCloud