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

4.104.115
Last change on this file since 820d1ab0 was 820d1ab0, checked in by Chris Johns <chrisj@…>, on 04/28/09 at 06:34:00

2009-04-28 Chris Johns <chrisj@…>

  • start/start.S: Update for boot_card command line change.
  • Property mode set to 100644
File size: 19.0 KB
Line 
12009-04-28      Chris Johns <chrisj@rtems.org>
2
3        * start/start.S: Update for boot_card command line change.
4
52009-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am: Remove unnecessary copy of cpu_asm.S
8        * console/Modif_cpu_asm.S: Removed.
9
102008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * bsp_specs: Move -e start from *link to *startfile to avoid warning
13        for undefined entry symbol when linking relocatables with binutils
14        2.19.
15
162008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * Makefile.am, preinstall.am: Use shared tm27.h stub.
19        * include/tm27.h: Removed.
20
212008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * timer/timer.c: Eliminate uses of old benchmark timer names.
24
252008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
28        of building libbspstart.a, using automake-rules.
29        * start/startfor340only.S: Remove (Unused).
30
312008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Eliminate *_SOURCES.
34
352008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
38        components.
39
402008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
43
442008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * configure.ac: Make letting boot_card() handle work area allocation
47        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
48        BSP_BOOTCARD_OPTIONS.
49
502008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * include/bsp.h: Remove unnecessary boilerplate comments.
53
542008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, startup/linkcmds: Use top level shared
57        bsp_get_work_area() implementation.
58
592008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
62        of bsp_get_work_area() in its own file and rely on BSP Framework to
63        perform more initialization. Remove unnecessary includes of
64        rtems/libio.h and rtems/libcsupport.h.
65        * startup/bspstart.c: Removed.
66
672008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
70        implementations. In this phase, all prototypes were removed from
71        bsp.h and empty implementations were removed and made to use the
72        shared stub.
73        * startup/bspclean.c: Removed.
74
752008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * clock/ckinit.c: The Shared Memory Driver no longer requires the
78        special IOCTL in Clock_control. This was a hack which has existed
79        since before the Classic API Timer Manager was implemented. All
80        implementations of and references to Clock_control were removed.
81
822008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * timer/timer.c: Convert to "bool".
85
862008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * console/console.c, include/m340timer.h, timer/timer.c: Eliminate
89        empty function from every benchmark timer driver. Fix spelling.
90
912008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * console/console.c, include/m340timer.h, timer/timer.c: Rename timer
94        driver methods to follow RTEMS programming conventions.
95
962008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * timer/timer.c: Add missing prototypes.
99
1002008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * console/console.c, include/m340uart.h: Use new shared
103        termios_baud_to_number() routine.
104
1052008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * console/m340uart.c: Eliminate copies of switches to convert termios
108        Bxxx constants to xxx as an integer. Use the shared
109        termios_baud_to_number() routine to do the same conversion.
110
1112008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * Makefile.am: Rework to avoid .rel files.
114
1152008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * startup/bspstart.c: Refactored and renamed initialization routines to
118        rtems_initialize_data_structures, rtems_initialize_before_drivers,
119        rtems_initialize_device_drivers, and
120        rtems_initialize_start_multitasking. This opened the sequence up so
121        that bootcard() could provide a more robust and flexible framework
122        which is easier to explain and understand. This also lays the
123        groundwork for sharing the division of available memory between the
124        RTEMS workspace and heap and the C library initialization across all
125        BSPs.
126
1272008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * startup/linkcmds: Add wildcard to gcc_except_table section so
130        programs compiled with gcc 4.3.x can link.
131
1322007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
135        of the Configuration Table. Use the RTEMS provided accessor macros to
136        obtain configuration fields.
137
1382007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
141        from CPU Table to Configuration Table. Eliminate CPU Table from all
142        ports. Delete references to CPU Table in all forms.
143
1442007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
147        Table fields to the Configuration Table. This included
148        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
149        do_zero_of_workspace, extra_mpci_receive_server_stack,
150        stack_allocate_hook, and stack_free_hook. As a side-effect of this
151        effort some multiprocessing code was made conditional and some style
152        clean up occurred.
153
1542007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
157        m68k CPU Table since it is never read.
158
1592007-05-03      Joel Sherrill <joel@OARcorp.com>
160
161        * startup/linkcmds: Handle .data.* sections
162
1632007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * bsp_specs: Remove qrtems_debug.
166
1672007-04-02      Joel Sherrill <joel@OARcorp.com>
168
169        * Makefile.am: Add dummy printk support so all tests link.
170
1712007-03-11      Joel Sherrill <joel@OARcorp.com>
172
173        * startup/bspstart.c: Remove assignments of
174        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
175        value in boot_card.c
176
1772006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * configure.ac: New BUG-REPORT address.
180
1812006-11-15      Joel Sherrill <joel@OARcorp.com>
182
183        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
184        file and simplified initialization.
185
1862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * Makefile.am: Remove superfluous -DASM.
189
1902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * configure.ac: Require autoconf-2.60. Require automake-1.10.
193
1942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * include/m68349.inc, start/start.S, startup/dumpanic.c:
197        Convert to utf-8.
198
1992006-02-08      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/linkcmds: Add sections required by newer gcc versions.
202
2032006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * Makefile.am: Add preinstall.am.
206
2072005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * include/bsp.h: New header guard.
210
2112005-02-11      Joel Sherrill <joel@OARcorp.com>
212
213        * include/bsp.h: Correct type of symbols from linkcmds to compile with
214        gcc 4.x.
215
2162005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
219
2202005-01-04      Joel Sherrill <joel@OARcorp.com>
221
222        * console/console.c: Remove warnings.
223
2242005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * Makefile.am: Remove build-variant support.
227
2282004-11-25      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
231
2322004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        * configure.ac: Require automake > 1.9.
235
2362004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        PR 610/bsps
239        * Makefile.am: Add include/tm27.h, Cosmetics.
240        * include/tm27.h: Final cosmetics.
241
2422004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        * include/bsp.h: Split out tmtest27 support.
245        * include/tm27.h: New.
246
2472004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        PR 613/bsps
250        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
251
2522004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        PR 614/bsps
255        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
256
2572004-04-19      Joel Sherrill <joel@OARcorp.com>
258
259        * start/start.S: DWARF on the m68k requires that all objects me a
260        multiple of a 16-bit word in length.
261
2622004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
265        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
266
2672004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
268
269        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
270        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
271        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
272        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
273
2742004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
275
276        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
277        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
278        size types.
279
2802004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Reflect changes to bsp.am.
283        Preinstall dist_project_lib*.
284
2852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Reflect changes to bsp.am.
288
2892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
292
2932004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Pickup files from ../../m68k/shared instead of
296        ../shared. Reformat.
297
2982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
301
3022004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Distribute start/startfor340only.S.
305
3062004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
309        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
310        compilation rules.
311        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
312        timer/Makefile.am, wrapup/Makefile.am: Remove.
313        * configure.ac: Reflect changes above.
314
3152004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Add PREINSTALL_DIRS.
318        * wrapup/Makefile.am: Reflect changes to libcpu.
319
3202004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
323        * README: Fix minor typo.
324        * wrapup/Makefile.am: Reflect changes to libcpu.
325
3262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
329        Add PRE/TMPINSTALL_FILES to CLEANFILES.
330        * startup/Makefile.am: Ditto.
331
3322004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * start/Makefile.am: Remove.
335        * Makefile.am: Merge-in start/Makefile.am.
336        * configure.ac: Reflect changes above.
337
3382004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Eliminate $(LIB).
341        Use noinst_DATA to trigger building libbsp.a.
342
3432003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
346        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
347
3482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
351        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
352
3532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
356
3572003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * start/Makefile.am: Misc cleanups and fixes.
360        * startup/Makefile.am: Misc cleanups and fixes.
361        * wrapup/Makefile.am: Misc cleanups and fixes.
362
3632003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Add preinstallation dirstamp support.
366        * clock/Makefile.am: Cosmetics.
367        * console/Makefile.am: Cosmetics.
368        * startup/Makefile.am: Cosmetics.
369        * timer/Makefile.am: Cosmetics.
370        * wrapup/Makefile.am: Cosmetics.
371
3722003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * clock/Makefile.am: Remove all-local: $(ARCH).
375        * console/Makefile.am: Remove all-local: $(ARCH).
376        * start/Makefile.am: Remove all-local: $(ARCH).
377        * startup/Makefile.am: Remove all-local: $(ARCH).
378        * timer/Makefile.am: Remove all-local: $(ARCH).
379        * wrapup/Makefile.am: Remove all-local: $(ARCH).
380
3812003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * Makefile.am: Merge-in include/Makefile.am.
384        Reflect changes to bsp.am.
385        * include/Makefile.am: Remove.
386        * configure.ac: Reflect changes above.
387
3882003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * bsp_specs: Remove *lib:.
391
3922003-09-04      Joel Sherrill <joel@OARcorp.com>
393
394        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
395        console/m340uart.c, include/bsp.h, include/m340timer.h,
396        include/m340uart.h, start/start.S, start/startfor340only.S,
397        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
398        timer/timer.c: URL for license changed.
399
4002003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Reflect having moved aclocal/.
403
4042003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: Reflect having moved automake/.
407        * clock/Makefile.am: Reflect having moved automake/.
408        * console/Makefile.am: Reflect having moved automake/.
409        * include/Makefile.am: Reflect having moved automake/.
410        * start/Makefile.am: Reflect having moved automake/.
411        * startup/Makefile.am: Reflect having moved automake/.
412        * timer/Makefile.am: Reflect having moved automake/.
413        * wrapup/Makefile.am: Reflect having moved automake/.
414
4152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        PR 452/bsps
418        * startup/Makefile.am: Remove USE_INIT_FINI.
419
4202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
423
4242003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        PR 445/bsps
427        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
428        Remove cpp, old_cpp (now unused).
429
4302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: Remove AC_CONFIG_AUX_DIR.
433
4342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
437
4382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: AC_PREREQ(2.57).
441
4422003-01-20      Joel Sherrill <joel@OARcorp.com>
443
444        * startup/linkcmds*: Add FreeBSD sysctl() sections.
445
4462002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
449        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
452        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
453
4542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * start/Makefile.am: Use install-data-local to install startfile.
457
4582002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
461
4622002-11-04      Joel Sherrill <joel@OARcorp.com>
463
464        * console/console.c, console/m340uart.c: Removed warnings.
465
4662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * .cvsignore: Reformat.
469        Add autom4te*cache.
470        Remove autom4te.cache.
471
4722002-08-21      Joel Sherrill <joel@OARcorp.com>
473
474        * wrapup/Makefile.am: PR217 required that the idle task be moved to
475        libcpu so it could be more acutely aware of the CPU model.  This
476        file was modified to pick up the idle task from there.
477
4782002-08-21      Joel Sherrill <joel@OARcorp.com>
479
480        * bsp_specs: Added support for -nostdlibs.
481
4822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
485        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
486        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
487        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
488        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
489        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
490
4912002-08-05      Joel Sherrill <joel@OARcorp.com>
492
493        * Per PR260 eliminate use of make-target-options.  This impacted
494        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
495        SuperCore and required that the m68k optimized memcpy be moved
496        to libcpu.
497        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
498
4992002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * start/Makefile.am: Eliminate PGM.
502        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
503
5042002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
507
5082002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
511        Remove $(OBJS) from all-local.
512
5132002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
516
5172001-05-09      Joel Sherrill <joel@OARcorp.com>
518
519        * startup/linkcmds: In support of gcc 3.1, added one of more
520        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
521        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
522        and direction of segments to memory regions may also have been
523        addressed.  This was a sweep across all BSPs.
524 
5252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * configure.ac:
528        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
529        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
530        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
538
5392001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
542
5432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
546        * configure.in: Remove.
547        * configure.ac: New file, generated from configure.in by autoupdate.
548
5492001-09-27      Joel Sherrill <joel@OARcorp.com>
550
551        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
552
5532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
556
5572001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * include/Makefile.am: Fix typo in include_HEADERS.
560
5612001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.in: Add bspopts.h.
564        * include/.cvsignore: Add bspopts.h*, stamp-h*.
565        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
566        * include/bsp.h: Include bspopts.h.
567
5682001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
569
570        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
571
5722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
575
5762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
579
5802000-11-01      Joel Sherrill <joel@OARcorp.com>
581
582        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
583        and libcsupport.h moved from libc to lib/include/rtems and
584        now must be referenced as <rtems/XXX.h>.   Header file order
585        was cleaned up while doing this.
586
5872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
590        Switch to GNU canonicalization.
591
5922000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
593
594        * startup/linkcmds: Added lines so DWARF debug information
595        would be available.  Otherwise gdb complains that the offsets
596        for the debug info are incorrect and doesn't load the files.
597
5982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
601        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
602        compile.am
603
6042000-08-10      Joel Sherrill <joel@OARcorp.com>
605
606        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.