source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 6b51fc10

4.115
Last change on this file since 6b51fc10 was 6b51fc10, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 12:30:14

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

  • console/mc68ec.c: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 19.0 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * console/mc68ec.c:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * timer/timer.c: Include <rtems/btimer.h>.
9        Fix benchmark_timer_read() definition.
10
112011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * configure.ac: Require autoconf-2.68, automake-1.11.1.
14
152010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
16
17        * timer/timer.c: Remove warnings.
18
192010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
20
21        * console/leds.c, timer/timer.c: Remove warnings.
22
232009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
24
25        * console/console.c: adapted to new prototype for *_write
26        function
27
282009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * make/custom/idp.cfg: Remove RTEMS_BSP_FAMILY.
31
322009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Don't add -ansi -fasm to CFLAGS.
35
362009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * make/custom/idp.cfg: New (relocated from /make/custom).
39
402009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
43
44 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
47        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
48        have the same options.
49
502008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * bsp_specs: Move -e start from *link to *startfile to avoid warning
53        for undefined entry symbol when linking relocatables with binutils
54        2.19.
55
562008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * Makefile.am, preinstall.am: Use shared tm27.h stub.
59        * include/tm27.h: Removed.
60
612008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * timer/timer.c: Eliminate uses of old benchmark timer names.
64
652008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
68        of building libbspstart.a, using automake-rules.
69
702008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Eliminate *_SOURCES.
73
742008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
77        components.
78
792008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * Makefile.am: Remove noinst_PROGRAMS (Unused).
82
832008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
86
872008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * configure.ac: Make letting boot_card() handle work area allocation
90        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
91        BSP_BOOTCARD_OPTIONS.
92
932008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
96        of EXTERN.
97
982008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile.am, startup/linkcmds: Use top level shared
101        bsp_get_work_area() implementation.
102
1032008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
106        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
107        rely on BSP Framework to perform more initialization. Remove
108        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
109
1102008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
113        phase, all prototypes were removed from bsp.h and empty
114        implementations were removed and made to use the shared stub.
115
1162008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * clock/ckinit.c: The Shared Memory Driver no longer requires the
119        special IOCTL in Clock_control. This was a hack which has existed
120        since before the Classic API Timer Manager was implemented. All
121        implementations of and references to Clock_control were removed.
122
1232008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * console/console.c, timer/timer.c: Convert to "bool".
126
1272008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * timer/timer.c: Eliminate empty function from every benchmark timer
130        driver. Fix spelling.
131
1322008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * timer/timer.c: Rename timer driver methods to follow RTEMS
135        programming conventions.
136
1372008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * clock/ckinit.c, console/leds.c, console/mc68ec.c,
140        startup/bspstart.c, timer/timer.c: Add missing prototypes.
141
1422008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * Makefile.am: Rework to avoid .rel files.
145
1462008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * startup/bspstart.c: Refactored and renamed initialization routines to
149        rtems_initialize_data_structures, rtems_initialize_before_drivers,
150        rtems_initialize_device_drivers, and
151        rtems_initialize_start_multitasking. This opened the sequence up so
152        that bootcard() could provide a more robust and flexible framework
153        which is easier to explain and understand. This also lays the
154        groundwork for sharing the division of available memory between the
155        RTEMS workspace and heap and the C library initialization across all
156        BSPs.
157
1582008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * startup/linkcmds: Add wildcard to gcc_except_table section so
161        programs compiled with gcc 4.3.x can link.
162
1632008-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
166          to rtems/motorola/*.h.
167
1682007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
171        of the Configuration Table. Use the RTEMS provided accessor macros to
172        obtain configuration fields.
173
1742007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
177        from CPU Table to Configuration Table. Eliminate CPU Table from all
178        ports. Delete references to CPU Table in all forms.
179
1802007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
183        Table fields to the Configuration Table. This included
184        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
185        do_zero_of_workspace, extra_mpci_receive_server_stack,
186        stack_allocate_hook, and stack_free_hook. As a side-effect of this
187        effort some multiprocessing code was made conditional and some style
188        clean up occurred.
189
1902007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
191
192        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
193        m68k CPU Table since it is never read.
194
1952007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
198        avoid conflicts in application space.
199
2002007-05-03      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/linkcmds: Handle .data.* sections
203
2042007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * bsp_specs: Remove qrtems_debug.
207
2082007-04-02      Joel Sherrill <joel@OARcorp.com>
209
210        * Makefile.am: Add dummy printk support so all tests link.
211
2122006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * configure.ac: New BUG-REPORT address.
215
2162006-11-15      Joel Sherrill <joel@OARcorp.com>
217
218        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
219        file and simplified initialization.
220
2212006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * Makefile.am: Remove superfluous -DASM.
224
2252006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * configure.ac: Require autoconf-2.60. Require automake-1.10.
228
2292006-02-08      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/linkcmds: Add sections required by newer gcc versions.
232
2332006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * Makefile.am: Add preinstall.am.
236
2372005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * include/bsp.h: New header guard.
240
2412005-05-20      Joel Sherrill <joel@OARcorp.com>
242
243        * console/duart.c: Remove warning.
244
2452005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
248
2492005-01-04      Joel Sherrill <joel@OARcorp.com>
250
251        * console/leds.c: Remove warnings.
252
2532005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * Makefile.am: Remove build-variant support.
256
2572005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
258
259        * console/leds.c: Fix prototype of led_putnum().
260
2612004-11-25      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
264
2652004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
266
267        * configure.ac: Require automake > 1.9.
268
2692004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
270
271        PR 610/bsps
272        * Makefile.am: Add include/tm27.h, Cosmetics.
273        * include/tm27.h: Final cosmetics.
274
2752004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        * include/bsp.h: Split out tmtest27 support.
278        * include/tm27.h: New.
279
2802004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        PR 613/bsps
283        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
284
2852004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
286
287        PR 614/bsps
288        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
289
2902004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
291
292        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
293        <motorola/mc68230.h>.
294        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
295        <motorola/mc68681.h>.
296
2972004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
298
299        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
300        <motorola/mc68230.h>.
301
3022004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
303
304        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
305
3062004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
307
308        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
309        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
310        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
311        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
312
3132004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
314
315        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
316        using c99 fixed size types.
317
3182004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Reflect changes to bsp.am.
321        Preinstall dist_project_lib*.
322
3232004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Reflect changes to bsp.am.
326
3272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
330
3312004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Pickup files from ../../m68k/shared instead of
334        ../shared. Reformat.
335
3362004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
339
3402004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
343        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
344        compilation rules.
345        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
346        timer/Makefile.am, wrapup/Makefile.am: Remove.
347        * configure.ac: Reflect changes above.
348
3492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Add PREINSTALL_DIRS.
352        * wrapup/Makefile.am: Reflect changes to libcpu.
353
3542004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Reflect changes to libcpu.
357
3582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
361        Add PRE/TMPINSTALL_FILES to CLEANFILES.
362        * startup/Makefile.am: Ditto.
363
3642004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * start/Makefile.am: Remove.
367        * Makefile.am: Merge-in start/Makefile.am.
368        * configure.ac: Reflect changes above.
369
3702004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * wrapup/Makefile.am: Eliminate $(LIB).
373        Use noinst_DATA to trigger building libbsp.a.
374
3752003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
378        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
379
3802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
383        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
384
3852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
388
3892003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * start/Makefile.am: Misc cleanups and fixes.
392        * startup/Makefile.am: Misc cleanups and fixes.
393        * wrapup/Makefile.am: Misc cleanups and fixes.
394
3952003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Add preinstallation dirstamp support.
398        * clock/Makefile.am: Cosmetics.
399        * console/Makefile.am: Cosmetics.
400        * startup/Makefile.am: Cosmetics.
401        * timer/Makefile.am: Cosmetics.
402        * wrapup/Makefile.am: Cosmetics.
403
4042003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * clock/Makefile.am: Remove all-local: $(ARCH).
407        * console/Makefile.am: Remove all-local: $(ARCH).
408        * start/Makefile.am: Remove all-local: $(ARCH).
409        * startup/Makefile.am: Remove all-local: $(ARCH).
410        * timer/Makefile.am: Remove all-local: $(ARCH).
411        * wrapup/Makefile.am: Remove all-local: $(ARCH).
412
4132003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Merge-in include/Makefile.am.
416        Reflect changes to bsp.am.
417        * include/Makefile.am: Remove.
418        * configure.ac: Reflect changes above.
419
4202003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * bsp_specs: Remove *lib:.
423
4242003-09-04      Joel Sherrill <joel@OARcorp.com>
425
426        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
427        URL for license changed.
428
4292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: Reflect having moved aclocal/.
432
4332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: Reflect having moved automake/.
436        * clock/Makefile.am: Reflect having moved automake/.
437        * console/Makefile.am: Reflect having moved automake/.
438        * include/Makefile.am: Reflect having moved automake/.
439        * start/Makefile.am: Reflect having moved automake/.
440        * startup/Makefile.am: Reflect having moved automake/.
441        * timer/Makefile.am: Reflect having moved automake/.
442        * wrapup/Makefile.am: Reflect having moved automake/.
443
4442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        PR 452/bsps
447        * startup/Makefile.am: Remove USE_INIT_FINI.
448
4492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
452
4532003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        PR 445/bsps
456        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
457        Remove cpp, old_cpp (now unused).
458
4592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac: Remove AC_CONFIG_AUX_DIR.
462
4632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
466
4672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: AC_PREREQ(2.57).
470
4712003-01-20      Joel Sherrill <joel@OARcorp.com>
472
473        * startup/linkcmds*: Add FreeBSD sysctl() sections.
474
4752002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
478        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
479        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
480        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
481        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
482
4832002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * start/Makefile.am: Use install-data-local to install startfile.
486
4872002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
490
4912002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
494
4952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * .cvsignore: Reformat.
498        Add autom4te*cache.
499        Remove autom4te.cache.
500
5012002-08-21      Joel Sherrill <joel@OARcorp.com>
502
503        * bsp_specs: Added support for -nostdlibs.
504
5052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
508        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
509        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
510        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
511        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
512        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
513
5142002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * start/Makefile.am: Eliminate PGM.
517        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
518
5192002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
522
5232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
526        Remove $(OBJS) from all-local.
527
5282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
531
5322001-05-09      Joel Sherrill <joel@OARcorp.com>
533
534        * startup/linkcmds: In support of gcc 3.1, added one of more
535        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
536        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
537        and direction of segments to memory regions may also have been
538        addressed.  This was a sweep across all BSPs.
539 
5402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * configure.ac:
543        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
544        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
545        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
546        * Makefile.am: Remove AUTOMAKE_OPTIONS.
547        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
548        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
551        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
553
5542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
557
5582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
561        * configure.in: Remove.
562        * configure.ac: New file, generated from configure.in by autoupdate.
563
5642001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * include/Makefile.am: Use 'CLEANFILES ='.
567        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
568
5692001-06-19      Joel Sherrill <joel@OARcorp.com>
570
571        * include/Makefile.am: Fixed typo.
572
5732001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.in: Add bspopts.h.
576        * include/.cvsignore: Add bspopts.h*, stamp-h*.
577        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
578        * include/bsp.h: Include bspopts.h.
579
5802001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
581
582        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
583
5842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
587
5882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
591
5922000-11-01      Joel Sherrill <joel@OARcorp.com>
593
594        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
595        and libcsupport.h moved from libc to lib/include/rtems and
596        now must be referenced as <rtems/XXX.h>.   Header file order
597        was cleaned up while doing this.
598
5992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
602        Switch to GNU canonicalization.
603
6042000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
605
606        * startup/linkcmds: Added lines so DWARF debug information
607        would be available.  Otherwise gdb complains that the offsets
608        for the debug info are incorrect and doesn't load the files.
609
6102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
613        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
614        compile.am
615
6162000-08-10      Joel Sherrill <joel@OARcorp.com>
617
618        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.