source: rtems/c/src/lib/libbsp/mips/jmr3904/ChangeLog @ fbc74c35

4.104.114.95
Last change on this file since fbc74c35 was fbc74c35, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/08 at 07:24:04

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

  • timer/timer.c: Add missing prototypes.
  • Property mode set to 100644
File size: 18.0 KB
Line 
12008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * timer/timer.c: Add missing prototypes.
4
52008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * startup/bspstart.c: Changed bsp_get_workarea() to
8        bsp_get_work_area() and added support for an optional separate heap
9        area.
10
112008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * configure.ac, startup/bspstart.c: Add capability for bootcard.c BSP
14        Initialization Framework to ask the BSP where it has memory for the
15        RTEMS Workspace and C Program Heap. These collectively are referred
16        to as work area. If the BSP supports this, then it does not have to
17        include code to split the available memory between the two areas.
18        This reduces the amount of code in the BSP specific bspstart.c file.
19        Additionally, the 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-04-04      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * startup/linkcmds: Increase heap to run ACATS.
44
452008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * startup/linkcmds: Increase default C Program Heap size to be able to
48        run Ada ACATS testsuite.
49
502008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * startup/linkcmds: Add wildcard to gcc_except_table section so
53        programs compiled with gcc 4.3.x can link.
54
552007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
58        Configuration Table. Use the RTEMS provided accessor macros to obtain
59        configuration fields.
60
612007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
64        Configuration Table. Eliminate CPU Table from all ports. Delete
65        references to CPU Table in all forms.
66
672007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
70        Table fields to the Configuration Table. This included
71        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
72        do_zero_of_workspace, extra_mpci_receive_server_stack,
73        stack_allocate_hook, and stack_free_hook. As a side-effect of this
74        effort some multiprocessing code was made conditional and some style
75        clean up occurred.
76
772007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * bsp_specs: Remove qrtems_debug.
80
812007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * bsp_specs: Use nostdlib instead of nostdlibs (bogus).
84        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
85        endianness).
86
872007-03-28      Joel Sherrill <joel@OARcorp.com>
88
89        * Makefile.am: Modify to avoid pulling in too much into minimum
90        executable.
91
922006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * configure.ac: New BUG-REPORT address.
95
962006-11-17      Joel Sherrill <joel@OARcorp.com>
97
98        * clock/clockdrv.c: Add copyright.
99
1002006-11-15      Joel Sherrill <joel@OARcorp.com>
101
102        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
103        file and simplified initialization.
104
1052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Remove superfluous -DASM.
108
1092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * configure.ac: Require autoconf-2.60. Require automake-1.10.
112
1132006-02-08      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds: Add sections required by newer gcc versions.
116
1172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Add preinstall.am.
120
1212005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * include/bsp.h: New header guard.
124
1252005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
128
1292005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * Makefile.am: Remove build-variant support.
132
1332004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        * configure.ac: Require automake > 1.9.
136
1372004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
138
139        PR 610/bsps
140        * Makefile.am: Add include/tm27.h, Cosmetics.
141        * include/tm27.h: Final cosmetics.
142
1432004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
144
145        * include/bsp.h: Split out tmtest27 support.
146        * include/tm27.h: New.
147
1482004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
149
150        PR 613/bsps
151        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
152
1532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        PR 614/bsps
156        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
157
1582004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
161        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
162        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
163        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
164
1652004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
168        timer/timer.c: Convert to using c99 fixed size types.
169
1702004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Reflect changes to bsp.am.
173        Preinstall dist_project_lib*.
174
1752004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Reflect changes to bsp.am.
178
1792004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
182
1832004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
186        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
187        wrapup/Makefile.am. Use automake compilation rules.
188        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
189        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
190        * configure.ac: Reflect changes above.
191
1922004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        PR 566/bsps
195        * start/regs.S: Fix broken comment.
196        * start/start.S: Convert asm-style comments to c-style comments.
197
1982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
201        Add RTEMS_PROG_CCAS.
202
2032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Add PREINSTALL_DIRS.
206
2072004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
210        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
211        * console/Makefile.am: Remove console.c from EXTRA_DIST.
212        * wrapup/Makefile.am: Reflect changes to libcpu.
213
2142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
217        Add PRE/TMPINSTALL_FILES to CLEANFILES.
218        * startup/Makefile.am: Ditto.
219
2202004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Eliminate $(LIB).
223        Use noinst_DATA to trigger building libbsp.a.
224
2252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
228        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
229
2302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
233        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
234
2352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
238
2392003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * start/Makefile.am: Misc cleanups and fixes.
242        * startup/Makefile.am: Misc cleanups and fixes.
243        * wrapup/Makefile.am: Misc cleanups and fixes.
244
2452003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Add preinstallation dirstamp support.
248        * clock/Makefile.am: Cosmetics.
249        * console/Makefile.am: Cosmetics.
250        * startup/Makefile.am: Cosmetics.
251        * timer/Makefile.am: Cosmetics.
252        * wrapup/Makefile.am: Cosmetics.
253
2542003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * clock/Makefile.am: Remove all-local: $(ARCH).
257        * console/Makefile.am: Remove all-local: $(ARCH).
258        * start/Makefile.am: Remove all-local: $(ARCH).
259        * startup/Makefile.am: Remove all-local: $(ARCH).
260        * timer/Makefile.am: Remove all-local: $(ARCH).
261        * wrapup/Makefile.am: Remove all-local: $(ARCH).
262
2632003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Merge-in include/Makefile.am.
266        Reflect changes to bsp.am.
267        * include/Makefile.am: Remove.
268        * configure.ac: Reflect changes above.
269
2702003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * bsp_specs: Remove *lib:.
273
2742003-09-04      Joel Sherrill <joel@OARcorp.com>
275
276        * console/console-io.c, include/bsp.h, startup/bspclean.c,
277        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
278        changed.
279
2802003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Reflect having moved aclocal/.
283
2842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Reflect having moved automake/.
287        * clock/Makefile.am: Reflect having moved automake/.
288        * console/Makefile.am: Reflect having moved automake/.
289        * include/Makefile.am: Reflect having moved automake/.
290        * start/Makefile.am: Reflect having moved automake/.
291        * startup/Makefile.am: Reflect having moved automake/.
292        * timer/Makefile.am: Reflect having moved automake/.
293        * wrapup/Makefile.am: Reflect having moved automake/.
294
2952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        PR 452/bsps
298        * bsp_specs: Remove -D__USE_INIT_FINI__.
299        Remove *.cpp (Now unused).
300
3012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
304
3052003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        PR 445/bsps
308        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
309
3102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Remove AC_CONFIG_AUX_DIR.
313
3142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
317
3182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: AC_PREREQ(2.57).
321
3222003-01-20      Joel Sherrill <joel@OARcorp.com>
323
324        * startup/linkcmds*: Add FreeBSD sysctl() sections.
325
3262002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
327 
328        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
329        * linkcmds: Added .init, .fini & related sections.
330
3312002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
334        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
335        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
336        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
337        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
338
3392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * start/Makefile.am: Use install-data-local to install startfile.
342
3432002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
346
3472002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
350        changes.
351
3522002-11-01      Joel Sherrill <joel@OARcorp.com>
353
354        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
355
3562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * .cvsignore: Reformat.
359        Add autom4te*cache.
360        Remove autom4te.cache.
361
3622002-08-21      Joel Sherrill <joel@OARcorp.com>
363
364        * startup/linkcmds: Move .init section after text section so
365        C+ global constructors work.
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-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac:
405        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
406        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
407        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
408        * Makefile.am: Remove AUTOMAKE_OPTIONS.
409        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
410        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
411        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
412        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
413        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
414        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
415
4162002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
419
4202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
423
4242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
427        * configure.in: Remove.
428        * configure.ac: New file, generated from configure.in by autoupdate.
429
4302001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * include/Makefile.am: Use 'CLEANFILES ='.
433        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
434
4352001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.in: Add bspopts.h.
438        * include/bsp.h: Include bspopts.h.
439        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
440        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
441
4422001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
443
444        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
445
4462001-05-11      Joel Sherrill <joel@OARcorp.com>
447
448        * tools/runtest: Add functionality to avoid letting simulator
449        run too long.
450
4512001-04-20      Joel Sherrill <joel@OARcorp.com>
452
453        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
454        the interrupt.  This was not quite right before and we were
455        getting uncontrolled interrupt nesting in tm27.
456        * timer/timer.c (Timer_Initialize): Added an extra reset and
457        changed the ITMR register so we will never get an interrupt.
458        (Read_timer): Fixed so the timer actually stops before it
459        is read.  Before some times reported were outraguously high.
460        * start/start.S: Major clean including using stack in linkcmds,
461        deleting unused code, and zeroing the BSS using the linkcmds
462        information.
463        * startup/linkcmds: Put heap in lower memory than workspace
464        and move _clear_end so both are zeroed.
465
4662001-01-12      Joel Sherrill <joel@OARcorp.com>
467
468        * include/bsp.h, timer/timer.c: Updated so timer appears to
469        work and support tm27.  I would prefer to time a software
470        interrupt rather than an use an extra timer though.
471
4722001-01-09      Joel Sherrill <joel@OARcorp.com>
473
474        * clock/clockdrv.c: Clean up.
475        * include/bsp.h: Uncomment and fix set_vector() prototype.
476
4772001-01-03      Joel Sherrill <joel@OARcorp.com>
478
479        * console/console-io.c: Removed unused variable initialized.
480
4812001-01-03      Joel Sherrill <joel@OARcorp.com>
482
483        * clock/Makefile.am: Fixed reference to ckinit.c.
484        * clock/clockdrv.c: Enabled fast idle.
485        * console/console-io.c: Added console_initialize_hardware().
486
4872000-12-19      Joel Sherrill <joel@OARcorp.com>
488
489        * timer: New subdirectory.
490        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
491        * tools/ChangeLog: New file.
492
4932000-12-19      Joel Sherrill <joel@OARcorp.com>
494
495        * Makefile.am: Added tools subdirectory and removed commented out line.
496        * configure.in: Added tools subdirectory.
497        * tools: New subdirectory.
498        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
499        tools/runtest: New files -- based on powerpc/psim.
500        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
501        add fast idle support.
502        * include/bsp.h: tm27 support initiated.
503        * Most tests appear to run correctly!
504
5052000-12-13      Joel Sherrill <joel@OARcorp.com>
506
507        * README: Updated.  We are now vectoring a clock tick ISR handler.
508        But RTEMS is not returning from the ISR properly.
509        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
510        * include/bsp.h: Use <libcpu/tx3904.h>
511        * startup/Makefile.am: Add setvec.c from shared.
512        * startup/bspstart.c: Initialize the status register (SR) so
513        no interrupts are masked but global interrupts (SR_IEC) are off.
514        Added call to install the ISR prologue code.
515        * wrapup/Makefile.am: Pick up more pieces from libcpu.
516
5172000-12-11      Joel Sherrill <joel@OARcorp.com>
518
519        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
520        * README: Updated.
521
5222000-12-06      Joel Sherrill <joel@OARcorp.com>
523
524        * README: Updated to reflect status.
525        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
526
5272000-11-30      Joel Sherrill <joel@OARcorp.com>
528
529        * README: Updated to reflect current status.  Misaligned reference
530        during initialization may be compiler problem.
531        * console/console-io.c: Added support for printk().
532        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
533
5342000-11-27      Joel Sherrill <joel@OARcorp.com>
535
536        * startup/linkcmds: Fix typo and add extra 0 to base address.
537        Now runs until printf() tries to put a character and then
538        it locks up checking a status bit that does not change.
539
5402000-11-25      Joel Sherrill <joel@OARcorp.com>
541
542        * The JMR BSP is for a Toshiba TX39 evaluation board but
543        can also be used with the mips simulator in gdb.
544        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
545        configure.in, clock/.cvsignore, clock/Makefile.am,
546        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
547        console/console-io.c, include/.cvsignore,
548        include/Makefile.am, include/bsp.h, start/.cvsignore,
549        start/Makefile.am, start/regs.S, start/start.S,
550        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
551        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.