source: rtems/c/src/lib/libbsp/mips/genmongoosev/ChangeLog @ 7de58239

4.104.114.84.95
Last change on this file since 7de58239 was 7de58239, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/02 at 16:45:18

2001-02-01 Greg Menke <gregory.menke@…>

  • Update of BSP to address problems restarting, provide more information during boot, and better handle ROM vs RAM images.
  • README, include/bsp.h, start/regs.S, start/start.S, startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
  • Property mode set to 100644
File size: 3.4 KB
Line 
12001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
2
3        * Update of BSP to address problems restarting, provide more
4        information during boot, and better handle ROM vs RAM images.
5        * README, include/bsp.h, start/regs.S, start/start.S,
6        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
7
82002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
11
122002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
15        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
16
172001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
20
212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
24        * configure.in: Remove.
25        * configure.ac: New file, generated from configure.in by autoupdate.
26
272001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * include/Makefile.am: Use 'CLEANFILES ='.
30        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
31
322001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.in: Add bspopts.h.
35        * include/bsp.h: Include bspopts.h.
36        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
37        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
38
392001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
40
41        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
42        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
43        in previous patch.
44
452001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
46
47        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
48        * clock/clockdrv.c, console/conscfg.c: Corrected.
49        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
50        * startup/bspstart.c: Properly set initial status register and
51        pending interrupts.
52        * timer/timer.c: Works now.
53
542001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
55
56        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
57
582001-05-07      Joel Sherrill <joel@OARcorp.com>
59
60        * console/conscfg.c: Added an entry for the second
61        serial port.
62
632001-04-20      Joel Sherrill <joel@OARcorp.com>
64
65        * clock/clockdrv.c: Account for the fact that ClockRate is
66        in cycles not megahertz.
67
682001-04-16      Joel Sherrill <joel@OARcorp.com>
69
70        * start/start.S, startup/bspstart.c, startup/linkcmds:
71        Cleanup that was not merged from the simple non-RTEMS program.
72
732001-04-16      Joel Sherrill <joel@OARcorp.com>
74
75        * start/start.S, startup/bspstart.c, startup/linkcmds:
76        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
77        as he debugged this BSP using a logic analyzer.
78
792001-03-14      Joel Sherrill <joel@OARcorp.com>
80
81        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
82        startup/bspstart.c, timer/timer.c: Comments corrected.
83
842001-02-22      Joel Sherrill <joel@OARcorp.com>
85
86        * The Generic Mongoose-V BSP uses only the peripherals found on
87        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
88        based on the LSI Logic 33K.
89        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
90        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
91        console/.cvsignore, console/Makefile.am, console/conscfg.c,
92        include/.cvsignore, include/Makefile.am, include/bsp.h,
93        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
94        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
95        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
96        wrapup/.cvsignore, wrapup/Makefile.am: New files.
97
Note: See TracBrowser for help on using the repository browser.