source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 34ef6c7

4.104.114.95
Last change on this file since 34ef6c7 was 34ef6c7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/08 at 22:06:51

2008-09-05 Joel Sherrill <joel.sherrill@…>

  • clock/ckinit.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
  • Property mode set to 100644
File size: 16.6 KB
Line 
12008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * clock/ckinit.c: The Shared Memory Driver no longer requires the
4        special IOCTL in Clock_control. This was a hack which has existed
5        since before the Classic API Timer Manager was implemented. All
6        implementations of and references to Clock_control were removed.
7
82008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * console/console.c, timer/timer.c: Convert to "bool".
11
122008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
15        benchmark timer driver. Fix spelling.
16
172008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
20        follow RTEMS programming conventions.
21
222008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * timer/timer.c: Add missing prototypes.
25
262008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * Makefile.am: Rework to avoid .rel files.
29
302008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * startup/bspstart.c: Refactored and renamed initialization routines to
33        rtems_initialize_data_structures, rtems_initialize_before_drivers,
34        rtems_initialize_device_drivers, and
35        rtems_initialize_start_multitasking. This opened the sequence up so
36        that bootcard() could provide a more robust and flexible framework
37        which is easier to explain and understand. This also lays the
38        groundwork for sharing the division of available memory between the
39        RTEMS workspace and heap and the C library initialization across all
40        BSPs.
41
422008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * startup/linkcmds: Add wildcard to gcc_except_table section so
45        programs compiled with gcc 4.3.x can link.
46
472007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * README, clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate
50        copies of the Configuration Table. Use the RTEMS provided accessor
51        macros to obtain configuration fields.
52
532007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
56        from CPU Table to Configuration Table. Eliminate CPU Table from all
57        ports. Delete references to CPU Table in all forms.
58
592007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
62        Table fields to the Configuration Table. This included
63        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
64        do_zero_of_workspace, extra_mpci_receive_server_stack,
65        stack_allocate_hook, and stack_free_hook. As a side-effect of this
66        effort some multiprocessing code was made conditional and some style
67        clean up occurred.
68
692007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
72        m68k CPU Table since it is never read.
73
742007-05-03      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/linkcmds: Handle .data.* sections
77
782007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * bsp_specs: Remove qrtems_debug.
81
822007-04-02      Joel Sherrill <joel@OARcorp.com>
83
84        * Makefile.am: Add dummy printk support so all tests link.
85
862006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
89
902006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * configure.ac: New BUG-REPORT address.
93
942006-11-15      Joel Sherrill <joel@OARcorp.com>
95
96        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
97        file and simplified initialization.
98
992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Remove superfluous -DASM.
102
1032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * configure.ac: Require autoconf-2.60. Require automake-1.10.
106
1072006-02-08      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/linkcmds: Add sections required by newer gcc versions.
110
1112006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * Makefile.am: Add preinstall.am.
114
1152005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
118
1192005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * include/bsp.h: New header guard.
122
1232005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
126
1272005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Remove build-variant support.
130
1312004-11-25      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
134
1352004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * configure.ac: Require automake > 1.9.
138
1392004-07-25      Joel Sherrill <joel@OARcorp.com>
140
141        * network/network.c: Add include of <sys/errno.h>.
142
1432004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        PR 610/bsps
146        * Makefile.am: Add include/tm27.h, Cosmetics.
147        * include/tm27.h: Final cosmetics.
148
1492004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * include/bsp.h: Split out tmtest27 support.
152        * include/tm27.h: New.
153
1542004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        PR 613/bsps
157        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
158
1592004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        PR 614/bsps
162        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
163
1642004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
165
166        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
167        c/src/lib/libbsp/m68k/gen68302/console/console.c,
168        c/src/lib/libbsp/m68k/gen68302/network/network.c,
169        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
170        <rtems/m68k/m68302.h> instead of <m68302.h>.
171
1722004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
175        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
176
1772004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
180        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
181        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
182
1832004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * clock/ckinit.c, console/console.c, include/bsp.h,
186        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
187        using c99 fixed size types.
188
1892004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Reflect changes to bsp.am.
192        Preinstall dist_project_lib*.
193
1942004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Reflect changes to bsp.am.
197
1982004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
201
2022004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Pickup files from ../../m68k/shared instead of
205        ../shared. Reformat.
206
2072004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
210
2112004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
214        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
215        wrapup/Makefile.am. Use automake compilation rules.
216        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
217        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
218        * configure.ac: Reflect changes above.
219
2202004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Add PREINSTALL_DIRS.
223        * wrapup/Makefile.am: Reflect changes to libcpu.
224
2252004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * wrapup/Makefile.am: Reflect changes to libcpu.
228
2292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
232        Add PRE/TMPINSTALL_FILES to CLEANFILES.
233        * startup/Makefile.am: Ditto.
234
2352004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * start/Makefile.am: Remove.
238        * Makefile.am: Merge-in start/Makefile.am.
239        * configure.ac: Reflect changes above.
240
2412004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * wrapup/Makefile.am: Eliminate $(LIB).
244        Use noinst_DATA to trigger building libbsp.a.
245
2462003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
249        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
250
2512003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
254        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
255
2562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
259
2602003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/Makefile.am: Misc cleanups and fixes.
263        * startup/Makefile.am: Misc cleanups and fixes.
264        * wrapup/Makefile.am: Misc cleanups and fixes.
265
2662003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Add preinstallation dirstamp support.
269        * clock/Makefile.am: Cosmetics.
270        * console/Makefile.am: Cosmetics.
271        * network/Makefile.am: Cosmetics.
272        * startup/Makefile.am: Cosmetics.
273        * timer/Makefile.am: Cosmetics.
274        * wrapup/Makefile.am: Cosmetics.
275
2762003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * clock/Makefile.am: Remove all-local: $(ARCH).
279        * console/Makefile.am: Remove all-local: $(ARCH).
280        * network/Makefile.am: Remove all-local: $(ARCH).
281        * start/Makefile.am: Remove all-local: $(ARCH).
282        * startup/Makefile.am: Remove all-local: $(ARCH).
283        * timer/Makefile.am: Remove all-local: $(ARCH).
284        * wrapup/Makefile.am: Remove all-local: $(ARCH).
285
2862003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Merge-in include/Makefile.am.
289        Reflect changes to bsp.am.
290        * include/Makefile.am: Remove.
291        * configure.ac: Reflect changes above.
292
2932003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * bsp_specs: Remove *lib:.
296
2972003-09-04      Joel Sherrill <joel@OARcorp.com>
298
299        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
300        start/start.S, startup/bspclean.c, startup/bspstart.c,
301        startup/linkcmds, timer/timer.c: URL for license changed.
302
3032003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Reflect having moved aclocal/.
306
3072003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Reflect having moved automake/.
310        * clock/Makefile.am: Reflect having moved automake/.
311        * console/Makefile.am: Reflect having moved automake/.
312        * include/Makefile.am: Reflect having moved automake/.
313        * network/Makefile.am: Reflect having moved automake/.
314        * start/Makefile.am: Reflect having moved automake/.
315        * startup/Makefile.am: Reflect having moved automake/.
316        * timer/Makefile.am: Reflect having moved automake/.
317        * wrapup/Makefile.am: Reflect having moved automake/.
318
3192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        PR 452/bsps
322        * startup/Makefile.am: Remove USE_INIT_FINI.
323
3242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
327
3282003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        PR 445/bsps
331        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
332        Remove cpp, old_cpp (now unused).
333
3342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Remove AC_CONFIG_AUX_DIR.
337
3382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
341
3422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: AC_PREREQ(2.57).
345
3462003-01-20      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/linkcmds*: Add FreeBSD sysctl() sections.
349
3502002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
358
3592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * start/Makefile.am: Use install-data-local to install startfile.
362
3632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366
3672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * .cvsignore: Reformat.
370        Add autom4te*cache.
371        Remove autom4te.cache.
372
3732002-08-21      Joel Sherrill <joel@OARcorp.com>
374
375        * wrapup/Makefile.am: PR217 required that the idle task be moved to
376        libcpu so it could be more acutely aware of the CPU model.  This
377        file was modified to pick up the idle task from there.
378
3792002-08-21      Joel Sherrill <joel@OARcorp.com>
380
381        * bsp_specs: Added support for -nostdlibs.
382
3832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
386        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
387        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
388        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
389        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
390        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
391        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
392
3932002-08-05      Joel Sherrill <joel@OARcorp.com>
394
395        * Per PR260 eliminate use of make-target-options.  This impacted
396        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
397        SuperCore and required that the m68k optimized memcpy be moved
398        to libcpu.
399        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
400
4012002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * start/Makefile.am: Eliminate PGM.
404        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
405
4062002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
409
4102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
413        Remove $(OBJS) from all-local.
414
4152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
418
4192001-05-09      Joel Sherrill <joel@OARcorp.com>
420
421        * startup/linkcmds: In support of gcc 3.1, added one of more
422        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
423        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
424        and direction of segments to memory regions may also have been
425        addressed.  This was a sweep across all BSPs.
426 
4272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.ac:
430        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
431        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
432        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
433        * Makefile.am: Remove AUTOMAKE_OPTIONS.
434        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
435        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
441
4422001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
445
4462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
449        * configure.in: Remove.
450        * configure.ac: New file, generated from configure.in by autoupdate.
451
4522001-09-27      Joel Sherrill <joel@OARcorp.com>
453
454        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
455
4562001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
459
4602001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.in: Add bspopts.h.
463        * include/.cvsignore: Add bspopts.h*, stamp-h*.
464        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
465        * include/bsp.h: Include bspopts.h.
466
4672001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
468
469        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
470
4712000-12-14      Joel Sherrill <joel@OARcorp.com>
472
473        * network/network.c: Removed unused variable warnings.
474
4752000-12-11      Joel Sherrill <joel@OARcorp.com>
476
477        * Makefile.am, configure.in, include/Makefile.am,
478        wrapup/Makefile.am: Updated to reflect addition of network driver
479        by  Franck Julien <FranckJ@cxr.fr>.
480        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
481        network/network.c: New file.
482
4832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
486
4872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
490
4912000-11-01      Joel Sherrill <joel@OARcorp.com>
492
493        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
494        libcsupport.h moved from libc to lib/include/rtems and
495        now must be referenced as <rtems/XXX.h>.   Header file order
496        was cleaned up while doing this.
497
4982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
501        Switch to GNU canonicalization.
502
5032000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
504
505        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
506
5072000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
508
509        * startup/linkcmds: Added lines so DWARF debug information
510        would be available.  Otherwise gdb complains that the offsets
511        for the debug info are incorrect and doesn't load the files.
512
5132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
516        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
517        compile.am
518
5192000-08-10      Joel Sherrill <joel@OARcorp.com>
520
521        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.