source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ 3002831

4.104.114.84.95
Last change on this file since 3002831 was 3002831, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/07 at 11:15:31

2007-04-02 Joel Sherrill <joel@…>

  • Makefile.am: Add dummy printk support so all tests link.
  • Property mode set to 100644
File size: 14.9 KB
Line 
12007-04-02      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add dummy printk support so all tests link.
4
52007-03-11      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/bspstart.c: Remove assignments of
8        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
9        value in boot_card.c
10
112006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
14
152006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: New BUG-REPORT address.
18
192006-11-15      Joel Sherrill <joel@OARcorp.com>
20
21        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
22        file and simplified initialization.
23
242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * Makefile.am: Remove superfluous -DASM.
27
282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: Require autoconf-2.60. Require automake-1.10.
31
322006-02-08      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
35        sections required by newer gcc versions.
36
372006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Add preinstall.am.
40
412005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * include/bsp.h: New header guard.
44
452005-04-26      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/alloc360.c: Eliminate warnings.
48
492005-03-11      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/init68360.c: Add _RomBase declaration.
52
532005-02-11      Joel Sherrill <joel@OARcorp.com>
54
55        * include/bsp.h, startup/init68360.c: Correct type of symbols from
56        linkcmds to compile with gcc 4.x.
57
582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
61
622005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Remove build-variant support.
65
662004-11-25      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
69        new bss sections .bss.* and .gnu.linkonce.b*.
70
712004-10-28      Joel Sherrill <joel@OARcorp.com>
72
73        * startup/linkcmds: Add .gnu.linkonce.b.*.
74
752004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * configure.ac: Require automake > 1.9.
78
792004-05-21      Joel Sherrill <joel@OARcorp.com>
80
81        * network/network.c: Include errno.h as a consequence of recent updates
82        to BSD header files.
83
842004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        PR 610/bsps
87        * Makefile.am: Add include/tm27.h, Cosmetics.
88        * include/tm27.h: Final cosmetics.
89
902004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * include/bsp.h: Split out tmtest27 support.
93        * include/tm27.h: New.
94
952004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        PR 613/bsps
98        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
99
1002004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        PR 614/bsps
103        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
104
1052004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
106
107        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
108        c/src/lib/libbsp/m68k/gen68360/console/console.c,
109        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
110        c/src/lib/libbsp/m68k/gen68360/network/network.c,
111        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
112        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
113        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
114        <rtems/m68k/m68360.h> instead of <m68360.h>.
115
1162004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
119
1202004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
123        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
124        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
125
1262004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * include/bsp.h, network/network.c, startup/bspstart.c,
129        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
130        types.
131
1322004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect changes to bsp.am.
135        Preinstall dist_project_lib*.
136
1372004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Reflect changes to bsp.am.
140
1412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
144
1452004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Pickup files from ../../m68k/shared instead of
148        ../shared. Reformat.
149
1502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
153
1542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        PR 562/bsps
157        * Makefile.am: Remove references to m68k-gdbstub.c,
158        rtems-gdbstub-glue.c.
159
160        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
161        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
162        Use automake-compilation rules.
163        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
164        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
165        Remove.
166        * configure.ac: Reflect changes above.
167
1682004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Add PREINSTALL_DIRS.
171        * wrapup/Makefile.am: Reflect changes to libcpu.
172
1732004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
176        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
177        * wrapup/Makefile.am: Reflect changes to libcpu.
178
1792004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
182        Add PRE/TMPINSTALL_FILES to CLEANFILES.
183        * startup/Makefile.am: Ditto.
184
1852004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * start/Makefile.am: Remove.
188        * Makefile.am: Merge-in start/Makefile.am.
189        * configure.ac: Reflect changes above.
190
1912004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * wrapup/Makefile.am: Eliminate $(LIB).
194        Use noinst_DATA to trigger building libbsp.a.
195
1962003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
199        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
200
2012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
204        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
205
2062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
209
2102003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * start/Makefile.am: Misc cleanups and fixes.
213        * startup/Makefile.am: Misc cleanups and fixes.
214        * wrapup/Makefile.am: Misc cleanups and fixes.
215
2162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Add preinstallation dirstamp support.
219        * clock/Makefile.am: Cosmetics.
220        * console/Makefile.am: Cosmetics.
221        * network/Makefile.am: Cosmetics.
222        * startup/Makefile.am: Cosmetics.
223        * timer/Makefile.am: Cosmetics.
224        * wrapup/Makefile.am: Cosmetics.
225
2262003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * clock/Makefile.am: Remove all-local: $(ARCH).
229        * console/Makefile.am: Remove all-local: $(ARCH).
230        * network/Makefile.am: Remove all-local: $(ARCH).
231        * start/Makefile.am: Remove all-local: $(ARCH).
232        * startup/Makefile.am: Remove all-local: $(ARCH).
233        * timer/Makefile.am: Remove all-local: $(ARCH).
234        * wrapup/Makefile.am: Remove all-local: $(ARCH).
235
2362003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Merge-in include/Makefile.am.
239        Reflect changes to bsp.am.
240        * include/Makefile.am: Remove.
241        * configure.ac: Reflect changes above.
242
2432003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * bsp_specs: Remove *lib:.
246
2472003-09-04      Joel Sherrill <joel@OARcorp.com>
248
249        * console/console.c, console/consolereserveresources.c, include/bsp.h,
250        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
251        URL for license changed.
252
2532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Reflect having moved aclocal/.
256
2572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Reflect having moved automake/.
260        * clock/Makefile.am: Reflect having moved automake/.
261        * console/Makefile.am: Reflect having moved automake/.
262        * include/Makefile.am: Reflect having moved automake/.
263        * network/Makefile.am: Reflect having moved automake/.
264        * start/Makefile.am: Reflect having moved automake/.
265        * startup/Makefile.am: Reflect having moved automake/.
266        * timer/Makefile.am: Reflect having moved automake/.
267        * wrapup/Makefile.am: Reflect having moved automake/.
268
2692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        PR 452/bsps
272        * startup/Makefile.am: Remove USE_INIT_FINI.
273
2742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
277
2782003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        PR 445/bsps
281        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
282        Remove cpp, old_cpp (now unused).
283
2842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Remove AC_CONFIG_AUX_DIR.
287
2882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
291
2922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: AC_PREREQ(2.57).
295
2962003-01-20      Joel Sherrill <joel@OARcorp.com>
297
298        * startup/linkcmds*: Add FreeBSD sysctl() sections.
299
3002002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308
3092002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * start/Makefile.am: Use install-data-local to install startfile.
312
3132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
316
3172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * .cvsignore: Reformat.
320        Add autom4te*cache.
321        Remove autom4te.cache.
322
3232002-08-21      Joel Sherrill <joel@OARcorp.com>
324
325        * wrapup/Makefile.am: PR217 required that the idle task be moved to
326        libcpu so it could be more acutely aware of the CPU model.  This
327        file was modified to pick up the idle task from there.
328
3292002-08-21      Joel Sherrill <joel@OARcorp.com>
330
331        * bsp_specs: Added support for -nostdlibs.
332
3332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
336        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
337        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
338        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
339        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
340        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
341        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
342
3432002-08-05      Joel Sherrill <joel@OARcorp.com>
344
345        * Per PR260 eliminate use of make-target-options.  This impacted
346        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
347        SuperCore and required that the m68k optimized memcpy be moved
348        to libcpu.
349        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
350
3512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * start/Makefile.am: Eliminate PGM.
354        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
355
3562002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
359        linkcmds.bootp.
360
3612002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
364        Remove $(OBJS) from all-local.
365
3662002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
369
3702002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
371
372        * startup/Makefile.am: Compile the m68k gdb stub and glue.
373
3742002-05-14      Eric Norum <eric.norum@usask.ca>
375
376        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
377        sections needed by gcc 3.1.  linkcmds had already been fixed on
378        a gcc 3.1 clean up sweep.
379
3802001-05-09      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/linkcmds: In support of gcc 3.1, added one of more
383        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
384        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
385        and direction of segments to memory regions may also have been
386        addressed.  This was a sweep across all BSPs.
387 
3882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac:
391        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
392        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
393        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
400        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
402
4032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
406
4072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
410        * configure.in: Remove.
411        * configure.ac: New file, generated from configure.in by autoupdate.
412
4132001-09-27      Joel Sherrill <joel@OARcorp.com>
414
415        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
416
4172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
420
4212001-09-14      Eric Norum <eric.norum@usask.ca>
422
423        * startup/init68360.c: Modifications to make gcc 3.x happy.
424
4252001-09-19      Eric Norum <eric.norum@usask.ca>
426
427        * README: Bring it more in line with reality.
428
4292001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.in: Add bspopts.h.
432        * include/.cvsignore: Add bspopts.h*, stamp-h*.
433        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
434        * include/bsp.h: Include bspopts.h.
435
4362001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
437
438        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
439
4402001-01-12      Eric Norum <eric.norum@usask.ca>
441
442        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
443        Clock driver updated to use shell driver mechanism.
444        * clock/ckinit.c: Removed.
445        * clock/clock.c: New file.
446
4472000-12-19      Joel Sherrill <joel@OARcorp.com>
448
449        * Makefile.am: Removed unneeded blank line.
450
4512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
454
4552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
458
4592000-11-01      Joel Sherrill <joel@OARcorp.com>
460
461        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
462        and libcsupport.h moved from libc to lib/include/rtems and
463        now must be referenced as <rtems/XXX.h>.   Header file order
464        was cleaned up while doing this.
465
4662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
469        Switch to GNU canonicalization.
470
4712000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
472
473        * startup/linkcmds: Added lines so DWARF debug information
474        would be available.  Otherwise gdb complains that the offsets
475        for the debug info are incorrect and doesn't load the files.
476
4772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
480        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
481        wrapup/Makefile.am: Include compile.am
482
4832000-08-10      Joel Sherrill <joel@OARcorp.com>
484
485        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.