source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog @ 7dd6e8d

4.104.114.84.95
Last change on this file since 7dd6e8d was 7dd6e8d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:16:38

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

PR 614/bsps

  • include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
  • Property mode set to 100644
File size: 11.1 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 614/bsps
4        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
5
62004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
9
102004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
13        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
14        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
15
162004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
19        include/i2c.h, nvram/nvram.c, startup/bspstart.c,
20        startup/init5206e.c, tod/ds1307.c: Convert to using c99 fixed size
21        types.
22
232004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Reflect changes to bsp.am.
26        Preinstall dist_project_lib*.
27
282004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect changes to bsp.am.
31
322004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
35
362004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Pickup files from ../../m68k/shared instead of
39        ../shared. Reformat.
40
412004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
44
452004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
48        to libcpu/m68k/mcf5206/mcfuart.rel
49
502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
53        nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
54        wrapup/Makefile.am.
55        Use automake compilation rules.
56        * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
57        startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
58        Remove.
59        * configure.ac: Reflect changes above.
60
612004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Add PREINSTALL_DIRS.
64        * wrapup/Makefile.am: Reflect changes to libcpu.
65
662004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Reflect changes to libcpu.
69
702004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
73        Add PRE/TMPINSTALL_FILES to CLEANFILES.
74        * startup/Makefile.am: Ditto.
75
762004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/Makefile.am: Remove.
79        * Makefile.am: Merge-in start/Makefile.am.
80        * configure.ac: Reflect changes above.
81
822004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Eliminate $(LIB).
85        Use noinst_DATA to trigger building libbsp.a.
86
872003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
90        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
91
922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
95        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
100
1012003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * console/Makefile.am: Misc cleanups and fixes.
104        * i2c/Makefile.am: Misc cleanups and fixes.
105        * nvram/Makefile.am: Misc cleanups and fixes.
106        * start/Makefile.am: Misc cleanups and fixes.
107        * startup/Makefile.am: Misc cleanups and fixes.
108        * tod/Makefile.am: Misc cleanups and fixes.
109        * wrapup/Makefile.am: Misc cleanups and fixes.
110
1112003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * console/Makefile.am: Remove all: $(ARCH)..
114        * i2c/Makefile.am: Remove all: $(ARCH)..
115        * nvram/Makefile.am: Remove all: $(ARCH)..
116        * startup/Makefile.am: Remove all: $(ARCH)..
117        * tod/Makefile.am: Remove all: $(ARCH)..
118        * wrapup/Makefile.am: Remove all: $(ARCH).
119        Remove bogus wildcard from CPU_PIECES..
120
1212003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Cosmetics.
124        * console/Makefile.am: Cosmetics.
125        * i2c/Makefile.am: Cosmetics.
126        * nvram/Makefile.am: Cosmetics.
127        * start/Makefile.am: Cosmetics.
128        * startup/Makefile.am: Cosmetics.
129        * tod/Makefile.am: Cosmetics.
130        * wrapup/Makefile.am: Cosmetics.
131
1322003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Add preinstallation dirstamp support.
135        * console/Makefile.am: Cosmetics.
136        * i2c/Makefile.am: Cosmetics.
137        * nvram/Makefile.am: Cosmetics.
138        * startup/Makefile.am: Cosmetics.
139        * tod/Makefile.am: Cosmetics.
140        * wrapup/Makefile.am: Cosmetics.
141
1422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * start/Makefile.am: Remove all-local: $(ARCH).
145
1462003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Merge-in include/Makefile.am.
149        Reflect changes to bsp.am.
150        * include/Makefile.am: Remove.
151        * configure.ac: Reflect changes above.
152
1532003-09-04      Joel Sherrill <joel@OARcorp.com>
154
155        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
156        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
157        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
158        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
159        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
160        URL for license changed.
161
1622003-08-20      Joel Sherrill <joel@OARcorp.com>
163
164        * console/console.c, start/start.S, startup/bspclean.c,
165        startup/bspstart.c, startup/init5206e.c: Correct copyright
166        statements.
167
1682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having moved aclocal/.
171
1722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Reflect having moved automake/.
175        * console/Makefile.am: Reflect having moved automake/.
176        * i2c/Makefile.am: Reflect having moved automake/.
177        * include/Makefile.am: Reflect having moved automake/.
178        * nvram/Makefile.am: Reflect having moved automake/.
179        * start/Makefile.am: Reflect having moved automake/.
180        * startup/Makefile.am: Reflect having moved automake/.
181        * tod/Makefile.am: Reflect having moved automake/.
182        * wrapup/Makefile.am: Reflect having moved automake/.
183
1842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        PR 452/bsps
187        * startup/Makefile.am: Remove USE_INIT_FINI.
188
1892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
192
1932003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        PR 445/bsps
196        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
197        Remove cpp, old_cpp (now unused).
198
1992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove AC_CONFIG_AUX_DIR.
202
2032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
206
2072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: AC_PREREQ(2.57).
210
2112003-01-20      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/linkcmds*: Add FreeBSD sysctl() sections.
214
2152002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223
2242002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * start/Makefile.am: Use install-data-local to install startfile.
227
2282002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231
2322002-11-04      Joel Sherrill <joel@OARcorp.com>
233
234        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
235        tod/ds1307.c: Removed warnings.
236
2372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * .cvsignore: Reformat.
240        Add autom4te*cache.
241        Remove autom4te.cache.
242
2432002-08-21      Joel Sherrill <joel@OARcorp.com>
244
245        * wrapup/Makefile.am: PR217 required that the idle task be moved to
246        libcpu so it could be more acutely aware of the CPU model.  This
247        file was modified to pick up the idle task from there.
248
2492002-08-21      Joel Sherrill <joel@OARcorp.com>
250
251        * bsp_specs: Added support for -nostdlibs.
252
2532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
260        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
262
2632002-08-05      Joel Sherrill <joel@OARcorp.com>
264
265        * Per PR260 eliminate use of make-target-options.  This impacted
266        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
267        SuperCore and required that the m68k optimized memcpy be moved
268        to libcpu.
269        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
270
2712002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am: Eliminate PGM.
274        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
275
2762002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
279        linkcmds.flash.
280
2812002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
284
2852001-05-09      Joel Sherrill <joel@OARcorp.com>
286
287        * startup/linkcmds: In support of gcc 3.1, added one of more
288        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
289        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
290        and direction of segments to memory regions may also have been
291        addressed.  This was a sweep across all BSPs.
292 
2932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac:
296        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
297        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
298        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
307
3082002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * include/Makefile.am: Adapt to automake-1.5.
311
3122001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
315        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
316
3172001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
320
3212001-11-20      Joel Sherrill <joel@OARcorp.com>
322
323        * include/bspopts.h.in: Automatically generated file that should not
324        be in CVS.
325
3262001-10-29      Joel Sherrill <joel@OARcorp.com>
327
328        * .cvsignore, include/.cvsignore: Add more entries.
329
3302001-10-26      Victor V. Vengerov <vvv@oktet.ru>
331
332        * New BSP for MCF5206eLITE evaluation board BSP.
333        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
334        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
335        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
336        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
337        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
338        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
339        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
340        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
341        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
342        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
343        New files.
344
Note: See TracBrowser for help on using the repository browser.