summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 14:26:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 14:26:17 +0000
commit1004c3c12540f61d2d69c434956b8c8e0eb4934f (patch)
treebcecfb977e8d4e5e80e9b46d739054b21e1d86f8 /c/src/lib/libbsp/powerpc/score603e
parentRevert. (diff)
downloadrtems-1004c3c12540f61d2d69c434956b8c8e0eb4934f.tar.bz2
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, console/85c30.h, console/console.c, console/consolebsp.h, console/tbl85c30.c, include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c, pci/no_host_bridge.c, startup/bspclean.c, startup/bspstart.c, startup/genpvec.c, startup/vmeintr.c: File head clean up.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/score603e')
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/ChangeLog8
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c6
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.h5
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c6
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/85c30.h5
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/console.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/consolebsp.h5
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/include/gen2.h5
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/irq/irq.c1
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/irq/irq.h3
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c3
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/pci/no_host_bridge.c7
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/bspclean.c2
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c5
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c3
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c5
18 files changed, 43 insertions, 32 deletions
diff --git a/c/src/lib/libbsp/powerpc/score603e/ChangeLog b/c/src/lib/libbsp/powerpc/score603e/ChangeLog
index bed5532e8a..1cbcc92376 100644
--- a/c/src/lib/libbsp/powerpc/score603e/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/score603e/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, console/85c30.h,
+ console/console.c, console/consolebsp.h, console/tbl85c30.c,
+ include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
+ pci/no_host_bridge.c, startup/bspclean.c, startup/bspstart.c,
+ startup/genpvec.c, startup/vmeintr.c: File head clean up.
+
2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, PCI_bus/PCI.c, PCI_bus/universe.c, startup/genpvec.c:
diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c
index 03ef5c4e1c..52af53887b 100644
--- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c
+++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.c
@@ -1,6 +1,10 @@
/*
- * COPYRIGHT (c) 1989-2004
+ * COPYRIGHT (c) 1989-2008
* On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.h b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.h
index 6a31dddbee..0c5a762a2a 100644
--- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.h
+++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/PCI.h
@@ -1,9 +1,8 @@
-/* PCI.h
- *
+/*
* This include file contains prototypes for chips attached to the
* PCI bus.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in
diff --git a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c
index c04c288c69..a264ae1559 100644
--- a/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c
+++ b/c/src/lib/libbsp/powerpc/score603e/PCI_bus/flash.c
@@ -1,7 +1,11 @@
/*
*
- * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994, 1997.
+ * COPYRIGHT (c) 1989-2008
* On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/85c30.h b/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
index 4701e60189..a875580106 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
+++ b/c/src/lib/libbsp/powerpc/score603e/console/85c30.h
@@ -1,8 +1,7 @@
-/* 85c30.h
- *
+/*
* This include file contains z85c30 chip information.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/console.c b/c/src/lib/libbsp/powerpc/score603e/console/console.c
index cefb732fe1..7e7f08cd68 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/console.c
+++ b/c/src/lib/libbsp/powerpc/score603e/console/console.c
@@ -5,7 +5,7 @@
*
* Currently only polled mode is supported.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/consolebsp.h b/c/src/lib/libbsp/powerpc/score603e/console/consolebsp.h
index 985a7d8aa2..92acadb4d8 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/consolebsp.h
+++ b/c/src/lib/libbsp/powerpc/score603e/console/consolebsp.h
@@ -1,8 +1,7 @@
-/* consolebsp.h
- *
+/*
* This include file contains all console driver definations
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in
diff --git a/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c b/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c
index 05bca50801..75e76b989b 100644
--- a/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c
+++ b/c/src/lib/libbsp/powerpc/score603e/console/tbl85c30.c
@@ -2,7 +2,7 @@
* This file contains the table for the z85c30 port
* used by the console driver.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/lib/libbsp/powerpc/score603e/include/gen2.h b/c/src/lib/libbsp/powerpc/score603e/include/gen2.h
index 2db55dffa5..05b4847583 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/gen2.h
+++ b/c/src/lib/libbsp/powerpc/score603e/include/gen2.h
@@ -1,8 +1,7 @@
-/* Gen2.h
- *
+/*
* This include file contains all Generation 2 board addreses
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in
diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c b/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c
index f7a5a7d4df..4ce59314ff 100644
--- a/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c
+++ b/c/src/lib/libbsp/powerpc/score603e/irq/FPGA.c
@@ -1,6 +1,6 @@
/* FPGA.c -- Bridge for second and subsequent generations
*
- * COPYRIGHT (c) 1989-2001.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in
diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/irq.c b/c/src/lib/libbsp/powerpc/score603e/irq/irq.c
index 31444af39e..db3bd1813f 100644
--- a/c/src/lib/libbsp/powerpc/score603e/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/score603e/irq/irq.c
@@ -1,5 +1,4 @@
/*
- *
* This file contains the implementation of the function described in irq.h
*
* Copyright (C) 1998, 1999 valette@crf.canon.fr
diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/irq.h b/c/src/lib/libbsp/powerpc/score603e/irq/irq.h
index 0511c632c2..c06a546176 100644
--- a/c/src/lib/libbsp/powerpc/score603e/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/score603e/irq/irq.h
@@ -1,5 +1,4 @@
-/* irq.h
- *
+/*
* This include file describe the data structure and the functions implemented
* by RTEMS to write interrupt handlers.
*
diff --git a/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c b/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c
index 21f1a89669..63930a7293 100644
--- a/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/score603e/irq/irq_init.c
@@ -1,5 +1,4 @@
-/* irq_init.c
- *
+/*
* This file contains the implementation of rtems initialization
* related to interrupt handling.
*
diff --git a/c/src/lib/libbsp/powerpc/score603e/pci/no_host_bridge.c b/c/src/lib/libbsp/powerpc/score603e/pci/no_host_bridge.c
index 660966f6c4..885ca69536 100644
--- a/c/src/lib/libbsp/powerpc/score603e/pci/no_host_bridge.c
+++ b/c/src/lib/libbsp/powerpc/score603e/pci/no_host_bridge.c
@@ -1,5 +1,10 @@
/*
- * detect_host_bridge.c
+ * COPYRIGHT (c) 1989-2008.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*
* $Id$
*/
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/bspclean.c b/c/src/lib/libbsp/powerpc/score603e/startup/bspclean.c
index d63dc0a10d..f9a70dcc5e 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/bspclean.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/bspclean.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
index 1ba18abbf1..a2e416729e 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
@@ -1,11 +1,10 @@
-/* bspstart.c
- *
+/*
* This set of routines starts the application. It includes application,
* board, and monitor specific initialization and configuration.
* The generic CPU dependent initialization has been performed
* before any of these are invoked.
*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c b/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c
index 0cd3a93868..6648f3a307 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c
@@ -1,5 +1,4 @@
-/* genpvec.c
- *
+/*
* These routines handle the external exception. Multiple ISRs occur off
* of this one interrupt.
*
diff --git a/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c b/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c
index b8b7ea3191..9d39030c63 100644
--- a/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c
+++ b/c/src/lib/libbsp/powerpc/score603e/startup/vmeintr.c
@@ -1,8 +1,7 @@
-/* vmeintr.c
- *
+/*
* VMEbus support routines for the Generation I board.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in