summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-14 17:24:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-14 17:24:09 +0000
commitef380d3ff9871755e86f0ac96766c1fff8e210aa (patch)
treed22bb34308056f3a33b9407f03f7257d4ce3618f /c
parent2001-02-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ef380d3ff9871755e86f0ac96766c1fff8e210aa.tar.bz2
2001-03-14 Joel Sherrill <joel@OARcorp.com>
* clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S, startup/bspstart.c, timer/timer.c: Comments corrected.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/ChangeLog5
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c9
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c1
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/start/start.S9
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/timer/timer.c4
7 files changed, 22 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/mips/genmongoosev/ChangeLog b/c/src/lib/libbsp/mips/genmongoosev/ChangeLog
index c2e29b2b21..3e7a21f5c9 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/ChangeLog
+++ b/c/src/lib/libbsp/mips/genmongoosev/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-14 Joel Sherrill <joel@OARcorp.com>
+
+ * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
+ startup/bspstart.c, timer/timer.c: Comments corrected.
+
2001-02-22 Joel Sherrill <joel@OARcorp.com>
* The Generic Mongoose-V BSP uses only the peripherals found on
diff --git a/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c b/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c
index b2391da41e..36f1e47057 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c
@@ -1,7 +1,12 @@
/*
- * Instantiate the clock driver shell.
+ * Instantiate the clock driver shell for the Mongoose-V's on-CPU timer.
*
- * The tx3904 simulator in gdb counts instructions.
+ * COPYRIGHT (c) 1989-2001.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
*
* $Id$
*/
diff --git a/c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c b/c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c
index 49f8ed79c0..d4f052c699 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c
@@ -3,7 +3,6 @@
* to instantiate the libchip driver for the on-CPU DUART
* and any other serial ports in the system.
*
- *
* COPYRIGHT (c) 1989-2001.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h b/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
index d7b6f91bc6..ae7a76612e 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
+++ b/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
@@ -3,7 +3,7 @@
* This include file contains some definitions specific to a board
* based upon the generic capabilities of a Mongoose-V.
*
- * COPYRIGHT (c) 1989-2000.
+ * COPYRIGHT (c) 1989-2001.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/lib/libbsp/mips/genmongoosev/start/start.S b/c/src/lib/libbsp/mips/genmongoosev/start/start.S
index c484b7b0bd..c0b9d683bb 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/start/start.S
+++ b/c/src/lib/libbsp/mips/genmongoosev/start/start.S
@@ -1,7 +1,12 @@
/*
- * start.S -- startup file for JMR3904 BSP based upon crt0.S from
- * newlib-1.8.2/libgloss/mips and adapted for RTEMS.
+ * start.S -- startup file for GENMONGOOSE-V BSP.
+ * It is based on the JMR3904 BSP which is in turn based upon
+ * support in newlib-1.8.2/libgloss/mips and adapted for RTEMS.
*
+ * COPYRIGHT (c) 2001.
+ * On-Line Applications Research Corporation (OAR).
+ * Mongoose-V Modifications
+ *
* crt0.S -- startup file for MIPS.
*
* Copyright (c) 1995, 1996, 1997 Cygnus Support
diff --git a/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c b/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
index 0868e824ee..42b8490c6d 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
@@ -4,7 +4,7 @@
* The generic CPU dependent initialization has been performed
* before this routine is invoked.
*
- * COPYRIGHT (c) 1989-2000.
+ * COPYRIGHT (c) 1989-2001.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c b/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c
index 027b330dfa..154ab66230 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/timer/timer.c
@@ -1,9 +1,7 @@
/*
* This file implements a benchmark timer using a MONGOOSE-V timer.
*
- * NOTE: On the simulator, the count directly reflects instructions.
- *
- * COPYRIGHT (c) 1989-2000.
+ * COPYRIGHT (c) 1989-2001.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be