source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 9b2a6bb

4.104.115
Last change on this file since 9b2a6bb was 39a9f8e, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 12/17/09 at 08:42:17

adapted to new prototype for *_write function

  • Property mode set to 100644
File size: 18.4 KB
Line 
12009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * console/console.c: adapted to new prototype for *_write
4        function
5
62009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * make/custom/idp.cfg: Remove RTEMS_BSP_FAMILY.
9
102009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Don't add -ansi -fasm to CFLAGS.
13
142009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * make/custom/idp.cfg: New (relocated from /make/custom).
17
182009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
21
22 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
25        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
26        have the same options.
27
282008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * bsp_specs: Move -e start from *link to *startfile to avoid warning
31        for undefined entry symbol when linking relocatables with binutils
32        2.19.
33
342008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * Makefile.am, preinstall.am: Use shared tm27.h stub.
37        * include/tm27.h: Removed.
38
392008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * timer/timer.c: Eliminate uses of old benchmark timer names.
42
432008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
46        of building libbspstart.a, using automake-rules.
47
482008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Eliminate *_SOURCES.
51
522008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
55        components.
56
572008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Remove noinst_PROGRAMS (Unused).
60
612008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
64
652008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * configure.ac: Make letting boot_card() handle work area allocation
68        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
69        BSP_BOOTCARD_OPTIONS.
70
712008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
74        of EXTERN.
75
762008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * Makefile.am, startup/linkcmds: Use top level shared
79        bsp_get_work_area() implementation.
80
812008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
84        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
85        rely on BSP Framework to perform more initialization. Remove
86        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
87
882008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
91        phase, all prototypes were removed from bsp.h and empty
92        implementations were removed and made to use the shared stub.
93
942008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * clock/ckinit.c: The Shared Memory Driver no longer requires the
97        special IOCTL in Clock_control. This was a hack which has existed
98        since before the Classic API Timer Manager was implemented. All
99        implementations of and references to Clock_control were removed.
100
1012008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * console/console.c, timer/timer.c: Convert to "bool".
104
1052008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * timer/timer.c: Eliminate empty function from every benchmark timer
108        driver. Fix spelling.
109
1102008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * timer/timer.c: Rename timer driver methods to follow RTEMS
113        programming conventions.
114
1152008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * clock/ckinit.c, console/leds.c, console/mc68ec.c,
118        startup/bspstart.c, timer/timer.c: Add missing prototypes.
119
1202008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * Makefile.am: Rework to avoid .rel files.
123
1242008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * startup/bspstart.c: Refactored and renamed initialization routines to
127        rtems_initialize_data_structures, rtems_initialize_before_drivers,
128        rtems_initialize_device_drivers, and
129        rtems_initialize_start_multitasking. This opened the sequence up so
130        that bootcard() could provide a more robust and flexible framework
131        which is easier to explain and understand. This also lays the
132        groundwork for sharing the division of available memory between the
133        RTEMS workspace and heap and the C library initialization across all
134        BSPs.
135
1362008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * startup/linkcmds: Add wildcard to gcc_except_table section so
139        programs compiled with gcc 4.3.x can link.
140
1412008-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
144          to rtems/motorola/*.h.
145
1462007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
149        of the Configuration Table. Use the RTEMS provided accessor macros to
150        obtain configuration fields.
151
1522007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
155        from CPU Table to Configuration Table. Eliminate CPU Table from all
156        ports. Delete references to CPU Table in all forms.
157
1582007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
161        Table fields to the Configuration Table. This included
162        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
163        do_zero_of_workspace, extra_mpci_receive_server_stack,
164        stack_allocate_hook, and stack_free_hook. As a side-effect of this
165        effort some multiprocessing code was made conditional and some style
166        clean up occurred.
167
1682007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
171        m68k CPU Table since it is never read.
172
1732007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
176        avoid conflicts in application space.
177
1782007-05-03      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/linkcmds: Handle .data.* sections
181
1822007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * bsp_specs: Remove qrtems_debug.
185
1862007-04-02      Joel Sherrill <joel@OARcorp.com>
187
188        * Makefile.am: Add dummy printk support so all tests link.
189
1902006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * configure.ac: New BUG-REPORT address.
193
1942006-11-15      Joel Sherrill <joel@OARcorp.com>
195
196        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
197        file and simplified initialization.
198
1992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * Makefile.am: Remove superfluous -DASM.
202
2032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * configure.ac: Require autoconf-2.60. Require automake-1.10.
206
2072006-02-08      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds: Add sections required by newer gcc versions.
210
2112006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * Makefile.am: Add preinstall.am.
214
2152005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * include/bsp.h: New header guard.
218
2192005-05-20      Joel Sherrill <joel@OARcorp.com>
220
221        * console/duart.c: Remove warning.
222
2232005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
226
2272005-01-04      Joel Sherrill <joel@OARcorp.com>
228
229        * console/leds.c: Remove warnings.
230
2312005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * Makefile.am: Remove build-variant support.
234
2352005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
236
237        * console/leds.c: Fix prototype of led_putnum().
238
2392004-11-25      Joel Sherrill <joel@OARcorp.com>
240
241        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
242
2432004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
244
245        * configure.ac: Require automake > 1.9.
246
2472004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        PR 610/bsps
250        * Makefile.am: Add include/tm27.h, Cosmetics.
251        * include/tm27.h: Final cosmetics.
252
2532004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
254
255        * include/bsp.h: Split out tmtest27 support.
256        * include/tm27.h: New.
257
2582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
259
260        PR 613/bsps
261        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
262
2632004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
264
265        PR 614/bsps
266        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
267
2682004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
271        <motorola/mc68230.h>.
272        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
273        <motorola/mc68681.h>.
274
2752004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
276
277        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
278        <motorola/mc68230.h>.
279
2802004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
281
282        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
283
2842004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
285
286        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
287        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
288        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
289        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
290
2912004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
292
293        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
294        using c99 fixed size types.
295
2962004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Reflect changes to bsp.am.
299        Preinstall dist_project_lib*.
300
3012004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Reflect changes to bsp.am.
304
3052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
308
3092004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Pickup files from ../../m68k/shared instead of
312        ../shared. Reformat.
313
3142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
317
3182004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
321        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
322        compilation rules.
323        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
324        timer/Makefile.am, wrapup/Makefile.am: Remove.
325        * configure.ac: Reflect changes above.
326
3272004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Add PREINSTALL_DIRS.
330        * wrapup/Makefile.am: Reflect changes to libcpu.
331
3322004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * wrapup/Makefile.am: Reflect changes to libcpu.
335
3362004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
339        Add PRE/TMPINSTALL_FILES to CLEANFILES.
340        * startup/Makefile.am: Ditto.
341
3422004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * start/Makefile.am: Remove.
345        * Makefile.am: Merge-in start/Makefile.am.
346        * configure.ac: Reflect changes above.
347
3482004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * wrapup/Makefile.am: Eliminate $(LIB).
351        Use noinst_DATA to trigger building libbsp.a.
352
3532003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
356        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
357
3582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
361        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
362
3632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
366
3672003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * start/Makefile.am: Misc cleanups and fixes.
370        * startup/Makefile.am: Misc cleanups and fixes.
371        * wrapup/Makefile.am: Misc cleanups and fixes.
372
3732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Add preinstallation dirstamp support.
376        * clock/Makefile.am: Cosmetics.
377        * console/Makefile.am: Cosmetics.
378        * startup/Makefile.am: Cosmetics.
379        * timer/Makefile.am: Cosmetics.
380        * wrapup/Makefile.am: Cosmetics.
381
3822003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * clock/Makefile.am: Remove all-local: $(ARCH).
385        * console/Makefile.am: Remove all-local: $(ARCH).
386        * start/Makefile.am: Remove all-local: $(ARCH).
387        * startup/Makefile.am: Remove all-local: $(ARCH).
388        * timer/Makefile.am: Remove all-local: $(ARCH).
389        * wrapup/Makefile.am: Remove all-local: $(ARCH).
390
3912003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Merge-in include/Makefile.am.
394        Reflect changes to bsp.am.
395        * include/Makefile.am: Remove.
396        * configure.ac: Reflect changes above.
397
3982003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * bsp_specs: Remove *lib:.
401
4022003-09-04      Joel Sherrill <joel@OARcorp.com>
403
404        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
405        URL for license changed.
406
4072003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Reflect having moved aclocal/.
410
4112003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Reflect having moved automake/.
414        * clock/Makefile.am: Reflect having moved automake/.
415        * console/Makefile.am: Reflect having moved automake/.
416        * include/Makefile.am: Reflect having moved automake/.
417        * start/Makefile.am: Reflect having moved automake/.
418        * startup/Makefile.am: Reflect having moved automake/.
419        * timer/Makefile.am: Reflect having moved automake/.
420        * wrapup/Makefile.am: Reflect having moved automake/.
421
4222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        PR 452/bsps
425        * startup/Makefile.am: Remove USE_INIT_FINI.
426
4272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
430
4312003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        PR 445/bsps
434        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
435        Remove cpp, old_cpp (now unused).
436
4372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: Remove AC_CONFIG_AUX_DIR.
440
4412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
444
4452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: AC_PREREQ(2.57).
448
4492003-01-20      Joel Sherrill <joel@OARcorp.com>
450
451        * startup/linkcmds*: Add FreeBSD sysctl() sections.
452
4532002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
456        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
457        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
458        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
459        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
460
4612002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * start/Makefile.am: Use install-data-local to install startfile.
464
4652002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
468
4692002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
472
4732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * .cvsignore: Reformat.
476        Add autom4te*cache.
477        Remove autom4te.cache.
478
4792002-08-21      Joel Sherrill <joel@OARcorp.com>
480
481        * bsp_specs: Added support for -nostdlibs.
482
4832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
486        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
487        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
488        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
489        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
490        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
491
4922002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * start/Makefile.am: Eliminate PGM.
495        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
496
4972002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
500
5012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
504        Remove $(OBJS) from all-local.
505
5062002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
509
5102001-05-09      Joel Sherrill <joel@OARcorp.com>
511
512        * startup/linkcmds: In support of gcc 3.1, added one of more
513        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
514        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
515        and direction of segments to memory regions may also have been
516        addressed.  This was a sweep across all BSPs.
517 
5182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac:
521        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
522        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
523        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
524        * Makefile.am: Remove AUTOMAKE_OPTIONS.
525        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
526        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
527        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
528        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
531
5322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
535
5362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
539        * configure.in: Remove.
540        * configure.ac: New file, generated from configure.in by autoupdate.
541
5422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * include/Makefile.am: Use 'CLEANFILES ='.
545        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
546
5472001-06-19      Joel Sherrill <joel@OARcorp.com>
548
549        * include/Makefile.am: Fixed typo.
550
5512001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * configure.in: Add bspopts.h.
554        * include/.cvsignore: Add bspopts.h*, stamp-h*.
555        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
556        * include/bsp.h: Include bspopts.h.
557
5582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
559
560        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
561
5622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
565
5662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
569
5702000-11-01      Joel Sherrill <joel@OARcorp.com>
571
572        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
573        and libcsupport.h moved from libc to lib/include/rtems and
574        now must be referenced as <rtems/XXX.h>.   Header file order
575        was cleaned up while doing this.
576
5772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
580        Switch to GNU canonicalization.
581
5822000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
583
584        * startup/linkcmds: Added lines so DWARF debug information
585        would be available.  Otherwise gdb complains that the offsets
586        for the debug info are incorrect and doesn't load the files.
587
5882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
591        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
592        compile.am
593
5942000-08-10      Joel Sherrill <joel@OARcorp.com>
595
596        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.