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

4.104.114.84.95
Last change on this file since ffdc659 was ffdc659, checked in by Joel Sherrill <joel.sherrill@…>, on 03/08/02 at 16:26:03

2002-03-05 Greg Menke <gregory.menke@…>

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