source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/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: 12.6 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.flash: Add sections required by
8        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-02-11      Joel Sherrill <joel@OARcorp.com>
19
20        * include/bsp.h: Correct type of symbols from linkcmds to compile with
21        gcc 4.x.
22
232005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * tod/todcfg.c: size_t RTC_Count.
26
272005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
30
312005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Remove build-variant support.
34
352004-11-25      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds, startup/linkcmds.flash: Add new bss sections .bss.*
38        and .gnu.linkonce.b*.
39
402004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * configure.ac: Require automake > 1.9.
43
442004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        PR 610/bsps
47        * Makefile.am: Add include/tm27.h, Cosmetics.
48        * include/tm27.h: Final cosmetics.
49
502004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * include/bsp.h: Split out tmtest27 support.
53        * include/tm27.h: New.
54
552004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        PR 613/bsps
58        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
59
602004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        PR 614/bsps
63        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
64
652004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
68
692004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
72        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
73        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
74
752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
78        include/i2c.h, nvram/nvram.c, startup/bspstart.c,
79        startup/init5206e.c, tod/ds1307.c: Convert to using c99 fixed size
80        types.
81
822004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect changes to bsp.am.
85        Preinstall dist_project_lib*.
86
872004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Reflect changes to bsp.am.
90
912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
94
952004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Pickup files from ../../m68k/shared instead of
98        ../shared. Reformat.
99
1002004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
103
1042004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
107        to libcpu/m68k/mcf5206/mcfuart.rel
108
1092004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
112        nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
113        wrapup/Makefile.am.
114        Use automake compilation rules.
115        * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
116        startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
117        Remove.
118        * configure.ac: Reflect changes above.
119
1202004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Add PREINSTALL_DIRS.
123        * wrapup/Makefile.am: Reflect changes to libcpu.
124
1252004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Reflect changes to libcpu.
128
1292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
132        Add PRE/TMPINSTALL_FILES to CLEANFILES.
133        * startup/Makefile.am: Ditto.
134
1352004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: Remove.
138        * Makefile.am: Merge-in start/Makefile.am.
139        * configure.ac: Reflect changes above.
140
1412004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * wrapup/Makefile.am: Eliminate $(LIB).
144        Use noinst_DATA to trigger building libbsp.a.
145
1462003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
149        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
150
1512003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
154        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
155
1562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
159
1602003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * console/Makefile.am: Misc cleanups and fixes.
163        * i2c/Makefile.am: Misc cleanups and fixes.
164        * nvram/Makefile.am: Misc cleanups and fixes.
165        * start/Makefile.am: Misc cleanups and fixes.
166        * startup/Makefile.am: Misc cleanups and fixes.
167        * tod/Makefile.am: Misc cleanups and fixes.
168        * wrapup/Makefile.am: Misc cleanups and fixes.
169
1702003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * console/Makefile.am: Remove all: $(ARCH)..
173        * i2c/Makefile.am: Remove all: $(ARCH)..
174        * nvram/Makefile.am: Remove all: $(ARCH)..
175        * startup/Makefile.am: Remove all: $(ARCH)..
176        * tod/Makefile.am: Remove all: $(ARCH)..
177        * wrapup/Makefile.am: Remove all: $(ARCH).
178        Remove bogus wildcard from CPU_PIECES..
179
1802003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Cosmetics.
183        * console/Makefile.am: Cosmetics.
184        * i2c/Makefile.am: Cosmetics.
185        * nvram/Makefile.am: Cosmetics.
186        * start/Makefile.am: Cosmetics.
187        * startup/Makefile.am: Cosmetics.
188        * tod/Makefile.am: Cosmetics.
189        * wrapup/Makefile.am: Cosmetics.
190
1912003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Add preinstallation dirstamp support.
194        * console/Makefile.am: Cosmetics.
195        * i2c/Makefile.am: Cosmetics.
196        * nvram/Makefile.am: Cosmetics.
197        * startup/Makefile.am: Cosmetics.
198        * tod/Makefile.am: Cosmetics.
199        * wrapup/Makefile.am: Cosmetics.
200
2012003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * start/Makefile.am: Remove all-local: $(ARCH).
204
2052003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Merge-in include/Makefile.am.
208        Reflect changes to bsp.am.
209        * include/Makefile.am: Remove.
210        * configure.ac: Reflect changes above.
211
2122003-09-04      Joel Sherrill <joel@OARcorp.com>
213
214        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
215        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
216        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
217        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
218        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
219        URL for license changed.
220
2212003-08-20      Joel Sherrill <joel@OARcorp.com>
222
223        * console/console.c, start/start.S, startup/bspclean.c,
224        startup/bspstart.c, startup/init5206e.c: Correct copyright
225        statements.
226
2272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Reflect having moved aclocal/.
230
2312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Reflect having moved automake/.
234        * console/Makefile.am: Reflect having moved automake/.
235        * i2c/Makefile.am: Reflect having moved automake/.
236        * include/Makefile.am: Reflect having moved automake/.
237        * nvram/Makefile.am: Reflect having moved automake/.
238        * start/Makefile.am: Reflect having moved automake/.
239        * startup/Makefile.am: Reflect having moved automake/.
240        * tod/Makefile.am: Reflect having moved automake/.
241        * wrapup/Makefile.am: Reflect having moved automake/.
242
2432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        PR 452/bsps
246        * startup/Makefile.am: Remove USE_INIT_FINI.
247
2482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
251
2522003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        PR 445/bsps
255        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
256        Remove cpp, old_cpp (now unused).
257
2582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Remove AC_CONFIG_AUX_DIR.
261
2622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
265
2662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: AC_PREREQ(2.57).
269
2702003-01-20      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/linkcmds*: Add FreeBSD sysctl() sections.
273
2742002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282
2832002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/Makefile.am: Use install-data-local to install startfile.
286
2872002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290
2912002-11-04      Joel Sherrill <joel@OARcorp.com>
292
293        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
294        tod/ds1307.c: Removed warnings.
295
2962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * .cvsignore: Reformat.
299        Add autom4te*cache.
300        Remove autom4te.cache.
301
3022002-08-21      Joel Sherrill <joel@OARcorp.com>
303
304        * wrapup/Makefile.am: PR217 required that the idle task be moved to
305        libcpu so it could be more acutely aware of the CPU model.  This
306        file was modified to pick up the idle task from there.
307
3082002-08-21      Joel Sherrill <joel@OARcorp.com>
309
310        * bsp_specs: Added support for -nostdlibs.
311
3122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
321
3222002-08-05      Joel Sherrill <joel@OARcorp.com>
323
324        * Per PR260 eliminate use of make-target-options.  This impacted
325        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
326        SuperCore and required that the m68k optimized memcpy be moved
327        to libcpu.
328        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
329
3302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * start/Makefile.am: Eliminate PGM.
333        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
334
3352002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
338        linkcmds.flash.
339
3402002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
343
3442001-05-09      Joel Sherrill <joel@OARcorp.com>
345
346        * startup/linkcmds: In support of gcc 3.1, added one of more
347        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
348        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
349        and direction of segments to memory regions may also have been
350        addressed.  This was a sweep across all BSPs.
351 
3522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac:
355        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
356        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
357        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
358        * Makefile.am: Remove AUTOMAKE_OPTIONS.
359        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
360        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
366
3672002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * include/Makefile.am: Adapt to automake-1.5.
370
3712001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
374        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
375
3762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
379
3802001-11-20      Joel Sherrill <joel@OARcorp.com>
381
382        * include/bspopts.h.in: Automatically generated file that should not
383        be in CVS.
384
3852001-10-29      Joel Sherrill <joel@OARcorp.com>
386
387        * .cvsignore, include/.cvsignore: Add more entries.
388
3892001-10-26      Victor V. Vengerov <vvv@oktet.ru>
390
391        * New BSP for MCF5206eLITE evaluation board BSP.
392        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
393        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
394        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
395        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
396        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
397        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
398        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
399        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
400        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
401        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
402        New files.
403
Note: See TracBrowser for help on using the repository browser.