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

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 7.9 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
8
92003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove AC_CONFIG_AUX_DIR.
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
16
172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: AC_PREREQ(2.57).
20
212003-01-20      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds*: Add FreeBSD sysctl() sections.
24
252002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
26 
27        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
28        * linkcmds: Added .init, .fini & related sections.
29
302002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37
382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Use install-data-local to install startfile.
41
422002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45
462002-11-01      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
49
502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Reformat.
53        Add autom4te*cache.
54        Remove autom4te.cache.
55
562002-08-21      Joel Sherrill <joel@OARcorp.com>
57
58        * bsp_specs: Added support for -nostdlibs.
59
602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
68
692002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Eliminate PGM.
72        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
73
742002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
77
782002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
81        Remove $(OBJS) from all-local.
82
832002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Add $(LIB) to all-local.
86
872002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
90
912002-06-25      Joel Sherrill <joel@OARcorp.com>
92
93        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
94        support to the shared gdb stub glue thus moving some of the
95        gdbstub support to a higher level.
96        * startup/Makefile.am: Modified to reflect above.
97
982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac:
101        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
102        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
103        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
111
1122001-03-08      Joel Sherrill <joel@OARcorp.com>
113
114        * start/start.S, startup/bspstart.c: Removed warnings.
115
1162002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
117
118        * startup/gdb-support.c: Added calls into the mips-support gdb stub
119        for configuring the memory regions.  Any bsp that wants to use the
120        gdbstub will need to do something similar.
121        * startup/Makefile.am: Added shared/gdbstub directory to include path.
122
1232002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
124
125        * start/start.S: Added kseg1 test to enable cache flush code
126        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
127        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
128        init to only turn on whats needed.
129        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
130        a handy init function.
131
1322002-02-08      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/Makefile.am: Now compile the gdb stub.
135        * startup/bspstart.c: Fixed header block.
136        * startup/gdb-support.c: New file in stub state.
137
1382001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
139
140        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
141        New files missed in previous commit.
142        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
143
1442001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
145
146        * Update of BSP to address problems restarting, provide more
147        information during boot, and better handle ROM vs RAM images.
148        * README, include/bsp.h, start/regs.S, start/start.S,
149        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
150
1512002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
154
1552002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
158        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
159
1602001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
163
1642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
167        * configure.in: Remove.
168        * configure.ac: New file, generated from configure.in by autoupdate.
169
1702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * include/Makefile.am: Use 'CLEANFILES ='.
173        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
174
1752001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.in: Add bspopts.h.
178        * include/bsp.h: Include bspopts.h.
179        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
180        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
181
1822001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
183
184        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
185        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
186        in previous patch.
187
1882001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
189
190        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
191        * clock/clockdrv.c, console/conscfg.c: Corrected.
192        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
193        * startup/bspstart.c: Properly set initial status register and
194        pending interrupts.
195        * timer/timer.c: Works now.
196
1972001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
198
199        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
200
2012001-05-07      Joel Sherrill <joel@OARcorp.com>
202
203        * console/conscfg.c: Added an entry for the second
204        serial port.
205
2062001-04-20      Joel Sherrill <joel@OARcorp.com>
207
208        * clock/clockdrv.c: Account for the fact that ClockRate is
209        in cycles not megahertz.
210
2112001-04-16      Joel Sherrill <joel@OARcorp.com>
212
213        * start/start.S, startup/bspstart.c, startup/linkcmds:
214        Cleanup that was not merged from the simple non-RTEMS program.
215
2162001-04-16      Joel Sherrill <joel@OARcorp.com>
217
218        * start/start.S, startup/bspstart.c, startup/linkcmds:
219        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
220        as he debugged this BSP using a logic analyzer.
221
2222001-03-14      Joel Sherrill <joel@OARcorp.com>
223
224        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
225        startup/bspstart.c, timer/timer.c: Comments corrected.
226
2272001-02-22      Joel Sherrill <joel@OARcorp.com>
228
229        * The Generic Mongoose-V BSP uses only the peripherals found on
230        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
231        based on the LSI Logic 33K.
232        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
233        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
234        console/.cvsignore, console/Makefile.am, console/conscfg.c,
235        include/.cvsignore, include/Makefile.am, include/bsp.h,
236        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
237        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
238        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
239        wrapup/.cvsignore, wrapup/Makefile.am: New files.
240
Note: See TracBrowser for help on using the repository browser.