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

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

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

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 19.4 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * make/custom/gen68302.cfg: Remove RTEMS_BSP_FAMILY.
8
92009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Don't add -ansi -fasm to CFLAGS.
12
132009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * make/custom/gen68302.cfg: New (relocated from /make/custom).
16
172009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
20
21 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
24        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
25        have the same options.
26
272009-04-28      Chris Johns <chrisj@rtems.org>
28
29        * start/start.S: Update for boot_card command line change.
30
312008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * bsp_specs: Move -e start from *link to *startfile to avoid warning
34        for undefined entry symbol when linking relocatables with binutils
35        2.19.
36
372008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * Makefile.am, preinstall.am: Use shared tm27.h stub.
40        * include/tm27.h: Removed.
41
422008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * timer/timer.c: Eliminate uses of old benchmark timer names.
45
462008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
49        of building libbspstart.a, using automake-rules.
50
512008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Eliminate *_SOURCES.
54
552008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
58        components.
59
602008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
63
642008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * configure.ac: Make letting boot_card() handle work area allocation
67        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
68        BSP_BOOTCARD_OPTIONS.
69
702008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * include/bsp.h: Remove unnecessary boilerplate comments.
73
742008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile.am, startup/linkcmds: Use top level shared
77        bsp_get_work_area() implementation.
78
792008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
82        of bsp_get_work_area() in its own file and rely on BSP Framework to
83        perform more initialization. Remove unnecessary includes of
84        rtems/libio.h and rtems/libcsupport.h.
85        * startup/bspstart.c: Removed.
86
872008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
90        implementations. In this phase, all prototypes were removed from
91        bsp.h and empty implementations were removed and made to use the
92        shared stub.
93        * startup/bspclean.c: Removed.
94
952008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * clock/ckinit.c: The Shared Memory Driver no longer requires the
98        special IOCTL in Clock_control. This was a hack which has existed
99        since before the Classic API Timer Manager was implemented. All
100        implementations of and references to Clock_control were removed.
101
1022008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * console/console.c, timer/timer.c: Convert to "bool".
105
1062008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
109        benchmark timer driver. Fix spelling.
110
1112008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
114        follow RTEMS programming conventions.
115
1162008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * 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
1412007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * README, clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate
144        copies of the Configuration Table. Use the RTEMS provided accessor
145        macros to obtain configuration fields.
146
1472007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
150        from CPU Table to Configuration Table. Eliminate CPU Table from all
151        ports. Delete references to CPU Table in all forms.
152
1532007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
156        Table fields to the Configuration Table. This included
157        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
158        do_zero_of_workspace, extra_mpci_receive_server_stack,
159        stack_allocate_hook, and stack_free_hook. As a side-effect of this
160        effort some multiprocessing code was made conditional and some style
161        clean up occurred.
162
1632007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
166        m68k CPU Table since it is never read.
167
1682007-05-03      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds: Handle .data.* sections
171
1722007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * bsp_specs: Remove qrtems_debug.
175
1762007-04-02      Joel Sherrill <joel@OARcorp.com>
177
178        * Makefile.am: Add dummy printk support so all tests link.
179
1802006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
183
1842006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * configure.ac: New BUG-REPORT address.
187
1882006-11-15      Joel Sherrill <joel@OARcorp.com>
189
190        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
191        file and simplified initialization.
192
1932006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * Makefile.am: Remove superfluous -DASM.
196
1972006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * configure.ac: Require autoconf-2.60. Require automake-1.10.
200
2012006-02-08      Joel Sherrill <joel@OARcorp.com>
202
203        * startup/linkcmds: Add sections required by newer gcc versions.
204
2052006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Add preinstall.am.
208
2092005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
212
2132005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * include/bsp.h: New header guard.
216
2172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
220
2212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * Makefile.am: Remove build-variant support.
224
2252004-11-25      Joel Sherrill <joel@OARcorp.com>
226
227        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
228
2292004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * configure.ac: Require automake > 1.9.
232
2332004-07-25      Joel Sherrill <joel@OARcorp.com>
234
235        * network/network.c: Add include of <sys/errno.h>.
236
2372004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        PR 610/bsps
240        * Makefile.am: Add include/tm27.h, Cosmetics.
241        * include/tm27.h: Final cosmetics.
242
2432004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
244
245        * include/bsp.h: Split out tmtest27 support.
246        * include/tm27.h: New.
247
2482004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        PR 613/bsps
251        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
252
2532004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        PR 614/bsps
256        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
257
2582004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
259
260        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
261        c/src/lib/libbsp/m68k/gen68302/console/console.c,
262        c/src/lib/libbsp/m68k/gen68302/network/network.c,
263        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
264        <rtems/m68k/m68302.h> instead of <m68302.h>.
265
2662004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
269        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
270
2712004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
274        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
275        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
276
2772004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * clock/ckinit.c, console/console.c, include/bsp.h,
280        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
281        using c99 fixed size types.
282
2832004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Reflect changes to bsp.am.
286        Preinstall dist_project_lib*.
287
2882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Reflect changes to bsp.am.
291
2922004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
295
2962004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Pickup files from ../../m68k/shared instead of
299        ../shared. Reformat.
300
3012004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
304
3052004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
308        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
309        wrapup/Makefile.am. Use automake compilation rules.
310        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
311        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
312        * configure.ac: Reflect changes above.
313
3142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Add PREINSTALL_DIRS.
317        * wrapup/Makefile.am: Reflect changes to libcpu.
318
3192004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * wrapup/Makefile.am: Reflect changes to libcpu.
322
3232004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
326        Add PRE/TMPINSTALL_FILES to CLEANFILES.
327        * startup/Makefile.am: Ditto.
328
3292004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * start/Makefile.am: Remove.
332        * Makefile.am: Merge-in start/Makefile.am.
333        * configure.ac: Reflect changes above.
334
3352004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * wrapup/Makefile.am: Eliminate $(LIB).
338        Use noinst_DATA to trigger building libbsp.a.
339
3402003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
343        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
344
3452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
348        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
349
3502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
353
3542003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * start/Makefile.am: Misc cleanups and fixes.
357        * startup/Makefile.am: Misc cleanups and fixes.
358        * wrapup/Makefile.am: Misc cleanups and fixes.
359
3602003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Add preinstallation dirstamp support.
363        * clock/Makefile.am: Cosmetics.
364        * console/Makefile.am: Cosmetics.
365        * network/Makefile.am: Cosmetics.
366        * startup/Makefile.am: Cosmetics.
367        * timer/Makefile.am: Cosmetics.
368        * wrapup/Makefile.am: Cosmetics.
369
3702003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * clock/Makefile.am: Remove all-local: $(ARCH).
373        * console/Makefile.am: Remove all-local: $(ARCH).
374        * network/Makefile.am: Remove all-local: $(ARCH).
375        * start/Makefile.am: Remove all-local: $(ARCH).
376        * startup/Makefile.am: Remove all-local: $(ARCH).
377        * timer/Makefile.am: Remove all-local: $(ARCH).
378        * wrapup/Makefile.am: Remove all-local: $(ARCH).
379
3802003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Merge-in include/Makefile.am.
383        Reflect changes to bsp.am.
384        * include/Makefile.am: Remove.
385        * configure.ac: Reflect changes above.
386
3872003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * bsp_specs: Remove *lib:.
390
3912003-09-04      Joel Sherrill <joel@OARcorp.com>
392
393        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
394        start/start.S, startup/bspclean.c, startup/bspstart.c,
395        startup/linkcmds, timer/timer.c: URL for license changed.
396
3972003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Reflect having moved aclocal/.
400
4012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: Reflect having moved automake/.
404        * clock/Makefile.am: Reflect having moved automake/.
405        * console/Makefile.am: Reflect having moved automake/.
406        * include/Makefile.am: Reflect having moved automake/.
407        * network/Makefile.am: Reflect having moved automake/.
408        * start/Makefile.am: Reflect having moved automake/.
409        * startup/Makefile.am: Reflect having moved automake/.
410        * timer/Makefile.am: Reflect having moved automake/.
411        * wrapup/Makefile.am: Reflect having moved automake/.
412
4132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        PR 452/bsps
416        * startup/Makefile.am: Remove USE_INIT_FINI.
417
4182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
421
4222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        PR 445/bsps
425        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
426        Remove cpp, old_cpp (now unused).
427
4282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: Remove AC_CONFIG_AUX_DIR.
431
4322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
435
4362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: AC_PREREQ(2.57).
439
4402003-01-20      Joel Sherrill <joel@OARcorp.com>
441
442        * startup/linkcmds*: Add FreeBSD sysctl() sections.
443
4442002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
447        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
448        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
449        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
452
4532002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * start/Makefile.am: Use install-data-local to install startfile.
456
4572002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
460
4612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * .cvsignore: Reformat.
464        Add autom4te*cache.
465        Remove autom4te.cache.
466
4672002-08-21      Joel Sherrill <joel@OARcorp.com>
468
469        * wrapup/Makefile.am: PR217 required that the idle task be moved to
470        libcpu so it could be more acutely aware of the CPU model.  This
471        file was modified to pick up the idle task from there.
472
4732002-08-21      Joel Sherrill <joel@OARcorp.com>
474
475        * bsp_specs: Added support for -nostdlibs.
476
4772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
480        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
481        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
482        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
483        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
484        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
485        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
486
4872002-08-05      Joel Sherrill <joel@OARcorp.com>
488
489        * Per PR260 eliminate use of make-target-options.  This impacted
490        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
491        SuperCore and required that the m68k optimized memcpy be moved
492        to libcpu.
493        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
494
4952002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * start/Makefile.am: Eliminate PGM.
498        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
499
5002002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
503
5042002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
507        Remove $(OBJS) from all-local.
508
5092002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
512
5132001-05-09      Joel Sherrill <joel@OARcorp.com>
514
515        * startup/linkcmds: In support of gcc 3.1, added one of more
516        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
517        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
518        and direction of segments to memory regions may also have been
519        addressed.  This was a sweep across all BSPs.
520 
5212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac:
524        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
525        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
526        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
527        * Makefile.am: Remove AUTOMAKE_OPTIONS.
528        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
535
5362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
539
5402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
543        * configure.in: Remove.
544        * configure.ac: New file, generated from configure.in by autoupdate.
545
5462001-09-27      Joel Sherrill <joel@OARcorp.com>
547
548        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
549
5502001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
553
5542001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * configure.in: Add bspopts.h.
557        * include/.cvsignore: Add bspopts.h*, stamp-h*.
558        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
559        * include/bsp.h: Include bspopts.h.
560
5612001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
562
563        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
564
5652000-12-14      Joel Sherrill <joel@OARcorp.com>
566
567        * network/network.c: Removed unused variable warnings.
568
5692000-12-11      Joel Sherrill <joel@OARcorp.com>
570
571        * Makefile.am, configure.in, include/Makefile.am,
572        wrapup/Makefile.am: Updated to reflect addition of network driver
573        by  Franck Julien <FranckJ@cxr.fr>.
574        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
575        network/network.c: New file.
576
5772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
580
5812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
584
5852000-11-01      Joel Sherrill <joel@OARcorp.com>
586
587        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
588        libcsupport.h moved from libc to lib/include/rtems and
589        now must be referenced as <rtems/XXX.h>.   Header file order
590        was cleaned up while doing this.
591
5922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
595        Switch to GNU canonicalization.
596
5972000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
598
599        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
600
6012000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
602
603        * startup/linkcmds: Added lines so DWARF debug information
604        would be available.  Otherwise gdb complains that the offsets
605        for the debug info are incorrect and doesn't load the files.
606
6072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
610        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
611        compile.am
612
6132000-08-10      Joel Sherrill <joel@OARcorp.com>
614
615        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.