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

4.9
Last change on this file since 7be8d6b was 7be8d6b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:48:04

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

  • Makefile.am: Remove noinst_PROGRAMS (Unused).
  • Property mode set to 100644
File size: 18.5 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove noinst_PROGRAMS (Unused).
4
52008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * timer/timer.c: Convert to "bool".
8
92008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * timer/timer.c: Eliminate empty function from every benchmark timer
12        driver. Fix spelling.
13
142008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * timer/timer.c: Rename timer driver methods to follow RTEMS
17        programming conventions.
18
192008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * timer/timer.c: Add missing prototypes.
22
232008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * startup/bspstart.c: Changed bsp_get_workarea() to
26        bsp_get_work_area() and added support for an optional separate heap
27        area.
28
292008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * configure.ac, startup/bspstart.c: Add capability for bootcard.c BSP
32        Initialization Framework to ask the BSP where it has memory for the
33        RTEMS Workspace and C Program Heap. These collectively are referred
34        to as work area. If the BSP supports this, then it does not have to
35        include code to split the available memory between the two areas.
36        This reduces the amount of code in the BSP specific bspstart.c file.
37        Additionally, the shared framework can initialize the C Library, call
38        rtems_debug_enable(), and dirty the work area memory. Until most/all
39        BSPs support this new capability, if the BSP supports this, it should
40        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
41        When the transition is complete, this autoconf macro can be removed.
42
432008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * Makefile.am: Rework to avoid .rel files.
46
472008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * startup/bspstart.c: Refactored and renamed initialization routines to
50        rtems_initialize_data_structures, rtems_initialize_before_drivers,
51        rtems_initialize_device_drivers, and
52        rtems_initialize_start_multitasking. This opened the sequence up so
53        that bootcard() could provide a more robust and flexible framework
54        which is easier to explain and understand. This also lays the
55        groundwork for sharing the division of available memory between the
56        RTEMS workspace and heap and the C library initialization across all
57        BSPs.
58
592008-04-04      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * startup/linkcmds: Increase heap to run ACATS.
62
632008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * startup/linkcmds: Increase default C Program Heap size to be able to
66        run Ada ACATS testsuite.
67
682008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * startup/linkcmds: Add wildcard to gcc_except_table section so
71        programs compiled with gcc 4.3.x can link.
72
732007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
76        Configuration Table. Use the RTEMS provided accessor macros to obtain
77        configuration fields.
78
792007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
82        Configuration Table. Eliminate CPU Table from all ports. Delete
83        references to CPU Table in all forms.
84
852007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
88        Table fields to the Configuration Table. This included
89        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
90        do_zero_of_workspace, extra_mpci_receive_server_stack,
91        stack_allocate_hook, and stack_free_hook. As a side-effect of this
92        effort some multiprocessing code was made conditional and some style
93        clean up occurred.
94
952007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * bsp_specs: Remove qrtems_debug.
98
992007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * bsp_specs: Use nostdlib instead of nostdlibs (bogus).
102        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
103        endianness).
104
1052007-03-28      Joel Sherrill <joel@OARcorp.com>
106
107        * Makefile.am: Modify to avoid pulling in too much into minimum
108        executable.
109
1102006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * configure.ac: New BUG-REPORT address.
113
1142006-11-17      Joel Sherrill <joel@OARcorp.com>
115
116        * clock/clockdrv.c: Add copyright.
117
1182006-11-15      Joel Sherrill <joel@OARcorp.com>
119
120        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
121        file and simplified initialization.
122
1232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * Makefile.am: Remove superfluous -DASM.
126
1272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * configure.ac: Require autoconf-2.60. Require automake-1.10.
130
1312006-02-08      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/linkcmds: Add sections required by newer gcc versions.
134
1352006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Add preinstall.am.
138
1392005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * include/bsp.h: New header guard.
142
1432005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
146
1472005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * Makefile.am: Remove build-variant support.
150
1512004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        * configure.ac: Require automake > 1.9.
154
1552004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        PR 610/bsps
158        * Makefile.am: Add include/tm27.h, Cosmetics.
159        * include/tm27.h: Final cosmetics.
160
1612004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * include/bsp.h: Split out tmtest27 support.
164        * include/tm27.h: New.
165
1662004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        PR 613/bsps
169        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
170
1712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        PR 614/bsps
174        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
175
1762004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
179        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
180        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
181        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
182
1832004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
186        timer/timer.c: Convert to using c99 fixed size types.
187
1882004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect changes to bsp.am.
191        Preinstall dist_project_lib*.
192
1932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Reflect changes to bsp.am.
196
1972004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
200
2012004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
204        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
205        wrapup/Makefile.am. Use automake compilation rules.
206        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
207        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
208        * configure.ac: Reflect changes above.
209
2102004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        PR 566/bsps
213        * start/regs.S: Fix broken comment.
214        * start/start.S: Convert asm-style comments to c-style comments.
215
2162004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
219        Add RTEMS_PROG_CCAS.
220
2212004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Add PREINSTALL_DIRS.
224
2252004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
228        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
229        * console/Makefile.am: Remove console.c from EXTRA_DIST.
230        * wrapup/Makefile.am: Reflect changes to libcpu.
231
2322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
235        Add PRE/TMPINSTALL_FILES to CLEANFILES.
236        * startup/Makefile.am: Ditto.
237
2382004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * wrapup/Makefile.am: Eliminate $(LIB).
241        Use noinst_DATA to trigger building libbsp.a.
242
2432003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
246        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
247
2482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
251        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
252
2532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
256
2572003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * start/Makefile.am: Misc cleanups and fixes.
260        * startup/Makefile.am: Misc cleanups and fixes.
261        * wrapup/Makefile.am: Misc cleanups and fixes.
262
2632003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Add preinstallation dirstamp support.
266        * clock/Makefile.am: Cosmetics.
267        * console/Makefile.am: Cosmetics.
268        * startup/Makefile.am: Cosmetics.
269        * timer/Makefile.am: Cosmetics.
270        * wrapup/Makefile.am: Cosmetics.
271
2722003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * clock/Makefile.am: Remove all-local: $(ARCH).
275        * console/Makefile.am: Remove all-local: $(ARCH).
276        * start/Makefile.am: Remove all-local: $(ARCH).
277        * startup/Makefile.am: Remove all-local: $(ARCH).
278        * timer/Makefile.am: Remove all-local: $(ARCH).
279        * wrapup/Makefile.am: Remove all-local: $(ARCH).
280
2812003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Merge-in include/Makefile.am.
284        Reflect changes to bsp.am.
285        * include/Makefile.am: Remove.
286        * configure.ac: Reflect changes above.
287
2882003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * bsp_specs: Remove *lib:.
291
2922003-09-04      Joel Sherrill <joel@OARcorp.com>
293
294        * console/console-io.c, include/bsp.h, startup/bspclean.c,
295        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
296        changed.
297
2982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Reflect having moved aclocal/.
301
3022003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Reflect having moved automake/.
305        * clock/Makefile.am: Reflect having moved automake/.
306        * console/Makefile.am: Reflect having moved automake/.
307        * include/Makefile.am: Reflect having moved automake/.
308        * start/Makefile.am: Reflect having moved automake/.
309        * startup/Makefile.am: Reflect having moved automake/.
310        * timer/Makefile.am: Reflect having moved automake/.
311        * wrapup/Makefile.am: Reflect having moved automake/.
312
3132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        PR 452/bsps
316        * bsp_specs: Remove -D__USE_INIT_FINI__.
317        Remove *.cpp (Now unused).
318
3192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
322
3232003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        PR 445/bsps
326        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
327
3282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Remove AC_CONFIG_AUX_DIR.
331
3322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
335
3362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: AC_PREREQ(2.57).
339
3402003-01-20      Joel Sherrill <joel@OARcorp.com>
341
342        * startup/linkcmds*: Add FreeBSD sysctl() sections.
343
3442002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
345 
346        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
347        * linkcmds: Added .init, .fini & related sections.
348
3492002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
352        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356
3572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * start/Makefile.am: Use install-data-local to install startfile.
360
3612002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
364
3652002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
368        changes.
369
3702002-11-01      Joel Sherrill <joel@OARcorp.com>
371
372        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
373
3742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * .cvsignore: Reformat.
377        Add autom4te*cache.
378        Remove autom4te.cache.
379
3802002-08-21      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/linkcmds: Move .init section after text section so
383        C+ global constructors work.
384
3852002-08-21      Joel Sherrill <joel@OARcorp.com>
386
387        * bsp_specs: Added support for -nostdlibs.
388
3892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
392        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
393        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
394        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
395        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
397
3982002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * start/Makefile.am: Eliminate PGM.
401        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
402
4032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
406
4072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
410        Remove $(OBJS) from all-local.
411
4122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * wrapup/Makefile.am: Add $(LIB) to all-local.
415
4162002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
419
4202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac:
423        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
424        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
425        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * Makefile.am: Remove AUTOMAKE_OPTIONS.
427        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
430        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
431        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
432        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
433
4342002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
437
4382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
441
4422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
445        * configure.in: Remove.
446        * configure.ac: New file, generated from configure.in by autoupdate.
447
4482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * include/Makefile.am: Use 'CLEANFILES ='.
451        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
452
4532001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.in: Add bspopts.h.
456        * include/bsp.h: Include bspopts.h.
457        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
458        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
459
4602001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
461
462        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
463
4642001-05-11      Joel Sherrill <joel@OARcorp.com>
465
466        * tools/runtest: Add functionality to avoid letting simulator
467        run too long.
468
4692001-04-20      Joel Sherrill <joel@OARcorp.com>
470
471        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
472        the interrupt.  This was not quite right before and we were
473        getting uncontrolled interrupt nesting in tm27.
474        * timer/timer.c (Timer_Initialize): Added an extra reset and
475        changed the ITMR register so we will never get an interrupt.
476        (Read_timer): Fixed so the timer actually stops before it
477        is read.  Before some times reported were outraguously high.
478        * start/start.S: Major clean including using stack in linkcmds,
479        deleting unused code, and zeroing the BSS using the linkcmds
480        information.
481        * startup/linkcmds: Put heap in lower memory than workspace
482        and move _clear_end so both are zeroed.
483
4842001-01-12      Joel Sherrill <joel@OARcorp.com>
485
486        * include/bsp.h, timer/timer.c: Updated so timer appears to
487        work and support tm27.  I would prefer to time a software
488        interrupt rather than an use an extra timer though.
489
4902001-01-09      Joel Sherrill <joel@OARcorp.com>
491
492        * clock/clockdrv.c: Clean up.
493        * include/bsp.h: Uncomment and fix set_vector() prototype.
494
4952001-01-03      Joel Sherrill <joel@OARcorp.com>
496
497        * console/console-io.c: Removed unused variable initialized.
498
4992001-01-03      Joel Sherrill <joel@OARcorp.com>
500
501        * clock/Makefile.am: Fixed reference to ckinit.c.
502        * clock/clockdrv.c: Enabled fast idle.
503        * console/console-io.c: Added console_initialize_hardware().
504
5052000-12-19      Joel Sherrill <joel@OARcorp.com>
506
507        * timer: New subdirectory.
508        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
509        * tools/ChangeLog: New file.
510
5112000-12-19      Joel Sherrill <joel@OARcorp.com>
512
513        * Makefile.am: Added tools subdirectory and removed commented out line.
514        * configure.in: Added tools subdirectory.
515        * tools: New subdirectory.
516        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
517        tools/runtest: New files -- based on powerpc/psim.
518        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
519        add fast idle support.
520        * include/bsp.h: tm27 support initiated.
521        * Most tests appear to run correctly!
522
5232000-12-13      Joel Sherrill <joel@OARcorp.com>
524
525        * README: Updated.  We are now vectoring a clock tick ISR handler.
526        But RTEMS is not returning from the ISR properly.
527        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
528        * include/bsp.h: Use <libcpu/tx3904.h>
529        * startup/Makefile.am: Add setvec.c from shared.
530        * startup/bspstart.c: Initialize the status register (SR) so
531        no interrupts are masked but global interrupts (SR_IEC) are off.
532        Added call to install the ISR prologue code.
533        * wrapup/Makefile.am: Pick up more pieces from libcpu.
534
5352000-12-11      Joel Sherrill <joel@OARcorp.com>
536
537        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
538        * README: Updated.
539
5402000-12-06      Joel Sherrill <joel@OARcorp.com>
541
542        * README: Updated to reflect status.
543        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
544
5452000-11-30      Joel Sherrill <joel@OARcorp.com>
546
547        * README: Updated to reflect current status.  Misaligned reference
548        during initialization may be compiler problem.
549        * console/console-io.c: Added support for printk().
550        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
551
5522000-11-27      Joel Sherrill <joel@OARcorp.com>
553
554        * startup/linkcmds: Fix typo and add extra 0 to base address.
555        Now runs until printf() tries to put a character and then
556        it locks up checking a status bit that does not change.
557
5582000-11-25      Joel Sherrill <joel@OARcorp.com>
559
560        * The JMR BSP is for a Toshiba TX39 evaluation board but
561        can also be used with the mips simulator in gdb.
562        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
563        configure.in, clock/.cvsignore, clock/Makefile.am,
564        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
565        console/console-io.c, include/.cvsignore,
566        include/Makefile.am, include/bsp.h, start/.cvsignore,
567        start/Makefile.am, start/regs.S, start/start.S,
568        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
569        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.