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

4.104.114.95
Last change on this file since 4130d8e2 was 4130d8e2, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 15:50:25

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

  • include/bsp.h, startup/bspstart.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
  • Property mode set to 100644
File size: 16.0 KB
Line 
12007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
4        Configuration Table. Use the RTEMS provided accessor macros to obtain
5        configuration fields.
6
72007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
10        Configuration Table. Eliminate CPU Table from all ports. Delete
11        references to CPU Table in all forms.
12
132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
16        Table fields to the Configuration Table. This included
17        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
18        do_zero_of_workspace, extra_mpci_receive_server_stack,
19        stack_allocate_hook, and stack_free_hook. As a side-effect of this
20        effort some multiprocessing code was made conditional and some style
21        clean up occurred.
22
232007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * bsp_specs: Remove qrtems_debug.
26
272007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
30        endianness).
31
322006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: New BUG-REPORT address.
35
362006-11-15      Joel Sherrill <joel@OARcorp.com>
37
38        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
39        file and simplified initialization.
40
412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Remove superfluous -DASM.
44
452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * configure.ac: Require autoconf-2.60. Require automake-1.10.
48
492006-09-11      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/bspstart.c: Convert C++ style comments to C style.
52
532006-03-08      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/linkcmds: Add .gnu.linkonce.b.* section.
56
572006-02-08      Joel Sherrill <joel@OARcorp.com>
58
59        * clock/clockdrv.c: Correct path to clockdrv_shell.c
60
612006-02-08      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/linkcmds: Add sections required by newer gcc versions.
64
652006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Add preinstall.am.
68
692005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * include/bsp.h: New header guard.
72
732005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
76
772005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Fix typo.
80
812005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Remove build-variant support.
84
852004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * configure.ac: Require automake > 1.9.
88
892004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        PR 610/bsps
92        * Makefile.am: Add include/tm27.h, Cosmetics.
93        * include/tm27.h: Final cosmetics.
94
952004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        * include/bsp.h: Split out tmtest27 support.
98        * include/tm27.h: New.
99
1002004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        PR 613/bsps
103        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
104
1052004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        PR 614/bsps
108        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
109
1102004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
113        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
114        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
115        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
116
1172004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
118
119        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
120        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
121        size types.
122
1232004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Reflect changes to bsp.am.
126        Preinstall dist_project_lib*.
127
1282004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Reflect changes to bsp.am.
131
1322004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
135
1362004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Correct path to clockdrv_shell.c.
139
1402004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
143        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
144        compilation rules.
145        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
146        timer/Makefile.am, wrapup/Makefile.am: Remove.
147        * configure.ac: Reflect changes above.
148
1492004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
152        * start/reg.S: Remove //-comments
153
1542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
157        Add RTEMS_PROG_CCAS.
158
1592004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Add PREINSTALL_DIRS.
162
1632004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
166        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
167        EXTRA_DIST.
168        * wrapup/Makefile.am: Reflect changes to libcpu.
169
1702004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
173        Add PRE/TMPINSTALL_FILES to CLEANFILES.
174        * startup/Makefile.am: Ditto.
175
1762004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * start/Makefile.am: Remove.
179        * Makefile.am: Merge-in start/Makefile.am.
180        * configure.ac: Reflect changes above.
181
1822004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * wrapup/Makefile.am: Eliminate $(LIB).
185        Use noinst_DATA to trigger building libbsp.a.
186
1872003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
190        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
191
1922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
195        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
196
1972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
200
2012003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * start/Makefile.am: Misc cleanups and fixes.
204        * startup/Makefile.am: Misc cleanups and fixes.
205        * wrapup/Makefile.am: Misc cleanups and fixes.
206
2072003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Add preinstallation dirstamp support.
210        * clock/Makefile.am: Cosmetics.
211        * console/Makefile.am: Cosmetics.
212        * startup/Makefile.am: Cosmetics.
213        * timer/Makefile.am: Cosmetics.
214        * wrapup/Makefile.am: Cosmetics.
215
2162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * clock/Makefile.am: Remove all-local: $(ARCH).
219        * console/Makefile.am: Remove all-local: $(ARCH).
220        * start/Makefile.am: Remove all-local: $(ARCH).
221        * startup/Makefile.am: Remove all-local: $(ARCH).
222        * timer/Makefile.am: Remove all-local: $(ARCH).
223        * wrapup/Makefile.am: Remove all-local: $(ARCH).
224
2252003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Fix preinstallation of include/coverhd.h.
228
2292003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Merge-in include/Makefile.am.
232        Reflect changes to bsp.am.
233        * include/Makefile.am: Remove.
234        * configure.ac: Reflect changes above.
235
2362003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * bsp_specs: Remove *lib:.
239
2402003-09-04      Joel Sherrill <joel@OARcorp.com>
241
242        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
243        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
244        license changed.
245
2462003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Reflect having moved aclocal/.
249
2502003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Reflect having moved automake/.
253        * clock/Makefile.am: Reflect having moved automake/.
254        * console/Makefile.am: Reflect having moved automake/.
255        * include/Makefile.am: Reflect having moved automake/.
256        * start/Makefile.am: Reflect having moved automake/.
257        * startup/Makefile.am: Reflect having moved automake/.
258        * timer/Makefile.am: Reflect having moved automake/.
259        * wrapup/Makefile.am: Reflect having moved automake/.
260
2612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        PR 452/bsps
264        * startup/Makefile.am: Remove USE_INIT_FINI.
265
2662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * bsp_specs: Remove -D__USE_INIT_FINI__.
269        Remove *.cpp (Now unused).
270
2712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
274
2752003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        PR 445/bsps
278        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
279
2802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Remove AC_CONFIG_AUX_DIR.
283
2842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
287
2882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: AC_PREREQ(2.57).
291
2922003-01-20      Joel Sherrill <joel@OARcorp.com>
293
294        * startup/linkcmds*: Add FreeBSD sysctl() sections.
295
2962002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
297 
298        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
299        * linkcmds: Added .init, .fini & related sections.
300
3012002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308
3092002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * start/Makefile.am: Use install-data-local to install startfile.
312
3132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
316
3172002-11-01      Joel Sherrill <joel@OARcorp.com>
318
319        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
320
3212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * .cvsignore: Reformat.
324        Add autom4te*cache.
325        Remove autom4te.cache.
326
3272002-08-21      Joel Sherrill <joel@OARcorp.com>
328
329        * bsp_specs: Added support for -nostdlibs.
330
3312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
335        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
336        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
337        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
338        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
339
3402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * start/Makefile.am: Eliminate PGM.
343        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
344
3452002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
348
3492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
352        Remove $(OBJS) from all-local.
353
3542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Add $(LIB) to all-local.
357
3582002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
361
3622002-06-25      Joel Sherrill <joel@OARcorp.com>
363
364        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
365        support to the shared gdb stub glue thus moving some of the
366        gdbstub support to a higher level.
367        * startup/Makefile.am: Modified to reflect above.
368
3692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac:
372        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
373        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
374        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
382
3832001-03-08      Joel Sherrill <joel@OARcorp.com>
384
385        * start/start.S, startup/bspstart.c: Removed warnings.
386
3872002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
388
389        * startup/gdb-support.c: Added calls into the mips-support gdb stub
390        for configuring the memory regions.  Any bsp that wants to use the
391        gdbstub will need to do something similar.
392        * startup/Makefile.am: Added shared/gdbstub directory to include path.
393
3942002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
395
396        * start/start.S: Added kseg1 test to enable cache flush code
397        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
398        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
399        init to only turn on whats needed.
400        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
401        a handy init function.
402
4032002-02-08      Joel Sherrill <joel@OARcorp.com>
404
405        * startup/Makefile.am: Now compile the gdb stub.
406        * startup/bspstart.c: Fixed header block.
407        * startup/gdb-support.c: New file in stub state.
408
4092001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
410
411        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
412        New files missed in previous commit.
413        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
414
4152001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
416
417        * Update of BSP to address problems restarting, provide more
418        information during boot, and better handle ROM vs RAM images.
419        * README, include/bsp.h, start/regs.S, start/start.S,
420        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
421
4222002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
425
4262002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
429        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
430
4312001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
434
4352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
438        * configure.in: Remove.
439        * configure.ac: New file, generated from configure.in by autoupdate.
440
4412001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * include/Makefile.am: Use 'CLEANFILES ='.
444        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
445
4462001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.in: Add bspopts.h.
449        * include/bsp.h: Include bspopts.h.
450        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
451        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
452
4532001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
454
455        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
456        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
457        in previous patch.
458
4592001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
460
461        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
462        * clock/clockdrv.c, console/conscfg.c: Corrected.
463        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
464        * startup/bspstart.c: Properly set initial status register and
465        pending interrupts.
466        * timer/timer.c: Works now.
467
4682001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
469
470        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
471
4722001-05-07      Joel Sherrill <joel@OARcorp.com>
473
474        * console/conscfg.c: Added an entry for the second
475        serial port.
476
4772001-04-20      Joel Sherrill <joel@OARcorp.com>
478
479        * clock/clockdrv.c: Account for the fact that ClockRate is
480        in cycles not megahertz.
481
4822001-04-16      Joel Sherrill <joel@OARcorp.com>
483
484        * start/start.S, startup/bspstart.c, startup/linkcmds:
485        Cleanup that was not merged from the simple non-RTEMS program.
486
4872001-04-16      Joel Sherrill <joel@OARcorp.com>
488
489        * start/start.S, startup/bspstart.c, startup/linkcmds:
490        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
491        as he debugged this BSP using a logic analyzer.
492
4932001-03-14      Joel Sherrill <joel@OARcorp.com>
494
495        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
496        startup/bspstart.c, timer/timer.c: Comments corrected.
497
4982001-02-22      Joel Sherrill <joel@OARcorp.com>
499
500        * The Generic Mongoose-V BSP uses only the peripherals found on
501        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
502        based on the LSI Logic 33K.
503        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
504        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
505        console/.cvsignore, console/Makefile.am, console/conscfg.c,
506        include/.cvsignore, include/Makefile.am, include/bsp.h,
507        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
508        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
509        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
510        wrapup/.cvsignore, wrapup/Makefile.am: New files.
511
Note: See TracBrowser for help on using the repository browser.