source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ d1be26b

4.104.115
Last change on this file since d1be26b was d1be26b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/16/09 at 23:21:23

2009-07-16 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
  • Property mode set to 100644
File size: 19.2 KB
Line 
12009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
4        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
5        have the same options.
6
72009-04-28      Chris Johns <chrisj@rtems.org>
8
9        * start/start.S: Update for boot_card command line change.
10
112009-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am: Remove unnecessary copy of cpu_asm.S
14        * console/Modif_cpu_asm.S: Removed.
15
162008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * bsp_specs: Move -e start from *link to *startfile to avoid warning
19        for undefined entry symbol when linking relocatables with binutils
20        2.19.
21
222008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * Makefile.am, preinstall.am: Use shared tm27.h stub.
25        * include/tm27.h: Removed.
26
272008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * timer/timer.c: Eliminate uses of old benchmark timer names.
30
312008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
34        of building libbspstart.a, using automake-rules.
35        * start/startfor340only.S: Remove (Unused).
36
372008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Eliminate *_SOURCES.
40
412008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
44        components.
45
462008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
49
502008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * configure.ac: Make letting boot_card() handle work area allocation
53        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
54        BSP_BOOTCARD_OPTIONS.
55
562008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * include/bsp.h: Remove unnecessary boilerplate comments.
59
602008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile.am, startup/linkcmds: Use top level shared
63        bsp_get_work_area() implementation.
64
652008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
68        of bsp_get_work_area() in its own file and rely on BSP Framework to
69        perform more initialization. Remove unnecessary includes of
70        rtems/libio.h and rtems/libcsupport.h.
71        * startup/bspstart.c: Removed.
72
732008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
76        implementations. In this phase, all prototypes were removed from
77        bsp.h and empty implementations were removed and made to use the
78        shared stub.
79        * startup/bspclean.c: Removed.
80
812008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * clock/ckinit.c: The Shared Memory Driver no longer requires the
84        special IOCTL in Clock_control. This was a hack which has existed
85        since before the Classic API Timer Manager was implemented. All
86        implementations of and references to Clock_control were removed.
87
882008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * timer/timer.c: Convert to "bool".
91
922008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * console/console.c, include/m340timer.h, timer/timer.c: Eliminate
95        empty function from every benchmark timer driver. Fix spelling.
96
972008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * console/console.c, include/m340timer.h, timer/timer.c: Rename timer
100        driver methods to follow RTEMS programming conventions.
101
1022008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * timer/timer.c: Add missing prototypes.
105
1062008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * console/console.c, include/m340uart.h: Use new shared
109        termios_baud_to_number() routine.
110
1112008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * console/m340uart.c: Eliminate copies of switches to convert termios
114        Bxxx constants to xxx as an integer. Use the shared
115        termios_baud_to_number() routine to do the same conversion.
116
1172008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * Makefile.am: Rework to avoid .rel files.
120
1212008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * startup/bspstart.c: Refactored and renamed initialization routines to
124        rtems_initialize_data_structures, rtems_initialize_before_drivers,
125        rtems_initialize_device_drivers, and
126        rtems_initialize_start_multitasking. This opened the sequence up so
127        that bootcard() could provide a more robust and flexible framework
128        which is easier to explain and understand. This also lays the
129        groundwork for sharing the division of available memory between the
130        RTEMS workspace and heap and the C library initialization across all
131        BSPs.
132
1332008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * startup/linkcmds: Add wildcard to gcc_except_table section so
136        programs compiled with gcc 4.3.x can link.
137
1382007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
141        of the Configuration Table. Use the RTEMS provided accessor macros to
142        obtain configuration fields.
143
1442007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
147        from CPU Table to Configuration Table. Eliminate CPU Table from all
148        ports. Delete references to CPU Table in all forms.
149
1502007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
153        Table fields to the Configuration Table. This included
154        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
155        do_zero_of_workspace, extra_mpci_receive_server_stack,
156        stack_allocate_hook, and stack_free_hook. As a side-effect of this
157        effort some multiprocessing code was made conditional and some style
158        clean up occurred.
159
1602007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
163        m68k CPU Table since it is never read.
164
1652007-05-03      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Handle .data.* sections
168
1692007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * bsp_specs: Remove qrtems_debug.
172
1732007-04-02      Joel Sherrill <joel@OARcorp.com>
174
175        * Makefile.am: Add dummy printk support so all tests link.
176
1772007-03-11      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/bspstart.c: Remove assignments of
180        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
181        value in boot_card.c
182
1832006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * configure.ac: New BUG-REPORT address.
186
1872006-11-15      Joel Sherrill <joel@OARcorp.com>
188
189        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
190        file and simplified initialization.
191
1922006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * Makefile.am: Remove superfluous -DASM.
195
1962006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * configure.ac: Require autoconf-2.60. Require automake-1.10.
199
2002006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * include/m68349.inc, start/start.S, startup/dumpanic.c:
203        Convert to utf-8.
204
2052006-02-08      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/linkcmds: Add sections required by newer gcc versions.
208
2092006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Add preinstall.am.
212
2132005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * include/bsp.h: New header guard.
216
2172005-02-11      Joel Sherrill <joel@OARcorp.com>
218
219        * include/bsp.h: Correct type of symbols from linkcmds to compile with
220        gcc 4.x.
221
2222005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
225
2262005-01-04      Joel Sherrill <joel@OARcorp.com>
227
228        * console/console.c: Remove warnings.
229
2302005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * Makefile.am: Remove build-variant support.
233
2342004-11-25      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
237
2382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
239
240        * configure.ac: Require automake > 1.9.
241
2422004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        PR 610/bsps
245        * Makefile.am: Add include/tm27.h, Cosmetics.
246        * include/tm27.h: Final cosmetics.
247
2482004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * include/bsp.h: Split out tmtest27 support.
251        * include/tm27.h: New.
252
2532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
254
255        PR 613/bsps
256        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
257
2582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
259
260        PR 614/bsps
261        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
262
2632004-04-19      Joel Sherrill <joel@OARcorp.com>
264
265        * start/start.S: DWARF on the m68k requires that all objects me a
266        multiple of a 16-bit word in length.
267
2682004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
271        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
272
2732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
276        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
277        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
278        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
279
2802004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
283        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
284        size types.
285
2862004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Reflect changes to bsp.am.
289        Preinstall dist_project_lib*.
290
2912004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Reflect changes to bsp.am.
294
2952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
298
2992004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Pickup files from ../../m68k/shared instead of
302        ../shared. Reformat.
303
3042004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
307
3082004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Distribute start/startfor340only.S.
311
3122004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
315        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
316        compilation rules.
317        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
318        timer/Makefile.am, wrapup/Makefile.am: Remove.
319        * configure.ac: Reflect changes above.
320
3212004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Add PREINSTALL_DIRS.
324        * wrapup/Makefile.am: Reflect changes to libcpu.
325
3262004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
329        * README: Fix minor typo.
330        * wrapup/Makefile.am: Reflect changes to libcpu.
331
3322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
335        Add PRE/TMPINSTALL_FILES to CLEANFILES.
336        * startup/Makefile.am: Ditto.
337
3382004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * start/Makefile.am: Remove.
341        * Makefile.am: Merge-in start/Makefile.am.
342        * configure.ac: Reflect changes above.
343
3442004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Eliminate $(LIB).
347        Use noinst_DATA to trigger building libbsp.a.
348
3492003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
352        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
353
3542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
357        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
358
3592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
362
3632003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * start/Makefile.am: Misc cleanups and fixes.
366        * startup/Makefile.am: Misc cleanups and fixes.
367        * wrapup/Makefile.am: Misc cleanups and fixes.
368
3692003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Add preinstallation dirstamp support.
372        * clock/Makefile.am: Cosmetics.
373        * console/Makefile.am: Cosmetics.
374        * startup/Makefile.am: Cosmetics.
375        * timer/Makefile.am: Cosmetics.
376        * wrapup/Makefile.am: Cosmetics.
377
3782003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * clock/Makefile.am: Remove all-local: $(ARCH).
381        * console/Makefile.am: Remove all-local: $(ARCH).
382        * start/Makefile.am: Remove all-local: $(ARCH).
383        * startup/Makefile.am: Remove all-local: $(ARCH).
384        * timer/Makefile.am: Remove all-local: $(ARCH).
385        * wrapup/Makefile.am: Remove all-local: $(ARCH).
386
3872003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Merge-in include/Makefile.am.
390        Reflect changes to bsp.am.
391        * include/Makefile.am: Remove.
392        * configure.ac: Reflect changes above.
393
3942003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * bsp_specs: Remove *lib:.
397
3982003-09-04      Joel Sherrill <joel@OARcorp.com>
399
400        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
401        console/m340uart.c, include/bsp.h, include/m340timer.h,
402        include/m340uart.h, start/start.S, start/startfor340only.S,
403        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
404        timer/timer.c: URL for license changed.
405
4062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: Reflect having moved aclocal/.
409
4102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Reflect having moved automake/.
413        * clock/Makefile.am: Reflect having moved automake/.
414        * console/Makefile.am: Reflect having moved automake/.
415        * include/Makefile.am: Reflect having moved automake/.
416        * start/Makefile.am: Reflect having moved automake/.
417        * startup/Makefile.am: Reflect having moved automake/.
418        * timer/Makefile.am: Reflect having moved automake/.
419        * wrapup/Makefile.am: Reflect having moved automake/.
420
4212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        PR 452/bsps
424        * startup/Makefile.am: Remove USE_INIT_FINI.
425
4262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
429
4302003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        PR 445/bsps
433        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
434        Remove cpp, old_cpp (now unused).
435
4362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Remove AC_CONFIG_AUX_DIR.
439
4402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
443
4442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: AC_PREREQ(2.57).
447
4482003-01-20      Joel Sherrill <joel@OARcorp.com>
449
450        * startup/linkcmds*: Add FreeBSD sysctl() sections.
451
4522002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
455        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
456        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
457        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
458        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
459
4602002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * start/Makefile.am: Use install-data-local to install startfile.
463
4642002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
467
4682002-11-04      Joel Sherrill <joel@OARcorp.com>
469
470        * console/console.c, console/m340uart.c: Removed warnings.
471
4722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * .cvsignore: Reformat.
475        Add autom4te*cache.
476        Remove autom4te.cache.
477
4782002-08-21      Joel Sherrill <joel@OARcorp.com>
479
480        * wrapup/Makefile.am: PR217 required that the idle task be moved to
481        libcpu so it could be more acutely aware of the CPU model.  This
482        file was modified to pick up the idle task from there.
483
4842002-08-21      Joel Sherrill <joel@OARcorp.com>
485
486        * bsp_specs: Added support for -nostdlibs.
487
4882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
491        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
492        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
493        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
494        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
495        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
496
4972002-08-05      Joel Sherrill <joel@OARcorp.com>
498
499        * Per PR260 eliminate use of make-target-options.  This impacted
500        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
501        SuperCore and required that the m68k optimized memcpy be moved
502        to libcpu.
503        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
504
5052002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * start/Makefile.am: Eliminate PGM.
508        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
509
5102002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
513
5142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
517        Remove $(OBJS) from all-local.
518
5192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
522
5232001-05-09      Joel Sherrill <joel@OARcorp.com>
524
525        * startup/linkcmds: In support of gcc 3.1, added one of more
526        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
527        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
528        and direction of segments to memory regions may also have been
529        addressed.  This was a sweep across all BSPs.
530 
5312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.ac:
534        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
535        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
536        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
544
5452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
548
5492001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
552        * configure.in: Remove.
553        * configure.ac: New file, generated from configure.in by autoupdate.
554
5552001-09-27      Joel Sherrill <joel@OARcorp.com>
556
557        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
558
5592001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
562
5632001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * include/Makefile.am: Fix typo in include_HEADERS.
566
5672001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * configure.in: Add bspopts.h.
570        * include/.cvsignore: Add bspopts.h*, stamp-h*.
571        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
572        * include/bsp.h: Include bspopts.h.
573
5742001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
575
576        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
577
5782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
581
5822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
585
5862000-11-01      Joel Sherrill <joel@OARcorp.com>
587
588        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
589        and libcsupport.h moved from libc to lib/include/rtems and
590        now must be referenced as <rtems/XXX.h>.   Header file order
591        was cleaned up while doing this.
592
5932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
596        Switch to GNU canonicalization.
597
5982000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
599
600        * startup/linkcmds: Added lines so DWARF debug information
601        would be available.  Otherwise gdb complains that the offsets
602        for the debug info are incorrect and doesn't load the files.
603
6042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
607        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
608        compile.am
609
6102000-08-10      Joel Sherrill <joel@OARcorp.com>
611
612        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.