source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 6b2b37d2

4.104.115
Last change on this file since 6b2b37d2 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 19.0 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
8        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
9        have the same options.
10
112009-04-28      Chris Johns <chrisj@rtems.org>
12
13        * start/start.S: Update for boot_card command line change.
14
152008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * bsp_specs: Move -e start from *link to *startfile to avoid warning
18        for undefined entry symbol when linking relocatables with binutils
19        2.19.
20
212008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * Makefile.am, preinstall.am: Use shared tm27.h stub.
24        * include/tm27.h: Removed.
25
262008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * timer/timer.c: Eliminate uses of old benchmark timer names.
29
302008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
33        of building libbspstart.a, using automake-rules.
34
352008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Eliminate *_SOURCES.
38
392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
42        components.
43
442008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
47
482008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * configure.ac: Make letting boot_card() handle work area allocation
51        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
52        BSP_BOOTCARD_OPTIONS.
53
542008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * include/bsp.h: Remove unnecessary boilerplate comments.
57
582008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile.am, startup/linkcmds: Use top level shared
61        bsp_get_work_area() implementation.
62
632008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
66        of bsp_get_work_area() in its own file and rely on BSP Framework to
67        perform more initialization. Remove unnecessary includes of
68        rtems/libio.h and rtems/libcsupport.h.
69        * startup/bspstart.c: Removed.
70
712008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
74        implementations. In this phase, all prototypes were removed from
75        bsp.h and empty implementations were removed and made to use the
76        shared stub.
77        * startup/bspclean.c: Removed.
78
792008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * clock/ckinit.c: The Shared Memory Driver no longer requires the
82        special IOCTL in Clock_control. This was a hack which has existed
83        since before the Classic API Timer Manager was implemented. All
84        implementations of and references to Clock_control were removed.
85
862008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * console/console.c, timer/timer.c: Convert to "bool".
89
902008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
93        benchmark timer driver. Fix spelling.
94
952008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
98        follow RTEMS programming conventions.
99
1002008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * timer/timer.c: Add missing prototypes.
103
1042008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * Makefile.am: Rework to avoid .rel files.
107
1082008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * startup/bspstart.c: Refactored and renamed initialization routines to
111        rtems_initialize_data_structures, rtems_initialize_before_drivers,
112        rtems_initialize_device_drivers, and
113        rtems_initialize_start_multitasking. This opened the sequence up so
114        that bootcard() could provide a more robust and flexible framework
115        which is easier to explain and understand. This also lays the
116        groundwork for sharing the division of available memory between the
117        RTEMS workspace and heap and the C library initialization across all
118        BSPs.
119
1202008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * startup/linkcmds: Add wildcard to gcc_except_table section so
123        programs compiled with gcc 4.3.x can link.
124
1252007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * README, clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate
128        copies of the Configuration Table. Use the RTEMS provided accessor
129        macros to obtain configuration fields.
130
1312007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
134        from CPU Table to Configuration Table. Eliminate CPU Table from all
135        ports. Delete references to CPU Table in all forms.
136
1372007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
140        Table fields to the Configuration Table. This included
141        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
142        do_zero_of_workspace, extra_mpci_receive_server_stack,
143        stack_allocate_hook, and stack_free_hook. As a side-effect of this
144        effort some multiprocessing code was made conditional and some style
145        clean up occurred.
146
1472007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
150        m68k CPU Table since it is never read.
151
1522007-05-03      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/linkcmds: Handle .data.* sections
155
1562007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * bsp_specs: Remove qrtems_debug.
159
1602007-04-02      Joel Sherrill <joel@OARcorp.com>
161
162        * Makefile.am: Add dummy printk support so all tests link.
163
1642006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
167
1682006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * configure.ac: New BUG-REPORT address.
171
1722006-11-15      Joel Sherrill <joel@OARcorp.com>
173
174        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
175        file and simplified initialization.
176
1772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * Makefile.am: Remove superfluous -DASM.
180
1812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * configure.ac: Require autoconf-2.60. Require automake-1.10.
184
1852006-02-08      Joel Sherrill <joel@OARcorp.com>
186
187        * startup/linkcmds: Add sections required by newer gcc versions.
188
1892006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * Makefile.am: Add preinstall.am.
192
1932005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
196
1972005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * include/bsp.h: New header guard.
200
2012005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
204
2052005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Remove build-variant support.
208
2092004-11-25      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
212
2132004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * configure.ac: Require automake > 1.9.
216
2172004-07-25      Joel Sherrill <joel@OARcorp.com>
218
219        * network/network.c: Add include of <sys/errno.h>.
220
2212004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        PR 610/bsps
224        * Makefile.am: Add include/tm27.h, Cosmetics.
225        * include/tm27.h: Final cosmetics.
226
2272004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * include/bsp.h: Split out tmtest27 support.
230        * include/tm27.h: New.
231
2322004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        PR 613/bsps
235        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
236
2372004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        PR 614/bsps
240        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
241
2422004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
243
244        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
245        c/src/lib/libbsp/m68k/gen68302/console/console.c,
246        c/src/lib/libbsp/m68k/gen68302/network/network.c,
247        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
248        <rtems/m68k/m68302.h> instead of <m68302.h>.
249
2502004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
253        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
254
2552004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
258        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
259        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
260
2612004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * clock/ckinit.c, console/console.c, include/bsp.h,
264        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
265        using c99 fixed size types.
266
2672004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Reflect changes to bsp.am.
270        Preinstall dist_project_lib*.
271
2722004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Reflect changes to bsp.am.
275
2762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
279
2802004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Pickup files from ../../m68k/shared instead of
283        ../shared. Reformat.
284
2852004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
288
2892004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
292        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
293        wrapup/Makefile.am. Use automake compilation rules.
294        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
295        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
296        * configure.ac: Reflect changes above.
297
2982004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Add PREINSTALL_DIRS.
301        * wrapup/Makefile.am: Reflect changes to libcpu.
302
3032004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Reflect changes to libcpu.
306
3072004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
310        Add PRE/TMPINSTALL_FILES to CLEANFILES.
311        * startup/Makefile.am: Ditto.
312
3132004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/Makefile.am: Remove.
316        * Makefile.am: Merge-in start/Makefile.am.
317        * configure.ac: Reflect changes above.
318
3192004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * wrapup/Makefile.am: Eliminate $(LIB).
322        Use noinst_DATA to trigger building libbsp.a.
323
3242003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
327        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
328
3292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
332        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
333
3342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
337
3382003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * start/Makefile.am: Misc cleanups and fixes.
341        * startup/Makefile.am: Misc cleanups and fixes.
342        * wrapup/Makefile.am: Misc cleanups and fixes.
343
3442003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Add preinstallation dirstamp support.
347        * clock/Makefile.am: Cosmetics.
348        * console/Makefile.am: Cosmetics.
349        * network/Makefile.am: Cosmetics.
350        * startup/Makefile.am: Cosmetics.
351        * timer/Makefile.am: Cosmetics.
352        * wrapup/Makefile.am: Cosmetics.
353
3542003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * clock/Makefile.am: Remove all-local: $(ARCH).
357        * console/Makefile.am: Remove all-local: $(ARCH).
358        * network/Makefile.am: Remove all-local: $(ARCH).
359        * start/Makefile.am: Remove all-local: $(ARCH).
360        * startup/Makefile.am: Remove all-local: $(ARCH).
361        * timer/Makefile.am: Remove all-local: $(ARCH).
362        * wrapup/Makefile.am: Remove all-local: $(ARCH).
363
3642003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Merge-in include/Makefile.am.
367        Reflect changes to bsp.am.
368        * include/Makefile.am: Remove.
369        * configure.ac: Reflect changes above.
370
3712003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * bsp_specs: Remove *lib:.
374
3752003-09-04      Joel Sherrill <joel@OARcorp.com>
376
377        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
378        start/start.S, startup/bspclean.c, startup/bspstart.c,
379        startup/linkcmds, timer/timer.c: URL for license changed.
380
3812003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * Makefile.am: Reflect having moved aclocal/.
384
3852003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Reflect having moved automake/.
388        * clock/Makefile.am: Reflect having moved automake/.
389        * console/Makefile.am: Reflect having moved automake/.
390        * include/Makefile.am: Reflect having moved automake/.
391        * network/Makefile.am: Reflect having moved automake/.
392        * start/Makefile.am: Reflect having moved automake/.
393        * startup/Makefile.am: Reflect having moved automake/.
394        * timer/Makefile.am: Reflect having moved automake/.
395        * wrapup/Makefile.am: Reflect having moved automake/.
396
3972003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        PR 452/bsps
400        * startup/Makefile.am: Remove USE_INIT_FINI.
401
4022003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
405
4062003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        PR 445/bsps
409        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
410        Remove cpp, old_cpp (now unused).
411
4122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: Remove AC_CONFIG_AUX_DIR.
415
4162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
419
4202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: AC_PREREQ(2.57).
423
4242003-01-20      Joel Sherrill <joel@OARcorp.com>
425
426        * startup/linkcmds*: Add FreeBSD sysctl() sections.
427
4282002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
431        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
432        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
433        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
434        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
435        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
436
4372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * start/Makefile.am: Use install-data-local to install startfile.
440
4412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
444
4452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * .cvsignore: Reformat.
448        Add autom4te*cache.
449        Remove autom4te.cache.
450
4512002-08-21      Joel Sherrill <joel@OARcorp.com>
452
453        * wrapup/Makefile.am: PR217 required that the idle task be moved to
454        libcpu so it could be more acutely aware of the CPU model.  This
455        file was modified to pick up the idle task from there.
456
4572002-08-21      Joel Sherrill <joel@OARcorp.com>
458
459        * bsp_specs: Added support for -nostdlibs.
460
4612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
464        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
465        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
466        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
467        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
468        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
469        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
470
4712002-08-05      Joel Sherrill <joel@OARcorp.com>
472
473        * Per PR260 eliminate use of make-target-options.  This impacted
474        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
475        SuperCore and required that the m68k optimized memcpy be moved
476        to libcpu.
477        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
478
4792002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * start/Makefile.am: Eliminate PGM.
482        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
483
4842002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
487
4882002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
491        Remove $(OBJS) from all-local.
492
4932002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
496
4972001-05-09      Joel Sherrill <joel@OARcorp.com>
498
499        * startup/linkcmds: In support of gcc 3.1, added one of more
500        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
501        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
502        and direction of segments to memory regions may also have been
503        addressed.  This was a sweep across all BSPs.
504 
5052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac:
508        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
509        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
510        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
519
5202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
523
5242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
527        * configure.in: Remove.
528        * configure.ac: New file, generated from configure.in by autoupdate.
529
5302001-09-27      Joel Sherrill <joel@OARcorp.com>
531
532        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
533
5342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
537
5382001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.in: Add bspopts.h.
541        * include/.cvsignore: Add bspopts.h*, stamp-h*.
542        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
543        * include/bsp.h: Include bspopts.h.
544
5452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
546
547        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
548
5492000-12-14      Joel Sherrill <joel@OARcorp.com>
550
551        * network/network.c: Removed unused variable warnings.
552
5532000-12-11      Joel Sherrill <joel@OARcorp.com>
554
555        * Makefile.am, configure.in, include/Makefile.am,
556        wrapup/Makefile.am: Updated to reflect addition of network driver
557        by  Franck Julien <FranckJ@cxr.fr>.
558        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
559        network/network.c: New file.
560
5612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
564
5652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
568
5692000-11-01      Joel Sherrill <joel@OARcorp.com>
570
571        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
572        libcsupport.h moved from libc to lib/include/rtems and
573        now must be referenced as <rtems/XXX.h>.   Header file order
574        was cleaned up while doing this.
575
5762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
579        Switch to GNU canonicalization.
580
5812000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
582
583        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
584
5852000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
586
587        * startup/linkcmds: Added lines so DWARF debug information
588        would be available.  Otherwise gdb complains that the offsets
589        for the debug info are incorrect and doesn't load the files.
590
5912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
594        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
595        compile.am
596
5972000-08-10      Joel Sherrill <joel@OARcorp.com>
598
599        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.