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

4.104.114.95
Last change on this file since 558bc25 was 558bc25, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:26:33

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
  • Property mode set to 100644
File size: 15.6 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
4        Table fields to the Configuration Table. This included
5        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
6        do_zero_of_workspace, extra_mpci_receive_server_stack,
7        stack_allocate_hook, and stack_free_hook. As a side-effect of this
8        effort some multiprocessing code was made conditional and some style
9        clean up occurred.
10
112007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * bsp_specs: Remove qrtems_debug.
14
152007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
18        endianness).
19
202006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: New BUG-REPORT address.
23
242006-11-15      Joel Sherrill <joel@OARcorp.com>
25
26        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
27        file and simplified initialization.
28
292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Remove superfluous -DASM.
32
332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: Require autoconf-2.60. Require automake-1.10.
36
372006-09-11      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/bspstart.c: Convert C++ style comments to C style.
40
412006-03-08      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/linkcmds: Add .gnu.linkonce.b.* section.
44
452006-02-08      Joel Sherrill <joel@OARcorp.com>
46
47        * clock/clockdrv.c: Correct path to clockdrv_shell.c
48
492006-02-08      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: Add sections required by newer gcc versions.
52
532006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Add preinstall.am.
56
572005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * include/bsp.h: New header guard.
60
612005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
64
652005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Fix typo.
68
692005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * Makefile.am: Remove build-variant support.
72
732004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * configure.ac: Require automake > 1.9.
76
772004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        PR 610/bsps
80        * Makefile.am: Add include/tm27.h, Cosmetics.
81        * include/tm27.h: Final cosmetics.
82
832004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * include/bsp.h: Split out tmtest27 support.
86        * include/tm27.h: New.
87
882004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        PR 613/bsps
91        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
92
932004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        PR 614/bsps
96        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
97
982004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
101        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
102        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
103        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
104
1052004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
108        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
109        size types.
110
1112004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Reflect changes to bsp.am.
114        Preinstall dist_project_lib*.
115
1162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Reflect changes to bsp.am.
119
1202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
123
1242004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Correct path to clockdrv_shell.c.
127
1282004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
131        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
132        compilation rules.
133        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
134        timer/Makefile.am, wrapup/Makefile.am: Remove.
135        * configure.ac: Reflect changes above.
136
1372004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
140        * start/reg.S: Remove //-comments
141
1422004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
145        Add RTEMS_PROG_CCAS.
146
1472004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Add PREINSTALL_DIRS.
150
1512004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
154        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
155        EXTRA_DIST.
156        * wrapup/Makefile.am: Reflect changes to libcpu.
157
1582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
161        Add PRE/TMPINSTALL_FILES to CLEANFILES.
162        * startup/Makefile.am: Ditto.
163
1642004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * start/Makefile.am: Remove.
167        * Makefile.am: Merge-in start/Makefile.am.
168        * configure.ac: Reflect changes above.
169
1702004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Eliminate $(LIB).
173        Use noinst_DATA to trigger building libbsp.a.
174
1752003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
178        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
179
1802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
183        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
184
1852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
188
1892003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/Makefile.am: Misc cleanups and fixes.
192        * startup/Makefile.am: Misc cleanups and fixes.
193        * wrapup/Makefile.am: Misc cleanups and fixes.
194
1952003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Add preinstallation dirstamp support.
198        * clock/Makefile.am: Cosmetics.
199        * console/Makefile.am: Cosmetics.
200        * startup/Makefile.am: Cosmetics.
201        * timer/Makefile.am: Cosmetics.
202        * wrapup/Makefile.am: Cosmetics.
203
2042003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am: Remove all-local: $(ARCH).
207        * console/Makefile.am: Remove all-local: $(ARCH).
208        * start/Makefile.am: Remove all-local: $(ARCH).
209        * startup/Makefile.am: Remove all-local: $(ARCH).
210        * timer/Makefile.am: Remove all-local: $(ARCH).
211        * wrapup/Makefile.am: Remove all-local: $(ARCH).
212
2132003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Fix preinstallation of include/coverhd.h.
216
2172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Merge-in include/Makefile.am.
220        Reflect changes to bsp.am.
221        * include/Makefile.am: Remove.
222        * configure.ac: Reflect changes above.
223
2242003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * bsp_specs: Remove *lib:.
227
2282003-09-04      Joel Sherrill <joel@OARcorp.com>
229
230        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
231        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
232        license changed.
233
2342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Reflect having moved aclocal/.
237
2382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Reflect having moved automake/.
241        * clock/Makefile.am: Reflect having moved automake/.
242        * console/Makefile.am: Reflect having moved automake/.
243        * include/Makefile.am: Reflect having moved automake/.
244        * start/Makefile.am: Reflect having moved automake/.
245        * startup/Makefile.am: Reflect having moved automake/.
246        * timer/Makefile.am: Reflect having moved automake/.
247        * wrapup/Makefile.am: Reflect having moved automake/.
248
2492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        PR 452/bsps
252        * startup/Makefile.am: Remove USE_INIT_FINI.
253
2542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * bsp_specs: Remove -D__USE_INIT_FINI__.
257        Remove *.cpp (Now unused).
258
2592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
262
2632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        PR 445/bsps
266        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
267
2682003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Remove AC_CONFIG_AUX_DIR.
271
2722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
275
2762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: AC_PREREQ(2.57).
279
2802003-01-20      Joel Sherrill <joel@OARcorp.com>
281
282        * startup/linkcmds*: Add FreeBSD sysctl() sections.
283
2842002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
285 
286        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
287        * linkcmds: Added .init, .fini & related sections.
288
2892002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
296
2972002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * start/Makefile.am: Use install-data-local to install startfile.
300
3012002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304
3052002-11-01      Joel Sherrill <joel@OARcorp.com>
306
307        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
308
3092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * .cvsignore: Reformat.
312        Add autom4te*cache.
313        Remove autom4te.cache.
314
3152002-08-21      Joel Sherrill <joel@OARcorp.com>
316
317        * bsp_specs: Added support for -nostdlibs.
318
3192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
327
3282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * start/Makefile.am: Eliminate PGM.
331        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
332
3332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
336
3372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
340        Remove $(OBJS) from all-local.
341
3422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: Add $(LIB) to all-local.
345
3462002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
349
3502002-06-25      Joel Sherrill <joel@OARcorp.com>
351
352        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
353        support to the shared gdb stub glue thus moving some of the
354        gdbstub support to a higher level.
355        * startup/Makefile.am: Modified to reflect above.
356
3572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac:
360        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
361        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
362        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
370
3712001-03-08      Joel Sherrill <joel@OARcorp.com>
372
373        * start/start.S, startup/bspstart.c: Removed warnings.
374
3752002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
376
377        * startup/gdb-support.c: Added calls into the mips-support gdb stub
378        for configuring the memory regions.  Any bsp that wants to use the
379        gdbstub will need to do something similar.
380        * startup/Makefile.am: Added shared/gdbstub directory to include path.
381
3822002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
383
384        * start/start.S: Added kseg1 test to enable cache flush code
385        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
386        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
387        init to only turn on whats needed.
388        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
389        a handy init function.
390
3912002-02-08      Joel Sherrill <joel@OARcorp.com>
392
393        * startup/Makefile.am: Now compile the gdb stub.
394        * startup/bspstart.c: Fixed header block.
395        * startup/gdb-support.c: New file in stub state.
396
3972001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
398
399        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
400        New files missed in previous commit.
401        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
402
4032001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
404
405        * Update of BSP to address problems restarting, provide more
406        information during boot, and better handle ROM vs RAM images.
407        * README, include/bsp.h, start/regs.S, start/start.S,
408        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
409
4102002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
413
4142002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
417        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
418
4192001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
422
4232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
426        * configure.in: Remove.
427        * configure.ac: New file, generated from configure.in by autoupdate.
428
4292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * include/Makefile.am: Use 'CLEANFILES ='.
432        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
433
4342001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.in: Add bspopts.h.
437        * include/bsp.h: Include bspopts.h.
438        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
439        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
440
4412001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
442
443        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
444        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
445        in previous patch.
446
4472001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
448
449        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
450        * clock/clockdrv.c, console/conscfg.c: Corrected.
451        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
452        * startup/bspstart.c: Properly set initial status register and
453        pending interrupts.
454        * timer/timer.c: Works now.
455
4562001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
457
458        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
459
4602001-05-07      Joel Sherrill <joel@OARcorp.com>
461
462        * console/conscfg.c: Added an entry for the second
463        serial port.
464
4652001-04-20      Joel Sherrill <joel@OARcorp.com>
466
467        * clock/clockdrv.c: Account for the fact that ClockRate is
468        in cycles not megahertz.
469
4702001-04-16      Joel Sherrill <joel@OARcorp.com>
471
472        * start/start.S, startup/bspstart.c, startup/linkcmds:
473        Cleanup that was not merged from the simple non-RTEMS program.
474
4752001-04-16      Joel Sherrill <joel@OARcorp.com>
476
477        * start/start.S, startup/bspstart.c, startup/linkcmds:
478        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
479        as he debugged this BSP using a logic analyzer.
480
4812001-03-14      Joel Sherrill <joel@OARcorp.com>
482
483        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
484        startup/bspstart.c, timer/timer.c: Comments corrected.
485
4862001-02-22      Joel Sherrill <joel@OARcorp.com>
487
488        * The Generic Mongoose-V BSP uses only the peripherals found on
489        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
490        based on the LSI Logic 33K.
491        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
492        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
493        console/.cvsignore, console/Makefile.am, console/conscfg.c,
494        include/.cvsignore, include/Makefile.am, include/bsp.h,
495        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
496        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
497        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
498        wrapup/.cvsignore, wrapup/Makefile.am: New files.
499
Note: See TracBrowser for help on using the repository browser.