source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 9957dbf

4.104.115
Last change on this file since 9957dbf was 9957dbf, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:39:40

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared tm27.h stub.
  • include/tm27.h: Removed.
  • Property mode set to 100644
File size: 18.4 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared tm27.h stub.
4        * include/tm27.h: Removed.
5
62008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * timer/timer.c: Eliminate uses of old benchmark timer names.
9
102008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
13        of building libbspstart.a, using automake-rules.
14
152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Eliminate *_SOURCES.
18
192008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
22        components.
23
242008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
27
282008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * configure.ac: Make letting boot_card() handle work area allocation
31        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
32        BSP_BOOTCARD_OPTIONS.
33
342008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * include/bsp.h: Remove unnecessary boilerplate comments.
37
382008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * Makefile.am, startup/linkcmds: Use top level shared
41        bsp_get_work_area() implementation.
42
432008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
46        of bsp_get_work_area() in its own file and rely on BSP Framework to
47        perform more initialization. Remove unnecessary includes of
48        rtems/libio.h and rtems/libcsupport.h.
49        * startup/bspstart.c: Removed.
50
512008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
54        implementations. In this phase, all prototypes were removed from
55        bsp.h and empty implementations were removed and made to use the
56        shared stub.
57        * startup/bspclean.c: Removed.
58
592008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * clock/ckinit.c: The Shared Memory Driver no longer requires the
62        special IOCTL in Clock_control. This was a hack which has existed
63        since before the Classic API Timer Manager was implemented. All
64        implementations of and references to Clock_control were removed.
65
662008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * console/console.c, timer/timer.c: Convert to "bool".
69
702008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
73        benchmark timer driver. Fix spelling.
74
752008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
78        follow RTEMS programming conventions.
79
802008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * timer/timer.c: Add missing prototypes.
83
842008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * Makefile.am: Rework to avoid .rel files.
87
882008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * startup/bspstart.c: Refactored and renamed initialization routines to
91        rtems_initialize_data_structures, rtems_initialize_before_drivers,
92        rtems_initialize_device_drivers, and
93        rtems_initialize_start_multitasking. This opened the sequence up so
94        that bootcard() could provide a more robust and flexible framework
95        which is easier to explain and understand. This also lays the
96        groundwork for sharing the division of available memory between the
97        RTEMS workspace and heap and the C library initialization across all
98        BSPs.
99
1002008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * startup/linkcmds: Add wildcard to gcc_except_table section so
103        programs compiled with gcc 4.3.x can link.
104
1052007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * README, clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate
108        copies of the Configuration Table. Use the RTEMS provided accessor
109        macros to obtain configuration fields.
110
1112007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
114        from CPU Table to Configuration Table. Eliminate CPU Table from all
115        ports. Delete references to CPU Table in all forms.
116
1172007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
120        Table fields to the Configuration Table. This included
121        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
122        do_zero_of_workspace, extra_mpci_receive_server_stack,
123        stack_allocate_hook, and stack_free_hook. As a side-effect of this
124        effort some multiprocessing code was made conditional and some style
125        clean up occurred.
126
1272007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
130        m68k CPU Table since it is never read.
131
1322007-05-03      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/linkcmds: Handle .data.* sections
135
1362007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * bsp_specs: Remove qrtems_debug.
139
1402007-04-02      Joel Sherrill <joel@OARcorp.com>
141
142        * Makefile.am: Add dummy printk support so all tests link.
143
1442006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
147
1482006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * configure.ac: New BUG-REPORT address.
151
1522006-11-15      Joel Sherrill <joel@OARcorp.com>
153
154        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
155        file and simplified initialization.
156
1572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * Makefile.am: Remove superfluous -DASM.
160
1612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * configure.ac: Require autoconf-2.60. Require automake-1.10.
164
1652006-02-08      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Add sections required by newer gcc versions.
168
1692006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Add preinstall.am.
172
1732005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
176
1772005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * include/bsp.h: New header guard.
180
1812005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
184
1852005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * Makefile.am: Remove build-variant support.
188
1892004-11-25      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
192
1932004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * configure.ac: Require automake > 1.9.
196
1972004-07-25      Joel Sherrill <joel@OARcorp.com>
198
199        * network/network.c: Add include of <sys/errno.h>.
200
2012004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        PR 610/bsps
204        * Makefile.am: Add include/tm27.h, Cosmetics.
205        * include/tm27.h: Final cosmetics.
206
2072004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * include/bsp.h: Split out tmtest27 support.
210        * include/tm27.h: New.
211
2122004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        PR 613/bsps
215        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
216
2172004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        PR 614/bsps
220        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
221
2222004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
223
224        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
225        c/src/lib/libbsp/m68k/gen68302/console/console.c,
226        c/src/lib/libbsp/m68k/gen68302/network/network.c,
227        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
228        <rtems/m68k/m68302.h> instead of <m68302.h>.
229
2302004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
233        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
234
2352004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
238        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
239        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
240
2412004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * clock/ckinit.c, console/console.c, include/bsp.h,
244        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
245        using c99 fixed size types.
246
2472004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Reflect changes to bsp.am.
250        Preinstall dist_project_lib*.
251
2522004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Reflect changes to bsp.am.
255
2562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
259
2602004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Pickup files from ../../m68k/shared instead of
263        ../shared. Reformat.
264
2652004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
268
2692004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
272        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
273        wrapup/Makefile.am. Use automake compilation rules.
274        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
275        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
276        * configure.ac: Reflect changes above.
277
2782004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Add PREINSTALL_DIRS.
281        * wrapup/Makefile.am: Reflect changes to libcpu.
282
2832004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Reflect changes to libcpu.
286
2872004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
290        Add PRE/TMPINSTALL_FILES to CLEANFILES.
291        * startup/Makefile.am: Ditto.
292
2932004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * start/Makefile.am: Remove.
296        * Makefile.am: Merge-in start/Makefile.am.
297        * configure.ac: Reflect changes above.
298
2992004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * wrapup/Makefile.am: Eliminate $(LIB).
302        Use noinst_DATA to trigger building libbsp.a.
303
3042003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
307        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
308
3092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
312        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
313
3142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
317
3182003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * start/Makefile.am: Misc cleanups and fixes.
321        * startup/Makefile.am: Misc cleanups and fixes.
322        * wrapup/Makefile.am: Misc cleanups and fixes.
323
3242003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Add preinstallation dirstamp support.
327        * clock/Makefile.am: Cosmetics.
328        * console/Makefile.am: Cosmetics.
329        * network/Makefile.am: Cosmetics.
330        * startup/Makefile.am: Cosmetics.
331        * timer/Makefile.am: Cosmetics.
332        * wrapup/Makefile.am: Cosmetics.
333
3342003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * clock/Makefile.am: Remove all-local: $(ARCH).
337        * console/Makefile.am: Remove all-local: $(ARCH).
338        * network/Makefile.am: Remove all-local: $(ARCH).
339        * start/Makefile.am: Remove all-local: $(ARCH).
340        * startup/Makefile.am: Remove all-local: $(ARCH).
341        * timer/Makefile.am: Remove all-local: $(ARCH).
342        * wrapup/Makefile.am: Remove all-local: $(ARCH).
343
3442003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Merge-in include/Makefile.am.
347        Reflect changes to bsp.am.
348        * include/Makefile.am: Remove.
349        * configure.ac: Reflect changes above.
350
3512003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * bsp_specs: Remove *lib:.
354
3552003-09-04      Joel Sherrill <joel@OARcorp.com>
356
357        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
358        start/start.S, startup/bspclean.c, startup/bspstart.c,
359        startup/linkcmds, timer/timer.c: URL for license changed.
360
3612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Reflect having moved aclocal/.
364
3652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Reflect having moved automake/.
368        * clock/Makefile.am: Reflect having moved automake/.
369        * console/Makefile.am: Reflect having moved automake/.
370        * include/Makefile.am: Reflect having moved automake/.
371        * network/Makefile.am: Reflect having moved automake/.
372        * start/Makefile.am: Reflect having moved automake/.
373        * startup/Makefile.am: Reflect having moved automake/.
374        * timer/Makefile.am: Reflect having moved automake/.
375        * wrapup/Makefile.am: Reflect having moved automake/.
376
3772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        PR 452/bsps
380        * startup/Makefile.am: Remove USE_INIT_FINI.
381
3822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
385
3862003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        PR 445/bsps
389        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
390        Remove cpp, old_cpp (now unused).
391
3922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: Remove AC_CONFIG_AUX_DIR.
395
3962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
399
4002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: AC_PREREQ(2.57).
403
4042003-01-20      Joel Sherrill <joel@OARcorp.com>
405
406        * startup/linkcmds*: Add FreeBSD sysctl() sections.
407
4082002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
411        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
412        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
413        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
414        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
416
4172002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * start/Makefile.am: Use install-data-local to install startfile.
420
4212002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
424
4252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * .cvsignore: Reformat.
428        Add autom4te*cache.
429        Remove autom4te.cache.
430
4312002-08-21      Joel Sherrill <joel@OARcorp.com>
432
433        * wrapup/Makefile.am: PR217 required that the idle task be moved to
434        libcpu so it could be more acutely aware of the CPU model.  This
435        file was modified to pick up the idle task from there.
436
4372002-08-21      Joel Sherrill <joel@OARcorp.com>
438
439        * bsp_specs: Added support for -nostdlibs.
440
4412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
444        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
445        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
446        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
447        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
448        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
449        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
450
4512002-08-05      Joel Sherrill <joel@OARcorp.com>
452
453        * Per PR260 eliminate use of make-target-options.  This impacted
454        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
455        SuperCore and required that the m68k optimized memcpy be moved
456        to libcpu.
457        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
458
4592002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * start/Makefile.am: Eliminate PGM.
462        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
463
4642002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
467
4682002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
471        Remove $(OBJS) from all-local.
472
4732002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
476
4772001-05-09      Joel Sherrill <joel@OARcorp.com>
478
479        * startup/linkcmds: In support of gcc 3.1, added one of more
480        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
481        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
482        and direction of segments to memory regions may also have been
483        addressed.  This was a sweep across all BSPs.
484 
4852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac:
488        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
489        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
490        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * Makefile.am: Remove AUTOMAKE_OPTIONS.
492        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
493        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
499
5002001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
503
5042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
507        * configure.in: Remove.
508        * configure.ac: New file, generated from configure.in by autoupdate.
509
5102001-09-27      Joel Sherrill <joel@OARcorp.com>
511
512        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
513
5142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
517
5182001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.in: Add bspopts.h.
521        * include/.cvsignore: Add bspopts.h*, stamp-h*.
522        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
523        * include/bsp.h: Include bspopts.h.
524
5252001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
526
527        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
528
5292000-12-14      Joel Sherrill <joel@OARcorp.com>
530
531        * network/network.c: Removed unused variable warnings.
532
5332000-12-11      Joel Sherrill <joel@OARcorp.com>
534
535        * Makefile.am, configure.in, include/Makefile.am,
536        wrapup/Makefile.am: Updated to reflect addition of network driver
537        by  Franck Julien <FranckJ@cxr.fr>.
538        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
539        network/network.c: New file.
540
5412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
544
5452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
548
5492000-11-01      Joel Sherrill <joel@OARcorp.com>
550
551        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
552        libcsupport.h moved from libc to lib/include/rtems and
553        now must be referenced as <rtems/XXX.h>.   Header file order
554        was cleaned up while doing this.
555
5562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
559        Switch to GNU canonicalization.
560
5612000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
562
563        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
564
5652000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
566
567        * startup/linkcmds: Added lines so DWARF debug information
568        would be available.  Otherwise gdb complains that the offsets
569        for the debug info are incorrect and doesn't load the files.
570
5712000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
574        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
575        compile.am
576
5772000-08-10      Joel Sherrill <joel@OARcorp.com>
578
579        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.