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

4.9
Last change on this file since 8d9c428c was 8d9c428c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 13:25:38

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • start/regs.S: Remove (Renamed into start/regs.h).
  • start/regs.h: New (Renamed from start/regs.S).
  • Makefile.am, start/start.S: Reflect renamer.
  • Property mode set to 100644
File size: 18.4 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * start/regs.S: Remove (Renamed into start/regs.h).
4        * start/regs.h: New (Renamed from start/regs.S).
5        * Makefile.am, start/start.S: Reflect renamer.
6
72008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * timer/timer.c: Convert to "bool".
10
112008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * timer/timer.c: Eliminate empty function from every benchmark timer
14        driver. Fix spelling.
15
162008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * timer/timer.c: Rename timer driver methods to follow RTEMS
19        programming conventions.
20
212008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * startup/bspstart.c: Add missing prototypes.
24        * timer/timer.c: Add missing prototypes.
25
262008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
29        Framework to ask the BSP where it has memory for the RTEMS Workspace
30        and C Program Heap. These collectively are referred to as work area.
31        If the BSP supports this, then it does not have to include code to
32        split the available memory between the two areas. This reduces the
33        amount of code in the BSP specific bspstart.c file. Additionally, the
34        shared framework can initialize the C Library, call
35        rtems_debug_enable(), and dirty the work area memory. Until most/all
36        BSPs support this new capability, if the BSP supports this, it should
37        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
38        When the transition is complete, this autoconf macro can be removed.
39
402008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * Makefile.am: Rework to avoid .rel files.
43
442008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * startup/bspstart.c: Refactored and renamed initialization routines to
47        rtems_initialize_data_structures, rtems_initialize_before_drivers,
48        rtems_initialize_device_drivers, and
49        rtems_initialize_start_multitasking. This opened the sequence up so
50        that bootcard() could provide a more robust and flexible framework
51        which is easier to explain and understand. This also lays the
52        groundwork for sharing the division of available memory between the
53        RTEMS workspace and heap and the C library initialization across all
54        BSPs.
55
562008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * startup/linkcmds: Add wildcard to gcc_except_table section so
59        programs compiled with gcc 4.3.x can link.
60
612007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
64        Configuration Table. Use the RTEMS provided accessor macros to obtain
65        configuration fields.
66
672007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
70        Configuration Table. Eliminate CPU Table from all ports. Delete
71        references to CPU Table in all forms.
72
732007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
76        Table fields to the Configuration Table. This included
77        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
78        do_zero_of_workspace, extra_mpci_receive_server_stack,
79        stack_allocate_hook, and stack_free_hook. As a side-effect of this
80        effort some multiprocessing code was made conditional and some style
81        clean up occurred.
82
832007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * bsp_specs: Remove qrtems_debug.
86
872007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
90        endianness).
91
922006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * configure.ac: New BUG-REPORT address.
95
962006-11-15      Joel Sherrill <joel@OARcorp.com>
97
98        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
99        file and simplified initialization.
100
1012006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * Makefile.am: Remove superfluous -DASM.
104
1052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * configure.ac: Require autoconf-2.60. Require automake-1.10.
108
1092006-09-11      Joel Sherrill <joel@OARcorp.com>
110
111        * startup/bspstart.c: Convert C++ style comments to C style.
112
1132006-03-08      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds: Add .gnu.linkonce.b.* section.
116
1172006-02-08      Joel Sherrill <joel@OARcorp.com>
118
119        * clock/clockdrv.c: Correct path to clockdrv_shell.c
120
1212006-02-08      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Add sections required by newer gcc versions.
124
1252006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * Makefile.am: Add preinstall.am.
128
1292005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * include/bsp.h: New header guard.
132
1332005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
136
1372005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Fix typo.
140
1412005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * Makefile.am: Remove build-variant support.
144
1452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * configure.ac: Require automake > 1.9.
148
1492004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        PR 610/bsps
152        * Makefile.am: Add include/tm27.h, Cosmetics.
153        * include/tm27.h: Final cosmetics.
154
1552004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * include/bsp.h: Split out tmtest27 support.
158        * include/tm27.h: New.
159
1602004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        PR 613/bsps
163        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
164
1652004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        PR 614/bsps
168        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
169
1702004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
173        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
174        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
175        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
176
1772004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
178
179        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
180        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
181        size types.
182
1832004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Reflect changes to bsp.am.
186        Preinstall dist_project_lib*.
187
1882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect changes to bsp.am.
191
1922004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
195
1962004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Correct path to clockdrv_shell.c.
199
2002004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
203        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
204        compilation rules.
205        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
206        timer/Makefile.am, wrapup/Makefile.am: Remove.
207        * configure.ac: Reflect changes above.
208
2092004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
212        * start/reg.S: Remove //-comments
213
2142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
217        Add RTEMS_PROG_CCAS.
218
2192004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Add PREINSTALL_DIRS.
222
2232004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
226        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
227        EXTRA_DIST.
228        * wrapup/Makefile.am: Reflect changes to libcpu.
229
2302004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
233        Add PRE/TMPINSTALL_FILES to CLEANFILES.
234        * startup/Makefile.am: Ditto.
235
2362004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * start/Makefile.am: Remove.
239        * Makefile.am: Merge-in start/Makefile.am.
240        * configure.ac: Reflect changes above.
241
2422004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * wrapup/Makefile.am: Eliminate $(LIB).
245        Use noinst_DATA to trigger building libbsp.a.
246
2472003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
250        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
251
2522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
255        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
256
2572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
260
2612003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * start/Makefile.am: Misc cleanups and fixes.
264        * startup/Makefile.am: Misc cleanups and fixes.
265        * wrapup/Makefile.am: Misc cleanups and fixes.
266
2672003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Add preinstallation dirstamp support.
270        * clock/Makefile.am: Cosmetics.
271        * console/Makefile.am: Cosmetics.
272        * startup/Makefile.am: Cosmetics.
273        * timer/Makefile.am: Cosmetics.
274        * wrapup/Makefile.am: Cosmetics.
275
2762003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * clock/Makefile.am: Remove all-local: $(ARCH).
279        * console/Makefile.am: Remove all-local: $(ARCH).
280        * start/Makefile.am: Remove all-local: $(ARCH).
281        * startup/Makefile.am: Remove all-local: $(ARCH).
282        * timer/Makefile.am: Remove all-local: $(ARCH).
283        * wrapup/Makefile.am: Remove all-local: $(ARCH).
284
2852003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Fix preinstallation of include/coverhd.h.
288
2892003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Merge-in include/Makefile.am.
292        Reflect changes to bsp.am.
293        * include/Makefile.am: Remove.
294        * configure.ac: Reflect changes above.
295
2962003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * bsp_specs: Remove *lib:.
299
3002003-09-04      Joel Sherrill <joel@OARcorp.com>
301
302        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
303        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
304        license changed.
305
3062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Reflect having moved aclocal/.
309
3102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Reflect having moved automake/.
313        * clock/Makefile.am: Reflect having moved automake/.
314        * console/Makefile.am: Reflect having moved automake/.
315        * include/Makefile.am: Reflect having moved automake/.
316        * start/Makefile.am: Reflect having moved automake/.
317        * startup/Makefile.am: Reflect having moved automake/.
318        * timer/Makefile.am: Reflect having moved automake/.
319        * wrapup/Makefile.am: Reflect having moved automake/.
320
3212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        PR 452/bsps
324        * startup/Makefile.am: Remove USE_INIT_FINI.
325
3262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * bsp_specs: Remove -D__USE_INIT_FINI__.
329        Remove *.cpp (Now unused).
330
3312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
334
3352003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        PR 445/bsps
338        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
339
3402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Remove AC_CONFIG_AUX_DIR.
343
3442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
347
3482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: AC_PREREQ(2.57).
351
3522003-01-20      Joel Sherrill <joel@OARcorp.com>
353
354        * startup/linkcmds*: Add FreeBSD sysctl() sections.
355
3562002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
357 
358        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
359        * linkcmds: Added .init, .fini & related sections.
360
3612002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
364        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368
3692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * start/Makefile.am: Use install-data-local to install startfile.
372
3732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
376
3772002-11-01      Joel Sherrill <joel@OARcorp.com>
378
379        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
380
3812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * .cvsignore: Reformat.
384        Add autom4te*cache.
385        Remove autom4te.cache.
386
3872002-08-21      Joel Sherrill <joel@OARcorp.com>
388
389        * bsp_specs: Added support for -nostdlibs.
390
3912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
394        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
395        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
398        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
399
4002002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * start/Makefile.am: Eliminate PGM.
403        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
404
4052002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
408
4092002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
412        Remove $(OBJS) from all-local.
413
4142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * wrapup/Makefile.am: Add $(LIB) to all-local.
417
4182002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
421
4222002-06-25      Joel Sherrill <joel@OARcorp.com>
423
424        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
425        support to the shared gdb stub glue thus moving some of the
426        gdbstub support to a higher level.
427        * startup/Makefile.am: Modified to reflect above.
428
4292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac:
432        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
433        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
434        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
435        * Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
442
4432001-03-08      Joel Sherrill <joel@OARcorp.com>
444
445        * start/start.S, startup/bspstart.c: Removed warnings.
446
4472002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
448
449        * startup/gdb-support.c: Added calls into the mips-support gdb stub
450        for configuring the memory regions.  Any bsp that wants to use the
451        gdbstub will need to do something similar.
452        * startup/Makefile.am: Added shared/gdbstub directory to include path.
453
4542002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
455
456        * start/start.S: Added kseg1 test to enable cache flush code
457        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
458        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
459        init to only turn on whats needed.
460        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
461        a handy init function.
462
4632002-02-08      Joel Sherrill <joel@OARcorp.com>
464
465        * startup/Makefile.am: Now compile the gdb stub.
466        * startup/bspstart.c: Fixed header block.
467        * startup/gdb-support.c: New file in stub state.
468
4692001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
470
471        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
472        New files missed in previous commit.
473        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
474
4752001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
476
477        * Update of BSP to address problems restarting, provide more
478        information during boot, and better handle ROM vs RAM images.
479        * README, include/bsp.h, start/regs.S, start/start.S,
480        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
481
4822002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
485
4862002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
489        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
490
4912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
494
4952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
498        * configure.in: Remove.
499        * configure.ac: New file, generated from configure.in by autoupdate.
500
5012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * include/Makefile.am: Use 'CLEANFILES ='.
504        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
505
5062001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.in: Add bspopts.h.
509        * include/bsp.h: Include bspopts.h.
510        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
511        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
512
5132001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
514
515        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
516        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
517        in previous patch.
518
5192001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
520
521        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
522        * clock/clockdrv.c, console/conscfg.c: Corrected.
523        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
524        * startup/bspstart.c: Properly set initial status register and
525        pending interrupts.
526        * timer/timer.c: Works now.
527
5282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
529
530        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
531
5322001-05-07      Joel Sherrill <joel@OARcorp.com>
533
534        * console/conscfg.c: Added an entry for the second
535        serial port.
536
5372001-04-20      Joel Sherrill <joel@OARcorp.com>
538
539        * clock/clockdrv.c: Account for the fact that ClockRate is
540        in cycles not megahertz.
541
5422001-04-16      Joel Sherrill <joel@OARcorp.com>
543
544        * start/start.S, startup/bspstart.c, startup/linkcmds:
545        Cleanup that was not merged from the simple non-RTEMS program.
546
5472001-04-16      Joel Sherrill <joel@OARcorp.com>
548
549        * start/start.S, startup/bspstart.c, startup/linkcmds:
550        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
551        as he debugged this BSP using a logic analyzer.
552
5532001-03-14      Joel Sherrill <joel@OARcorp.com>
554
555        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
556        startup/bspstart.c, timer/timer.c: Comments corrected.
557
5582001-02-22      Joel Sherrill <joel@OARcorp.com>
559
560        * The Generic Mongoose-V BSP uses only the peripherals found on
561        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
562        based on the LSI Logic 33K.
563        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
564        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
565        console/.cvsignore, console/Makefile.am, console/conscfg.c,
566        include/.cvsignore, include/Makefile.am, include/bsp.h,
567        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
568        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
569        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
570        wrapup/.cvsignore, wrapup/Makefile.am: New files.
571
Note: See TracBrowser for help on using the repository browser.