source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog @ 4f647b9

4.104.114.84.95
Last change on this file since 4f647b9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 12.0 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-11-25      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds, startup/linkcmds.flash: Add new bss sections .bss.*
12        and .gnu.linkonce.b*.
13
142004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * configure.ac: Require automake > 1.9.
17
182004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        PR 610/bsps
21        * Makefile.am: Add include/tm27.h, Cosmetics.
22        * include/tm27.h: Final cosmetics.
23
242004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * include/bsp.h: Split out tmtest27 support.
27        * include/tm27.h: New.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 613/bsps
32        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
33
342004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        PR 614/bsps
37        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
38
392004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
42
432004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
46        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
47        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
48
492004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
52        include/i2c.h, nvram/nvram.c, startup/bspstart.c,
53        startup/init5206e.c, tod/ds1307.c: Convert to using c99 fixed size
54        types.
55
562004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Reflect changes to bsp.am.
59        Preinstall dist_project_lib*.
60
612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Reflect changes to bsp.am.
64
652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
68
692004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Pickup files from ../../m68k/shared instead of
72        ../shared. Reformat.
73
742004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
77
782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
81        to libcpu/m68k/mcf5206/mcfuart.rel
82
832004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
86        nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
87        wrapup/Makefile.am.
88        Use automake compilation rules.
89        * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
90        startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
91        Remove.
92        * configure.ac: Reflect changes above.
93
942004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Add PREINSTALL_DIRS.
97        * wrapup/Makefile.am: Reflect changes to libcpu.
98
992004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Reflect changes to libcpu.
102
1032004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
106        Add PRE/TMPINSTALL_FILES to CLEANFILES.
107        * startup/Makefile.am: Ditto.
108
1092004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * start/Makefile.am: Remove.
112        * Makefile.am: Merge-in start/Makefile.am.
113        * configure.ac: Reflect changes above.
114
1152004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Eliminate $(LIB).
118        Use noinst_DATA to trigger building libbsp.a.
119
1202003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
123        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
124
1252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
128        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
129
1302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
133
1342003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * console/Makefile.am: Misc cleanups and fixes.
137        * i2c/Makefile.am: Misc cleanups and fixes.
138        * nvram/Makefile.am: Misc cleanups and fixes.
139        * start/Makefile.am: Misc cleanups and fixes.
140        * startup/Makefile.am: Misc cleanups and fixes.
141        * tod/Makefile.am: Misc cleanups and fixes.
142        * wrapup/Makefile.am: Misc cleanups and fixes.
143
1442003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * console/Makefile.am: Remove all: $(ARCH)..
147        * i2c/Makefile.am: Remove all: $(ARCH)..
148        * nvram/Makefile.am: Remove all: $(ARCH)..
149        * startup/Makefile.am: Remove all: $(ARCH)..
150        * tod/Makefile.am: Remove all: $(ARCH)..
151        * wrapup/Makefile.am: Remove all: $(ARCH).
152        Remove bogus wildcard from CPU_PIECES..
153
1542003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Cosmetics.
157        * console/Makefile.am: Cosmetics.
158        * i2c/Makefile.am: Cosmetics.
159        * nvram/Makefile.am: Cosmetics.
160        * start/Makefile.am: Cosmetics.
161        * startup/Makefile.am: Cosmetics.
162        * tod/Makefile.am: Cosmetics.
163        * wrapup/Makefile.am: Cosmetics.
164
1652003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Add preinstallation dirstamp support.
168        * console/Makefile.am: Cosmetics.
169        * i2c/Makefile.am: Cosmetics.
170        * nvram/Makefile.am: Cosmetics.
171        * startup/Makefile.am: Cosmetics.
172        * tod/Makefile.am: Cosmetics.
173        * wrapup/Makefile.am: Cosmetics.
174
1752003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Remove all-local: $(ARCH).
178
1792003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Merge-in include/Makefile.am.
182        Reflect changes to bsp.am.
183        * include/Makefile.am: Remove.
184        * configure.ac: Reflect changes above.
185
1862003-09-04      Joel Sherrill <joel@OARcorp.com>
187
188        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
189        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
190        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
191        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
192        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
193        URL for license changed.
194
1952003-08-20      Joel Sherrill <joel@OARcorp.com>
196
197        * console/console.c, start/start.S, startup/bspclean.c,
198        startup/bspstart.c, startup/init5206e.c: Correct copyright
199        statements.
200
2012003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Reflect having moved aclocal/.
204
2052003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Reflect having moved automake/.
208        * console/Makefile.am: Reflect having moved automake/.
209        * i2c/Makefile.am: Reflect having moved automake/.
210        * include/Makefile.am: Reflect having moved automake/.
211        * nvram/Makefile.am: Reflect having moved automake/.
212        * start/Makefile.am: Reflect having moved automake/.
213        * startup/Makefile.am: Reflect having moved automake/.
214        * tod/Makefile.am: Reflect having moved automake/.
215        * wrapup/Makefile.am: Reflect having moved automake/.
216
2172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        PR 452/bsps
220        * startup/Makefile.am: Remove USE_INIT_FINI.
221
2222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
225
2262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        PR 445/bsps
229        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
230        Remove cpp, old_cpp (now unused).
231
2322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove AC_CONFIG_AUX_DIR.
235
2362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
239
2402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: AC_PREREQ(2.57).
243
2442003-01-20      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds*: Add FreeBSD sysctl() sections.
247
2482002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
256
2572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * start/Makefile.am: Use install-data-local to install startfile.
260
2612002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264
2652002-11-04      Joel Sherrill <joel@OARcorp.com>
266
267        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
268        tod/ds1307.c: Removed warnings.
269
2702002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * .cvsignore: Reformat.
273        Add autom4te*cache.
274        Remove autom4te.cache.
275
2762002-08-21      Joel Sherrill <joel@OARcorp.com>
277
278        * wrapup/Makefile.am: PR217 required that the idle task be moved to
279        libcpu so it could be more acutely aware of the CPU model.  This
280        file was modified to pick up the idle task from there.
281
2822002-08-21      Joel Sherrill <joel@OARcorp.com>
283
284        * bsp_specs: Added support for -nostdlibs.
285
2862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
291        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
292        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
293        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
294        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
295
2962002-08-05      Joel Sherrill <joel@OARcorp.com>
297
298        * Per PR260 eliminate use of make-target-options.  This impacted
299        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
300        SuperCore and required that the m68k optimized memcpy be moved
301        to libcpu.
302        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
303
3042002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * start/Makefile.am: Eliminate PGM.
307        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
308
3092002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
312        linkcmds.flash.
313
3142002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
317
3182001-05-09      Joel Sherrill <joel@OARcorp.com>
319
320        * startup/linkcmds: In support of gcc 3.1, added one of more
321        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
322        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
323        and direction of segments to memory regions may also have been
324        addressed.  This was a sweep across all BSPs.
325 
3262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac:
329        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
330        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
331        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
340
3412002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * include/Makefile.am: Adapt to automake-1.5.
344
3452001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
348        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
349
3502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
353
3542001-11-20      Joel Sherrill <joel@OARcorp.com>
355
356        * include/bspopts.h.in: Automatically generated file that should not
357        be in CVS.
358
3592001-10-29      Joel Sherrill <joel@OARcorp.com>
360
361        * .cvsignore, include/.cvsignore: Add more entries.
362
3632001-10-26      Victor V. Vengerov <vvv@oktet.ru>
364
365        * New BSP for MCF5206eLITE evaluation board BSP.
366        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
367        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
368        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
369        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
370        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
371        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
372        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
373        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
374        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
375        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
376        New files.
377
Note: See TracBrowser for help on using the repository browser.