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

4.104.114.95
Last change on this file since 9d1ebb5 was 9d1ebb5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/08 at 07:32:19

2008-08-18 Ralf Corsépius <ralf.corsepius@…>

  • startup/bspstart.c: Add missing prototypes.
  • Property mode set to 100644
File size: 17.8 KB
Line 
12008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * startup/bspstart.c: Add missing prototypes.
4        * timer/timer.c: Add missing prototypes.
5
62008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
9        Framework to ask the BSP where it has memory for the RTEMS Workspace
10        and C Program Heap. These collectively are referred to as work area.
11        If the BSP supports this, then it does not have to include code to
12        split the available memory between the two areas. This reduces the
13        amount of code in the BSP specific bspstart.c file. Additionally, the
14        shared framework can initialize the C Library, call
15        rtems_debug_enable(), and dirty the work area memory. Until most/all
16        BSPs support this new capability, if the BSP supports this, it should
17        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
18        When the transition is complete, this autoconf macro can be removed.
19
202008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * Makefile.am: Rework to avoid .rel files.
23
242008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * startup/bspstart.c: Refactored and renamed initialization routines to
27        rtems_initialize_data_structures, rtems_initialize_before_drivers,
28        rtems_initialize_device_drivers, and
29        rtems_initialize_start_multitasking. This opened the sequence up so
30        that bootcard() could provide a more robust and flexible framework
31        which is easier to explain and understand. This also lays the
32        groundwork for sharing the division of available memory between the
33        RTEMS workspace and heap and the C library initialization across all
34        BSPs.
35
362008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * startup/linkcmds: Add wildcard to gcc_except_table section so
39        programs compiled with gcc 4.3.x can link.
40
412007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
44        Configuration Table. Use the RTEMS provided accessor macros to obtain
45        configuration fields.
46
472007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
50        Configuration Table. Eliminate CPU Table from all ports. Delete
51        references to CPU Table in all forms.
52
532007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
56        Table fields to the Configuration Table. This included
57        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
58        do_zero_of_workspace, extra_mpci_receive_server_stack,
59        stack_allocate_hook, and stack_free_hook. As a side-effect of this
60        effort some multiprocessing code was made conditional and some style
61        clean up occurred.
62
632007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * bsp_specs: Remove qrtems_debug.
66
672007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
70        endianness).
71
722006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * configure.ac: New BUG-REPORT address.
75
762006-11-15      Joel Sherrill <joel@OARcorp.com>
77
78        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
79        file and simplified initialization.
80
812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Remove superfluous -DASM.
84
852006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * configure.ac: Require autoconf-2.60. Require automake-1.10.
88
892006-09-11      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/bspstart.c: Convert C++ style comments to C style.
92
932006-03-08      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds: Add .gnu.linkonce.b.* section.
96
972006-02-08      Joel Sherrill <joel@OARcorp.com>
98
99        * clock/clockdrv.c: Correct path to clockdrv_shell.c
100
1012006-02-08      Joel Sherrill <joel@OARcorp.com>
102
103        * startup/linkcmds: Add sections required by newer gcc versions.
104
1052006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Add preinstall.am.
108
1092005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * include/bsp.h: New header guard.
112
1132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
116
1172005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Fix typo.
120
1212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Remove build-variant support.
124
1252004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * configure.ac: Require automake > 1.9.
128
1292004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
130
131        PR 610/bsps
132        * Makefile.am: Add include/tm27.h, Cosmetics.
133        * include/tm27.h: Final cosmetics.
134
1352004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * include/bsp.h: Split out tmtest27 support.
138        * include/tm27.h: New.
139
1402004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        PR 613/bsps
143        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
144
1452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        PR 614/bsps
148        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
149
1502004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
153        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
154        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
155        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
156
1572004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
158
159        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
160        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
161        size types.
162
1632004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Reflect changes to bsp.am.
166        Preinstall dist_project_lib*.
167
1682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect changes to bsp.am.
171
1722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
175
1762004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Correct path to clockdrv_shell.c.
179
1802004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
183        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
184        compilation rules.
185        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
186        timer/Makefile.am, wrapup/Makefile.am: Remove.
187        * configure.ac: Reflect changes above.
188
1892004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
192        * start/reg.S: Remove //-comments
193
1942004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
197        Add RTEMS_PROG_CCAS.
198
1992004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Add PREINSTALL_DIRS.
202
2032004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
206        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
207        EXTRA_DIST.
208        * wrapup/Makefile.am: Reflect changes to libcpu.
209
2102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
213        Add PRE/TMPINSTALL_FILES to CLEANFILES.
214        * startup/Makefile.am: Ditto.
215
2162004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * start/Makefile.am: Remove.
219        * Makefile.am: Merge-in start/Makefile.am.
220        * configure.ac: Reflect changes above.
221
2222004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * wrapup/Makefile.am: Eliminate $(LIB).
225        Use noinst_DATA to trigger building libbsp.a.
226
2272003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
230        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
231
2322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
235        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
236
2372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
240
2412003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * start/Makefile.am: Misc cleanups and fixes.
244        * startup/Makefile.am: Misc cleanups and fixes.
245        * wrapup/Makefile.am: Misc cleanups and fixes.
246
2472003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Add preinstallation dirstamp support.
250        * clock/Makefile.am: Cosmetics.
251        * console/Makefile.am: Cosmetics.
252        * startup/Makefile.am: Cosmetics.
253        * timer/Makefile.am: Cosmetics.
254        * wrapup/Makefile.am: Cosmetics.
255
2562003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * clock/Makefile.am: Remove all-local: $(ARCH).
259        * console/Makefile.am: Remove all-local: $(ARCH).
260        * start/Makefile.am: Remove all-local: $(ARCH).
261        * startup/Makefile.am: Remove all-local: $(ARCH).
262        * timer/Makefile.am: Remove all-local: $(ARCH).
263        * wrapup/Makefile.am: Remove all-local: $(ARCH).
264
2652003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Fix preinstallation of include/coverhd.h.
268
2692003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Merge-in include/Makefile.am.
272        Reflect changes to bsp.am.
273        * include/Makefile.am: Remove.
274        * configure.ac: Reflect changes above.
275
2762003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * bsp_specs: Remove *lib:.
279
2802003-09-04      Joel Sherrill <joel@OARcorp.com>
281
282        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
283        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
284        license changed.
285
2862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Reflect having moved aclocal/.
289
2902003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Reflect having moved automake/.
293        * clock/Makefile.am: Reflect having moved automake/.
294        * console/Makefile.am: Reflect having moved automake/.
295        * include/Makefile.am: Reflect having moved automake/.
296        * start/Makefile.am: Reflect having moved automake/.
297        * startup/Makefile.am: Reflect having moved automake/.
298        * timer/Makefile.am: Reflect having moved automake/.
299        * wrapup/Makefile.am: Reflect having moved automake/.
300
3012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        PR 452/bsps
304        * startup/Makefile.am: Remove USE_INIT_FINI.
305
3062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * bsp_specs: Remove -D__USE_INIT_FINI__.
309        Remove *.cpp (Now unused).
310
3112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
314
3152003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        PR 445/bsps
318        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
319
3202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Remove AC_CONFIG_AUX_DIR.
323
3242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
327
3282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: AC_PREREQ(2.57).
331
3322003-01-20      Joel Sherrill <joel@OARcorp.com>
333
334        * startup/linkcmds*: Add FreeBSD sysctl() sections.
335
3362002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
337 
338        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
339        * linkcmds: Added .init, .fini & related sections.
340
3412002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
344        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
345        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
346        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
347        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
348
3492002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * start/Makefile.am: Use install-data-local to install startfile.
352
3532002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356
3572002-11-01      Joel Sherrill <joel@OARcorp.com>
358
359        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
360
3612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * .cvsignore: Reformat.
364        Add autom4te*cache.
365        Remove autom4te.cache.
366
3672002-08-21      Joel Sherrill <joel@OARcorp.com>
368
369        * bsp_specs: Added support for -nostdlibs.
370
3712002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
374        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
375        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
376        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
377        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
378        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
379
3802002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * start/Makefile.am: Eliminate PGM.
383        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
384
3852002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
388
3892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
392        Remove $(OBJS) from all-local.
393
3942002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * wrapup/Makefile.am: Add $(LIB) to all-local.
397
3982002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
401
4022002-06-25      Joel Sherrill <joel@OARcorp.com>
403
404        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
405        support to the shared gdb stub glue thus moving some of the
406        gdbstub support to a higher level.
407        * startup/Makefile.am: Modified to reflect above.
408
4092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac:
412        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
413        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
414        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * Makefile.am: Remove AUTOMAKE_OPTIONS.
416        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
422
4232001-03-08      Joel Sherrill <joel@OARcorp.com>
424
425        * start/start.S, startup/bspstart.c: Removed warnings.
426
4272002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
428
429        * startup/gdb-support.c: Added calls into the mips-support gdb stub
430        for configuring the memory regions.  Any bsp that wants to use the
431        gdbstub will need to do something similar.
432        * startup/Makefile.am: Added shared/gdbstub directory to include path.
433
4342002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
435
436        * start/start.S: Added kseg1 test to enable cache flush code
437        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
438        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
439        init to only turn on whats needed.
440        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
441        a handy init function.
442
4432002-02-08      Joel Sherrill <joel@OARcorp.com>
444
445        * startup/Makefile.am: Now compile the gdb stub.
446        * startup/bspstart.c: Fixed header block.
447        * startup/gdb-support.c: New file in stub state.
448
4492001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
450
451        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
452        New files missed in previous commit.
453        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
454
4552001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
456
457        * Update of BSP to address problems restarting, provide more
458        information during boot, and better handle ROM vs RAM images.
459        * README, include/bsp.h, start/regs.S, start/start.S,
460        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
461
4622002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
465
4662002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
469        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
470
4712001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
474
4752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
478        * configure.in: Remove.
479        * configure.ac: New file, generated from configure.in by autoupdate.
480
4812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * include/Makefile.am: Use 'CLEANFILES ='.
484        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
485
4862001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.in: Add bspopts.h.
489        * include/bsp.h: Include bspopts.h.
490        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
491        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
492
4932001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
494
495        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
496        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
497        in previous patch.
498
4992001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
500
501        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
502        * clock/clockdrv.c, console/conscfg.c: Corrected.
503        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
504        * startup/bspstart.c: Properly set initial status register and
505        pending interrupts.
506        * timer/timer.c: Works now.
507
5082001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
509
510        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
511
5122001-05-07      Joel Sherrill <joel@OARcorp.com>
513
514        * console/conscfg.c: Added an entry for the second
515        serial port.
516
5172001-04-20      Joel Sherrill <joel@OARcorp.com>
518
519        * clock/clockdrv.c: Account for the fact that ClockRate is
520        in cycles not megahertz.
521
5222001-04-16      Joel Sherrill <joel@OARcorp.com>
523
524        * start/start.S, startup/bspstart.c, startup/linkcmds:
525        Cleanup that was not merged from the simple non-RTEMS program.
526
5272001-04-16      Joel Sherrill <joel@OARcorp.com>
528
529        * start/start.S, startup/bspstart.c, startup/linkcmds:
530        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
531        as he debugged this BSP using a logic analyzer.
532
5332001-03-14      Joel Sherrill <joel@OARcorp.com>
534
535        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
536        startup/bspstart.c, timer/timer.c: Comments corrected.
537
5382001-02-22      Joel Sherrill <joel@OARcorp.com>
539
540        * The Generic Mongoose-V BSP uses only the peripherals found on
541        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
542        based on the LSI Logic 33K.
543        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
544        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
545        console/.cvsignore, console/Makefile.am, console/conscfg.c,
546        include/.cvsignore, include/Makefile.am, include/bsp.h,
547        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
548        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
549        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
550        wrapup/.cvsignore, wrapup/Makefile.am: New files.
551
Note: See TracBrowser for help on using the repository browser.