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

4.115
Last change on this file since 39eabe0 was afab2f7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/19/11 at 07:27:07

2011-06-19 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Fix broken path to clockdrv_shell.h.
  • Property mode set to 100644
File size: 23.0 KB
Line 
12011-06-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Fix broken path to clockdrv_shell.h.
4
52011-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am, configure.ac: runtest for this BSP obsoleted by
8        rtems-testing/sim-scripts support. Please use those scripts.
9
102011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * include/tm27.h:
13        Use "__asm__" instead of "asm" for improved c99-compliance.
14
152011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * timer/timer.c: Include <rtems/btimer.h>.
18        Fix benchmark_timer_read() definition.
19
202011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: Require autoconf-2.68, automake-1.11.1.
23
242010-05-13      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * Makefile.am, preinstall.am, start/start.S: Many files were duplicated
27        across MIPS BSPs. Now those which were directly copied are shared.
28        * start/regs.h: Removed.
29
302010-04-27      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * start/start.S, startup/linkcmds: Revert previous change. Remove
33        .reginfo from .bss section where it was present.
34
352010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
36
37        * startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
38
392009-11-23      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * clock/clockdrv.c: Split hardware initialization code into
42        Clock_driver_support_initialize_hardware().
43
442009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * startup/bspstart.c: Remove nested externs.
47        #include <libcpu/isr_entries.h.
48
492009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * make/custom/jmr3904.cfg: Remove RTEMS_BSP_FAMILY.
52
532009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * configure.ac: Don't add -ansi -fasm to CFLAGS.
56
572009-10-17      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * startup/bspstart.c: Fix warnings.
60
612009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * make/custom/jmr3904.cfg: New (relocated from /make/custom).
64
652009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
68
69 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
72        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
73        have the same options.
74
752009-04-28      Chris Johns <chrisj@rtems.org>
76
77        * start/start.S: Update for boot_card command line change.
78
792008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * bsp_specs: Move -e start from *link to *startfile to avoid warning
82        for undefined entry symbol when linking relocatables with binutils
83        2.19.
84
852008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
88        * Makefile.am: Reflect changes above.
89
902008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
93        of building libbspstart.a, using automake-rules.
94
952008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * start/regs.S: Remove (Renamed into start/regs.h).
98        * start/regs.h: New (Renamed from start/regs.S).
99        * Makefile.am, start/start.S: Reflect renamer.
100
1012008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * Makefile.am: Eliminate *_SOURCES.
104
1052008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
108        components.
109
1102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Remove noinst_PROGRAMS (Unused).
113
1142008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
117
1182008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * configure.ac: Make letting boot_card() handle work area allocation
121        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
122        BSP_BOOTCARD_OPTIONS.
123
1242008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * Makefile.am: bsp_cleanup() had the same code which was executed when
127        you returned from boot_card() to start.S. So just use the stub
128        bsp_cleanup() implementation and remove a file.
129        * startup/bspclean.c: Removed.
130
1312008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * include/bsp.h: Remove unnecessary boilerplate comments.
134
1352008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * Makefile.am, startup/linkcmds: Use top level shared
138        bsp_get_work_area() implementation.
139        * startup/bspgetworkarea.c: Removed.
140
1412008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into
144        its own file and use BSP Framework to perform more initialization.
145        * startup/bspgetworkarea.c: New file.
146
1472008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
150        phase, all prototypes were removed from bsp.h and empty
151        implementations were removed and made to use the shared stub.
152
1532008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * timer/timer.c: Convert to "bool".
156
1572008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * timer/timer.c: Eliminate empty function from every benchmark timer
160        driver. Fix spelling.
161
1622008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * timer/timer.c: Rename timer driver methods to follow RTEMS
165        programming conventions.
166
1672008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * timer/timer.c: Add missing prototypes.
170
1712008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
172
173        * startup/bspstart.c: Changed bsp_get_workarea() to
174        bsp_get_work_area() and added support for an optional separate heap
175        area.
176
1772008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * configure.ac, startup/bspstart.c: Add capability for bootcard.c BSP
180        Initialization Framework to ask the BSP where it has memory for the
181        RTEMS Workspace and C Program Heap. These collectively are referred
182        to as work area. If the BSP supports this, then it does not have to
183        include code to split the available memory between the two areas.
184        This reduces the amount of code in the BSP specific bspstart.c file.
185        Additionally, the shared framework can initialize the C Library, call
186        rtems_debug_enable(), and dirty the work area memory. Until most/all
187        BSPs support this new capability, if the BSP supports this, it should
188        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
189        When the transition is complete, this autoconf macro can be removed.
190
1912008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * Makefile.am: Rework to avoid .rel files.
194
1952008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * startup/bspstart.c: Refactored and renamed initialization routines to
198        rtems_initialize_data_structures, rtems_initialize_before_drivers,
199        rtems_initialize_device_drivers, and
200        rtems_initialize_start_multitasking. This opened the sequence up so
201        that bootcard() could provide a more robust and flexible framework
202        which is easier to explain and understand. This also lays the
203        groundwork for sharing the division of available memory between the
204        RTEMS workspace and heap and the C library initialization across all
205        BSPs.
206
2072008-04-04      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * startup/linkcmds: Increase heap to run ACATS.
210
2112008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * startup/linkcmds: Increase default C Program Heap size to be able to
214        run Ada ACATS testsuite.
215
2162008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * startup/linkcmds: Add wildcard to gcc_except_table section so
219        programs compiled with gcc 4.3.x can link.
220
2212007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
224        Configuration Table. Use the RTEMS provided accessor macros to obtain
225        configuration fields.
226
2272007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
228
229        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
230        Configuration Table. Eliminate CPU Table from all ports. Delete
231        references to CPU Table in all forms.
232
2332007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
236        Table fields to the Configuration Table. This included
237        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
238        do_zero_of_workspace, extra_mpci_receive_server_stack,
239        stack_allocate_hook, and stack_free_hook. As a side-effect of this
240        effort some multiprocessing code was made conditional and some style
241        clean up occurred.
242
2432007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * bsp_specs: Remove qrtems_debug.
246
2472007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
248
249        * bsp_specs: Use nostdlib instead of nostdlibs (bogus).
250        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
251        endianness).
252
2532007-03-28      Joel Sherrill <joel@OARcorp.com>
254
255        * Makefile.am: Modify to avoid pulling in too much into minimum
256        executable.
257
2582006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * configure.ac: New BUG-REPORT address.
261
2622006-11-17      Joel Sherrill <joel@OARcorp.com>
263
264        * clock/clockdrv.c: Add copyright.
265
2662006-11-15      Joel Sherrill <joel@OARcorp.com>
267
268        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
269        file and simplified initialization.
270
2712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
272
273        * Makefile.am: Remove superfluous -DASM.
274
2752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
276
277        * configure.ac: Require autoconf-2.60. Require automake-1.10.
278
2792006-02-08      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/linkcmds: Add sections required by newer gcc versions.
282
2832006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * Makefile.am: Add preinstall.am.
286
2872005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * include/bsp.h: New header guard.
290
2912005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
294
2952005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * Makefile.am: Remove build-variant support.
298
2992004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
300
301        * configure.ac: Require automake > 1.9.
302
3032004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
304
305        PR 610/bsps
306        * Makefile.am: Add include/tm27.h, Cosmetics.
307        * include/tm27.h: Final cosmetics.
308
3092004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
310
311        * include/bsp.h: Split out tmtest27 support.
312        * include/tm27.h: New.
313
3142004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
315
316        PR 613/bsps
317        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
318
3192004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
320
321        PR 614/bsps
322        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
323
3242004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
325
326        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
327        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
328        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
329        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
330
3312004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
332
333        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
334        timer/timer.c: Convert to using c99 fixed size types.
335
3362004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Reflect changes to bsp.am.
339        Preinstall dist_project_lib*.
340
3412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Reflect changes to bsp.am.
344
3452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
348
3492004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
352        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
353        wrapup/Makefile.am. Use automake compilation rules.
354        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
355        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
356        * configure.ac: Reflect changes above.
357
3582004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        PR 566/bsps
361        * start/regs.S: Fix broken comment.
362        * start/start.S: Convert asm-style comments to c-style comments.
363
3642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
367        Add RTEMS_PROG_CCAS.
368
3692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Add PREINSTALL_DIRS.
372
3732004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
376        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
377        * console/Makefile.am: Remove console.c from EXTRA_DIST.
378        * wrapup/Makefile.am: Reflect changes to libcpu.
379
3802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
383        Add PRE/TMPINSTALL_FILES to CLEANFILES.
384        * startup/Makefile.am: Ditto.
385
3862004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * wrapup/Makefile.am: Eliminate $(LIB).
389        Use noinst_DATA to trigger building libbsp.a.
390
3912003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
394        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
395
3962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
399        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
400
4012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
404
4052003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * start/Makefile.am: Misc cleanups and fixes.
408        * startup/Makefile.am: Misc cleanups and fixes.
409        * wrapup/Makefile.am: Misc cleanups and fixes.
410
4112003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Add preinstallation dirstamp support.
414        * clock/Makefile.am: Cosmetics.
415        * console/Makefile.am: Cosmetics.
416        * startup/Makefile.am: Cosmetics.
417        * timer/Makefile.am: Cosmetics.
418        * wrapup/Makefile.am: Cosmetics.
419
4202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * clock/Makefile.am: Remove all-local: $(ARCH).
423        * console/Makefile.am: Remove all-local: $(ARCH).
424        * start/Makefile.am: Remove all-local: $(ARCH).
425        * startup/Makefile.am: Remove all-local: $(ARCH).
426        * timer/Makefile.am: Remove all-local: $(ARCH).
427        * wrapup/Makefile.am: Remove all-local: $(ARCH).
428
4292003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: Merge-in include/Makefile.am.
432        Reflect changes to bsp.am.
433        * include/Makefile.am: Remove.
434        * configure.ac: Reflect changes above.
435
4362003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * bsp_specs: Remove *lib:.
439
4402003-09-04      Joel Sherrill <joel@OARcorp.com>
441
442        * console/console-io.c, include/bsp.h, startup/bspclean.c,
443        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
444        changed.
445
4462003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * Makefile.am: Reflect having moved aclocal/.
449
4502003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am: Reflect having moved automake/.
453        * clock/Makefile.am: Reflect having moved automake/.
454        * console/Makefile.am: Reflect having moved automake/.
455        * include/Makefile.am: Reflect having moved automake/.
456        * start/Makefile.am: Reflect having moved automake/.
457        * startup/Makefile.am: Reflect having moved automake/.
458        * timer/Makefile.am: Reflect having moved automake/.
459        * wrapup/Makefile.am: Reflect having moved automake/.
460
4612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        PR 452/bsps
464        * bsp_specs: Remove -D__USE_INIT_FINI__.
465        Remove *.cpp (Now unused).
466
4672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
470
4712003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        PR 445/bsps
474        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
475
4762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: Remove AC_CONFIG_AUX_DIR.
479
4802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
483
4842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: AC_PREREQ(2.57).
487
4882003-01-20      Joel Sherrill <joel@OARcorp.com>
489
490        * startup/linkcmds*: Add FreeBSD sysctl() sections.
491
4922002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
493 
494        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
495        * linkcmds: Added .init, .fini & related sections.
496
4972002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
500        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
501        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
502        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
503        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
504
5052002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * start/Makefile.am: Use install-data-local to install startfile.
508
5092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
512
5132002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
516        changes.
517
5182002-11-01      Joel Sherrill <joel@OARcorp.com>
519
520        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
521
5222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * .cvsignore: Reformat.
525        Add autom4te*cache.
526        Remove autom4te.cache.
527
5282002-08-21      Joel Sherrill <joel@OARcorp.com>
529
530        * startup/linkcmds: Move .init section after text section so
531        C+ global constructors work.
532
5332002-08-21      Joel Sherrill <joel@OARcorp.com>
534
535        * bsp_specs: Added support for -nostdlibs.
536
5372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
540        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
541        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
542        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
543        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
544        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
545
5462002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * start/Makefile.am: Eliminate PGM.
549        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
550
5512002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
554
5552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
558        Remove $(OBJS) from all-local.
559
5602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * wrapup/Makefile.am: Add $(LIB) to all-local.
563
5642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
567
5682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * configure.ac:
571        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
572        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
573        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
574        * Makefile.am: Remove AUTOMAKE_OPTIONS.
575        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
576        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
577        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
578        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
579        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
580        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
581
5822002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
585
5862001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
589
5902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
593        * configure.in: Remove.
594        * configure.ac: New file, generated from configure.in by autoupdate.
595
5962001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * include/Makefile.am: Use 'CLEANFILES ='.
599        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
600
6012001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * configure.in: Add bspopts.h.
604        * include/bsp.h: Include bspopts.h.
605        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
606        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
607
6082001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
609
610        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
611
6122001-05-11      Joel Sherrill <joel@OARcorp.com>
613
614        * tools/runtest: Add functionality to avoid letting simulator
615        run too long.
616
6172001-04-20      Joel Sherrill <joel@OARcorp.com>
618
619        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
620        the interrupt.  This was not quite right before and we were
621        getting uncontrolled interrupt nesting in tm27.
622        * timer/timer.c (Timer_Initialize): Added an extra reset and
623        changed the ITMR register so we will never get an interrupt.
624        (Read_timer): Fixed so the timer actually stops before it
625        is read.  Before some times reported were outraguously high.
626        * start/start.S: Major clean including using stack in linkcmds,
627        deleting unused code, and zeroing the BSS using the linkcmds
628        information.
629        * startup/linkcmds: Put heap in lower memory than workspace
630        and move _clear_end so both are zeroed.
631
6322001-01-12      Joel Sherrill <joel@OARcorp.com>
633
634        * include/bsp.h, timer/timer.c: Updated so timer appears to
635        work and support tm27.  I would prefer to time a software
636        interrupt rather than an use an extra timer though.
637
6382001-01-09      Joel Sherrill <joel@OARcorp.com>
639
640        * clock/clockdrv.c: Clean up.
641        * include/bsp.h: Uncomment and fix set_vector() prototype.
642
6432001-01-03      Joel Sherrill <joel@OARcorp.com>
644
645        * console/console-io.c: Removed unused variable initialized.
646
6472001-01-03      Joel Sherrill <joel@OARcorp.com>
648
649        * clock/Makefile.am: Fixed reference to ckinit.c.
650        * clock/clockdrv.c: Enabled fast idle.
651        * console/console-io.c: Added console_initialize_hardware().
652
6532000-12-19      Joel Sherrill <joel@OARcorp.com>
654
655        * timer: New subdirectory.
656        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
657        * tools/ChangeLog: New file.
658
6592000-12-19      Joel Sherrill <joel@OARcorp.com>
660
661        * Makefile.am: Added tools subdirectory and removed commented out line.
662        * configure.in: Added tools subdirectory.
663        * tools: New subdirectory.
664        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
665        tools/runtest: New files -- based on powerpc/psim.
666        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
667        add fast idle support.
668        * include/bsp.h: tm27 support initiated.
669        * Most tests appear to run correctly!
670
6712000-12-13      Joel Sherrill <joel@OARcorp.com>
672
673        * README: Updated.  We are now vectoring a clock tick ISR handler.
674        But RTEMS is not returning from the ISR properly.
675        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
676        * include/bsp.h: Use <libcpu/tx3904.h>
677        * startup/Makefile.am: Add setvec.c from shared.
678        * startup/bspstart.c: Initialize the status register (SR) so
679        no interrupts are masked but global interrupts (SR_IEC) are off.
680        Added call to install the ISR prologue code.
681        * wrapup/Makefile.am: Pick up more pieces from libcpu.
682
6832000-12-11      Joel Sherrill <joel@OARcorp.com>
684
685        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
686        * README: Updated.
687
6882000-12-06      Joel Sherrill <joel@OARcorp.com>
689
690        * README: Updated to reflect status.
691        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
692
6932000-11-30      Joel Sherrill <joel@OARcorp.com>
694
695        * README: Updated to reflect current status.  Misaligned reference
696        during initialization may be compiler problem.
697        * console/console-io.c: Added support for printk().
698        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
699
7002000-11-27      Joel Sherrill <joel@OARcorp.com>
701
702        * startup/linkcmds: Fix typo and add extra 0 to base address.
703        Now runs until printf() tries to put a character and then
704        it locks up checking a status bit that does not change.
705
7062000-11-25      Joel Sherrill <joel@OARcorp.com>
707
708        * The JMR BSP is for a Toshiba TX39 evaluation board but
709        can also be used with the mips simulator in gdb.
710        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
711        configure.in, clock/.cvsignore, clock/Makefile.am,
712        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
713        console/console-io.c, include/.cvsignore,
714        include/Makefile.am, include/bsp.h, start/.cvsignore,
715        start/Makefile.am, start/regs.S, start/start.S,
716        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
717        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.