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

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

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

  • startup/bspstart.c: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
  • Property mode set to 100644
File size: 15.8 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
4        Configuration Table. Eliminate CPU Table from all ports. Delete
5        references to CPU Table in all forms.
6
72007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
10        Table fields to the Configuration Table. This included
11        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
12        do_zero_of_workspace, extra_mpci_receive_server_stack,
13        stack_allocate_hook, and stack_free_hook. As a side-effect of this
14        effort some multiprocessing code was made conditional and some style
15        clean up occurred.
16
172007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * bsp_specs: Remove qrtems_debug.
20
212007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
24        endianness).
25
262006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: New BUG-REPORT address.
29
302006-11-15      Joel Sherrill <joel@OARcorp.com>
31
32        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
33        file and simplified initialization.
34
352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Remove superfluous -DASM.
38
392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Require autoconf-2.60. Require automake-1.10.
42
432006-09-11      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/bspstart.c: Convert C++ style comments to C style.
46
472006-03-08      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds: Add .gnu.linkonce.b.* section.
50
512006-02-08      Joel Sherrill <joel@OARcorp.com>
52
53        * clock/clockdrv.c: Correct path to clockdrv_shell.c
54
552006-02-08      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/linkcmds: Add sections required by newer gcc versions.
58
592006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Add preinstall.am.
62
632005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * include/bsp.h: New header guard.
66
672005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
70
712005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * Makefile.am: Fix typo.
74
752005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Remove build-variant support.
78
792004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * configure.ac: Require automake > 1.9.
82
832004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        PR 610/bsps
86        * Makefile.am: Add include/tm27.h, Cosmetics.
87        * include/tm27.h: Final cosmetics.
88
892004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        * include/bsp.h: Split out tmtest27 support.
92        * include/tm27.h: New.
93
942004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        PR 613/bsps
97        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
98
992004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
100
101        PR 614/bsps
102        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
103
1042004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
107        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
108        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
109        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
110
1112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
114        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
115        size types.
116
1172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Reflect changes to bsp.am.
120        Preinstall dist_project_lib*.
121
1222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Reflect changes to bsp.am.
125
1262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
129
1302004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Correct path to clockdrv_shell.c.
133
1342004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
137        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
138        compilation rules.
139        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
140        timer/Makefile.am, wrapup/Makefile.am: Remove.
141        * configure.ac: Reflect changes above.
142
1432004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
146        * start/reg.S: Remove //-comments
147
1482004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
151        Add RTEMS_PROG_CCAS.
152
1532004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Add PREINSTALL_DIRS.
156
1572004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
160        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
161        EXTRA_DIST.
162        * wrapup/Makefile.am: Reflect changes to libcpu.
163
1642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
167        Add PRE/TMPINSTALL_FILES to CLEANFILES.
168        * startup/Makefile.am: Ditto.
169
1702004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * start/Makefile.am: Remove.
173        * Makefile.am: Merge-in start/Makefile.am.
174        * configure.ac: Reflect changes above.
175
1762004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * wrapup/Makefile.am: Eliminate $(LIB).
179        Use noinst_DATA to trigger building libbsp.a.
180
1812003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
184        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
185
1862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
189        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
190
1912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
194
1952003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * start/Makefile.am: Misc cleanups and fixes.
198        * startup/Makefile.am: Misc cleanups and fixes.
199        * wrapup/Makefile.am: Misc cleanups and fixes.
200
2012003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Add preinstallation dirstamp support.
204        * clock/Makefile.am: Cosmetics.
205        * console/Makefile.am: Cosmetics.
206        * startup/Makefile.am: Cosmetics.
207        * timer/Makefile.am: Cosmetics.
208        * wrapup/Makefile.am: Cosmetics.
209
2102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * clock/Makefile.am: Remove all-local: $(ARCH).
213        * console/Makefile.am: Remove all-local: $(ARCH).
214        * start/Makefile.am: Remove all-local: $(ARCH).
215        * startup/Makefile.am: Remove all-local: $(ARCH).
216        * timer/Makefile.am: Remove all-local: $(ARCH).
217        * wrapup/Makefile.am: Remove all-local: $(ARCH).
218
2192003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Fix preinstallation of include/coverhd.h.
222
2232003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Merge-in include/Makefile.am.
226        Reflect changes to bsp.am.
227        * include/Makefile.am: Remove.
228        * configure.ac: Reflect changes above.
229
2302003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * bsp_specs: Remove *lib:.
233
2342003-09-04      Joel Sherrill <joel@OARcorp.com>
235
236        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
237        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
238        license changed.
239
2402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Reflect having moved aclocal/.
243
2442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Reflect having moved automake/.
247        * clock/Makefile.am: Reflect having moved automake/.
248        * console/Makefile.am: Reflect having moved automake/.
249        * include/Makefile.am: Reflect having moved automake/.
250        * start/Makefile.am: Reflect having moved automake/.
251        * startup/Makefile.am: Reflect having moved automake/.
252        * timer/Makefile.am: Reflect having moved automake/.
253        * wrapup/Makefile.am: Reflect having moved automake/.
254
2552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        PR 452/bsps
258        * startup/Makefile.am: Remove USE_INIT_FINI.
259
2602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * bsp_specs: Remove -D__USE_INIT_FINI__.
263        Remove *.cpp (Now unused).
264
2652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
268
2692003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        PR 445/bsps
272        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
273
2742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Remove AC_CONFIG_AUX_DIR.
277
2782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
281
2822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: AC_PREREQ(2.57).
285
2862003-01-20      Joel Sherrill <joel@OARcorp.com>
287
288        * startup/linkcmds*: Add FreeBSD sysctl() sections.
289
2902002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
291 
292        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
293        * linkcmds: Added .init, .fini & related sections.
294
2952002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
298        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
302
3032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * start/Makefile.am: Use install-data-local to install startfile.
306
3072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310
3112002-11-01      Joel Sherrill <joel@OARcorp.com>
312
313        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
314
3152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * .cvsignore: Reformat.
318        Add autom4te*cache.
319        Remove autom4te.cache.
320
3212002-08-21      Joel Sherrill <joel@OARcorp.com>
322
323        * bsp_specs: Added support for -nostdlibs.
324
3252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
333
3342002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * start/Makefile.am: Eliminate PGM.
337        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
338
3392002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
342
3432002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
346        Remove $(OBJS) from all-local.
347
3482002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * wrapup/Makefile.am: Add $(LIB) to all-local.
351
3522002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
355
3562002-06-25      Joel Sherrill <joel@OARcorp.com>
357
358        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
359        support to the shared gdb stub glue thus moving some of the
360        gdbstub support to a higher level.
361        * startup/Makefile.am: Modified to reflect above.
362
3632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac:
366        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
367        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
368        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
376
3772001-03-08      Joel Sherrill <joel@OARcorp.com>
378
379        * start/start.S, startup/bspstart.c: Removed warnings.
380
3812002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
382
383        * startup/gdb-support.c: Added calls into the mips-support gdb stub
384        for configuring the memory regions.  Any bsp that wants to use the
385        gdbstub will need to do something similar.
386        * startup/Makefile.am: Added shared/gdbstub directory to include path.
387
3882002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
389
390        * start/start.S: Added kseg1 test to enable cache flush code
391        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
392        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
393        init to only turn on whats needed.
394        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
395        a handy init function.
396
3972002-02-08      Joel Sherrill <joel@OARcorp.com>
398
399        * startup/Makefile.am: Now compile the gdb stub.
400        * startup/bspstart.c: Fixed header block.
401        * startup/gdb-support.c: New file in stub state.
402
4032001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
404
405        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
406        New files missed in previous commit.
407        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
408
4092001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
410
411        * Update of BSP to address problems restarting, provide more
412        information during boot, and better handle ROM vs RAM images.
413        * README, include/bsp.h, start/regs.S, start/start.S,
414        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
415
4162002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
419
4202002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
423        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
424
4252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
428
4292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
432        * configure.in: Remove.
433        * configure.ac: New file, generated from configure.in by autoupdate.
434
4352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * include/Makefile.am: Use 'CLEANFILES ='.
438        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
439
4402001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.in: Add bspopts.h.
443        * include/bsp.h: Include bspopts.h.
444        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
445        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
446
4472001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
448
449        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
450        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
451        in previous patch.
452
4532001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
454
455        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
456        * clock/clockdrv.c, console/conscfg.c: Corrected.
457        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
458        * startup/bspstart.c: Properly set initial status register and
459        pending interrupts.
460        * timer/timer.c: Works now.
461
4622001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
463
464        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
465
4662001-05-07      Joel Sherrill <joel@OARcorp.com>
467
468        * console/conscfg.c: Added an entry for the second
469        serial port.
470
4712001-04-20      Joel Sherrill <joel@OARcorp.com>
472
473        * clock/clockdrv.c: Account for the fact that ClockRate is
474        in cycles not megahertz.
475
4762001-04-16      Joel Sherrill <joel@OARcorp.com>
477
478        * start/start.S, startup/bspstart.c, startup/linkcmds:
479        Cleanup that was not merged from the simple non-RTEMS program.
480
4812001-04-16      Joel Sherrill <joel@OARcorp.com>
482
483        * start/start.S, startup/bspstart.c, startup/linkcmds:
484        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
485        as he debugged this BSP using a logic analyzer.
486
4872001-03-14      Joel Sherrill <joel@OARcorp.com>
488
489        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
490        startup/bspstart.c, timer/timer.c: Comments corrected.
491
4922001-02-22      Joel Sherrill <joel@OARcorp.com>
493
494        * The Generic Mongoose-V BSP uses only the peripherals found on
495        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
496        based on the LSI Logic 33K.
497        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
498        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
499        console/.cvsignore, console/Makefile.am, console/conscfg.c,
500        include/.cvsignore, include/Makefile.am, include/bsp.h,
501        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
502        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
503        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
504        wrapup/.cvsignore, wrapup/Makefile.am: New files.
505
Note: See TracBrowser for help on using the repository browser.