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

4.104.115
Last change on this file since c4e0484c was c4e0484c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 20:58:50

2008-09-16 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.
  • startup/bspgetworkarea.c: Removed.
  • Property mode set to 100644
File size: 19.0 KB
Line 
12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, startup/linkcmds: Use top level shared
4        bsp_get_work_area() implementation.
5        * startup/bspgetworkarea.c: Removed.
6
72008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
10        its own file and use BSP Framework to perform more initialization.
11        * startup/bspgetworkarea.c: New file.
12
132008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
16        phase, all prototypes were removed from bsp.h and empty
17        implementations were removed and made to use the shared stub.
18
192008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * timer/timer.c: Convert to "bool".
22
232008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * timer/timer.c: Eliminate empty function from every benchmark timer
26        driver. Fix spelling.
27
282008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * timer/timer.c: Rename timer driver methods to follow RTEMS
31        programming conventions.
32
332008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * timer/timer.c: Add missing prototypes.
36
372008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
38
39        * startup/bspstart.c: Changed bsp_get_workarea() to
40        bsp_get_work_area() and added support for an optional separate heap
41        area.
42
432008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * configure.ac, startup/bspstart.c: Add capability for bootcard.c BSP
46        Initialization Framework to ask the BSP where it has memory for the
47        RTEMS Workspace and C Program Heap. These collectively are referred
48        to as work area. If the BSP supports this, then it does not have to
49        include code to split the available memory between the two areas.
50        This reduces the amount of code in the BSP specific bspstart.c file.
51        Additionally, the shared framework can initialize the C Library, call
52        rtems_debug_enable(), and dirty the work area memory. Until most/all
53        BSPs support this new capability, if the BSP supports this, it should
54        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
55        When the transition is complete, this autoconf macro can be removed.
56
572008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * Makefile.am: Rework to avoid .rel files.
60
612008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * startup/bspstart.c: Refactored and renamed initialization routines to
64        rtems_initialize_data_structures, rtems_initialize_before_drivers,
65        rtems_initialize_device_drivers, and
66        rtems_initialize_start_multitasking. This opened the sequence up so
67        that bootcard() could provide a more robust and flexible framework
68        which is easier to explain and understand. This also lays the
69        groundwork for sharing the division of available memory between the
70        RTEMS workspace and heap and the C library initialization across all
71        BSPs.
72
732008-04-04      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * startup/linkcmds: Increase heap to run ACATS.
76
772008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * startup/linkcmds: Increase default C Program Heap size to be able to
80        run Ada ACATS testsuite.
81
822008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * startup/linkcmds: Add wildcard to gcc_except_table section so
85        programs compiled with gcc 4.3.x can link.
86
872007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
90        Configuration Table. Use the RTEMS provided accessor macros to obtain
91        configuration fields.
92
932007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
96        Configuration Table. Eliminate CPU Table from all ports. Delete
97        references to CPU Table in all forms.
98
992007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
102        Table fields to the Configuration Table. This included
103        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
104        do_zero_of_workspace, extra_mpci_receive_server_stack,
105        stack_allocate_hook, and stack_free_hook. As a side-effect of this
106        effort some multiprocessing code was made conditional and some style
107        clean up occurred.
108
1092007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * bsp_specs: Remove qrtems_debug.
112
1132007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * bsp_specs: Use nostdlib instead of nostdlibs (bogus).
116        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
117        endianness).
118
1192007-03-28      Joel Sherrill <joel@OARcorp.com>
120
121        * Makefile.am: Modify to avoid pulling in too much into minimum
122        executable.
123
1242006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * configure.ac: New BUG-REPORT address.
127
1282006-11-17      Joel Sherrill <joel@OARcorp.com>
129
130        * clock/clockdrv.c: Add copyright.
131
1322006-11-15      Joel Sherrill <joel@OARcorp.com>
133
134        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
135        file and simplified initialization.
136
1372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Remove superfluous -DASM.
140
1412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * configure.ac: Require autoconf-2.60. Require automake-1.10.
144
1452006-02-08      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds: Add sections required by newer gcc versions.
148
1492006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * Makefile.am: Add preinstall.am.
152
1532005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * include/bsp.h: New header guard.
156
1572005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
158
159        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
160
1612005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * Makefile.am: Remove build-variant support.
164
1652004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        * configure.ac: Require automake > 1.9.
168
1692004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        PR 610/bsps
172        * Makefile.am: Add include/tm27.h, Cosmetics.
173        * include/tm27.h: Final cosmetics.
174
1752004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
176
177        * include/bsp.h: Split out tmtest27 support.
178        * include/tm27.h: New.
179
1802004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        PR 613/bsps
183        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
184
1852004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
186
187        PR 614/bsps
188        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
189
1902004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
193        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
194        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
195        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
196
1972004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
200        timer/timer.c: Convert to using c99 fixed size types.
201
2022004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Reflect changes to bsp.am.
205        Preinstall dist_project_lib*.
206
2072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Reflect changes to bsp.am.
210
2112004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
214
2152004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
218        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
219        wrapup/Makefile.am. Use automake compilation rules.
220        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
221        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
222        * configure.ac: Reflect changes above.
223
2242004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        PR 566/bsps
227        * start/regs.S: Fix broken comment.
228        * start/start.S: Convert asm-style comments to c-style comments.
229
2302004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
233        Add RTEMS_PROG_CCAS.
234
2352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Add PREINSTALL_DIRS.
238
2392004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
242        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
243        * console/Makefile.am: Remove console.c from EXTRA_DIST.
244        * wrapup/Makefile.am: Reflect changes to libcpu.
245
2462004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
249        Add PRE/TMPINSTALL_FILES to CLEANFILES.
250        * startup/Makefile.am: Ditto.
251
2522004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Eliminate $(LIB).
255        Use noinst_DATA to trigger building libbsp.a.
256
2572003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
260        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
261
2622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
265        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
266
2672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
270
2712003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am: Misc cleanups and fixes.
274        * startup/Makefile.am: Misc cleanups and fixes.
275        * wrapup/Makefile.am: Misc cleanups and fixes.
276
2772003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Add preinstallation dirstamp support.
280        * clock/Makefile.am: Cosmetics.
281        * console/Makefile.am: Cosmetics.
282        * startup/Makefile.am: Cosmetics.
283        * timer/Makefile.am: Cosmetics.
284        * wrapup/Makefile.am: Cosmetics.
285
2862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * clock/Makefile.am: Remove all-local: $(ARCH).
289        * console/Makefile.am: Remove all-local: $(ARCH).
290        * start/Makefile.am: Remove all-local: $(ARCH).
291        * startup/Makefile.am: Remove all-local: $(ARCH).
292        * timer/Makefile.am: Remove all-local: $(ARCH).
293        * wrapup/Makefile.am: Remove all-local: $(ARCH).
294
2952003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Merge-in include/Makefile.am.
298        Reflect changes to bsp.am.
299        * include/Makefile.am: Remove.
300        * configure.ac: Reflect changes above.
301
3022003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * bsp_specs: Remove *lib:.
305
3062003-09-04      Joel Sherrill <joel@OARcorp.com>
307
308        * console/console-io.c, include/bsp.h, startup/bspclean.c,
309        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
310        changed.
311
3122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Reflect having moved aclocal/.
315
3162003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Reflect having moved automake/.
319        * clock/Makefile.am: Reflect having moved automake/.
320        * console/Makefile.am: Reflect having moved automake/.
321        * include/Makefile.am: Reflect having moved automake/.
322        * start/Makefile.am: Reflect having moved automake/.
323        * startup/Makefile.am: Reflect having moved automake/.
324        * timer/Makefile.am: Reflect having moved automake/.
325        * wrapup/Makefile.am: Reflect having moved automake/.
326
3272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        PR 452/bsps
330        * bsp_specs: Remove -D__USE_INIT_FINI__.
331        Remove *.cpp (Now unused).
332
3332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
336
3372003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        PR 445/bsps
340        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
341
3422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Remove AC_CONFIG_AUX_DIR.
345
3462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
349
3502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: AC_PREREQ(2.57).
353
3542003-01-20      Joel Sherrill <joel@OARcorp.com>
355
356        * startup/linkcmds*: Add FreeBSD sysctl() sections.
357
3582002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
359 
360        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
361        * linkcmds: Added .init, .fini & related sections.
362
3632002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370
3712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * start/Makefile.am: Use install-data-local to install startfile.
374
3752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
378
3792002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
382        changes.
383
3842002-11-01      Joel Sherrill <joel@OARcorp.com>
385
386        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
387
3882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * .cvsignore: Reformat.
391        Add autom4te*cache.
392        Remove autom4te.cache.
393
3942002-08-21      Joel Sherrill <joel@OARcorp.com>
395
396        * startup/linkcmds: Move .init section after text section so
397        C+ global constructors work.
398
3992002-08-21      Joel Sherrill <joel@OARcorp.com>
400
401        * bsp_specs: Added support for -nostdlibs.
402
4032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
407        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
408        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
409        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
410        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
411
4122002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * start/Makefile.am: Eliminate PGM.
415        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
416
4172002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
420
4212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
424        Remove $(OBJS) from all-local.
425
4262002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * wrapup/Makefile.am: Add $(LIB) to all-local.
429
4302002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
433
4342002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac:
437        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
438        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
439        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
444        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
445        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
447
4482002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
451
4522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
455
4562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
459        * configure.in: Remove.
460        * configure.ac: New file, generated from configure.in by autoupdate.
461
4622001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * include/Makefile.am: Use 'CLEANFILES ='.
465        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
466
4672001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.in: Add bspopts.h.
470        * include/bsp.h: Include bspopts.h.
471        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
472        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
473
4742001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
475
476        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
477
4782001-05-11      Joel Sherrill <joel@OARcorp.com>
479
480        * tools/runtest: Add functionality to avoid letting simulator
481        run too long.
482
4832001-04-20      Joel Sherrill <joel@OARcorp.com>
484
485        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
486        the interrupt.  This was not quite right before and we were
487        getting uncontrolled interrupt nesting in tm27.
488        * timer/timer.c (Timer_Initialize): Added an extra reset and
489        changed the ITMR register so we will never get an interrupt.
490        (Read_timer): Fixed so the timer actually stops before it
491        is read.  Before some times reported were outraguously high.
492        * start/start.S: Major clean including using stack in linkcmds,
493        deleting unused code, and zeroing the BSS using the linkcmds
494        information.
495        * startup/linkcmds: Put heap in lower memory than workspace
496        and move _clear_end so both are zeroed.
497
4982001-01-12      Joel Sherrill <joel@OARcorp.com>
499
500        * include/bsp.h, timer/timer.c: Updated so timer appears to
501        work and support tm27.  I would prefer to time a software
502        interrupt rather than an use an extra timer though.
503
5042001-01-09      Joel Sherrill <joel@OARcorp.com>
505
506        * clock/clockdrv.c: Clean up.
507        * include/bsp.h: Uncomment and fix set_vector() prototype.
508
5092001-01-03      Joel Sherrill <joel@OARcorp.com>
510
511        * console/console-io.c: Removed unused variable initialized.
512
5132001-01-03      Joel Sherrill <joel@OARcorp.com>
514
515        * clock/Makefile.am: Fixed reference to ckinit.c.
516        * clock/clockdrv.c: Enabled fast idle.
517        * console/console-io.c: Added console_initialize_hardware().
518
5192000-12-19      Joel Sherrill <joel@OARcorp.com>
520
521        * timer: New subdirectory.
522        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
523        * tools/ChangeLog: New file.
524
5252000-12-19      Joel Sherrill <joel@OARcorp.com>
526
527        * Makefile.am: Added tools subdirectory and removed commented out line.
528        * configure.in: Added tools subdirectory.
529        * tools: New subdirectory.
530        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
531        tools/runtest: New files -- based on powerpc/psim.
532        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
533        add fast idle support.
534        * include/bsp.h: tm27 support initiated.
535        * Most tests appear to run correctly!
536
5372000-12-13      Joel Sherrill <joel@OARcorp.com>
538
539        * README: Updated.  We are now vectoring a clock tick ISR handler.
540        But RTEMS is not returning from the ISR properly.
541        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
542        * include/bsp.h: Use <libcpu/tx3904.h>
543        * startup/Makefile.am: Add setvec.c from shared.
544        * startup/bspstart.c: Initialize the status register (SR) so
545        no interrupts are masked but global interrupts (SR_IEC) are off.
546        Added call to install the ISR prologue code.
547        * wrapup/Makefile.am: Pick up more pieces from libcpu.
548
5492000-12-11      Joel Sherrill <joel@OARcorp.com>
550
551        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
552        * README: Updated.
553
5542000-12-06      Joel Sherrill <joel@OARcorp.com>
555
556        * README: Updated to reflect status.
557        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
558
5592000-11-30      Joel Sherrill <joel@OARcorp.com>
560
561        * README: Updated to reflect current status.  Misaligned reference
562        during initialization may be compiler problem.
563        * console/console-io.c: Added support for printk().
564        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
565
5662000-11-27      Joel Sherrill <joel@OARcorp.com>
567
568        * startup/linkcmds: Fix typo and add extra 0 to base address.
569        Now runs until printf() tries to put a character and then
570        it locks up checking a status bit that does not change.
571
5722000-11-25      Joel Sherrill <joel@OARcorp.com>
573
574        * The JMR BSP is for a Toshiba TX39 evaluation board but
575        can also be used with the mips simulator in gdb.
576        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
577        configure.in, clock/.cvsignore, clock/Makefile.am,
578        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
579        console/console-io.c, include/.cvsignore,
580        include/Makefile.am, include/bsp.h, start/.cvsignore,
581        start/Makefile.am, start/regs.S, start/start.S,
582        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
583        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.