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

4.104.114.95
Last change on this file since 25c62b0 was 25c62b0, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/08 at 18:18:17

2008-08-31 Joel Sherrill <joel.sherrill@…>

  • timer/timer.c: Eliminate empty function from every benchmark timer driver. Fix spelling.
  • Property mode set to 100644
File size: 18.0 KB
Line 
12008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Eliminate empty function from every benchmark timer
4        driver. Fix spelling.
5
62008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * timer/timer.c: Rename timer driver methods to follow RTEMS
9        programming conventions.
10
112008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * startup/bspstart.c: Add missing prototypes.
14        * timer/timer.c: Add missing prototypes.
15
162008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
19        Framework to ask the BSP where it has memory for the RTEMS Workspace
20        and C Program Heap. These collectively are referred to as work area.
21        If the BSP supports this, then it does not have to include code to
22        split the available memory between the two areas. This reduces the
23        amount of code in the BSP specific bspstart.c file. Additionally, the
24        shared framework can initialize the C Library, call
25        rtems_debug_enable(), and dirty the work area memory. Until most/all
26        BSPs support this new capability, if the BSP supports this, it should
27        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
28        When the transition is complete, this autoconf macro can be removed.
29
302008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * Makefile.am: Rework to avoid .rel files.
33
342008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * startup/bspstart.c: Refactored and renamed initialization routines to
37        rtems_initialize_data_structures, rtems_initialize_before_drivers,
38        rtems_initialize_device_drivers, and
39        rtems_initialize_start_multitasking. This opened the sequence up so
40        that bootcard() could provide a more robust and flexible framework
41        which is easier to explain and understand. This also lays the
42        groundwork for sharing the division of available memory between the
43        RTEMS workspace and heap and the C library initialization across all
44        BSPs.
45
462008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * startup/linkcmds: Add wildcard to gcc_except_table section so
49        programs compiled with gcc 4.3.x can link.
50
512007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
54        Configuration Table. Use the RTEMS provided accessor macros to obtain
55        configuration fields.
56
572007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
60        Configuration Table. Eliminate CPU Table from all ports. Delete
61        references to CPU Table in all forms.
62
632007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
66        Table fields to the Configuration Table. This included
67        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
68        do_zero_of_workspace, extra_mpci_receive_server_stack,
69        stack_allocate_hook, and stack_free_hook. As a side-effect of this
70        effort some multiprocessing code was made conditional and some style
71        clean up occurred.
72
732007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * bsp_specs: Remove qrtems_debug.
76
772007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
80        endianness).
81
822006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * configure.ac: New BUG-REPORT address.
85
862006-11-15      Joel Sherrill <joel@OARcorp.com>
87
88        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
89        file and simplified initialization.
90
912006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * Makefile.am: Remove superfluous -DASM.
94
952006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * configure.ac: Require autoconf-2.60. Require automake-1.10.
98
992006-09-11      Joel Sherrill <joel@OARcorp.com>
100
101        * startup/bspstart.c: Convert C++ style comments to C style.
102
1032006-03-08      Joel Sherrill <joel@OARcorp.com>
104
105        * startup/linkcmds: Add .gnu.linkonce.b.* section.
106
1072006-02-08      Joel Sherrill <joel@OARcorp.com>
108
109        * clock/clockdrv.c: Correct path to clockdrv_shell.c
110
1112006-02-08      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds: Add sections required by newer gcc versions.
114
1152006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * Makefile.am: Add preinstall.am.
118
1192005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * include/bsp.h: New header guard.
122
1232005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
126
1272005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Fix typo.
130
1312005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Remove build-variant support.
134
1352004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * configure.ac: Require automake > 1.9.
138
1392004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        PR 610/bsps
142        * Makefile.am: Add include/tm27.h, Cosmetics.
143        * include/tm27.h: Final cosmetics.
144
1452004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * include/bsp.h: Split out tmtest27 support.
148        * include/tm27.h: New.
149
1502004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        PR 613/bsps
153        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
154
1552004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        PR 614/bsps
158        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
159
1602004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
163        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
164        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
165        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
166
1672004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
168
169        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
170        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
171        size types.
172
1732004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Reflect changes to bsp.am.
176        Preinstall dist_project_lib*.
177
1782004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Reflect changes to bsp.am.
181
1822004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
185
1862004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Correct path to clockdrv_shell.c.
189
1902004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
193        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
194        compilation rules.
195        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
196        timer/Makefile.am, wrapup/Makefile.am: Remove.
197        * configure.ac: Reflect changes above.
198
1992004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
202        * start/reg.S: Remove //-comments
203
2042004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
207        Add RTEMS_PROG_CCAS.
208
2092004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Add PREINSTALL_DIRS.
212
2132004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
216        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
217        EXTRA_DIST.
218        * wrapup/Makefile.am: Reflect changes to libcpu.
219
2202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
223        Add PRE/TMPINSTALL_FILES to CLEANFILES.
224        * startup/Makefile.am: Ditto.
225
2262004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * start/Makefile.am: Remove.
229        * Makefile.am: Merge-in start/Makefile.am.
230        * configure.ac: Reflect changes above.
231
2322004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * wrapup/Makefile.am: Eliminate $(LIB).
235        Use noinst_DATA to trigger building libbsp.a.
236
2372003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
240        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
241
2422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
245        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
246
2472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
250
2512003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * start/Makefile.am: Misc cleanups and fixes.
254        * startup/Makefile.am: Misc cleanups and fixes.
255        * wrapup/Makefile.am: Misc cleanups and fixes.
256
2572003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Add preinstallation dirstamp support.
260        * clock/Makefile.am: Cosmetics.
261        * console/Makefile.am: Cosmetics.
262        * startup/Makefile.am: Cosmetics.
263        * timer/Makefile.am: Cosmetics.
264        * wrapup/Makefile.am: Cosmetics.
265
2662003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * clock/Makefile.am: Remove all-local: $(ARCH).
269        * console/Makefile.am: Remove all-local: $(ARCH).
270        * start/Makefile.am: Remove all-local: $(ARCH).
271        * startup/Makefile.am: Remove all-local: $(ARCH).
272        * timer/Makefile.am: Remove all-local: $(ARCH).
273        * wrapup/Makefile.am: Remove all-local: $(ARCH).
274
2752003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Fix preinstallation of include/coverhd.h.
278
2792003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Merge-in include/Makefile.am.
282        Reflect changes to bsp.am.
283        * include/Makefile.am: Remove.
284        * configure.ac: Reflect changes above.
285
2862003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * bsp_specs: Remove *lib:.
289
2902003-09-04      Joel Sherrill <joel@OARcorp.com>
291
292        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
293        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
294        license changed.
295
2962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Reflect having moved aclocal/.
299
3002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Reflect having moved automake/.
303        * clock/Makefile.am: Reflect having moved automake/.
304        * console/Makefile.am: Reflect having moved automake/.
305        * include/Makefile.am: Reflect having moved automake/.
306        * start/Makefile.am: Reflect having moved automake/.
307        * startup/Makefile.am: Reflect having moved automake/.
308        * timer/Makefile.am: Reflect having moved automake/.
309        * wrapup/Makefile.am: Reflect having moved automake/.
310
3112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        PR 452/bsps
314        * startup/Makefile.am: Remove USE_INIT_FINI.
315
3162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * bsp_specs: Remove -D__USE_INIT_FINI__.
319        Remove *.cpp (Now unused).
320
3212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
324
3252003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        PR 445/bsps
328        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
329
3302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Remove AC_CONFIG_AUX_DIR.
333
3342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
337
3382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: AC_PREREQ(2.57).
341
3422003-01-20      Joel Sherrill <joel@OARcorp.com>
343
344        * startup/linkcmds*: Add FreeBSD sysctl() sections.
345
3462002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
347 
348        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
349        * linkcmds: Added .init, .fini & related sections.
350
3512002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
358
3592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * start/Makefile.am: Use install-data-local to install startfile.
362
3632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366
3672002-11-01      Joel Sherrill <joel@OARcorp.com>
368
369        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
370
3712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * .cvsignore: Reformat.
374        Add autom4te*cache.
375        Remove autom4te.cache.
376
3772002-08-21      Joel Sherrill <joel@OARcorp.com>
378
379        * bsp_specs: Added support for -nostdlibs.
380
3812002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
384        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
385        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
386        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
387        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
388        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
389
3902002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * start/Makefile.am: Eliminate PGM.
393        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
394
3952002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
398
3992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
402        Remove $(OBJS) from all-local.
403
4042002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * wrapup/Makefile.am: Add $(LIB) to all-local.
407
4082002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
411
4122002-06-25      Joel Sherrill <joel@OARcorp.com>
413
414        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
415        support to the shared gdb stub glue thus moving some of the
416        gdbstub support to a higher level.
417        * startup/Makefile.am: Modified to reflect above.
418
4192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac:
422        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
423        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
424        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
427        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
430        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
431        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
432
4332001-03-08      Joel Sherrill <joel@OARcorp.com>
434
435        * start/start.S, startup/bspstart.c: Removed warnings.
436
4372002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
438
439        * startup/gdb-support.c: Added calls into the mips-support gdb stub
440        for configuring the memory regions.  Any bsp that wants to use the
441        gdbstub will need to do something similar.
442        * startup/Makefile.am: Added shared/gdbstub directory to include path.
443
4442002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
445
446        * start/start.S: Added kseg1 test to enable cache flush code
447        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
448        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
449        init to only turn on whats needed.
450        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
451        a handy init function.
452
4532002-02-08      Joel Sherrill <joel@OARcorp.com>
454
455        * startup/Makefile.am: Now compile the gdb stub.
456        * startup/bspstart.c: Fixed header block.
457        * startup/gdb-support.c: New file in stub state.
458
4592001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
460
461        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
462        New files missed in previous commit.
463        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
464
4652001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
466
467        * Update of BSP to address problems restarting, provide more
468        information during boot, and better handle ROM vs RAM images.
469        * README, include/bsp.h, start/regs.S, start/start.S,
470        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
471
4722002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
475
4762002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
479        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
480
4812001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
484
4852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
488        * configure.in: Remove.
489        * configure.ac: New file, generated from configure.in by autoupdate.
490
4912001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * include/Makefile.am: Use 'CLEANFILES ='.
494        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
495
4962001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.in: Add bspopts.h.
499        * include/bsp.h: Include bspopts.h.
500        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
501        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
502
5032001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
504
505        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
506        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
507        in previous patch.
508
5092001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
510
511        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
512        * clock/clockdrv.c, console/conscfg.c: Corrected.
513        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
514        * startup/bspstart.c: Properly set initial status register and
515        pending interrupts.
516        * timer/timer.c: Works now.
517
5182001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
519
520        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
521
5222001-05-07      Joel Sherrill <joel@OARcorp.com>
523
524        * console/conscfg.c: Added an entry for the second
525        serial port.
526
5272001-04-20      Joel Sherrill <joel@OARcorp.com>
528
529        * clock/clockdrv.c: Account for the fact that ClockRate is
530        in cycles not megahertz.
531
5322001-04-16      Joel Sherrill <joel@OARcorp.com>
533
534        * start/start.S, startup/bspstart.c, startup/linkcmds:
535        Cleanup that was not merged from the simple non-RTEMS program.
536
5372001-04-16      Joel Sherrill <joel@OARcorp.com>
538
539        * start/start.S, startup/bspstart.c, startup/linkcmds:
540        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
541        as he debugged this BSP using a logic analyzer.
542
5432001-03-14      Joel Sherrill <joel@OARcorp.com>
544
545        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
546        startup/bspstart.c, timer/timer.c: Comments corrected.
547
5482001-02-22      Joel Sherrill <joel@OARcorp.com>
549
550        * The Generic Mongoose-V BSP uses only the peripherals found on
551        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
552        based on the LSI Logic 33K.
553        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
554        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
555        console/.cvsignore, console/Makefile.am, console/conscfg.c,
556        include/.cvsignore, include/Makefile.am, include/bsp.h,
557        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
558        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
559        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
560        wrapup/.cvsignore, wrapup/Makefile.am: New files.
561
Note: See TracBrowser for help on using the repository browser.