source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 8ee3775

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

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

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 18.7 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * timer/timer.c: Remove warnings.
8
92010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
10
11        * console/leds.c, timer/timer.c: Remove warnings.
12
132009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
14
15        * console/console.c: adapted to new prototype for *_write
16        function
17
182009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * make/custom/idp.cfg: Remove RTEMS_BSP_FAMILY.
21
222009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Don't add -ansi -fasm to CFLAGS.
25
262009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * make/custom/idp.cfg: New (relocated from /make/custom).
29
302009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
33
34 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
37        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
38        have the same options.
39
402008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * bsp_specs: Move -e start from *link to *startfile to avoid warning
43        for undefined entry symbol when linking relocatables with binutils
44        2.19.
45
462008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * Makefile.am, preinstall.am: Use shared tm27.h stub.
49        * include/tm27.h: Removed.
50
512008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * timer/timer.c: Eliminate uses of old benchmark timer names.
54
552008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
58        of building libbspstart.a, using automake-rules.
59
602008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Eliminate *_SOURCES.
63
642008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
67        components.
68
692008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * Makefile.am: Remove noinst_PROGRAMS (Unused).
72
732008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
76
772008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * configure.ac: Make letting boot_card() handle work area allocation
80        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
81        BSP_BOOTCARD_OPTIONS.
82
832008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
86        of EXTERN.
87
882008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * Makefile.am, startup/linkcmds: Use top level shared
91        bsp_get_work_area() implementation.
92
932008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
96        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
97        rely on BSP Framework to perform more initialization. Remove
98        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
99
1002008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
103        phase, all prototypes were removed from bsp.h and empty
104        implementations were removed and made to use the shared stub.
105
1062008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * clock/ckinit.c: The Shared Memory Driver no longer requires the
109        special IOCTL in Clock_control. This was a hack which has existed
110        since before the Classic API Timer Manager was implemented. All
111        implementations of and references to Clock_control were removed.
112
1132008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * console/console.c, timer/timer.c: Convert to "bool".
116
1172008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * timer/timer.c: Eliminate empty function from every benchmark timer
120        driver. Fix spelling.
121
1222008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * timer/timer.c: Rename timer driver methods to follow RTEMS
125        programming conventions.
126
1272008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * clock/ckinit.c, console/leds.c, console/mc68ec.c,
130        startup/bspstart.c, timer/timer.c: Add missing prototypes.
131
1322008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * Makefile.am: Rework to avoid .rel files.
135
1362008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * startup/bspstart.c: Refactored and renamed initialization routines to
139        rtems_initialize_data_structures, rtems_initialize_before_drivers,
140        rtems_initialize_device_drivers, and
141        rtems_initialize_start_multitasking. This opened the sequence up so
142        that bootcard() could provide a more robust and flexible framework
143        which is easier to explain and understand. This also lays the
144        groundwork for sharing the division of available memory between the
145        RTEMS workspace and heap and the C library initialization across all
146        BSPs.
147
1482008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * startup/linkcmds: Add wildcard to gcc_except_table section so
151        programs compiled with gcc 4.3.x can link.
152
1532008-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
156          to rtems/motorola/*.h.
157
1582007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
161        of the Configuration Table. Use the RTEMS provided accessor macros to
162        obtain configuration fields.
163
1642007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
167        from CPU Table to Configuration Table. Eliminate CPU Table from all
168        ports. Delete references to CPU Table in all forms.
169
1702007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
173        Table fields to the Configuration Table. This included
174        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
175        do_zero_of_workspace, extra_mpci_receive_server_stack,
176        stack_allocate_hook, and stack_free_hook. As a side-effect of this
177        effort some multiprocessing code was made conditional and some style
178        clean up occurred.
179
1802007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
183        m68k CPU Table since it is never read.
184
1852007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
186
187        * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
188        avoid conflicts in application space.
189
1902007-05-03      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds: Handle .data.* sections
193
1942007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * bsp_specs: Remove qrtems_debug.
197
1982007-04-02      Joel Sherrill <joel@OARcorp.com>
199
200        * Makefile.am: Add dummy printk support so all tests link.
201
2022006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * configure.ac: New BUG-REPORT address.
205
2062006-11-15      Joel Sherrill <joel@OARcorp.com>
207
208        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
209        file and simplified initialization.
210
2112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * Makefile.am: Remove superfluous -DASM.
214
2152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * configure.ac: Require autoconf-2.60. Require automake-1.10.
218
2192006-02-08      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds: Add sections required by newer gcc versions.
222
2232006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * Makefile.am: Add preinstall.am.
226
2272005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * include/bsp.h: New header guard.
230
2312005-05-20      Joel Sherrill <joel@OARcorp.com>
232
233        * console/duart.c: Remove warning.
234
2352005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
238
2392005-01-04      Joel Sherrill <joel@OARcorp.com>
240
241        * console/leds.c: Remove warnings.
242
2432005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
244
245        * Makefile.am: Remove build-variant support.
246
2472005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        * console/leds.c: Fix prototype of led_putnum().
250
2512004-11-25      Joel Sherrill <joel@OARcorp.com>
252
253        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
254
2552004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
256
257        * configure.ac: Require automake > 1.9.
258
2592004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
260
261        PR 610/bsps
262        * Makefile.am: Add include/tm27.h, Cosmetics.
263        * include/tm27.h: Final cosmetics.
264
2652004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
266
267        * include/bsp.h: Split out tmtest27 support.
268        * include/tm27.h: New.
269
2702004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
271
272        PR 613/bsps
273        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
274
2752004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        PR 614/bsps
278        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
279
2802004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
283        <motorola/mc68230.h>.
284        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
285        <motorola/mc68681.h>.
286
2872004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
288
289        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
290        <motorola/mc68230.h>.
291
2922004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
295
2962004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
297
298        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
299        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
300        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
301        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
302
3032004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
304
305        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
306        using c99 fixed size types.
307
3082004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Reflect changes to bsp.am.
311        Preinstall dist_project_lib*.
312
3132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Reflect changes to bsp.am.
316
3172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
320
3212004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Pickup files from ../../m68k/shared instead of
324        ../shared. Reformat.
325
3262004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
329
3302004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
333        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
334        compilation rules.
335        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
336        timer/Makefile.am, wrapup/Makefile.am: Remove.
337        * configure.ac: Reflect changes above.
338
3392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Add PREINSTALL_DIRS.
342        * wrapup/Makefile.am: Reflect changes to libcpu.
343
3442004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Reflect changes to libcpu.
347
3482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
351        Add PRE/TMPINSTALL_FILES to CLEANFILES.
352        * startup/Makefile.am: Ditto.
353
3542004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * start/Makefile.am: Remove.
357        * Makefile.am: Merge-in start/Makefile.am.
358        * configure.ac: Reflect changes above.
359
3602004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * wrapup/Makefile.am: Eliminate $(LIB).
363        Use noinst_DATA to trigger building libbsp.a.
364
3652003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
368        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
369
3702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
373        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
374
3752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
378
3792003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * start/Makefile.am: Misc cleanups and fixes.
382        * startup/Makefile.am: Misc cleanups and fixes.
383        * wrapup/Makefile.am: Misc cleanups and fixes.
384
3852003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Add preinstallation dirstamp support.
388        * clock/Makefile.am: Cosmetics.
389        * console/Makefile.am: Cosmetics.
390        * startup/Makefile.am: Cosmetics.
391        * timer/Makefile.am: Cosmetics.
392        * wrapup/Makefile.am: Cosmetics.
393
3942003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * clock/Makefile.am: Remove all-local: $(ARCH).
397        * console/Makefile.am: Remove all-local: $(ARCH).
398        * start/Makefile.am: Remove all-local: $(ARCH).
399        * startup/Makefile.am: Remove all-local: $(ARCH).
400        * timer/Makefile.am: Remove all-local: $(ARCH).
401        * wrapup/Makefile.am: Remove all-local: $(ARCH).
402
4032003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Merge-in include/Makefile.am.
406        Reflect changes to bsp.am.
407        * include/Makefile.am: Remove.
408        * configure.ac: Reflect changes above.
409
4102003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * bsp_specs: Remove *lib:.
413
4142003-09-04      Joel Sherrill <joel@OARcorp.com>
415
416        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
417        URL for license changed.
418
4192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: Reflect having moved aclocal/.
422
4232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: Reflect having moved automake/.
426        * clock/Makefile.am: Reflect having moved automake/.
427        * console/Makefile.am: Reflect having moved automake/.
428        * include/Makefile.am: Reflect having moved automake/.
429        * start/Makefile.am: Reflect having moved automake/.
430        * startup/Makefile.am: Reflect having moved automake/.
431        * timer/Makefile.am: Reflect having moved automake/.
432        * wrapup/Makefile.am: Reflect having moved automake/.
433
4342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        PR 452/bsps
437        * startup/Makefile.am: Remove USE_INIT_FINI.
438
4392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
442
4432003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        PR 445/bsps
446        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
447        Remove cpp, old_cpp (now unused).
448
4492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac: Remove AC_CONFIG_AUX_DIR.
452
4532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
456
4572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * configure.ac: AC_PREREQ(2.57).
460
4612003-01-20      Joel Sherrill <joel@OARcorp.com>
462
463        * startup/linkcmds*: Add FreeBSD sysctl() sections.
464
4652002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
468        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
469        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
470        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
471        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
472
4732002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * start/Makefile.am: Use install-data-local to install startfile.
476
4772002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
480
4812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
484
4852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * .cvsignore: Reformat.
488        Add autom4te*cache.
489        Remove autom4te.cache.
490
4912002-08-21      Joel Sherrill <joel@OARcorp.com>
492
493        * bsp_specs: Added support for -nostdlibs.
494
4952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
498        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
499        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
500        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
501        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
502        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
503
5042002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * start/Makefile.am: Eliminate PGM.
507        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
508
5092002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
512
5132002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
516        Remove $(OBJS) from all-local.
517
5182002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
521
5222001-05-09      Joel Sherrill <joel@OARcorp.com>
523
524        * startup/linkcmds: In support of gcc 3.1, added one of more
525        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
526        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
527        and direction of segments to memory regions may also have been
528        addressed.  This was a sweep across all BSPs.
529 
5302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * configure.ac:
533        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
534        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
535        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
543
5442001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
547
5482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
551        * configure.in: Remove.
552        * configure.ac: New file, generated from configure.in by autoupdate.
553
5542001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * include/Makefile.am: Use 'CLEANFILES ='.
557        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
558
5592001-06-19      Joel Sherrill <joel@OARcorp.com>
560
561        * include/Makefile.am: Fixed typo.
562
5632001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.in: Add bspopts.h.
566        * include/.cvsignore: Add bspopts.h*, stamp-h*.
567        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
568        * include/bsp.h: Include bspopts.h.
569
5702001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
571
572        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
573
5742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
577
5782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
581
5822000-11-01      Joel Sherrill <joel@OARcorp.com>
583
584        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
585        and libcsupport.h moved from libc to lib/include/rtems and
586        now must be referenced as <rtems/XXX.h>.   Header file order
587        was cleaned up while doing this.
588
5892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
592        Switch to GNU canonicalization.
593
5942000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
595
596        * startup/linkcmds: Added lines so DWARF debug information
597        would be available.  Otherwise gdb complains that the offsets
598        for the debug info are incorrect and doesn't load the files.
599
6002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
603        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
604        compile.am
605
6062000-08-10      Joel Sherrill <joel@OARcorp.com>
607
608        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.