source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog @ 5d91bed

Last change on this file since 5d91bed was 218c346, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/06 at 11:55:29

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

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 12.7 KB
Line 
12006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-02-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds, startup/linkcmds.flash: Add sections required by
12        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-02-11      Joel Sherrill <joel@OARcorp.com>
23
24        * include/bsp.h: Correct type of symbols from linkcmds to compile with
25        gcc 4.x.
26
272005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * tod/todcfg.c: size_t RTC_Count.
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.flash: Add new bss sections .bss.*
42        and .gnu.linkonce.b*.
43
442004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * configure.ac: Require automake > 1.9.
47
482004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        PR 610/bsps
51        * Makefile.am: Add include/tm27.h, Cosmetics.
52        * include/tm27.h: Final cosmetics.
53
542004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * include/bsp.h: Split out tmtest27 support.
57        * include/tm27.h: New.
58
592004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        PR 613/bsps
62        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
63
642004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        PR 614/bsps
67        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
68
692004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
72
732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
76        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
77        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
78
792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
82        include/i2c.h, nvram/nvram.c, startup/bspstart.c,
83        startup/init5206e.c, tod/ds1307.c: Convert to using c99 fixed size
84        types.
85
862004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Reflect changes to bsp.am.
89        Preinstall dist_project_lib*.
90
912004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Reflect changes to bsp.am.
94
952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
98
992004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Pickup files from ../../m68k/shared instead of
102        ../shared. Reformat.
103
1042004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
107
1082004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
111        to libcpu/m68k/mcf5206/mcfuart.rel
112
1132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
116        nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
117        wrapup/Makefile.am.
118        Use automake compilation rules.
119        * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
120        startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
121        Remove.
122        * configure.ac: Reflect changes above.
123
1242004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Add PREINSTALL_DIRS.
127        * wrapup/Makefile.am: Reflect changes to libcpu.
128
1292004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Reflect changes to libcpu.
132
1332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
136        Add PRE/TMPINSTALL_FILES to CLEANFILES.
137        * startup/Makefile.am: Ditto.
138
1392004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: Remove.
142        * Makefile.am: Merge-in start/Makefile.am.
143        * configure.ac: Reflect changes above.
144
1452004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * wrapup/Makefile.am: Eliminate $(LIB).
148        Use noinst_DATA to trigger building libbsp.a.
149
1502003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
153        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
154
1552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
158        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
159
1602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
163
1642003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * console/Makefile.am: Misc cleanups and fixes.
167        * i2c/Makefile.am: Misc cleanups and fixes.
168        * nvram/Makefile.am: Misc cleanups and fixes.
169        * start/Makefile.am: Misc cleanups and fixes.
170        * startup/Makefile.am: Misc cleanups and fixes.
171        * tod/Makefile.am: Misc cleanups and fixes.
172        * wrapup/Makefile.am: Misc cleanups and fixes.
173
1742003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * console/Makefile.am: Remove all: $(ARCH)..
177        * i2c/Makefile.am: Remove all: $(ARCH)..
178        * nvram/Makefile.am: Remove all: $(ARCH)..
179        * startup/Makefile.am: Remove all: $(ARCH)..
180        * tod/Makefile.am: Remove all: $(ARCH)..
181        * wrapup/Makefile.am: Remove all: $(ARCH).
182        Remove bogus wildcard from CPU_PIECES..
183
1842003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Cosmetics.
187        * console/Makefile.am: Cosmetics.
188        * i2c/Makefile.am: Cosmetics.
189        * nvram/Makefile.am: Cosmetics.
190        * start/Makefile.am: Cosmetics.
191        * startup/Makefile.am: Cosmetics.
192        * tod/Makefile.am: Cosmetics.
193        * wrapup/Makefile.am: Cosmetics.
194
1952003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Add preinstallation dirstamp support.
198        * console/Makefile.am: Cosmetics.
199        * i2c/Makefile.am: Cosmetics.
200        * nvram/Makefile.am: Cosmetics.
201        * startup/Makefile.am: Cosmetics.
202        * tod/Makefile.am: Cosmetics.
203        * wrapup/Makefile.am: Cosmetics.
204
2052003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * start/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-04      Joel Sherrill <joel@OARcorp.com>
217
218        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
219        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
220        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
221        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
222        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
223        URL for license changed.
224
2252003-08-20      Joel Sherrill <joel@OARcorp.com>
226
227        * console/console.c, start/start.S, startup/bspclean.c,
228        startup/bspstart.c, startup/init5206e.c: Correct copyright
229        statements.
230
2312003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Reflect having moved aclocal/.
234
2352003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Reflect having moved automake/.
238        * console/Makefile.am: Reflect having moved automake/.
239        * i2c/Makefile.am: Reflect having moved automake/.
240        * include/Makefile.am: Reflect having moved automake/.
241        * nvram/Makefile.am: Reflect having moved automake/.
242        * start/Makefile.am: Reflect having moved automake/.
243        * startup/Makefile.am: Reflect having moved automake/.
244        * tod/Makefile.am: Reflect having moved automake/.
245        * wrapup/Makefile.am: Reflect having moved automake/.
246
2472003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        PR 452/bsps
250        * startup/Makefile.am: Remove USE_INIT_FINI.
251
2522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
255
2562003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        PR 445/bsps
259        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
260        Remove cpp, old_cpp (now unused).
261
2622003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Remove AC_CONFIG_AUX_DIR.
265
2662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
269
2702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: AC_PREREQ(2.57).
273
2742003-01-20      Joel Sherrill <joel@OARcorp.com>
275
276        * startup/linkcmds*: Add FreeBSD sysctl() sections.
277
2782002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286
2872002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * start/Makefile.am: Use install-data-local to install startfile.
290
2912002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294
2952002-11-04      Joel Sherrill <joel@OARcorp.com>
296
297        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
298        tod/ds1307.c: Removed warnings.
299
3002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * .cvsignore: Reformat.
303        Add autom4te*cache.
304        Remove autom4te.cache.
305
3062002-08-21      Joel Sherrill <joel@OARcorp.com>
307
308        * wrapup/Makefile.am: PR217 required that the idle task be moved to
309        libcpu so it could be more acutely aware of the CPU model.  This
310        file was modified to pick up the idle task from there.
311
3122002-08-21      Joel Sherrill <joel@OARcorp.com>
313
314        * bsp_specs: Added support for -nostdlibs.
315
3162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
325
3262002-08-05      Joel Sherrill <joel@OARcorp.com>
327
328        * Per PR260 eliminate use of make-target-options.  This impacted
329        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
330        SuperCore and required that the m68k optimized memcpy be moved
331        to libcpu.
332        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
333
3342002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * start/Makefile.am: Eliminate PGM.
337        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
338
3392002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
342        linkcmds.flash.
343
3442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
347
3482001-05-09      Joel Sherrill <joel@OARcorp.com>
349
350        * startup/linkcmds: In support of gcc 3.1, added one of more
351        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
352        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
353        and direction of segments to memory regions may also have been
354        addressed.  This was a sweep across all BSPs.
355 
3562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac:
359        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
360        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
361        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
370
3712002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * include/Makefile.am: Adapt to automake-1.5.
374
3752001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
378        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
379
3802001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
383
3842001-11-20      Joel Sherrill <joel@OARcorp.com>
385
386        * include/bspopts.h.in: Automatically generated file that should not
387        be in CVS.
388
3892001-10-29      Joel Sherrill <joel@OARcorp.com>
390
391        * .cvsignore, include/.cvsignore: Add more entries.
392
3932001-10-26      Victor V. Vengerov <vvv@oktet.ru>
394
395        * New BSP for MCF5206eLITE evaluation board BSP.
396        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
397        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
398        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
399        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
400        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
401        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
402        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
403        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
404        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
405        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
406        New files.
407
Note: See TracBrowser for help on using the repository browser.