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

4.104.115
Last change on this file since d8aa64f was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 20.7 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
8        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
9        have the same options.
10
112009-04-28      Chris Johns <chrisj@rtems.org>
12
13        * start/start.S: Update for boot_card command line change.
14
152008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * bsp_specs: Move -e start from *link to *startfile to avoid warning
18        for undefined entry symbol when linking relocatables with binutils
19        2.19.
20
212008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
24        * Makefile.am: Reflect changes above.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
29        of building libbspstart.a, using automake-rules.
30
312008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * start/regs.S: Remove (Renamed into start/regs.h).
34        * start/regs.h: New (Renamed from start/regs.S).
35        * Makefile.am, start/start.S: Reflect renamer.
36
372008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Eliminate *_SOURCES.
40
412008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
44        components.
45
462008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
49
502008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * configure.ac: Make letting boot_card() handle work area allocation
53        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
54        BSP_BOOTCARD_OPTIONS.
55
562008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * include/bsp.h: Remove unnecessary boilerplate comments.
59
602008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile.am, startup/linkcmds: Use top level shared
63        bsp_get_work_area() implementation.
64        * startup/bspgetworkarea.c: Removed.
65
662008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * startup/bspstart.c: Remove unnecessary includes of
69        rtems/libcsupport.h and rtems/libio.h.
70
712008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
74        Split out bsp_get_work_area() into its own file and user BSP
75        Framework to perform more initialization.
76        * startup/bspgetworkarea.c: New file.
77
782008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
81        phase, all prototypes were removed from bsp.h and empty
82        implementations were removed and made to use the shared stub.
83
842008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * timer/timer.c: Convert to "bool".
87
882008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * timer/timer.c: Eliminate empty function from every benchmark timer
91        driver. Fix spelling.
92
932008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * timer/timer.c: Rename timer driver methods to follow RTEMS
96        programming conventions.
97
982008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * startup/bspstart.c: Add missing prototypes.
101        * timer/timer.c: Add missing prototypes.
102
1032008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
106        Framework to ask the BSP where it has memory for the RTEMS Workspace
107        and C Program Heap. These collectively are referred to as work area.
108        If the BSP supports this, then it does not have to include code to
109        split the available memory between the two areas. This reduces the
110        amount of code in the BSP specific bspstart.c file. Additionally, the
111        shared framework can initialize the C Library, call
112        rtems_debug_enable(), and dirty the work area memory. Until most/all
113        BSPs support this new capability, if the BSP supports this, it should
114        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
115        When the transition is complete, this autoconf macro can be removed.
116
1172008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * Makefile.am: Rework to avoid .rel files.
120
1212008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * startup/bspstart.c: Refactored and renamed initialization routines to
124        rtems_initialize_data_structures, rtems_initialize_before_drivers,
125        rtems_initialize_device_drivers, and
126        rtems_initialize_start_multitasking. This opened the sequence up so
127        that bootcard() could provide a more robust and flexible framework
128        which is easier to explain and understand. This also lays the
129        groundwork for sharing the division of available memory between the
130        RTEMS workspace and heap and the C library initialization across all
131        BSPs.
132
1332008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * startup/linkcmds: Add wildcard to gcc_except_table section so
136        programs compiled with gcc 4.3.x can link.
137
1382007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
141        Configuration Table. Use the RTEMS provided accessor macros to obtain
142        configuration fields.
143
1442007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
147        Configuration Table. Eliminate CPU Table from all ports. Delete
148        references to CPU Table in all forms.
149
1502007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
153        Table fields to the Configuration Table. This included
154        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
155        do_zero_of_workspace, extra_mpci_receive_server_stack,
156        stack_allocate_hook, and stack_free_hook. As a side-effect of this
157        effort some multiprocessing code was made conditional and some style
158        clean up occurred.
159
1602007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * bsp_specs: Remove qrtems_debug.
163
1642007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
167        endianness).
168
1692006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * configure.ac: New BUG-REPORT address.
172
1732006-11-15      Joel Sherrill <joel@OARcorp.com>
174
175        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
176        file and simplified initialization.
177
1782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Remove superfluous -DASM.
181
1822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * configure.ac: Require autoconf-2.60. Require automake-1.10.
185
1862006-09-11      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/bspstart.c: Convert C++ style comments to C style.
189
1902006-03-08      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds: Add .gnu.linkonce.b.* section.
193
1942006-02-08      Joel Sherrill <joel@OARcorp.com>
195
196        * clock/clockdrv.c: Correct path to clockdrv_shell.c
197
1982006-02-08      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/linkcmds: Add sections required by newer gcc versions.
201
2022006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * Makefile.am: Add preinstall.am.
205
2062005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * include/bsp.h: New header guard.
209
2102005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
213
2142005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * Makefile.am: Fix typo.
217
2182005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * Makefile.am: Remove build-variant support.
221
2222004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        * configure.ac: Require automake > 1.9.
225
2262004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        PR 610/bsps
229        * Makefile.am: Add include/tm27.h, Cosmetics.
230        * include/tm27.h: Final cosmetics.
231
2322004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        * include/bsp.h: Split out tmtest27 support.
235        * include/tm27.h: New.
236
2372004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        PR 613/bsps
240        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
241
2422004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        PR 614/bsps
245        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
246
2472004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
250        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
251        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
252        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
253
2542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
257        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
258        size types.
259
2602004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Reflect changes to bsp.am.
263        Preinstall dist_project_lib*.
264
2652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Reflect changes to bsp.am.
268
2692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
272
2732004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Correct path to clockdrv_shell.c.
276
2772004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
280        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
281        compilation rules.
282        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
283        timer/Makefile.am, wrapup/Makefile.am: Remove.
284        * configure.ac: Reflect changes above.
285
2862004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
289        * start/reg.S: Remove //-comments
290
2912004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
294        Add RTEMS_PROG_CCAS.
295
2962004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Add PREINSTALL_DIRS.
299
3002004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
303        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
304        EXTRA_DIST.
305        * wrapup/Makefile.am: Reflect changes to libcpu.
306
3072004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
310        Add PRE/TMPINSTALL_FILES to CLEANFILES.
311        * startup/Makefile.am: Ditto.
312
3132004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/Makefile.am: Remove.
316        * Makefile.am: Merge-in start/Makefile.am.
317        * configure.ac: Reflect changes above.
318
3192004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * wrapup/Makefile.am: Eliminate $(LIB).
322        Use noinst_DATA to trigger building libbsp.a.
323
3242003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
327        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
328
3292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
332        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
333
3342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
337
3382003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * start/Makefile.am: Misc cleanups and fixes.
341        * startup/Makefile.am: Misc cleanups and fixes.
342        * wrapup/Makefile.am: Misc cleanups and fixes.
343
3442003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Add preinstallation dirstamp support.
347        * clock/Makefile.am: Cosmetics.
348        * console/Makefile.am: Cosmetics.
349        * startup/Makefile.am: Cosmetics.
350        * timer/Makefile.am: Cosmetics.
351        * wrapup/Makefile.am: Cosmetics.
352
3532003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * clock/Makefile.am: Remove all-local: $(ARCH).
356        * console/Makefile.am: Remove all-local: $(ARCH).
357        * start/Makefile.am: Remove all-local: $(ARCH).
358        * startup/Makefile.am: Remove all-local: $(ARCH).
359        * timer/Makefile.am: Remove all-local: $(ARCH).
360        * wrapup/Makefile.am: Remove all-local: $(ARCH).
361
3622003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Fix preinstallation of include/coverhd.h.
365
3662003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Merge-in include/Makefile.am.
369        Reflect changes to bsp.am.
370        * include/Makefile.am: Remove.
371        * configure.ac: Reflect changes above.
372
3732003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * bsp_specs: Remove *lib:.
376
3772003-09-04      Joel Sherrill <joel@OARcorp.com>
378
379        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
380        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
381        license changed.
382
3832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Reflect having moved aclocal/.
386
3872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Reflect having moved automake/.
390        * clock/Makefile.am: Reflect having moved automake/.
391        * console/Makefile.am: Reflect having moved automake/.
392        * include/Makefile.am: Reflect having moved automake/.
393        * start/Makefile.am: Reflect having moved automake/.
394        * startup/Makefile.am: Reflect having moved automake/.
395        * timer/Makefile.am: Reflect having moved automake/.
396        * wrapup/Makefile.am: Reflect having moved automake/.
397
3982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        PR 452/bsps
401        * startup/Makefile.am: Remove USE_INIT_FINI.
402
4032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * bsp_specs: Remove -D__USE_INIT_FINI__.
406        Remove *.cpp (Now unused).
407
4082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
411
4122003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        PR 445/bsps
415        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
416
4172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac: Remove AC_CONFIG_AUX_DIR.
420
4212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
424
4252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: AC_PREREQ(2.57).
428
4292003-01-20      Joel Sherrill <joel@OARcorp.com>
430
431        * startup/linkcmds*: Add FreeBSD sysctl() sections.
432
4332002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
434 
435        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
436        * linkcmds: Added .init, .fini & related sections.
437
4382002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
441        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
442        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
443        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
444        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
445
4462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * start/Makefile.am: Use install-data-local to install startfile.
449
4502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
453
4542002-11-01      Joel Sherrill <joel@OARcorp.com>
455
456        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
457
4582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * .cvsignore: Reformat.
461        Add autom4te*cache.
462        Remove autom4te.cache.
463
4642002-08-21      Joel Sherrill <joel@OARcorp.com>
465
466        * bsp_specs: Added support for -nostdlibs.
467
4682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
471        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
472        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
473        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
474        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
475        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
476
4772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * start/Makefile.am: Eliminate PGM.
480        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
481
4822002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
485
4862002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
489        Remove $(OBJS) from all-local.
490
4912002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * wrapup/Makefile.am: Add $(LIB) to all-local.
494
4952002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
498
4992002-06-25      Joel Sherrill <joel@OARcorp.com>
500
501        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
502        support to the shared gdb stub glue thus moving some of the
503        gdbstub support to a higher level.
504        * startup/Makefile.am: Modified to reflect above.
505
5062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.ac:
509        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
510        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
511        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
519
5202001-03-08      Joel Sherrill <joel@OARcorp.com>
521
522        * start/start.S, startup/bspstart.c: Removed warnings.
523
5242002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
525
526        * startup/gdb-support.c: Added calls into the mips-support gdb stub
527        for configuring the memory regions.  Any bsp that wants to use the
528        gdbstub will need to do something similar.
529        * startup/Makefile.am: Added shared/gdbstub directory to include path.
530
5312002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
532
533        * start/start.S: Added kseg1 test to enable cache flush code
534        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
535        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
536        init to only turn on whats needed.
537        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
538        a handy init function.
539
5402002-02-08      Joel Sherrill <joel@OARcorp.com>
541
542        * startup/Makefile.am: Now compile the gdb stub.
543        * startup/bspstart.c: Fixed header block.
544        * startup/gdb-support.c: New file in stub state.
545
5462001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
547
548        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
549        New files missed in previous commit.
550        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
551
5522001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
553
554        * Update of BSP to address problems restarting, provide more
555        information during boot, and better handle ROM vs RAM images.
556        * README, include/bsp.h, start/regs.S, start/start.S,
557        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
558
5592002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
562
5632002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
566        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
567
5682001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
571
5722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
575        * configure.in: Remove.
576        * configure.ac: New file, generated from configure.in by autoupdate.
577
5782001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * include/Makefile.am: Use 'CLEANFILES ='.
581        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
582
5832001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * configure.in: Add bspopts.h.
586        * include/bsp.h: Include bspopts.h.
587        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
588        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
589
5902001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
591
592        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
593        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
594        in previous patch.
595
5962001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
597
598        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
599        * clock/clockdrv.c, console/conscfg.c: Corrected.
600        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
601        * startup/bspstart.c: Properly set initial status register and
602        pending interrupts.
603        * timer/timer.c: Works now.
604
6052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
606
607        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
608
6092001-05-07      Joel Sherrill <joel@OARcorp.com>
610
611        * console/conscfg.c: Added an entry for the second
612        serial port.
613
6142001-04-20      Joel Sherrill <joel@OARcorp.com>
615
616        * clock/clockdrv.c: Account for the fact that ClockRate is
617        in cycles not megahertz.
618
6192001-04-16      Joel Sherrill <joel@OARcorp.com>
620
621        * start/start.S, startup/bspstart.c, startup/linkcmds:
622        Cleanup that was not merged from the simple non-RTEMS program.
623
6242001-04-16      Joel Sherrill <joel@OARcorp.com>
625
626        * start/start.S, startup/bspstart.c, startup/linkcmds:
627        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
628        as he debugged this BSP using a logic analyzer.
629
6302001-03-14      Joel Sherrill <joel@OARcorp.com>
631
632        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
633        startup/bspstart.c, timer/timer.c: Comments corrected.
634
6352001-02-22      Joel Sherrill <joel@OARcorp.com>
636
637        * The Generic Mongoose-V BSP uses only the peripherals found on
638        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
639        based on the LSI Logic 33K.
640        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
641        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
642        console/.cvsignore, console/Makefile.am, console/conscfg.c,
643        include/.cvsignore, include/Makefile.am, include/bsp.h,
644        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
645        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
646        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
647        wrapup/.cvsignore, wrapup/Makefile.am: New files.
648
Note: See TracBrowser for help on using the repository browser.