source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 558bc25

4.104.114.95
Last change on this file since 558bc25 was 558bc25, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:26:33

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
  • Property mode set to 100644
File size: 14.5 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
4        Table fields to the Configuration Table. This included
5        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
6        do_zero_of_workspace, extra_mpci_receive_server_stack,
7        stack_allocate_hook, and stack_free_hook. As a side-effect of this
8        effort some multiprocessing code was made conditional and some style
9        clean up occurred.
10
112007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
14        m68k CPU Table since it is never read.
15
162007-05-03      Joel Sherrill <joel@OARcorp.com>
17
18        * startup/linkcmds: Handle .data.* sections
19
202007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * bsp_specs: Remove qrtems_debug.
23
242007-04-02      Joel Sherrill <joel@OARcorp.com>
25
26        * Makefile.am: Add dummy printk support so all tests link.
27
282006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
31
322006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: New BUG-REPORT address.
35
362006-11-15      Joel Sherrill <joel@OARcorp.com>
37
38        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
39        file and simplified initialization.
40
412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Remove superfluous -DASM.
44
452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * configure.ac: Require autoconf-2.60. Require automake-1.10.
48
492006-02-08      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: Add sections required by newer gcc versions.
52
532006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Add preinstall.am.
56
572005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
60
612005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * include/bsp.h: New header guard.
64
652005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
68
692005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * Makefile.am: Remove build-variant support.
72
732004-11-25      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
76
772004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Require automake > 1.9.
80
812004-07-25      Joel Sherrill <joel@OARcorp.com>
82
83        * network/network.c: Add include of <sys/errno.h>.
84
852004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        PR 610/bsps
88        * Makefile.am: Add include/tm27.h, Cosmetics.
89        * include/tm27.h: Final cosmetics.
90
912004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * include/bsp.h: Split out tmtest27 support.
94        * include/tm27.h: New.
95
962004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        PR 613/bsps
99        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
100
1012004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        PR 614/bsps
104        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
105
1062004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
107
108        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
109        c/src/lib/libbsp/m68k/gen68302/console/console.c,
110        c/src/lib/libbsp/m68k/gen68302/network/network.c,
111        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
112        <rtems/m68k/m68302.h> instead of <m68302.h>.
113
1142004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
117        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
118
1192004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
122        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
123        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
124
1252004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * clock/ckinit.c, console/console.c, include/bsp.h,
128        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
129        using c99 fixed size types.
130
1312004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Reflect changes to bsp.am.
134        Preinstall dist_project_lib*.
135
1362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect changes to bsp.am.
139
1402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
143
1442004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Pickup files from ../../m68k/shared instead of
147        ../shared. Reformat.
148
1492004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
152
1532004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
156        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
157        wrapup/Makefile.am. Use automake compilation rules.
158        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
159        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
160        * configure.ac: Reflect changes above.
161
1622004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Add PREINSTALL_DIRS.
165        * wrapup/Makefile.am: Reflect changes to libcpu.
166
1672004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * wrapup/Makefile.am: Reflect changes to libcpu.
170
1712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
174        Add PRE/TMPINSTALL_FILES to CLEANFILES.
175        * startup/Makefile.am: Ditto.
176
1772004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * start/Makefile.am: Remove.
180        * Makefile.am: Merge-in start/Makefile.am.
181        * configure.ac: Reflect changes above.
182
1832004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Eliminate $(LIB).
186        Use noinst_DATA to trigger building libbsp.a.
187
1882003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
191        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
192
1932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
196        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
197
1982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
201
2022003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * start/Makefile.am: Misc cleanups and fixes.
205        * startup/Makefile.am: Misc cleanups and fixes.
206        * wrapup/Makefile.am: Misc cleanups and fixes.
207
2082003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Add preinstallation dirstamp support.
211        * clock/Makefile.am: Cosmetics.
212        * console/Makefile.am: Cosmetics.
213        * network/Makefile.am: Cosmetics.
214        * startup/Makefile.am: Cosmetics.
215        * timer/Makefile.am: Cosmetics.
216        * wrapup/Makefile.am: Cosmetics.
217
2182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * clock/Makefile.am: Remove all-local: $(ARCH).
221        * console/Makefile.am: Remove all-local: $(ARCH).
222        * network/Makefile.am: Remove all-local: $(ARCH).
223        * start/Makefile.am: Remove all-local: $(ARCH).
224        * startup/Makefile.am: Remove all-local: $(ARCH).
225        * timer/Makefile.am: Remove all-local: $(ARCH).
226        * wrapup/Makefile.am: Remove all-local: $(ARCH).
227
2282003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Merge-in include/Makefile.am.
231        Reflect changes to bsp.am.
232        * include/Makefile.am: Remove.
233        * configure.ac: Reflect changes above.
234
2352003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * bsp_specs: Remove *lib:.
238
2392003-09-04      Joel Sherrill <joel@OARcorp.com>
240
241        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
242        start/start.S, startup/bspclean.c, startup/bspstart.c,
243        startup/linkcmds, timer/timer.c: URL for license changed.
244
2452003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Reflect having moved aclocal/.
248
2492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Reflect having moved automake/.
252        * clock/Makefile.am: Reflect having moved automake/.
253        * console/Makefile.am: Reflect having moved automake/.
254        * include/Makefile.am: Reflect having moved automake/.
255        * network/Makefile.am: Reflect having moved automake/.
256        * start/Makefile.am: Reflect having moved automake/.
257        * startup/Makefile.am: Reflect having moved automake/.
258        * timer/Makefile.am: Reflect having moved automake/.
259        * wrapup/Makefile.am: Reflect having moved automake/.
260
2612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        PR 452/bsps
264        * startup/Makefile.am: Remove USE_INIT_FINI.
265
2662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
269
2702003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        PR 445/bsps
273        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
274        Remove cpp, old_cpp (now unused).
275
2762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Remove AC_CONFIG_AUX_DIR.
279
2802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
283
2842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: AC_PREREQ(2.57).
287
2882003-01-20      Joel Sherrill <joel@OARcorp.com>
289
290        * startup/linkcmds*: Add FreeBSD sysctl() sections.
291
2922002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
296        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
297        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
298        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300
3012002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/Makefile.am: Use install-data-local to install startfile.
304
3052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308
3092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * .cvsignore: Reformat.
312        Add autom4te*cache.
313        Remove autom4te.cache.
314
3152002-08-21      Joel Sherrill <joel@OARcorp.com>
316
317        * wrapup/Makefile.am: PR217 required that the idle task be moved to
318        libcpu so it could be more acutely aware of the CPU model.  This
319        file was modified to pick up the idle task from there.
320
3212002-08-21      Joel Sherrill <joel@OARcorp.com>
322
323        * bsp_specs: Added support for -nostdlibs.
324
3252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
333        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
334
3352002-08-05      Joel Sherrill <joel@OARcorp.com>
336
337        * Per PR260 eliminate use of make-target-options.  This impacted
338        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
339        SuperCore and required that the m68k optimized memcpy be moved
340        to libcpu.
341        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
342
3432002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * start/Makefile.am: Eliminate PGM.
346        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
347
3482002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
351
3522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
355        Remove $(OBJS) from all-local.
356
3572002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
360
3612001-05-09      Joel Sherrill <joel@OARcorp.com>
362
363        * startup/linkcmds: In support of gcc 3.1, added one of more
364        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
365        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
366        and direction of segments to memory regions may also have been
367        addressed.  This was a sweep across all BSPs.
368 
3692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac:
372        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
373        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
374        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
383
3842001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
387
3882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
391        * configure.in: Remove.
392        * configure.ac: New file, generated from configure.in by autoupdate.
393
3942001-09-27      Joel Sherrill <joel@OARcorp.com>
395
396        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
397
3982001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
401
4022001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.in: Add bspopts.h.
405        * include/.cvsignore: Add bspopts.h*, stamp-h*.
406        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
407        * include/bsp.h: Include bspopts.h.
408
4092001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
410
411        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
412
4132000-12-14      Joel Sherrill <joel@OARcorp.com>
414
415        * network/network.c: Removed unused variable warnings.
416
4172000-12-11      Joel Sherrill <joel@OARcorp.com>
418
419        * Makefile.am, configure.in, include/Makefile.am,
420        wrapup/Makefile.am: Updated to reflect addition of network driver
421        by  Franck Julien <FranckJ@cxr.fr>.
422        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
423        network/network.c: New file.
424
4252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
428
4292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
432
4332000-11-01      Joel Sherrill <joel@OARcorp.com>
434
435        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
436        libcsupport.h moved from libc to lib/include/rtems and
437        now must be referenced as <rtems/XXX.h>.   Header file order
438        was cleaned up while doing this.
439
4402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
443        Switch to GNU canonicalization.
444
4452000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
446
447        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
448
4492000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
450
451        * startup/linkcmds: Added lines so DWARF debug information
452        would be available.  Otherwise gdb complains that the offsets
453        for the debug info are incorrect and doesn't load the files.
454
4552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
458        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
459        compile.am
460
4612000-08-10      Joel Sherrill <joel@OARcorp.com>
462
463        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.