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

4.104.114.84.95
Last change on this file since 754610f was 754610f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 06:21:56

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

  • configure.ac: Require autoconf-2.60. Require automake-1.10.
  • Property mode set to 100644
File size: 14.1 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.60. Require automake-1.10.
4
52006-02-08      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
8        sections required by newer gcc versions.
9
102006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Add preinstall.am.
13
142005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * include/bsp.h: New header guard.
17
182005-04-26      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/alloc360.c: Eliminate warnings.
21
222005-03-11      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/init68360.c: Add _RomBase declaration.
25
262005-02-11      Joel Sherrill <joel@OARcorp.com>
27
28        * include/bsp.h, startup/init68360.c: Correct type of symbols from
29        linkcmds to compile with gcc 4.x.
30
312005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
34
352005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Remove build-variant support.
38
392004-11-25      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
42        new bss sections .bss.* and .gnu.linkonce.b*.
43
442004-10-28      Joel Sherrill <joel@OARcorp.com>
45
46        * startup/linkcmds: Add .gnu.linkonce.b.*.
47
482004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * configure.ac: Require automake > 1.9.
51
522004-05-21      Joel Sherrill <joel@OARcorp.com>
53
54        * network/network.c: Include errno.h as a consequence of recent updates
55        to BSD header files.
56
572004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 610/bsps
60        * Makefile.am: Add include/tm27.h, Cosmetics.
61        * include/tm27.h: Final cosmetics.
62
632004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * include/bsp.h: Split out tmtest27 support.
66        * include/tm27.h: New.
67
682004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        PR 613/bsps
71        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
72
732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        PR 614/bsps
76        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
77
782004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
79
80        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
81        c/src/lib/libbsp/m68k/gen68360/console/console.c,
82        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
83        c/src/lib/libbsp/m68k/gen68360/network/network.c,
84        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
85        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
86        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
87        <rtems/m68k/m68360.h> instead of <m68360.h>.
88
892004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
92
932004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
96        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
97        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
98
992004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
100
101        * include/bsp.h, network/network.c, startup/bspstart.c,
102        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
103        types.
104
1052004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Reflect changes to bsp.am.
108        Preinstall dist_project_lib*.
109
1102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Reflect changes to bsp.am.
113
1142004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
117
1182004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Pickup files from ../../m68k/shared instead of
121        ../shared. Reformat.
122
1232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
126
1272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        PR 562/bsps
130        * Makefile.am: Remove references to m68k-gdbstub.c,
131        rtems-gdbstub-glue.c.
132
133        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
134        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
135        Use automake-compilation rules.
136        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
137        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
138        Remove.
139        * configure.ac: Reflect changes above.
140
1412004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Add PREINSTALL_DIRS.
144        * wrapup/Makefile.am: Reflect changes to libcpu.
145
1462004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
149        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
150        * wrapup/Makefile.am: Reflect changes to libcpu.
151
1522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
155        Add PRE/TMPINSTALL_FILES to CLEANFILES.
156        * startup/Makefile.am: Ditto.
157
1582004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Remove.
161        * Makefile.am: Merge-in start/Makefile.am.
162        * configure.ac: Reflect changes above.
163
1642004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * wrapup/Makefile.am: Eliminate $(LIB).
167        Use noinst_DATA to trigger building libbsp.a.
168
1692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
172        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
177        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
178
1792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
182
1832003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * start/Makefile.am: Misc cleanups and fixes.
186        * startup/Makefile.am: Misc cleanups and fixes.
187        * wrapup/Makefile.am: Misc cleanups and fixes.
188
1892003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Add preinstallation dirstamp support.
192        * clock/Makefile.am: Cosmetics.
193        * console/Makefile.am: Cosmetics.
194        * network/Makefile.am: Cosmetics.
195        * startup/Makefile.am: Cosmetics.
196        * timer/Makefile.am: Cosmetics.
197        * wrapup/Makefile.am: Cosmetics.
198
1992003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * clock/Makefile.am: Remove all-local: $(ARCH).
202        * console/Makefile.am: Remove all-local: $(ARCH).
203        * network/Makefile.am: Remove all-local: $(ARCH).
204        * start/Makefile.am: Remove all-local: $(ARCH).
205        * startup/Makefile.am: Remove all-local: $(ARCH).
206        * timer/Makefile.am: Remove all-local: $(ARCH).
207        * wrapup/Makefile.am: Remove all-local: $(ARCH).
208
2092003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Merge-in include/Makefile.am.
212        Reflect changes to bsp.am.
213        * include/Makefile.am: Remove.
214        * configure.ac: Reflect changes above.
215
2162003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * bsp_specs: Remove *lib:.
219
2202003-09-04      Joel Sherrill <joel@OARcorp.com>
221
222        * console/console.c, console/consolereserveresources.c, include/bsp.h,
223        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
224        URL for license changed.
225
2262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Reflect having moved aclocal/.
229
2302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Reflect having moved automake/.
233        * clock/Makefile.am: Reflect having moved automake/.
234        * console/Makefile.am: Reflect having moved automake/.
235        * include/Makefile.am: Reflect having moved automake/.
236        * network/Makefile.am: Reflect having moved automake/.
237        * start/Makefile.am: Reflect having moved automake/.
238        * startup/Makefile.am: Reflect having moved automake/.
239        * timer/Makefile.am: Reflect having moved automake/.
240        * wrapup/Makefile.am: Reflect having moved automake/.
241
2422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        PR 452/bsps
245        * startup/Makefile.am: Remove USE_INIT_FINI.
246
2472003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
250
2512003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        PR 445/bsps
254        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
255        Remove cpp, old_cpp (now unused).
256
2572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Remove AC_CONFIG_AUX_DIR.
260
2612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
264
2652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: AC_PREREQ(2.57).
268
2692003-01-20      Joel Sherrill <joel@OARcorp.com>
270
271        * startup/linkcmds*: Add FreeBSD sysctl() sections.
272
2732002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281
2822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * start/Makefile.am: Use install-data-local to install startfile.
285
2862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289
2902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * .cvsignore: Reformat.
293        Add autom4te*cache.
294        Remove autom4te.cache.
295
2962002-08-21      Joel Sherrill <joel@OARcorp.com>
297
298        * wrapup/Makefile.am: PR217 required that the idle task be moved to
299        libcpu so it could be more acutely aware of the CPU model.  This
300        file was modified to pick up the idle task from there.
301
3022002-08-21      Joel Sherrill <joel@OARcorp.com>
303
304        * bsp_specs: Added support for -nostdlibs.
305
3062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
310        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
311        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
312        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
315
3162002-08-05      Joel Sherrill <joel@OARcorp.com>
317
318        * Per PR260 eliminate use of make-target-options.  This impacted
319        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
320        SuperCore and required that the m68k optimized memcpy be moved
321        to libcpu.
322        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
323
3242002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * start/Makefile.am: Eliminate PGM.
327        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
328
3292002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
332        linkcmds.bootp.
333
3342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
337        Remove $(OBJS) from all-local.
338
3392002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
342
3432002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
344
345        * startup/Makefile.am: Compile the m68k gdb stub and glue.
346
3472002-05-14      Eric Norum <eric.norum@usask.ca>
348
349        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
350        sections needed by gcc 3.1.  linkcmds had already been fixed on
351        a gcc 3.1 clean up sweep.
352
3532001-05-09      Joel Sherrill <joel@OARcorp.com>
354
355        * startup/linkcmds: In support of gcc 3.1, added one of more
356        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
357        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
358        and direction of segments to memory regions may also have been
359        addressed.  This was a sweep across all BSPs.
360 
3612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac:
364        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
365        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
366        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
375
3762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
379
3802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
383        * configure.in: Remove.
384        * configure.ac: New file, generated from configure.in by autoupdate.
385
3862001-09-27      Joel Sherrill <joel@OARcorp.com>
387
388        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
389
3902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
393
3942001-09-14      Eric Norum <eric.norum@usask.ca>
395
396        * startup/init68360.c: Modifications to make gcc 3.x happy.
397
3982001-09-19      Eric Norum <eric.norum@usask.ca>
399
400        * README: Bring it more in line with reality.
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
4132001-01-12      Eric Norum <eric.norum@usask.ca>
414
415        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
416        Clock driver updated to use shell driver mechanism.
417        * clock/ckinit.c: Removed.
418        * clock/clock.c: New file.
419
4202000-12-19      Joel Sherrill <joel@OARcorp.com>
421
422        * Makefile.am: Removed unneeded blank line.
423
4242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
427
4282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
431
4322000-11-01      Joel Sherrill <joel@OARcorp.com>
433
434        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
435        and libcsupport.h moved from libc to lib/include/rtems and
436        now must be referenced as <rtems/XXX.h>.   Header file order
437        was cleaned up while doing this.
438
4392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
442        Switch to GNU canonicalization.
443
4442000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
445
446        * startup/linkcmds: Added lines so DWARF debug information
447        would be available.  Otherwise gdb complains that the offsets
448        for the debug info are incorrect and doesn't load the files.
449
4502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
453        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
454        wrapup/Makefile.am: Include compile.am
455
4562000-08-10      Joel Sherrill <joel@OARcorp.com>
457
458        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.