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

4.104.114.84.95
Last change on this file since aa4369c was aa4369c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/06 at 15:24:01

2006-11-15 Joel Sherrill <joel@…>

  • Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
  • Property mode set to 100644
File size: 12.8 KB
Line 
12006-11-15      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
4        file and simplified initialization.
5
62006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Remove superfluous -DASM.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Require autoconf-2.60. Require automake-1.10.
13
142006-02-08      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds, startup/linkcmds.flash: Add sections required by
17        newer gcc versions.
18
192006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Add preinstall.am.
22
232005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * include/bsp.h: New header guard.
26
272005-02-11      Joel Sherrill <joel@OARcorp.com>
28
29        * include/bsp.h: Correct type of symbols from linkcmds to compile with
30        gcc 4.x.
31
322005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * tod/todcfg.c: size_t RTC_Count.
35
362005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
39
402005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Remove build-variant support.
43
442004-11-25      Joel Sherrill <joel@OARcorp.com>
45
46        * startup/linkcmds, startup/linkcmds.flash: Add new bss sections .bss.*
47        and .gnu.linkonce.b*.
48
492004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * configure.ac: Require automake > 1.9.
52
532004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        PR 610/bsps
56        * Makefile.am: Add include/tm27.h, Cosmetics.
57        * include/tm27.h: Final cosmetics.
58
592004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * include/bsp.h: Split out tmtest27 support.
62        * include/tm27.h: New.
63
642004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        PR 613/bsps
67        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
68
692004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        PR 614/bsps
72        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
73
742004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
77
782004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
81        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
82        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
83
842004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        * console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
87        include/i2c.h, nvram/nvram.c, startup/bspstart.c,
88        startup/init5206e.c, tod/ds1307.c: Convert to using c99 fixed size
89        types.
90
912004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Reflect changes to bsp.am.
94        Preinstall dist_project_lib*.
95
962004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Reflect changes to bsp.am.
99
1002004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
103
1042004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Pickup files from ../../m68k/shared instead of
107        ../shared. Reformat.
108
1092004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
112
1132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
116        to libcpu/m68k/mcf5206/mcfuart.rel
117
1182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
121        nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
122        wrapup/Makefile.am.
123        Use automake compilation rules.
124        * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
125        startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
126        Remove.
127        * configure.ac: Reflect changes above.
128
1292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Add PREINSTALL_DIRS.
132        * wrapup/Makefile.am: Reflect changes to libcpu.
133
1342004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Reflect changes to libcpu.
137
1382004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
141        Add PRE/TMPINSTALL_FILES to CLEANFILES.
142        * startup/Makefile.am: Ditto.
143
1442004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Remove.
147        * Makefile.am: Merge-in start/Makefile.am.
148        * configure.ac: Reflect changes above.
149
1502004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * wrapup/Makefile.am: Eliminate $(LIB).
153        Use noinst_DATA to trigger building libbsp.a.
154
1552003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
158        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
159
1602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
163        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
164
1652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
168
1692003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * console/Makefile.am: Misc cleanups and fixes.
172        * i2c/Makefile.am: Misc cleanups and fixes.
173        * nvram/Makefile.am: Misc cleanups and fixes.
174        * start/Makefile.am: Misc cleanups and fixes.
175        * startup/Makefile.am: Misc cleanups and fixes.
176        * tod/Makefile.am: Misc cleanups and fixes.
177        * wrapup/Makefile.am: Misc cleanups and fixes.
178
1792003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * console/Makefile.am: Remove all: $(ARCH)..
182        * i2c/Makefile.am: Remove all: $(ARCH)..
183        * nvram/Makefile.am: Remove all: $(ARCH)..
184        * startup/Makefile.am: Remove all: $(ARCH)..
185        * tod/Makefile.am: Remove all: $(ARCH)..
186        * wrapup/Makefile.am: Remove all: $(ARCH).
187        Remove bogus wildcard from CPU_PIECES..
188
1892003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Cosmetics.
192        * console/Makefile.am: Cosmetics.
193        * i2c/Makefile.am: Cosmetics.
194        * nvram/Makefile.am: Cosmetics.
195        * start/Makefile.am: Cosmetics.
196        * startup/Makefile.am: Cosmetics.
197        * tod/Makefile.am: Cosmetics.
198        * wrapup/Makefile.am: Cosmetics.
199
2002003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Add preinstallation dirstamp support.
203        * console/Makefile.am: Cosmetics.
204        * i2c/Makefile.am: Cosmetics.
205        * nvram/Makefile.am: Cosmetics.
206        * startup/Makefile.am: Cosmetics.
207        * tod/Makefile.am: Cosmetics.
208        * wrapup/Makefile.am: Cosmetics.
209
2102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * start/Makefile.am: Remove all-local: $(ARCH).
213
2142003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Merge-in include/Makefile.am.
217        Reflect changes to bsp.am.
218        * include/Makefile.am: Remove.
219        * configure.ac: Reflect changes above.
220
2212003-09-04      Joel Sherrill <joel@OARcorp.com>
222
223        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
224        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
225        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
226        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
227        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
228        URL for license changed.
229
2302003-08-20      Joel Sherrill <joel@OARcorp.com>
231
232        * console/console.c, start/start.S, startup/bspclean.c,
233        startup/bspstart.c, startup/init5206e.c: Correct copyright
234        statements.
235
2362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Reflect having moved aclocal/.
239
2402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Reflect having moved automake/.
243        * console/Makefile.am: Reflect having moved automake/.
244        * i2c/Makefile.am: Reflect having moved automake/.
245        * include/Makefile.am: Reflect having moved automake/.
246        * nvram/Makefile.am: Reflect having moved automake/.
247        * start/Makefile.am: Reflect having moved automake/.
248        * startup/Makefile.am: Reflect having moved automake/.
249        * tod/Makefile.am: Reflect having moved automake/.
250        * wrapup/Makefile.am: Reflect having moved automake/.
251
2522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        PR 452/bsps
255        * startup/Makefile.am: Remove USE_INIT_FINI.
256
2572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
260
2612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        PR 445/bsps
264        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
265        Remove cpp, old_cpp (now unused).
266
2672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Remove AC_CONFIG_AUX_DIR.
270
2712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
274
2752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: AC_PREREQ(2.57).
278
2792003-01-20      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/linkcmds*: Add FreeBSD sysctl() sections.
282
2832002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291
2922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: Use install-data-local to install startfile.
295
2962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299
3002002-11-04      Joel Sherrill <joel@OARcorp.com>
301
302        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
303        tod/ds1307.c: Removed warnings.
304
3052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * .cvsignore: Reformat.
308        Add autom4te*cache.
309        Remove autom4te.cache.
310
3112002-08-21      Joel Sherrill <joel@OARcorp.com>
312
313        * wrapup/Makefile.am: PR217 required that the idle task be moved to
314        libcpu so it could be more acutely aware of the CPU model.  This
315        file was modified to pick up the idle task from there.
316
3172002-08-21      Joel Sherrill <joel@OARcorp.com>
318
319        * bsp_specs: Added support for -nostdlibs.
320
3212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
330
3312002-08-05      Joel Sherrill <joel@OARcorp.com>
332
333        * Per PR260 eliminate use of make-target-options.  This impacted
334        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
335        SuperCore and required that the m68k optimized memcpy be moved
336        to libcpu.
337        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
338
3392002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * start/Makefile.am: Eliminate PGM.
342        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
343
3442002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
347        linkcmds.flash.
348
3492002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
352
3532001-05-09      Joel Sherrill <joel@OARcorp.com>
354
355        * startup/linkcmds: In support of gcc 3.1, added one of more
356        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
357        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
358        and direction of segments to memory regions may also have been
359        addressed.  This was a sweep across all BSPs.
360 
3612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac:
364        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
365        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
366        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
375
3762002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * include/Makefile.am: Adapt to automake-1.5.
379
3802001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
383        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
384
3852001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
388
3892001-11-20      Joel Sherrill <joel@OARcorp.com>
390
391        * include/bspopts.h.in: Automatically generated file that should not
392        be in CVS.
393
3942001-10-29      Joel Sherrill <joel@OARcorp.com>
395
396        * .cvsignore, include/.cvsignore: Add more entries.
397
3982001-10-26      Victor V. Vengerov <vvv@oktet.ru>
399
400        * New BSP for MCF5206eLITE evaluation board BSP.
401        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
402        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
403        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
404        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
405        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
406        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
407        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
408        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
409        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
410        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
411        New files.
412
Note: See TracBrowser for help on using the repository browser.