source: rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog @ 26c17377

4.115
Last change on this file since 26c17377 was 26c17377, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/11 at 12:15:54

2011-02-09 Ralf Corsépius <ralf.corsepius@…>

  • timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
  • Property mode set to 100644
File size: 21.9 KB
Line 
12011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * timer/timer.c: Include <rtems/btimer.h>.
4        Fix benchmark_timer_read() definition.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102010-08-13      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * spurious/spinit.c: Add include of bootcard.h to fix warning.
13
142010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * startup/bsppredriverhook.c: Remove warnings.
17
182009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
19
20        * console/sci.c: adapted to new prototype for *_write
21        function
22
232009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * make/custom/mrm332.cfg: Remove RTEMS_BSP_FAMILY.
26
272009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * make/custom/mrm332.cfg: New (relocated from /make/custom).
30
312009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * console/sci.c: Reflect termios_baud_to_number having been
34        renamed to rtems_termios_baud_to_number.
35
362009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
39
402009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
43        Should be automatically handled by confdefs.h or the application.
44
452009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
48        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
49        have the same options.
50
512009-05-09      Chris Johns <chrisj@rtems.org>
52
53        * include/bsp.h: Defined as a small memory target. It cannot build
54        one of the sample programs any more.
55
562009-04-28      Chris Johns <chrisj@rtems.org>
57
58        * start/start.S, startup/start_c.c: Update for boot_card command
59        line change.
60
612008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * bsp_specs: Move -e start from *link to *startfile to avoid warning
64        for undefined entry symbol when linking relocatables with binutils
65        2.19.
66
672008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * Makefile.am, preinstall.am: Use shared tm27.h stub.
70        * include/tm27.h: Removed.
71
722008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * timer/timer.c: Eliminate uses of old benchmark timer names.
75
762008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
79        of building libbspstart.a, using automake-rules.
80
812008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Eliminate *_SOURCES.
84
852008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
88        components.
89
902008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Remove noinst_PROGRAMS (Unused).
93
942008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
97
982008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * configure.ac: Make letting boot_card() handle work area allocation
101        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
102        BSP_BOOTCARD_OPTIONS.
103
1042008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.am: BSP specific bsp_cleanup() is a dupe of a shared one.
107        * startup/bspclean.c: Removed.
108
1092008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * include/bsp.h: Remove unnecessary boilerplate comments.
112
1132008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * Makefile.am, startup/linkcmds, startup/linkcmds_ROM: Use top level
116        shared bsp_get_work_area() implementation.
117
1182008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * startup/bspstart.c: Removed.
121
1222008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds,
125        startup/linkcmds_ROM: Add use of bsp_get_work_area() in its own file
126        and rely on BSP Framework to perform more initialization. Remove
127        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
128        * startup/bsppredriverhook.c: New file.
129
1302008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
133        phase, all prototypes were removed from bsp.h and empty
134        implementations were removed and made to use the shared stub.
135
1362008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * misc/interr.c: Convert to "bool".
139
1402008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * clock/ckinit.c: The Shared Memory Driver no longer requires the
143        special IOCTL in Clock_control. This was a hack which has existed
144        since before the Classic API Timer Manager was implemented. All
145        implementations of and references to Clock_control were removed.
146
1472008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * timer/timer.c: Convert to "bool".
150
1512008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * timer/timer.c: Eliminate empty function from every benchmark timer
154        driver. Fix spelling.
155
1562008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * timer/timer.c: Rename timer driver methods to follow RTEMS
159        programming conventions.
160
1612008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * console/sci.c, startup/bspstart.c, startup/start_c.c,
164        timer/timer.c: Add missing prototypes.
165
1662008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * misc/interr.c: Convention calls for leading underscore on private
169        RTEMS variables.
170
1712008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * Makefile.am: Rework to avoid .rel files.
174
1752008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * console/console.c, startup/bspstart.c: Refactored and renamed
178        initialization routines to rtems_initialize_data_structures,
179        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
180        rtems_initialize_start_multitasking. This opened the sequence up so
181        that bootcard() could provide a more robust and flexible framework
182        which is easier to explain and understand. This also lays the
183        groundwork for sharing the division of available memory between the
184        RTEMS workspace and heap and the C library initialization across all
185        BSPs.
186
1872008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
190        gcc_except_table section so programs compiled with gcc 4.3.x can
191        link.
192
1932007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
196        of the Configuration Table. Use the RTEMS provided accessor macros to
197        obtain configuration fields.
198
1992007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
202        from CPU Table to Configuration Table. Eliminate CPU Table from all
203        ports. Delete references to CPU Table in all forms.
204
2052007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
208        the Configuration Table. This included pretasking_hook,
209        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
210        extra_mpci_receive_server_stack, stack_allocate_hook, and
211        stack_free_hook. As a side-effect of this effort some multiprocessing
212        code was made conditional and some style clean up occurred.
213
2142007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
217        m68k CPU Table since it is never read.
218
2192007-05-03      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds: Handle .data.* sections
222
2232007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * bsp_specs: Remove qrtems_debug.
226
2272007-03-13      Joel Sherrill <joel@OARcorp.com>
228
229        * include/bsp.h: Remove redundant prototypes.
230
2312006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * configure.ac: New BUG-REPORT address.
234
2352006-11-15      Joel Sherrill <joel@OARcorp.com>
236
237        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
238        file and simplified initialization.
239
2402006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
241
242        * Makefile.am: Remove superfluous -DASM.
243
2442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
245
246        * configure.ac: Require autoconf-2.60. Require automake-1.10.
247
2482006-09-11      Joel Sherrill <joel@OARcorp.com>
249
250        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
251        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
252        C style.
253
2542006-02-08      Joel Sherrill <joel@OARcorp.com>
255
256        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
257        newer gcc versions.
258
2592006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * Makefile.am: Add preinstall.am.
262
2632005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
264
265        * include/bsp.h: New header guard.
266
2672005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
268
269        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
270
2712005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * console/sci.c: Remove CVS Log.
274
2752005-01-04      Joel Sherrill <joel@OARcorp.com>
276
277        * console/sci.c: Remove warnings.
278
2792005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * Makefile.am: Remove build-variant support.
282
2832004-11-25      Joel Sherrill <joel@OARcorp.com>
284
285        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
286        and .gnu.linkonce.b*.
287
2882004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
289
290        * configure.ac: Require automake > 1.9.
291
2922004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        PR 610/bsps
295        * Makefile.am: Add include/tm27.h, Cosmetics.
296        * include/tm27.h: Final cosmetics.
297
2982004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
299
300        * include/bsp.h: Split out tmtest27 support.
301        * include/tm27.h: New.
302
3032004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
304
305        PR 613/bsps
306        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
307
3082004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
309
310        PR 614/bsps
311        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
312
3132004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
314
315        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
316        c/src/lib/libbsp/m68k/mrm332/start/start.S,
317        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
318        <rtems/m68k/sim.h> instead of <sim.h>.
319        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
320        <rtems/m68k/qsm.h> instead of <qsm.h>.
321
3222004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
323
324        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
325
3262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
327
328        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
329        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
330        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
331
3322004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
333
334        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
335        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
336        c99 fixed size types.
337
3382004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Reflect changes to bsp.am.
341        Preinstall dist_project_lib*.
342
3432004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Reflect changes to bsp.am.
346
3472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
350
3512004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Pickup files from ../../m68k/shared instead of
354        ../shared. Reformat.
355
3562004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
359
3602004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Don't include subdirs.am.
363
3642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Fix typo.
367
3682004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
371        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
372        wrapup/Makefile.am.
373        Use automake compilation rules.
374        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
375        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
376        Remove.
377        * configure.ac: Reflect changes above.
378
3792004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Add PREINSTALL_DIRS.
382        * wrapup/Makefile.am: Reflect changes to libcpu.
383
3842004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * wrapup/Makefile.am: Reflect changes to libcpu.
387
3882004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
391        Add PRE/TMPINSTALL_FILES to CLEANFILES.
392        * startup/Makefile.am: Ditto.
393
3942004-01-07      Joel Sherrill <joel@OARcorp.com>
395
396        * times, console/sci.c: Remove efi68k and efi332 references as they are
397        no longer in the tree.
398
3992004-01-07      Joel Sherrill <joel@OARcorp.com>
400
401        * timer/timer.c: Remove efi68k and efi332 references as they are no
402        longer in the tree.
403
4042004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * start/Makefile.am: Remove.
407        * Makefile.am: Merge-in start/Makefile.am.
408        * configure.ac: Reflect changes above.
409
4102004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * wrapup/Makefile.am: Eliminate $(LIB).
413        Use noinst_DATA to trigger building libbsp.a.
414
4152003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
418        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
419
4202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
423        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
424
4252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
428
4292003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * start/Makefile.am: Misc cleanups and fixes.
432        * startup/Makefile.am: Misc cleanups and fixes.
433        * wrapup/Makefile.am: Misc cleanups and fixes.
434
4352003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * Makefile.am: Add preinstallation dirstamp support.
438        * clock/Makefile.am: Cosmetics.
439        * console/Makefile.am: Cosmetics.
440        * spurious/Makefile.am: Cosmetics.
441        * startup/Makefile.am: Cosmetics.
442        * timer/Makefile.am: Cosmetics.
443        * wrapup/Makefile.am: Cosmetics.
444
4452003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * clock/Makefile.am: Remove all-local: $(ARCH).
448        * console/Makefile.am: Remove all-local: $(ARCH).
449        * spurious/Makefile.am: Remove all-local: $(ARCH).
450        * start/Makefile.am: Remove all-local: $(ARCH).
451        * startup/Makefile.am: Remove all-local: $(ARCH).
452        * timer/Makefile.am: Remove all-local: $(ARCH).
453        * wrapup/Makefile.am: Remove all-local: $(ARCH).
454
4552003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: Merge-in include/Makefile.am.
458        Reflect changes to bsp.am.
459        * include/Makefile.am: Remove.
460        * configure.ac: Reflect changes above.
461
4622003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * bsp_specs: Remove *lib:.
465
4662003-09-15      Joel Sherrill <joel@OARcorp.com>
467
468        PR 483/bsps
469        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
470        cannot be installed until RTEMS has initialized the vector table.
471
4722003-09-04      Joel Sherrill <joel@OARcorp.com>
473
474        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
475        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
476        timer/timer.c: URL for license changed.
477
4782003-08-20      Joel Sherrill <joel@OARcorp.com>
479
480        * console/console.c: Correct copyright statements.
481
4822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am: Reflect having moved aclocal/.
485
4862003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * Makefile.am: Reflect having moved automake/.
489        * clock/Makefile.am: Reflect having moved automake/.
490        * console/Makefile.am: Reflect having moved automake/.
491        * include/Makefile.am: Reflect having moved automake/.
492        * spurious/Makefile.am: Reflect having moved automake/.
493        * start/Makefile.am: Reflect having moved automake/.
494        * startup/Makefile.am: Reflect having moved automake/.
495        * timer/Makefile.am: Reflect having moved automake/.
496        * wrapup/Makefile.am: Reflect having moved automake/.
497
4982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        PR 452/bsps
501        * startup/Makefile.am: Remove USE_INIT_FINI.
502
5032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
506
5072003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        PR 445/bsps
510        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
511        Remove cpp, old_cpp (now unused).
512
5132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac: Remove AC_CONFIG_AUX_DIR.
516
5172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
520
5212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac: AC_PREREQ(2.57).
524
5252003-01-20      Duane Gustavus <duane@unt.edu>
526
527        * console/sci.c, include/mrm332.h, startup/linkcmds,
528        startup/linkcmds_ROM: Various updates to make this run properly
529        from ROM.
530
5312002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
534        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
535        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
536        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
537        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
538        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
539
5402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * start/Makefile.am: Use install-data-local to install startfile.
543
5442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
547
5482002-11-04      Joel Sherrill <joel@OARcorp.com>
549
550        * console/sci.c, spurious/spinit.c: Removed warnings.
551
5522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * .cvsignore: Reformat.
555        Add autom4te*cache.
556        Remove autom4te.cache.
557
5582002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
561
5622002-08-21      Joel Sherrill <joel@OARcorp.com>
563
564        * wrapup/Makefile.am: PR217 required that the idle task be moved to
565        libcpu so it could be more acutely aware of the CPU model.  This
566        file was modified to pick up the idle task from there.
567
5682002-08-21      Joel Sherrill <joel@OARcorp.com>
569
570        * bsp_specs: Added support for -nostdlibs.
571
5722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
575        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
576        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
577        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
578        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
579        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
580        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
581
5822002-08-05      Joel Sherrill <joel@OARcorp.com>
583
584        * Per PR260 eliminate use of make-target-options.  This impacted
585        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
586        SuperCore and required that the m68k optimized memcpy be moved
587        to libcpu.
588        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
589
5902002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * start/Makefile.am: Eliminate PGM.
593        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
594
5952002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
598
5992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
602        Remove $(OBJS) from all-local.
603
6042002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
607
6082001-05-09      Joel Sherrill <joel@OARcorp.com>
609
610        * startup/linkcmds: In support of gcc 3.1, added one of more
611        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
612        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
613        and direction of segments to memory regions may also have been
614        addressed.  This was a sweep across all BSPs.
615 
6162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * configure.ac:
619        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
620        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
621        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
622        * Makefile.am: Remove AUTOMAKE_OPTIONS.
623        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
624        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
625        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
626        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
627        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
628        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
629        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
630
6312002-02-28      Mike Panetta <ahuitzot@mindspring.com>
632
633        * console/sci.c, console/sci.h,
634        console/console.c: Added new SCI driver.
635        * start/start.c: Removed file.
636        * start/start.S: New file, the asm portion of the updated start code.
637        * start/configure.am: Added start.S, removed start.c
638        * startup/start_c.c: New file, the C portion of the updated start code.         Contains most of the code that was in the old start.c.
639        * startup/configure.am: Added start_c.c to C_FILES.
640        * include/bsp.h: Added include <rtems/bspIo.h>
641
6422001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
645
6462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
649        * configure.in: Remove.
650        * configure.ac: New file, generated from configure.in by autoupdate.
651
6522001-09-27      Joel Sherrill <joel@OARcorp.com>
653
654        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
655
6562001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
659
6602001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * configure.in: Add bspopts.h.
663        * include/.cvsignore: Add bspopts.h*, stamp-h*.
664        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
665        * include/bsp.h: Include bspopts.h.
666
6672001-05-25      Joel Sherrill <joel@OARcorp.com>
668
669        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
670        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
671        wrapup/Makefile.am: Modified to include compile.am.
672        * startup/bspstart.c: Removed include of <libcsupport.h>
673
6742000-05-25      Matt Cross <profesor@gweep.net>
675
676        * New MRM332 BSP for the Mini RoboMind board based
677        on the 68332 microcontroller designed and build by Mark
678        Castelluccio.  For details on the MRM see http://www.robominds.com.
679        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
680        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
681        console/.cvsignore, console/Makefile.am, console/console.c,
682        include/.cvsignore, include/Makefile.am, include/bsp.h,
683        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
684        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
685        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
686        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
687        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
688        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
689        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
690
Note: See TracBrowser for help on using the repository browser.