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

4.104.114.84.95
Last change on this file since 57357d9 was 57357d9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 08:58:44

2006-10-17 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 14.2 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.60. Require automake-1.10.
8
92006-02-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
12        sections required by newer gcc versions.
13
142006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Add preinstall.am.
17
182005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * include/bsp.h: New header guard.
21
222005-04-26      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/alloc360.c: Eliminate warnings.
25
262005-03-11      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/init68360.c: Add _RomBase declaration.
29
302005-02-11      Joel Sherrill <joel@OARcorp.com>
31
32        * include/bsp.h, startup/init68360.c: Correct type of symbols from
33        linkcmds to compile with gcc 4.x.
34
352005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
38
392005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Remove build-variant support.
42
432004-11-25      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
46        new bss sections .bss.* and .gnu.linkonce.b*.
47
482004-10-28      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/linkcmds: Add .gnu.linkonce.b.*.
51
522004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * configure.ac: Require automake > 1.9.
55
562004-05-21      Joel Sherrill <joel@OARcorp.com>
57
58        * network/network.c: Include errno.h as a consequence of recent updates
59        to BSD header files.
60
612004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        PR 610/bsps
64        * Makefile.am: Add include/tm27.h, Cosmetics.
65        * include/tm27.h: Final cosmetics.
66
672004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * include/bsp.h: Split out tmtest27 support.
70        * include/tm27.h: New.
71
722004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        PR 613/bsps
75        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
76
772004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        PR 614/bsps
80        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
81
822004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
83
84        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
85        c/src/lib/libbsp/m68k/gen68360/console/console.c,
86        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
87        c/src/lib/libbsp/m68k/gen68360/network/network.c,
88        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
89        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
90        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
91        <rtems/m68k/m68360.h> instead of <m68360.h>.
92
932004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
96
972004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
100        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
101        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
102
1032004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * include/bsp.h, network/network.c, startup/bspstart.c,
106        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
107        types.
108
1092004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Reflect changes to bsp.am.
112        Preinstall dist_project_lib*.
113
1142004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Reflect changes to bsp.am.
117
1182004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
121
1222004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Pickup files from ../../m68k/shared instead of
125        ../shared. Reformat.
126
1272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
130
1312004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        PR 562/bsps
134        * Makefile.am: Remove references to m68k-gdbstub.c,
135        rtems-gdbstub-glue.c.
136
137        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
138        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
139        Use automake-compilation rules.
140        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
141        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
142        Remove.
143        * configure.ac: Reflect changes above.
144
1452004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Add PREINSTALL_DIRS.
148        * wrapup/Makefile.am: Reflect changes to libcpu.
149
1502004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
153        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
154        * wrapup/Makefile.am: Reflect changes to libcpu.
155
1562004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
159        Add PRE/TMPINSTALL_FILES to CLEANFILES.
160        * startup/Makefile.am: Ditto.
161
1622004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: Remove.
165        * Makefile.am: Merge-in start/Makefile.am.
166        * configure.ac: Reflect changes above.
167
1682004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * wrapup/Makefile.am: Eliminate $(LIB).
171        Use noinst_DATA to trigger building libbsp.a.
172
1732003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
176        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
177
1782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
181        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
182
1832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
186
1872003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * start/Makefile.am: Misc cleanups and fixes.
190        * startup/Makefile.am: Misc cleanups and fixes.
191        * wrapup/Makefile.am: Misc cleanups and fixes.
192
1932003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Add preinstallation dirstamp support.
196        * clock/Makefile.am: Cosmetics.
197        * console/Makefile.am: Cosmetics.
198        * network/Makefile.am: Cosmetics.
199        * startup/Makefile.am: Cosmetics.
200        * timer/Makefile.am: Cosmetics.
201        * wrapup/Makefile.am: Cosmetics.
202
2032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * clock/Makefile.am: Remove all-local: $(ARCH).
206        * console/Makefile.am: Remove all-local: $(ARCH).
207        * network/Makefile.am: Remove all-local: $(ARCH).
208        * start/Makefile.am: Remove all-local: $(ARCH).
209        * startup/Makefile.am: Remove all-local: $(ARCH).
210        * timer/Makefile.am: Remove all-local: $(ARCH).
211        * wrapup/Makefile.am: Remove all-local: $(ARCH).
212
2132003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Merge-in include/Makefile.am.
216        Reflect changes to bsp.am.
217        * include/Makefile.am: Remove.
218        * configure.ac: Reflect changes above.
219
2202003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * bsp_specs: Remove *lib:.
223
2242003-09-04      Joel Sherrill <joel@OARcorp.com>
225
226        * console/console.c, console/consolereserveresources.c, include/bsp.h,
227        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
228        URL for license changed.
229
2302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Reflect having moved aclocal/.
233
2342003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Reflect having moved automake/.
237        * clock/Makefile.am: Reflect having moved automake/.
238        * console/Makefile.am: Reflect having moved automake/.
239        * include/Makefile.am: Reflect having moved automake/.
240        * network/Makefile.am: Reflect having moved automake/.
241        * start/Makefile.am: Reflect having moved automake/.
242        * startup/Makefile.am: Reflect having moved automake/.
243        * timer/Makefile.am: Reflect having moved automake/.
244        * wrapup/Makefile.am: Reflect having moved automake/.
245
2462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        PR 452/bsps
249        * startup/Makefile.am: Remove USE_INIT_FINI.
250
2512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
254
2552003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        PR 445/bsps
258        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
259        Remove cpp, old_cpp (now unused).
260
2612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Remove AC_CONFIG_AUX_DIR.
264
2652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
268
2692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: AC_PREREQ(2.57).
272
2732003-01-20      Joel Sherrill <joel@OARcorp.com>
274
275        * startup/linkcmds*: Add FreeBSD sysctl() sections.
276
2772002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285
2862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/Makefile.am: Use install-data-local to install startfile.
289
2902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293
2942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * .cvsignore: Reformat.
297        Add autom4te*cache.
298        Remove autom4te.cache.
299
3002002-08-21      Joel Sherrill <joel@OARcorp.com>
301
302        * wrapup/Makefile.am: PR217 required that the idle task be moved to
303        libcpu so it could be more acutely aware of the CPU model.  This
304        file was modified to pick up the idle task from there.
305
3062002-08-21      Joel Sherrill <joel@OARcorp.com>
307
308        * bsp_specs: Added support for -nostdlibs.
309
3102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
319
3202002-08-05      Joel Sherrill <joel@OARcorp.com>
321
322        * Per PR260 eliminate use of make-target-options.  This impacted
323        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
324        SuperCore and required that the m68k optimized memcpy be moved
325        to libcpu.
326        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
327
3282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * start/Makefile.am: Eliminate PGM.
331        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
332
3332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
336        linkcmds.bootp.
337
3382002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
341        Remove $(OBJS) from all-local.
342
3432002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
346
3472002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
348
349        * startup/Makefile.am: Compile the m68k gdb stub and glue.
350
3512002-05-14      Eric Norum <eric.norum@usask.ca>
352
353        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
354        sections needed by gcc 3.1.  linkcmds had already been fixed on
355        a gcc 3.1 clean up sweep.
356
3572001-05-09      Joel Sherrill <joel@OARcorp.com>
358
359        * startup/linkcmds: In support of gcc 3.1, added one of more
360        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
361        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
362        and direction of segments to memory regions may also have been
363        addressed.  This was a sweep across all BSPs.
364 
3652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * configure.ac:
368        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
369        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
370        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
379
3802001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
383
3842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
387        * configure.in: Remove.
388        * configure.ac: New file, generated from configure.in by autoupdate.
389
3902001-09-27      Joel Sherrill <joel@OARcorp.com>
391
392        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
393
3942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
397
3982001-09-14      Eric Norum <eric.norum@usask.ca>
399
400        * startup/init68360.c: Modifications to make gcc 3.x happy.
401
4022001-09-19      Eric Norum <eric.norum@usask.ca>
403
404        * README: Bring it more in line with reality.
405
4062001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.in: Add bspopts.h.
409        * include/.cvsignore: Add bspopts.h*, stamp-h*.
410        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
411        * include/bsp.h: Include bspopts.h.
412
4132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
414
415        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
416
4172001-01-12      Eric Norum <eric.norum@usask.ca>
418
419        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
420        Clock driver updated to use shell driver mechanism.
421        * clock/ckinit.c: Removed.
422        * clock/clock.c: New file.
423
4242000-12-19      Joel Sherrill <joel@OARcorp.com>
425
426        * Makefile.am: Removed unneeded blank line.
427
4282000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
431
4322000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
435
4362000-11-01      Joel Sherrill <joel@OARcorp.com>
437
438        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
439        and libcsupport.h moved from libc to lib/include/rtems and
440        now must be referenced as <rtems/XXX.h>.   Header file order
441        was cleaned up while doing this.
442
4432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
446        Switch to GNU canonicalization.
447
4482000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
449
450        * startup/linkcmds: Added lines so DWARF debug information
451        would be available.  Otherwise gdb complains that the offsets
452        for the debug info are incorrect and doesn't load the files.
453
4542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
457        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
458        wrapup/Makefile.am: Include compile.am
459
4602000-08-10      Joel Sherrill <joel@OARcorp.com>
461
462        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.