summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e/startup
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/startup
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/startup')
-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
4 files changed, 6 insertions, 9 deletions
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