source: rtems/c/src/lib/libbsp/mips/genmongoosev/ChangeLog @ 9d64bc73

4.104.114.84.95
Last change on this file since 9d64bc73 was 9d64bc73, checked in by Joel Sherrill <joel.sherrill@…>, on 03/08/02 at 17:35:39

2001-03-08 Joel Sherrill <joel@…>

  • start/start.S, startup/bspstart.c: Removed warnings.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12001-03-08      Joel Sherrill <joel@OARcorp.com>
2
3        * start/start.S, startup/bspstart.c: Removed warnings.
4
52002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
6
7        * startup/gdb-support.c: Added calls into the mips-support gdb stub
8        for configuring the memory regions.  Any bsp that wants to use the
9        gdbstub will need to do something similar.
10        * startup/Makefile.am: Added shared/gdbstub directory to include path.
11
122002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
13
14        * start/start.S: Added kseg1 test to enable cache flush code
15        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
16        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
17        init to only turn on whats needed.
18        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
19        a handy init function.
20
212002-02-08      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/Makefile.am: Now compile the gdb stub.
24        * startup/bspstart.c: Fixed header block.
25        * startup/gdb-support.c: New file in stub state.
26
272001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
28
29        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
30        New files missed in previous commit.
31        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
32
332001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
34
35        * Update of BSP to address problems restarting, provide more
36        information during boot, and better handle ROM vs RAM images.
37        * README, include/bsp.h, start/regs.S, start/start.S,
38        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
39
402002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
43
442002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
47        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
48
492001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
52
532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
56        * configure.in: Remove.
57        * configure.ac: New file, generated from configure.in by autoupdate.
58
592001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * include/Makefile.am: Use 'CLEANFILES ='.
62        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
63
642001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.in: Add bspopts.h.
67        * include/bsp.h: Include bspopts.h.
68        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
69        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
70
712001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
72
73        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
74        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
75        in previous patch.
76
772001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
78
79        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
80        * clock/clockdrv.c, console/conscfg.c: Corrected.
81        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
82        * startup/bspstart.c: Properly set initial status register and
83        pending interrupts.
84        * timer/timer.c: Works now.
85
862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
87
88        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
89
902001-05-07      Joel Sherrill <joel@OARcorp.com>
91
92        * console/conscfg.c: Added an entry for the second
93        serial port.
94
952001-04-20      Joel Sherrill <joel@OARcorp.com>
96
97        * clock/clockdrv.c: Account for the fact that ClockRate is
98        in cycles not megahertz.
99
1002001-04-16      Joel Sherrill <joel@OARcorp.com>
101
102        * start/start.S, startup/bspstart.c, startup/linkcmds:
103        Cleanup that was not merged from the simple non-RTEMS program.
104
1052001-04-16      Joel Sherrill <joel@OARcorp.com>
106
107        * start/start.S, startup/bspstart.c, startup/linkcmds:
108        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
109        as he debugged this BSP using a logic analyzer.
110
1112001-03-14      Joel Sherrill <joel@OARcorp.com>
112
113        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
114        startup/bspstart.c, timer/timer.c: Comments corrected.
115
1162001-02-22      Joel Sherrill <joel@OARcorp.com>
117
118        * The Generic Mongoose-V BSP uses only the peripherals found on
119        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
120        based on the LSI Logic 33K.
121        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
122        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
123        console/.cvsignore, console/Makefile.am, console/conscfg.c,
124        include/.cvsignore, include/Makefile.am, include/bsp.h,
125        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
126        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
127        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
128        wrapup/.cvsignore, wrapup/Makefile.am: New files.
129
Note: See TracBrowser for help on using the repository browser.