source: rtems/c/src/lib/libbsp/m68k/idp/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: 18.8 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-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
11
12        * timer/timer.c: Remove warnings.
13
142010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * console/leds.c, timer/timer.c: Remove warnings.
17
182009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
19
20        * console/console.c: adapted to new prototype for *_write
21        function
22
232009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * make/custom/idp.cfg: Remove RTEMS_BSP_FAMILY.
26
272009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Don't add -ansi -fasm to CFLAGS.
30
312009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * make/custom/idp.cfg: New (relocated from /make/custom).
34
352009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
38
39 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
42        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
43        have the same options.
44
452008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * bsp_specs: Move -e start from *link to *startfile to avoid warning
48        for undefined entry symbol when linking relocatables with binutils
49        2.19.
50
512008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * Makefile.am, preinstall.am: Use shared tm27.h stub.
54        * include/tm27.h: Removed.
55
562008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * timer/timer.c: Eliminate uses of old benchmark timer names.
59
602008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
63        of building libbspstart.a, using automake-rules.
64
652008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Eliminate *_SOURCES.
68
692008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
72        components.
73
742008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Remove noinst_PROGRAMS (Unused).
77
782008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
81
822008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * configure.ac: Make letting boot_card() handle work area allocation
85        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
86        BSP_BOOTCARD_OPTIONS.
87
882008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
91        of EXTERN.
92
932008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * Makefile.am, startup/linkcmds: Use top level shared
96        bsp_get_work_area() implementation.
97
982008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
101        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
102        rely on BSP Framework to perform more initialization. Remove
103        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
104
1052008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
108        phase, all prototypes were removed from bsp.h and empty
109        implementations were removed and made to use the shared stub.
110
1112008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * clock/ckinit.c: The Shared Memory Driver no longer requires the
114        special IOCTL in Clock_control. This was a hack which has existed
115        since before the Classic API Timer Manager was implemented. All
116        implementations of and references to Clock_control were removed.
117
1182008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * console/console.c, timer/timer.c: Convert to "bool".
121
1222008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * timer/timer.c: Eliminate empty function from every benchmark timer
125        driver. Fix spelling.
126
1272008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * timer/timer.c: Rename timer driver methods to follow RTEMS
130        programming conventions.
131
1322008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * clock/ckinit.c, console/leds.c, console/mc68ec.c,
135        startup/bspstart.c, timer/timer.c: Add missing prototypes.
136
1372008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * Makefile.am: Rework to avoid .rel files.
140
1412008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * startup/bspstart.c: Refactored and renamed initialization routines to
144        rtems_initialize_data_structures, rtems_initialize_before_drivers,
145        rtems_initialize_device_drivers, and
146        rtems_initialize_start_multitasking. This opened the sequence up so
147        that bootcard() could provide a more robust and flexible framework
148        which is easier to explain and understand. This also lays the
149        groundwork for sharing the division of available memory between the
150        RTEMS workspace and heap and the C library initialization across all
151        BSPs.
152
1532008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * startup/linkcmds: Add wildcard to gcc_except_table section so
156        programs compiled with gcc 4.3.x can link.
157
1582008-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
161          to rtems/motorola/*.h.
162
1632007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
166        of the Configuration Table. Use the RTEMS provided accessor macros to
167        obtain configuration fields.
168
1692007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
172        from CPU Table to Configuration Table. Eliminate CPU Table from all
173        ports. Delete references to CPU Table in all forms.
174
1752007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
178        Table fields to the Configuration Table. This included
179        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
180        do_zero_of_workspace, extra_mpci_receive_server_stack,
181        stack_allocate_hook, and stack_free_hook. As a side-effect of this
182        effort some multiprocessing code was made conditional and some style
183        clean up occurred.
184
1852007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
188        m68k CPU Table since it is never read.
189
1902007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
193        avoid conflicts in application space.
194
1952007-05-03      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/linkcmds: Handle .data.* sections
198
1992007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * bsp_specs: Remove qrtems_debug.
202
2032007-04-02      Joel Sherrill <joel@OARcorp.com>
204
205        * Makefile.am: Add dummy printk support so all tests link.
206
2072006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * configure.ac: New BUG-REPORT address.
210
2112006-11-15      Joel Sherrill <joel@OARcorp.com>
212
213        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
214        file and simplified initialization.
215
2162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * Makefile.am: Remove superfluous -DASM.
219
2202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * configure.ac: Require autoconf-2.60. Require automake-1.10.
223
2242006-02-08      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/linkcmds: Add sections required by newer gcc versions.
227
2282006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * Makefile.am: Add preinstall.am.
231
2322005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * include/bsp.h: New header guard.
235
2362005-05-20      Joel Sherrill <joel@OARcorp.com>
237
238        * console/duart.c: Remove warning.
239
2402005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
243
2442005-01-04      Joel Sherrill <joel@OARcorp.com>
245
246        * console/leds.c: Remove warnings.
247
2482005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * Makefile.am: Remove build-variant support.
251
2522005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        * console/leds.c: Fix prototype of led_putnum().
255
2562004-11-25      Joel Sherrill <joel@OARcorp.com>
257
258        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
259
2602004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
261
262        * configure.ac: Require automake > 1.9.
263
2642004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
265
266        PR 610/bsps
267        * Makefile.am: Add include/tm27.h, Cosmetics.
268        * include/tm27.h: Final cosmetics.
269
2702004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
271
272        * include/bsp.h: Split out tmtest27 support.
273        * include/tm27.h: New.
274
2752004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        PR 613/bsps
278        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
279
2802004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        PR 614/bsps
283        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
284
2852004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
288        <motorola/mc68230.h>.
289        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
290        <motorola/mc68681.h>.
291
2922004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
295        <motorola/mc68230.h>.
296
2972004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
298
299        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
300
3012004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
302
303        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
304        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
305        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
306        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
307
3082004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
309
310        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
311        using c99 fixed size types.
312
3132004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Reflect changes to bsp.am.
316        Preinstall dist_project_lib*.
317
3182004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Reflect changes to bsp.am.
321
3222004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
325
3262004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Pickup files from ../../m68k/shared instead of
329        ../shared. Reformat.
330
3312004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
334
3352004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
338        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
339        compilation rules.
340        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
341        timer/Makefile.am, wrapup/Makefile.am: Remove.
342        * configure.ac: Reflect changes above.
343
3442004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Add PREINSTALL_DIRS.
347        * wrapup/Makefile.am: Reflect changes to libcpu.
348
3492004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * wrapup/Makefile.am: Reflect changes to libcpu.
352
3532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
356        Add PRE/TMPINSTALL_FILES to CLEANFILES.
357        * startup/Makefile.am: Ditto.
358
3592004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * start/Makefile.am: Remove.
362        * Makefile.am: Merge-in start/Makefile.am.
363        * configure.ac: Reflect changes above.
364
3652004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * wrapup/Makefile.am: Eliminate $(LIB).
368        Use noinst_DATA to trigger building libbsp.a.
369
3702003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
373        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
374
3752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
378        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
379
3802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
383
3842003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * start/Makefile.am: Misc cleanups and fixes.
387        * startup/Makefile.am: Misc cleanups and fixes.
388        * wrapup/Makefile.am: Misc cleanups and fixes.
389
3902003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Add preinstallation dirstamp support.
393        * clock/Makefile.am: Cosmetics.
394        * console/Makefile.am: Cosmetics.
395        * startup/Makefile.am: Cosmetics.
396        * timer/Makefile.am: Cosmetics.
397        * wrapup/Makefile.am: Cosmetics.
398
3992003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * clock/Makefile.am: Remove all-local: $(ARCH).
402        * console/Makefile.am: Remove all-local: $(ARCH).
403        * start/Makefile.am: Remove all-local: $(ARCH).
404        * startup/Makefile.am: Remove all-local: $(ARCH).
405        * timer/Makefile.am: Remove all-local: $(ARCH).
406        * wrapup/Makefile.am: Remove all-local: $(ARCH).
407
4082003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Merge-in include/Makefile.am.
411        Reflect changes to bsp.am.
412        * include/Makefile.am: Remove.
413        * configure.ac: Reflect changes above.
414
4152003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * bsp_specs: Remove *lib:.
418
4192003-09-04      Joel Sherrill <joel@OARcorp.com>
420
421        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
422        URL for license changed.
423
4242003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Reflect having moved aclocal/.
427
4282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Reflect having moved automake/.
431        * clock/Makefile.am: Reflect having moved automake/.
432        * console/Makefile.am: Reflect having moved automake/.
433        * include/Makefile.am: Reflect having moved automake/.
434        * start/Makefile.am: Reflect having moved automake/.
435        * startup/Makefile.am: Reflect having moved automake/.
436        * timer/Makefile.am: Reflect having moved automake/.
437        * wrapup/Makefile.am: Reflect having moved automake/.
438
4392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        PR 452/bsps
442        * startup/Makefile.am: Remove USE_INIT_FINI.
443
4442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
447
4482003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        PR 445/bsps
451        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
452        Remove cpp, old_cpp (now unused).
453
4542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Remove AC_CONFIG_AUX_DIR.
457
4582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
461
4622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: AC_PREREQ(2.57).
465
4662003-01-20      Joel Sherrill <joel@OARcorp.com>
467
468        * startup/linkcmds*: Add FreeBSD sysctl() sections.
469
4702002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
473        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
474        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
475        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
476        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
477
4782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * start/Makefile.am: Use install-data-local to install startfile.
481
4822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
485
4862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
489
4902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * .cvsignore: Reformat.
493        Add autom4te*cache.
494        Remove autom4te.cache.
495
4962002-08-21      Joel Sherrill <joel@OARcorp.com>
497
498        * bsp_specs: Added support for -nostdlibs.
499
5002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
503        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
504        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
505        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
506        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
507        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
508
5092002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * start/Makefile.am: Eliminate PGM.
512        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
513
5142002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
517
5182002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
521        Remove $(OBJS) from all-local.
522
5232002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
526
5272001-05-09      Joel Sherrill <joel@OARcorp.com>
528
529        * startup/linkcmds: In support of gcc 3.1, added one of more
530        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
531        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
532        and direction of segments to memory regions may also have been
533        addressed.  This was a sweep across all BSPs.
534 
5352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.ac:
538        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
539        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
540        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
546        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
547        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
548
5492001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
552
5532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
556        * configure.in: Remove.
557        * configure.ac: New file, generated from configure.in by autoupdate.
558
5592001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * include/Makefile.am: Use 'CLEANFILES ='.
562        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
563
5642001-06-19      Joel Sherrill <joel@OARcorp.com>
565
566        * include/Makefile.am: Fixed typo.
567
5682001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * configure.in: Add bspopts.h.
571        * include/.cvsignore: Add bspopts.h*, stamp-h*.
572        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
573        * include/bsp.h: Include bspopts.h.
574
5752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
576
577        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
578
5792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
582
5832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
586
5872000-11-01      Joel Sherrill <joel@OARcorp.com>
588
589        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
590        and libcsupport.h moved from libc to lib/include/rtems and
591        now must be referenced as <rtems/XXX.h>.   Header file order
592        was cleaned up while doing this.
593
5942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
597        Switch to GNU canonicalization.
598
5992000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
600
601        * startup/linkcmds: Added lines so DWARF debug information
602        would be available.  Otherwise gdb complains that the offsets
603        for the debug info are incorrect and doesn't load the files.
604
6052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
608        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
609        compile.am
610
6112000-08-10      Joel Sherrill <joel@OARcorp.com>
612
613        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.