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

Last change on this file since 625ef85 was 625ef85, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/07 at 11:18:03

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

  • Makefile.am: Add dummy printk support so all tests link.
  • Property mode set to 100644
File size: 14.4 KB
Line 
12007-04-02      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add dummy printk support so all tests link.
4
52006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: New BUG-REPORT address.
8
92006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove superfluous -DASM.
12
132006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Require automake-1.10. Require autoconf-2.60.
16
172006-02-08      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
20        sections required by newer gcc versions.
21
222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Add preinstall.am.
25
262005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * include/bsp.h: New header guard.
29
302005-04-26      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/alloc360.c: Eliminate warnings.
33
342005-03-11      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/init68360.c: Add _RomBase declaration.
37
382005-02-11      Joel Sherrill <joel@OARcorp.com>
39
40        * include/bsp.h, startup/init68360.c: Correct type of symbols from
41        linkcmds to compile with gcc 4.x.
42
432005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
46
472005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Remove build-variant support.
50
512004-11-25      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
54        new bss sections .bss.* and .gnu.linkonce.b*.
55
562004-10-28      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/linkcmds: Add .gnu.linkonce.b.*.
59
602004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * configure.ac: Require automake > 1.9.
63
642004-05-21      Joel Sherrill <joel@OARcorp.com>
65
66        * network/network.c: Include errno.h as a consequence of recent updates
67        to BSD header files.
68
692004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        PR 610/bsps
72        * Makefile.am: Add include/tm27.h, Cosmetics.
73        * include/tm27.h: Final cosmetics.
74
752004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * include/bsp.h: Split out tmtest27 support.
78        * include/tm27.h: New.
79
802004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        PR 613/bsps
83        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
84
852004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        PR 614/bsps
88        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
89
902004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
91
92        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
93        c/src/lib/libbsp/m68k/gen68360/console/console.c,
94        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
95        c/src/lib/libbsp/m68k/gen68360/network/network.c,
96        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
97        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
98        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
99        <rtems/m68k/m68360.h> instead of <m68360.h>.
100
1012004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
104
1052004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
108        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
109        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
110
1112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        * include/bsp.h, network/network.c, startup/bspstart.c,
114        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
115        types.
116
1172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Reflect changes to bsp.am.
120        Preinstall dist_project_lib*.
121
1222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Reflect changes to bsp.am.
125
1262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
129
1302004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Pickup files from ../../m68k/shared instead of
133        ../shared. Reformat.
134
1352004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
138
1392004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        PR 562/bsps
142        * Makefile.am: Remove references to m68k-gdbstub.c,
143        rtems-gdbstub-glue.c.
144
145        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
146        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
147        Use automake-compilation rules.
148        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
149        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
150        Remove.
151        * configure.ac: Reflect changes above.
152
1532004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Add PREINSTALL_DIRS.
156        * wrapup/Makefile.am: Reflect changes to libcpu.
157
1582004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
161        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
162        * wrapup/Makefile.am: Reflect changes to libcpu.
163
1642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
167        Add PRE/TMPINSTALL_FILES to CLEANFILES.
168        * startup/Makefile.am: Ditto.
169
1702004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * start/Makefile.am: Remove.
173        * Makefile.am: Merge-in start/Makefile.am.
174        * configure.ac: Reflect changes above.
175
1762004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * wrapup/Makefile.am: Eliminate $(LIB).
179        Use noinst_DATA to trigger building libbsp.a.
180
1812003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
184        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
185
1862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
189        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
190
1912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
194
1952003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * start/Makefile.am: Misc cleanups and fixes.
198        * startup/Makefile.am: Misc cleanups and fixes.
199        * wrapup/Makefile.am: Misc cleanups and fixes.
200
2012003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Add preinstallation dirstamp support.
204        * clock/Makefile.am: Cosmetics.
205        * console/Makefile.am: Cosmetics.
206        * network/Makefile.am: Cosmetics.
207        * startup/Makefile.am: Cosmetics.
208        * timer/Makefile.am: Cosmetics.
209        * wrapup/Makefile.am: Cosmetics.
210
2112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * clock/Makefile.am: Remove all-local: $(ARCH).
214        * console/Makefile.am: Remove all-local: $(ARCH).
215        * network/Makefile.am: Remove all-local: $(ARCH).
216        * start/Makefile.am: Remove all-local: $(ARCH).
217        * startup/Makefile.am: Remove all-local: $(ARCH).
218        * timer/Makefile.am: Remove all-local: $(ARCH).
219        * wrapup/Makefile.am: Remove all-local: $(ARCH).
220
2212003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Merge-in include/Makefile.am.
224        Reflect changes to bsp.am.
225        * include/Makefile.am: Remove.
226        * configure.ac: Reflect changes above.
227
2282003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * bsp_specs: Remove *lib:.
231
2322003-09-04      Joel Sherrill <joel@OARcorp.com>
233
234        * console/console.c, console/consolereserveresources.c, include/bsp.h,
235        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
236        URL for license changed.
237
2382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Reflect having moved aclocal/.
241
2422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Reflect having moved automake/.
245        * clock/Makefile.am: Reflect having moved automake/.
246        * console/Makefile.am: Reflect having moved automake/.
247        * include/Makefile.am: Reflect having moved automake/.
248        * network/Makefile.am: Reflect having moved automake/.
249        * start/Makefile.am: Reflect having moved automake/.
250        * startup/Makefile.am: Reflect having moved automake/.
251        * timer/Makefile.am: Reflect having moved automake/.
252        * wrapup/Makefile.am: Reflect having moved automake/.
253
2542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        PR 452/bsps
257        * startup/Makefile.am: Remove USE_INIT_FINI.
258
2592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
262
2632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        PR 445/bsps
266        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
267        Remove cpp, old_cpp (now unused).
268
2692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Remove AC_CONFIG_AUX_DIR.
272
2732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
276
2772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: AC_PREREQ(2.57).
280
2812003-01-20      Joel Sherrill <joel@OARcorp.com>
282
283        * startup/linkcmds*: Add FreeBSD sysctl() sections.
284
2852002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293
2942002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * start/Makefile.am: Use install-data-local to install startfile.
297
2982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301
3022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * .cvsignore: Reformat.
305        Add autom4te*cache.
306        Remove autom4te.cache.
307
3082002-08-21      Joel Sherrill <joel@OARcorp.com>
309
310        * wrapup/Makefile.am: PR217 required that the idle task be moved to
311        libcpu so it could be more acutely aware of the CPU model.  This
312        file was modified to pick up the idle task from there.
313
3142002-08-21      Joel Sherrill <joel@OARcorp.com>
315
316        * bsp_specs: Added support for -nostdlibs.
317
3182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
327
3282002-08-05      Joel Sherrill <joel@OARcorp.com>
329
330        * Per PR260 eliminate use of make-target-options.  This impacted
331        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
332        SuperCore and required that the m68k optimized memcpy be moved
333        to libcpu.
334        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
335
3362002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * start/Makefile.am: Eliminate PGM.
339        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
340
3412002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
344        linkcmds.bootp.
345
3462002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
349        Remove $(OBJS) from all-local.
350
3512002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
354
3552002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
356
357        * startup/Makefile.am: Compile the m68k gdb stub and glue.
358
3592002-05-14      Eric Norum <eric.norum@usask.ca>
360
361        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
362        sections needed by gcc 3.1.  linkcmds had already been fixed on
363        a gcc 3.1 clean up sweep.
364
3652001-05-09      Joel Sherrill <joel@OARcorp.com>
366
367        * startup/linkcmds: In support of gcc 3.1, added one of more
368        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
369        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
370        and direction of segments to memory regions may also have been
371        addressed.  This was a sweep across all BSPs.
372 
3732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac:
376        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
377        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
378        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
387
3882001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
391
3922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
395        * configure.in: Remove.
396        * configure.ac: New file, generated from configure.in by autoupdate.
397
3982001-09-27      Joel Sherrill <joel@OARcorp.com>
399
400        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
401
4022001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
405
4062001-09-14      Eric Norum <eric.norum@usask.ca>
407
408        * startup/init68360.c: Modifications to make gcc 3.x happy.
409
4102001-09-19      Eric Norum <eric.norum@usask.ca>
411
412        * README: Bring it more in line with reality.
413
4142001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.in: Add bspopts.h.
417        * include/.cvsignore: Add bspopts.h*, stamp-h*.
418        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
419        * include/bsp.h: Include bspopts.h.
420
4212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
422
423        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
424
4252001-01-12      Eric Norum <eric.norum@usask.ca>
426
427        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
428        Clock driver updated to use shell driver mechanism.
429        * clock/ckinit.c: Removed.
430        * clock/clock.c: New file.
431
4322000-12-19      Joel Sherrill <joel@OARcorp.com>
433
434        * Makefile.am: Removed unneeded blank line.
435
4362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
439
4402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
443
4442000-11-01      Joel Sherrill <joel@OARcorp.com>
445
446        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
447        and libcsupport.h moved from libc to lib/include/rtems and
448        now must be referenced as <rtems/XXX.h>.   Header file order
449        was cleaned up while doing this.
450
4512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
454        Switch to GNU canonicalization.
455
4562000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
457
458        * startup/linkcmds: Added lines so DWARF debug information
459        would be available.  Otherwise gdb complains that the offsets
460        for the debug info are incorrect and doesn't load the files.
461
4622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
465        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
466        wrapup/Makefile.am: Include compile.am
467
4682000-08-10      Joel Sherrill <joel@OARcorp.com>
469
470        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.