source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 7fdce449

4.115
Last change on this file since 7fdce449 was 7fdce449, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 12:34:24

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

  • include/bsp.h: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 19.7 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * timer/timer.c: Include <rtems/btimer.h>.
9        Fix benchmark_timer_read() definition.
10
112011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * configure.ac: Require autoconf-2.68, automake-1.11.1.
14
152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * make/custom/gen68302.cfg: Remove RTEMS_BSP_FAMILY.
18
192009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * configure.ac: Don't add -ansi -fasm to CFLAGS.
22
232009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * make/custom/gen68302.cfg: New (relocated from /make/custom).
26
272009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
30
31 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
34        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
35        have the same options.
36
372009-04-28      Chris Johns <chrisj@rtems.org>
38
39        * start/start.S: Update for boot_card command line change.
40
412008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * bsp_specs: Move -e start from *link to *startfile to avoid warning
44        for undefined entry symbol when linking relocatables with binutils
45        2.19.
46
472008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * Makefile.am, preinstall.am: Use shared tm27.h stub.
50        * include/tm27.h: Removed.
51
522008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * timer/timer.c: Eliminate uses of old benchmark timer names.
55
562008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
59        of building libbspstart.a, using automake-rules.
60
612008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Eliminate *_SOURCES.
64
652008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
68        components.
69
702008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
73
742008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * configure.ac: Make letting boot_card() handle work area allocation
77        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
78        BSP_BOOTCARD_OPTIONS.
79
802008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * include/bsp.h: Remove unnecessary boilerplate comments.
83
842008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * Makefile.am, startup/linkcmds: Use top level shared
87        bsp_get_work_area() implementation.
88
892008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
92        of bsp_get_work_area() in its own file and rely on BSP Framework to
93        perform more initialization. Remove unnecessary includes of
94        rtems/libio.h and rtems/libcsupport.h.
95        * startup/bspstart.c: Removed.
96
972008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
100        implementations. In this phase, all prototypes were removed from
101        bsp.h and empty implementations were removed and made to use the
102        shared stub.
103        * startup/bspclean.c: Removed.
104
1052008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * clock/ckinit.c: The Shared Memory Driver no longer requires the
108        special IOCTL in Clock_control. This was a hack which has existed
109        since before the Classic API Timer Manager was implemented. All
110        implementations of and references to Clock_control were removed.
111
1122008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * console/console.c, timer/timer.c: Convert to "bool".
115
1162008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
119        benchmark timer driver. Fix spelling.
120
1212008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
124        follow RTEMS programming conventions.
125
1262008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * timer/timer.c: Add missing prototypes.
129
1302008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * Makefile.am: Rework to avoid .rel files.
133
1342008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * startup/bspstart.c: Refactored and renamed initialization routines to
137        rtems_initialize_data_structures, rtems_initialize_before_drivers,
138        rtems_initialize_device_drivers, and
139        rtems_initialize_start_multitasking. This opened the sequence up so
140        that bootcard() could provide a more robust and flexible framework
141        which is easier to explain and understand. This also lays the
142        groundwork for sharing the division of available memory between the
143        RTEMS workspace and heap and the C library initialization across all
144        BSPs.
145
1462008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * startup/linkcmds: Add wildcard to gcc_except_table section so
149        programs compiled with gcc 4.3.x can link.
150
1512007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * README, clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate
154        copies of the Configuration Table. Use the RTEMS provided accessor
155        macros to obtain configuration fields.
156
1572007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
160        from CPU Table to Configuration Table. Eliminate CPU Table from all
161        ports. Delete references to CPU Table in all forms.
162
1632007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
166        Table fields to the Configuration Table. This included
167        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
168        do_zero_of_workspace, extra_mpci_receive_server_stack,
169        stack_allocate_hook, and stack_free_hook. As a side-effect of this
170        effort some multiprocessing code was made conditional and some style
171        clean up occurred.
172
1732007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
176        m68k CPU Table since it is never read.
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-15      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
193
1942006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * configure.ac: New BUG-REPORT address.
197
1982006-11-15      Joel Sherrill <joel@OARcorp.com>
199
200        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
201        file and simplified initialization.
202
2032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * Makefile.am: Remove superfluous -DASM.
206
2072006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * configure.ac: Require autoconf-2.60. Require automake-1.10.
210
2112006-02-08      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/linkcmds: Add sections required by newer gcc versions.
214
2152006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * Makefile.am: Add preinstall.am.
218
2192005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
222
2232005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * include/bsp.h: New header guard.
226
2272005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
230
2312005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * Makefile.am: Remove build-variant support.
234
2352004-11-25      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
238
2392004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * configure.ac: Require automake > 1.9.
242
2432004-07-25      Joel Sherrill <joel@OARcorp.com>
244
245        * network/network.c: Add include of <sys/errno.h>.
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-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
269
270        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
271        c/src/lib/libbsp/m68k/gen68302/console/console.c,
272        c/src/lib/libbsp/m68k/gen68302/network/network.c,
273        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
274        <rtems/m68k/m68302.h> instead of <m68302.h>.
275
2762004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
279        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
280
2812004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
284        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
285        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
286
2872004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * clock/ckinit.c, console/console.c, include/bsp.h,
290        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
291        using c99 fixed size types.
292
2932004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Reflect changes to bsp.am.
296        Preinstall dist_project_lib*.
297
2982004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Reflect changes to bsp.am.
301
3022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
305
3062004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Pickup files from ../../m68k/shared instead of
309        ../shared. Reformat.
310
3112004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
314
3152004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
318        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
319        wrapup/Makefile.am. Use automake compilation rules.
320        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
321        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
322        * configure.ac: Reflect changes above.
323
3242004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Add PREINSTALL_DIRS.
327        * wrapup/Makefile.am: Reflect changes to libcpu.
328
3292004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Reflect changes to libcpu.
332
3332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
336        Add PRE/TMPINSTALL_FILES to CLEANFILES.
337        * startup/Makefile.am: Ditto.
338
3392004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * start/Makefile.am: Remove.
342        * Makefile.am: Merge-in start/Makefile.am.
343        * configure.ac: Reflect changes above.
344
3452004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * wrapup/Makefile.am: Eliminate $(LIB).
348        Use noinst_DATA to trigger building libbsp.a.
349
3502003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
353        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
354
3552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
358        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
359
3602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
363
3642003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * start/Makefile.am: Misc cleanups and fixes.
367        * startup/Makefile.am: Misc cleanups and fixes.
368        * wrapup/Makefile.am: Misc cleanups and fixes.
369
3702003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Add preinstallation dirstamp support.
373        * clock/Makefile.am: Cosmetics.
374        * console/Makefile.am: Cosmetics.
375        * network/Makefile.am: Cosmetics.
376        * startup/Makefile.am: Cosmetics.
377        * timer/Makefile.am: Cosmetics.
378        * wrapup/Makefile.am: Cosmetics.
379
3802003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * clock/Makefile.am: Remove all-local: $(ARCH).
383        * console/Makefile.am: Remove all-local: $(ARCH).
384        * network/Makefile.am: Remove all-local: $(ARCH).
385        * start/Makefile.am: Remove all-local: $(ARCH).
386        * startup/Makefile.am: Remove all-local: $(ARCH).
387        * timer/Makefile.am: Remove all-local: $(ARCH).
388        * wrapup/Makefile.am: Remove all-local: $(ARCH).
389
3902003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Merge-in include/Makefile.am.
393        Reflect changes to bsp.am.
394        * include/Makefile.am: Remove.
395        * configure.ac: Reflect changes above.
396
3972003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * bsp_specs: Remove *lib:.
400
4012003-09-04      Joel Sherrill <joel@OARcorp.com>
402
403        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
404        start/start.S, startup/bspclean.c, startup/bspstart.c,
405        startup/linkcmds, timer/timer.c: 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        * network/Makefile.am: Reflect having moved automake/.
418        * start/Makefile.am: Reflect having moved automake/.
419        * startup/Makefile.am: Reflect having moved automake/.
420        * timer/Makefile.am: Reflect having moved automake/.
421        * wrapup/Makefile.am: Reflect having moved automake/.
422
4232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        PR 452/bsps
426        * startup/Makefile.am: Remove USE_INIT_FINI.
427
4282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
431
4322003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        PR 445/bsps
435        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
436        Remove cpp, old_cpp (now unused).
437
4382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Remove AC_CONFIG_AUX_DIR.
441
4422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
445
4462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: AC_PREREQ(2.57).
449
4502003-01-20      Joel Sherrill <joel@OARcorp.com>
451
452        * startup/linkcmds*: Add FreeBSD sysctl() sections.
453
4542002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
457        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
458        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
459        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
460        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
461        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
462
4632002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * start/Makefile.am: Use install-data-local to install startfile.
466
4672002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
470
4712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * .cvsignore: Reformat.
474        Add autom4te*cache.
475        Remove autom4te.cache.
476
4772002-08-21      Joel Sherrill <joel@OARcorp.com>
478
479        * wrapup/Makefile.am: PR217 required that the idle task be moved to
480        libcpu so it could be more acutely aware of the CPU model.  This
481        file was modified to pick up the idle task from there.
482
4832002-08-21      Joel Sherrill <joel@OARcorp.com>
484
485        * bsp_specs: Added support for -nostdlibs.
486
4872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
490        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
491        * network/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        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
545
5462001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
549
5502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
553        * configure.in: Remove.
554        * configure.ac: New file, generated from configure.in by autoupdate.
555
5562001-09-27      Joel Sherrill <joel@OARcorp.com>
557
558        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
559
5602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
563
5642001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * configure.in: Add bspopts.h.
567        * include/.cvsignore: Add bspopts.h*, stamp-h*.
568        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
569        * include/bsp.h: Include bspopts.h.
570
5712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
572
573        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
574
5752000-12-14      Joel Sherrill <joel@OARcorp.com>
576
577        * network/network.c: Removed unused variable warnings.
578
5792000-12-11      Joel Sherrill <joel@OARcorp.com>
580
581        * Makefile.am, configure.in, include/Makefile.am,
582        wrapup/Makefile.am: Updated to reflect addition of network driver
583        by  Franck Julien <FranckJ@cxr.fr>.
584        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
585        network/network.c: New file.
586
5872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
590
5912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
594
5952000-11-01      Joel Sherrill <joel@OARcorp.com>
596
597        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
598        libcsupport.h moved from libc to lib/include/rtems and
599        now must be referenced as <rtems/XXX.h>.   Header file order
600        was cleaned up while doing this.
601
6022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
605        Switch to GNU canonicalization.
606
6072000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
608
609        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
610
6112000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
612
613        * startup/linkcmds: Added lines so DWARF debug information
614        would be available.  Otherwise gdb complains that the offsets
615        for the debug info are incorrect and doesn't load the files.
616
6172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
620        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
621        compile.am
622
6232000-08-10      Joel Sherrill <joel@OARcorp.com>
624
625        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.