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

4.104.114.84.95
Last change on this file since 7dd6e8d was 7dd6e8d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:16:38

2004-04-21 Ralf Corsepius <ralf_corsepius@…>

PR 614/bsps

  • include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
  • Property mode set to 100644
File size: 13.1 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 614/bsps
4        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
5
62004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
9        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
10        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
11        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
12
132004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
16        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
17        size types.
18
192004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect changes to bsp.am.
22        Preinstall dist_project_lib*.
23
242004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Reflect changes to bsp.am.
27
282004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
31
322004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Correct path to clockdrv_shell.c.
35
362004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
39        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
40        compilation rules.
41        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
42        timer/Makefile.am, wrapup/Makefile.am: Remove.
43        * configure.ac: Reflect changes above.
44
452004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
48        * start/reg.S: Remove //-comments
49
502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
53        Add RTEMS_PROG_CCAS.
54
552004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Add PREINSTALL_DIRS.
58
592004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
62        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
63        EXTRA_DIST.
64        * wrapup/Makefile.am: Reflect changes to libcpu.
65
662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
69        Add PRE/TMPINSTALL_FILES to CLEANFILES.
70        * startup/Makefile.am: Ditto.
71
722004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/Makefile.am: Remove.
75        * Makefile.am: Merge-in start/Makefile.am.
76        * configure.ac: Reflect changes above.
77
782004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Eliminate $(LIB).
81        Use noinst_DATA to trigger building libbsp.a.
82
832003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
86        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
91        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
92
932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
96
972003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: Misc cleanups and fixes.
100        * startup/Makefile.am: Misc cleanups and fixes.
101        * wrapup/Makefile.am: Misc cleanups and fixes.
102
1032003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Add preinstallation dirstamp support.
106        * clock/Makefile.am: Cosmetics.
107        * console/Makefile.am: Cosmetics.
108        * startup/Makefile.am: Cosmetics.
109        * timer/Makefile.am: Cosmetics.
110        * wrapup/Makefile.am: Cosmetics.
111
1122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * clock/Makefile.am: Remove all-local: $(ARCH).
115        * console/Makefile.am: Remove all-local: $(ARCH).
116        * start/Makefile.am: Remove all-local: $(ARCH).
117        * startup/Makefile.am: Remove all-local: $(ARCH).
118        * timer/Makefile.am: Remove all-local: $(ARCH).
119        * wrapup/Makefile.am: Remove all-local: $(ARCH).
120
1212003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Fix preinstallation of include/coverhd.h.
124
1252003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Merge-in include/Makefile.am.
128        Reflect changes to bsp.am.
129        * include/Makefile.am: Remove.
130        * configure.ac: Reflect changes above.
131
1322003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * bsp_specs: Remove *lib:.
135
1362003-09-04      Joel Sherrill <joel@OARcorp.com>
137
138        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
139        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
140        license changed.
141
1422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Reflect having moved aclocal/.
145
1462003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Reflect having moved automake/.
149        * clock/Makefile.am: Reflect having moved automake/.
150        * console/Makefile.am: Reflect having moved automake/.
151        * include/Makefile.am: Reflect having moved automake/.
152        * start/Makefile.am: Reflect having moved automake/.
153        * startup/Makefile.am: Reflect having moved automake/.
154        * timer/Makefile.am: Reflect having moved automake/.
155        * wrapup/Makefile.am: Reflect having moved automake/.
156
1572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        PR 452/bsps
160        * startup/Makefile.am: Remove USE_INIT_FINI.
161
1622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * bsp_specs: Remove -D__USE_INIT_FINI__.
165        Remove *.cpp (Now unused).
166
1672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
170
1712003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        PR 445/bsps
174        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
175
1762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Remove AC_CONFIG_AUX_DIR.
179
1802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
183
1842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: AC_PREREQ(2.57).
187
1882003-01-20      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds*: Add FreeBSD sysctl() sections.
191
1922002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
193 
194        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
195        * linkcmds: Added .init, .fini & related sections.
196
1972002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204
2052002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * start/Makefile.am: Use install-data-local to install startfile.
208
2092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212
2132002-11-01      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
216
2172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * .cvsignore: Reformat.
220        Add autom4te*cache.
221        Remove autom4te.cache.
222
2232002-08-21      Joel Sherrill <joel@OARcorp.com>
224
225        * bsp_specs: Added support for -nostdlibs.
226
2272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
235
2362002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * start/Makefile.am: Eliminate PGM.
239        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
240
2412002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
244
2452002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
248        Remove $(OBJS) from all-local.
249
2502002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Add $(LIB) to all-local.
253
2542002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
257
2582002-06-25      Joel Sherrill <joel@OARcorp.com>
259
260        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
261        support to the shared gdb stub glue thus moving some of the
262        gdbstub support to a higher level.
263        * startup/Makefile.am: Modified to reflect above.
264
2652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac:
268        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
269        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
270        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
278
2792001-03-08      Joel Sherrill <joel@OARcorp.com>
280
281        * start/start.S, startup/bspstart.c: Removed warnings.
282
2832002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
284
285        * startup/gdb-support.c: Added calls into the mips-support gdb stub
286        for configuring the memory regions.  Any bsp that wants to use the
287        gdbstub will need to do something similar.
288        * startup/Makefile.am: Added shared/gdbstub directory to include path.
289
2902002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
291
292        * start/start.S: Added kseg1 test to enable cache flush code
293        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
294        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
295        init to only turn on whats needed.
296        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
297        a handy init function.
298
2992002-02-08      Joel Sherrill <joel@OARcorp.com>
300
301        * startup/Makefile.am: Now compile the gdb stub.
302        * startup/bspstart.c: Fixed header block.
303        * startup/gdb-support.c: New file in stub state.
304
3052001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
306
307        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
308        New files missed in previous commit.
309        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
310
3112001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
312
313        * Update of BSP to address problems restarting, provide more
314        information during boot, and better handle ROM vs RAM images.
315        * README, include/bsp.h, start/regs.S, start/start.S,
316        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
317
3182002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
321
3222002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
325        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
326
3272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
330
3312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
334        * configure.in: Remove.
335        * configure.ac: New file, generated from configure.in by autoupdate.
336
3372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * include/Makefile.am: Use 'CLEANFILES ='.
340        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
341
3422001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.in: Add bspopts.h.
345        * include/bsp.h: Include bspopts.h.
346        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
347        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
348
3492001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
350
351        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
352        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
353        in previous patch.
354
3552001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
356
357        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
358        * clock/clockdrv.c, console/conscfg.c: Corrected.
359        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
360        * startup/bspstart.c: Properly set initial status register and
361        pending interrupts.
362        * timer/timer.c: Works now.
363
3642001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
365
366        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
367
3682001-05-07      Joel Sherrill <joel@OARcorp.com>
369
370        * console/conscfg.c: Added an entry for the second
371        serial port.
372
3732001-04-20      Joel Sherrill <joel@OARcorp.com>
374
375        * clock/clockdrv.c: Account for the fact that ClockRate is
376        in cycles not megahertz.
377
3782001-04-16      Joel Sherrill <joel@OARcorp.com>
379
380        * start/start.S, startup/bspstart.c, startup/linkcmds:
381        Cleanup that was not merged from the simple non-RTEMS program.
382
3832001-04-16      Joel Sherrill <joel@OARcorp.com>
384
385        * start/start.S, startup/bspstart.c, startup/linkcmds:
386        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
387        as he debugged this BSP using a logic analyzer.
388
3892001-03-14      Joel Sherrill <joel@OARcorp.com>
390
391        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
392        startup/bspstart.c, timer/timer.c: Comments corrected.
393
3942001-02-22      Joel Sherrill <joel@OARcorp.com>
395
396        * The Generic Mongoose-V BSP uses only the peripherals found on
397        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
398        based on the LSI Logic 33K.
399        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
400        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
401        console/.cvsignore, console/Makefile.am, console/conscfg.c,
402        include/.cvsignore, include/Makefile.am, include/bsp.h,
403        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
404        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
405        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
406        wrapup/.cvsignore, wrapup/Makefile.am: New files.
407
Note: See TracBrowser for help on using the repository browser.