From ef380d3ff9871755e86f0ac96766c1fff8e210aa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Mar 2001 17:24:09 +0000 Subject: 2001-03-14 Joel Sherrill * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S, startup/bspstart.c, timer/timer.c: Comments corrected. --- c/src/lib/libbsp/mips/genmongoosev/ChangeLog | 5 +++++ c/src/lib/libbsp/mips/genmongoosev/clock/clockdrv.c | 9 +++++++-- c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c | 1 - c/src/lib/libbsp/mips/genmongoosev/include/bsp.h | 2 +- c/src/lib/libbsp/mips/genmongoosev/start/start.S | 9 +++++++-- c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c | 2 +- c/src/lib/libbsp/mips/genmongoosev/timer/timer.c | 4 +--- 7 files changed, 22 insertions(+), 10 deletions(-) (limited to 'c') 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 + + * 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 * 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 -- cgit v1.2.3