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

4.104.114.95
Last change on this file since 35f52a6 was 35f52a6, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/08 at 16:07:58

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

  • timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
  • Property mode set to 100644
File size: 17.9 KB
Line 
12008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Rename timer driver methods to follow RTEMS
4        programming conventions.
5
62008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * startup/bspstart.c: Add missing prototypes.
9        * timer/timer.c: Add missing prototypes.
10
112008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
14        Framework to ask the BSP where it has memory for the RTEMS Workspace
15        and C Program Heap. These collectively are referred to as work area.
16        If the BSP supports this, then it does not have to include code to
17        split the available memory between the two areas. This reduces the
18        amount of code in the BSP specific bspstart.c file. Additionally, the
19        shared framework can initialize the C Library, call
20        rtems_debug_enable(), and dirty the work area memory. Until most/all
21        BSPs support this new capability, if the BSP supports this, it should
22        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
23        When the transition is complete, this autoconf macro can be removed.
24
252008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * Makefile.am: Rework to avoid .rel files.
28
292008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * startup/bspstart.c: Refactored and renamed initialization routines to
32        rtems_initialize_data_structures, rtems_initialize_before_drivers,
33        rtems_initialize_device_drivers, and
34        rtems_initialize_start_multitasking. This opened the sequence up so
35        that bootcard() could provide a more robust and flexible framework
36        which is easier to explain and understand. This also lays the
37        groundwork for sharing the division of available memory between the
38        RTEMS workspace and heap and the C library initialization across all
39        BSPs.
40
412008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * startup/linkcmds: Add wildcard to gcc_except_table section so
44        programs compiled with gcc 4.3.x can link.
45
462007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
49        Configuration Table. Use the RTEMS provided accessor macros to obtain
50        configuration fields.
51
522007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
55        Configuration Table. Eliminate CPU Table from all ports. Delete
56        references to CPU Table in all forms.
57
582007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
61        Table fields to the Configuration Table. This included
62        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
63        do_zero_of_workspace, extra_mpci_receive_server_stack,
64        stack_allocate_hook, and stack_free_hook. As a side-effect of this
65        effort some multiprocessing code was made conditional and some style
66        clean up occurred.
67
682007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * bsp_specs: Remove qrtems_debug.
71
722007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
75        endianness).
76
772006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * configure.ac: New BUG-REPORT address.
80
812006-11-15      Joel Sherrill <joel@OARcorp.com>
82
83        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
84        file and simplified initialization.
85
862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Remove superfluous -DASM.
89
902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * configure.ac: Require autoconf-2.60. Require automake-1.10.
93
942006-09-11      Joel Sherrill <joel@OARcorp.com>
95
96        * startup/bspstart.c: Convert C++ style comments to C style.
97
982006-03-08      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/linkcmds: Add .gnu.linkonce.b.* section.
101
1022006-02-08      Joel Sherrill <joel@OARcorp.com>
103
104        * clock/clockdrv.c: Correct path to clockdrv_shell.c
105
1062006-02-08      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/linkcmds: Add sections required by newer gcc versions.
109
1102006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Add preinstall.am.
113
1142005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * include/bsp.h: New header guard.
117
1182005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
121
1222005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * Makefile.am: Fix typo.
125
1262005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Remove build-variant support.
129
1302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * configure.ac: Require automake > 1.9.
133
1342004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        PR 610/bsps
137        * Makefile.am: Add include/tm27.h, Cosmetics.
138        * include/tm27.h: Final cosmetics.
139
1402004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        * include/bsp.h: Split out tmtest27 support.
143        * include/tm27.h: New.
144
1452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        PR 613/bsps
148        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
149
1502004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        PR 614/bsps
153        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
154
1552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
158        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
159        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
160        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
161
1622004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
163
164        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
165        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
166        size types.
167
1682004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect changes to bsp.am.
171        Preinstall dist_project_lib*.
172
1732004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Reflect changes to bsp.am.
176
1772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
180
1812004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Correct path to clockdrv_shell.c.
184
1852004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
188        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
189        compilation rules.
190        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
191        timer/Makefile.am, wrapup/Makefile.am: Remove.
192        * configure.ac: Reflect changes above.
193
1942004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
197        * start/reg.S: Remove //-comments
198
1992004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
202        Add RTEMS_PROG_CCAS.
203
2042004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Add PREINSTALL_DIRS.
207
2082004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
211        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
212        EXTRA_DIST.
213        * wrapup/Makefile.am: Reflect changes to libcpu.
214
2152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
218        Add PRE/TMPINSTALL_FILES to CLEANFILES.
219        * startup/Makefile.am: Ditto.
220
2212004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * start/Makefile.am: Remove.
224        * Makefile.am: Merge-in start/Makefile.am.
225        * configure.ac: Reflect changes above.
226
2272004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Eliminate $(LIB).
230        Use noinst_DATA to trigger building libbsp.a.
231
2322003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
235        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
236
2372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
240        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
241
2422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
245
2462003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * start/Makefile.am: Misc cleanups and fixes.
249        * startup/Makefile.am: Misc cleanups and fixes.
250        * wrapup/Makefile.am: Misc cleanups and fixes.
251
2522003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Add preinstallation dirstamp support.
255        * clock/Makefile.am: Cosmetics.
256        * console/Makefile.am: Cosmetics.
257        * startup/Makefile.am: Cosmetics.
258        * timer/Makefile.am: Cosmetics.
259        * wrapup/Makefile.am: Cosmetics.
260
2612003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * clock/Makefile.am: Remove all-local: $(ARCH).
264        * console/Makefile.am: Remove all-local: $(ARCH).
265        * start/Makefile.am: Remove all-local: $(ARCH).
266        * startup/Makefile.am: Remove all-local: $(ARCH).
267        * timer/Makefile.am: Remove all-local: $(ARCH).
268        * wrapup/Makefile.am: Remove all-local: $(ARCH).
269
2702003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Fix preinstallation of include/coverhd.h.
273
2742003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Merge-in include/Makefile.am.
277        Reflect changes to bsp.am.
278        * include/Makefile.am: Remove.
279        * configure.ac: Reflect changes above.
280
2812003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * bsp_specs: Remove *lib:.
284
2852003-09-04      Joel Sherrill <joel@OARcorp.com>
286
287        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
288        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
289        license changed.
290
2912003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Reflect having moved aclocal/.
294
2952003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Reflect having moved automake/.
298        * clock/Makefile.am: Reflect having moved automake/.
299        * console/Makefile.am: Reflect having moved automake/.
300        * include/Makefile.am: Reflect having moved automake/.
301        * start/Makefile.am: Reflect having moved automake/.
302        * startup/Makefile.am: Reflect having moved automake/.
303        * timer/Makefile.am: Reflect having moved automake/.
304        * wrapup/Makefile.am: Reflect having moved automake/.
305
3062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        PR 452/bsps
309        * startup/Makefile.am: Remove USE_INIT_FINI.
310
3112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * bsp_specs: Remove -D__USE_INIT_FINI__.
314        Remove *.cpp (Now unused).
315
3162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
319
3202003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        PR 445/bsps
323        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
324
3252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Remove AC_CONFIG_AUX_DIR.
328
3292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
332
3332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: AC_PREREQ(2.57).
336
3372003-01-20      Joel Sherrill <joel@OARcorp.com>
338
339        * startup/linkcmds*: Add FreeBSD sysctl() sections.
340
3412002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
342 
343        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
344        * linkcmds: Added .init, .fini & related sections.
345
3462002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
349        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
350        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
351        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
352        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353
3542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * start/Makefile.am: Use install-data-local to install startfile.
357
3582002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
361
3622002-11-01      Joel Sherrill <joel@OARcorp.com>
363
364        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
365
3662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * .cvsignore: Reformat.
369        Add autom4te*cache.
370        Remove autom4te.cache.
371
3722002-08-21      Joel Sherrill <joel@OARcorp.com>
373
374        * bsp_specs: Added support for -nostdlibs.
375
3762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
379        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
380        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
381        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
382        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
383        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
384
3852002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * start/Makefile.am: Eliminate PGM.
388        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
389
3902002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
393
3942002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
397        Remove $(OBJS) from all-local.
398
3992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * wrapup/Makefile.am: Add $(LIB) to all-local.
402
4032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
406
4072002-06-25      Joel Sherrill <joel@OARcorp.com>
408
409        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
410        support to the shared gdb stub glue thus moving some of the
411        gdbstub support to a higher level.
412        * startup/Makefile.am: Modified to reflect above.
413
4142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac:
417        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
418        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
419        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
427
4282001-03-08      Joel Sherrill <joel@OARcorp.com>
429
430        * start/start.S, startup/bspstart.c: Removed warnings.
431
4322002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
433
434        * startup/gdb-support.c: Added calls into the mips-support gdb stub
435        for configuring the memory regions.  Any bsp that wants to use the
436        gdbstub will need to do something similar.
437        * startup/Makefile.am: Added shared/gdbstub directory to include path.
438
4392002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
440
441        * start/start.S: Added kseg1 test to enable cache flush code
442        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
443        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
444        init to only turn on whats needed.
445        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
446        a handy init function.
447
4482002-02-08      Joel Sherrill <joel@OARcorp.com>
449
450        * startup/Makefile.am: Now compile the gdb stub.
451        * startup/bspstart.c: Fixed header block.
452        * startup/gdb-support.c: New file in stub state.
453
4542001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
455
456        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
457        New files missed in previous commit.
458        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
459
4602001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
461
462        * Update of BSP to address problems restarting, provide more
463        information during boot, and better handle ROM vs RAM images.
464        * README, include/bsp.h, start/regs.S, start/start.S,
465        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
466
4672002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
470
4712002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
474        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
475
4762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
479
4802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
483        * configure.in: Remove.
484        * configure.ac: New file, generated from configure.in by autoupdate.
485
4862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * include/Makefile.am: Use 'CLEANFILES ='.
489        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
490
4912001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.in: Add bspopts.h.
494        * include/bsp.h: Include bspopts.h.
495        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
496        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
497
4982001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
499
500        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
501        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
502        in previous patch.
503
5042001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
505
506        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
507        * clock/clockdrv.c, console/conscfg.c: Corrected.
508        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
509        * startup/bspstart.c: Properly set initial status register and
510        pending interrupts.
511        * timer/timer.c: Works now.
512
5132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
514
515        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
516
5172001-05-07      Joel Sherrill <joel@OARcorp.com>
518
519        * console/conscfg.c: Added an entry for the second
520        serial port.
521
5222001-04-20      Joel Sherrill <joel@OARcorp.com>
523
524        * clock/clockdrv.c: Account for the fact that ClockRate is
525        in cycles not megahertz.
526
5272001-04-16      Joel Sherrill <joel@OARcorp.com>
528
529        * start/start.S, startup/bspstart.c, startup/linkcmds:
530        Cleanup that was not merged from the simple non-RTEMS program.
531
5322001-04-16      Joel Sherrill <joel@OARcorp.com>
533
534        * start/start.S, startup/bspstart.c, startup/linkcmds:
535        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
536        as he debugged this BSP using a logic analyzer.
537
5382001-03-14      Joel Sherrill <joel@OARcorp.com>
539
540        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
541        startup/bspstart.c, timer/timer.c: Comments corrected.
542
5432001-02-22      Joel Sherrill <joel@OARcorp.com>
544
545        * The Generic Mongoose-V BSP uses only the peripherals found on
546        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
547        based on the LSI Logic 33K.
548        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
549        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
550        console/.cvsignore, console/Makefile.am, console/conscfg.c,
551        include/.cvsignore, include/Makefile.am, include/bsp.h,
552        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
553        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
554        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
555        wrapup/.cvsignore, wrapup/Makefile.am: New files.
556
Note: See TracBrowser for help on using the repository browser.