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

4.104.114.84.95
Last change on this file since 445c0a0 was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

2002-07-04 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
4        Remove $(OBJS) from all-local.
5
62002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Add $(LIB) to all-local.
9
102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
13
142002-06-25      Joel Sherrill <joel@OARcorp.com>
15
16        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
17        support to the shared gdb stub glue thus moving some of the
18        gdbstub support to a higher level.
19        * startup/Makefile.am: Modified to reflect above.
20
212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac:
24        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
25        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
26        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
34
352001-03-08      Joel Sherrill <joel@OARcorp.com>
36
37        * start/start.S, startup/bspstart.c: Removed warnings.
38
392002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
40
41        * startup/gdb-support.c: Added calls into the mips-support gdb stub
42        for configuring the memory regions.  Any bsp that wants to use the
43        gdbstub will need to do something similar.
44        * startup/Makefile.am: Added shared/gdbstub directory to include path.
45
462002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
47
48        * start/start.S: Added kseg1 test to enable cache flush code
49        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
50        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
51        init to only turn on whats needed.
52        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
53        a handy init function.
54
552002-02-08      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/Makefile.am: Now compile the gdb stub.
58        * startup/bspstart.c: Fixed header block.
59        * startup/gdb-support.c: New file in stub state.
60
612001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
62
63        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
64        New files missed in previous commit.
65        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
66
672001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
68
69        * Update of BSP to address problems restarting, provide more
70        information during boot, and better handle ROM vs RAM images.
71        * README, include/bsp.h, start/regs.S, start/start.S,
72        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
73
742002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
77
782002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
81        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
82
832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
86
872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
90        * configure.in: Remove.
91        * configure.ac: New file, generated from configure.in by autoupdate.
92
932001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * include/Makefile.am: Use 'CLEANFILES ='.
96        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
97
982001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.in: Add bspopts.h.
101        * include/bsp.h: Include bspopts.h.
102        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
103        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
104
1052001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
106
107        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
108        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
109        in previous patch.
110
1112001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
112
113        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
114        * clock/clockdrv.c, console/conscfg.c: Corrected.
115        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
116        * startup/bspstart.c: Properly set initial status register and
117        pending interrupts.
118        * timer/timer.c: Works now.
119
1202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
121
122        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
123
1242001-05-07      Joel Sherrill <joel@OARcorp.com>
125
126        * console/conscfg.c: Added an entry for the second
127        serial port.
128
1292001-04-20      Joel Sherrill <joel@OARcorp.com>
130
131        * clock/clockdrv.c: Account for the fact that ClockRate is
132        in cycles not megahertz.
133
1342001-04-16      Joel Sherrill <joel@OARcorp.com>
135
136        * start/start.S, startup/bspstart.c, startup/linkcmds:
137        Cleanup that was not merged from the simple non-RTEMS program.
138
1392001-04-16      Joel Sherrill <joel@OARcorp.com>
140
141        * start/start.S, startup/bspstart.c, startup/linkcmds:
142        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
143        as he debugged this BSP using a logic analyzer.
144
1452001-03-14      Joel Sherrill <joel@OARcorp.com>
146
147        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
148        startup/bspstart.c, timer/timer.c: Comments corrected.
149
1502001-02-22      Joel Sherrill <joel@OARcorp.com>
151
152        * The Generic Mongoose-V BSP uses only the peripherals found on
153        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
154        based on the LSI Logic 33K.
155        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
156        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
157        console/.cvsignore, console/Makefile.am, console/conscfg.c,
158        include/.cvsignore, include/Makefile.am, include/bsp.h,
159        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
160        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
161        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
162        wrapup/.cvsignore, wrapup/Makefile.am: New files.
163
Note: See TracBrowser for help on using the repository browser.