source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog @ 3defec6

4.104.114.84.95
Last change on this file since 3defec6 was 3defec6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 04:47:38

2004-04-23 Ralf Corsepius <ralf_corsepius@…>

PR 610/bsps

  • Makefile.am: Add include/tm27.h, Cosmetics.
  • include/tm27.h: Final cosmetics.
  • Property mode set to 100644
File size: 11.5 KB
Line 
12004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 610/bsps
4        * Makefile.am: Add include/tm27.h, Cosmetics.
5        * include/tm27.h: Final cosmetics.
6
72004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * include/bsp.h: Split out tmtest27 support.
10        * include/tm27.h: New.
11
122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        PR 613/bsps
15        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
16
172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 614/bsps
20        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
21
222004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
25
262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
29        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
30        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
31
322004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
35        include/i2c.h, nvram/nvram.c, startup/bspstart.c,
36        startup/init5206e.c, tod/ds1307.c: Convert to using c99 fixed size
37        types.
38
392004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect changes to bsp.am.
42        Preinstall dist_project_lib*.
43
442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Reflect changes to bsp.am.
47
482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
51
522004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Pickup files from ../../m68k/shared instead of
55        ../shared. Reformat.
56
572004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
60
612004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
64        to libcpu/m68k/mcf5206/mcfuart.rel
65
662004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
69        nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
70        wrapup/Makefile.am.
71        Use automake compilation rules.
72        * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
73        startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
74        Remove.
75        * configure.ac: Reflect changes above.
76
772004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Add PREINSTALL_DIRS.
80        * wrapup/Makefile.am: Reflect changes to libcpu.
81
822004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Reflect changes to libcpu.
85
862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
89        Add PRE/TMPINSTALL_FILES to CLEANFILES.
90        * startup/Makefile.am: Ditto.
91
922004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Remove.
95        * Makefile.am: Merge-in start/Makefile.am.
96        * configure.ac: Reflect changes above.
97
982004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Eliminate $(LIB).
101        Use noinst_DATA to trigger building libbsp.a.
102
1032003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
106        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
107
1082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
111        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
112
1132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
116
1172003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * console/Makefile.am: Misc cleanups and fixes.
120        * i2c/Makefile.am: Misc cleanups and fixes.
121        * nvram/Makefile.am: Misc cleanups and fixes.
122        * start/Makefile.am: Misc cleanups and fixes.
123        * startup/Makefile.am: Misc cleanups and fixes.
124        * tod/Makefile.am: Misc cleanups and fixes.
125        * wrapup/Makefile.am: Misc cleanups and fixes.
126
1272003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * console/Makefile.am: Remove all: $(ARCH)..
130        * i2c/Makefile.am: Remove all: $(ARCH)..
131        * nvram/Makefile.am: Remove all: $(ARCH)..
132        * startup/Makefile.am: Remove all: $(ARCH)..
133        * tod/Makefile.am: Remove all: $(ARCH)..
134        * wrapup/Makefile.am: Remove all: $(ARCH).
135        Remove bogus wildcard from CPU_PIECES..
136
1372003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Cosmetics.
140        * console/Makefile.am: Cosmetics.
141        * i2c/Makefile.am: Cosmetics.
142        * nvram/Makefile.am: Cosmetics.
143        * start/Makefile.am: Cosmetics.
144        * startup/Makefile.am: Cosmetics.
145        * tod/Makefile.am: Cosmetics.
146        * wrapup/Makefile.am: Cosmetics.
147
1482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Add preinstallation dirstamp support.
151        * console/Makefile.am: Cosmetics.
152        * i2c/Makefile.am: Cosmetics.
153        * nvram/Makefile.am: Cosmetics.
154        * startup/Makefile.am: Cosmetics.
155        * tod/Makefile.am: Cosmetics.
156        * wrapup/Makefile.am: Cosmetics.
157
1582003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Remove all-local: $(ARCH).
161
1622003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Merge-in include/Makefile.am.
165        Reflect changes to bsp.am.
166        * include/Makefile.am: Remove.
167        * configure.ac: Reflect changes above.
168
1692003-09-04      Joel Sherrill <joel@OARcorp.com>
170
171        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
172        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
173        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
174        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
175        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
176        URL for license changed.
177
1782003-08-20      Joel Sherrill <joel@OARcorp.com>
179
180        * console/console.c, start/start.S, startup/bspclean.c,
181        startup/bspstart.c, startup/init5206e.c: Correct copyright
182        statements.
183
1842003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Reflect having moved aclocal/.
187
1882003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect having moved automake/.
191        * console/Makefile.am: Reflect having moved automake/.
192        * i2c/Makefile.am: Reflect having moved automake/.
193        * include/Makefile.am: Reflect having moved automake/.
194        * nvram/Makefile.am: Reflect having moved automake/.
195        * start/Makefile.am: Reflect having moved automake/.
196        * startup/Makefile.am: Reflect having moved automake/.
197        * tod/Makefile.am: Reflect having moved automake/.
198        * wrapup/Makefile.am: Reflect having moved automake/.
199
2002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        PR 452/bsps
203        * startup/Makefile.am: Remove USE_INIT_FINI.
204
2052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
208
2092003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        PR 445/bsps
212        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
213        Remove cpp, old_cpp (now unused).
214
2152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Remove AC_CONFIG_AUX_DIR.
218
2192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
222
2232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: AC_PREREQ(2.57).
226
2272003-01-20      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/linkcmds*: Add FreeBSD sysctl() sections.
230
2312002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239
2402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * start/Makefile.am: Use install-data-local to install startfile.
243
2442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247
2482002-11-04      Joel Sherrill <joel@OARcorp.com>
249
250        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
251        tod/ds1307.c: Removed warnings.
252
2532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * .cvsignore: Reformat.
256        Add autom4te*cache.
257        Remove autom4te.cache.
258
2592002-08-21      Joel Sherrill <joel@OARcorp.com>
260
261        * wrapup/Makefile.am: PR217 required that the idle task be moved to
262        libcpu so it could be more acutely aware of the CPU model.  This
263        file was modified to pick up the idle task from there.
264
2652002-08-21      Joel Sherrill <joel@OARcorp.com>
266
267        * bsp_specs: Added support for -nostdlibs.
268
2692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
278
2792002-08-05      Joel Sherrill <joel@OARcorp.com>
280
281        * Per PR260 eliminate use of make-target-options.  This impacted
282        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
283        SuperCore and required that the m68k optimized memcpy be moved
284        to libcpu.
285        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
286
2872002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * start/Makefile.am: Eliminate PGM.
290        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
291
2922002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
295        linkcmds.flash.
296
2972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
300
3012001-05-09      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/linkcmds: In support of gcc 3.1, added one of more
304        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
305        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
306        and direction of segments to memory regions may also have been
307        addressed.  This was a sweep across all BSPs.
308 
3092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac:
312        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
313        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
314        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
323
3242002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * include/Makefile.am: Adapt to automake-1.5.
327
3282001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
331        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
332
3332001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
336
3372001-11-20      Joel Sherrill <joel@OARcorp.com>
338
339        * include/bspopts.h.in: Automatically generated file that should not
340        be in CVS.
341
3422001-10-29      Joel Sherrill <joel@OARcorp.com>
343
344        * .cvsignore, include/.cvsignore: Add more entries.
345
3462001-10-26      Victor V. Vengerov <vvv@oktet.ru>
347
348        * New BSP for MCF5206eLITE evaluation board BSP.
349        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
350        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
351        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
352        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
353        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
354        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
355        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
356        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
357        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
358        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
359        New files.
360
Note: See TracBrowser for help on using the repository browser.