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

4.104.114.84.95
Last change on this file since 3002831 was 3002831, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/07 at 11:15:31

2007-04-02 Joel Sherrill <joel@…>

  • Makefile.am: Add dummy printk support so all tests link.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12007-04-02      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add dummy printk support so all tests link.
4
52007-03-11      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/bspstart.c: Remove assignments of
8        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
9        value in boot_card.c
10
112006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * configure.ac: New BUG-REPORT address.
14
152006-11-15      Joel Sherrill <joel@OARcorp.com>
16
17        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
18        file and simplified initialization.
19
202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Remove superfluous -DASM.
23
242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * configure.ac: Require autoconf-2.60. Require automake-1.10.
27
282006-02-08      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds, startup/linkcmds.flash: Add sections required by
31        newer gcc versions.
32
332006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Add preinstall.am.
36
372005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * include/bsp.h: New header guard.
40
412005-02-11      Joel Sherrill <joel@OARcorp.com>
42
43        * include/bsp.h: Correct type of symbols from linkcmds to compile with
44        gcc 4.x.
45
462005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * tod/todcfg.c: size_t RTC_Count.
49
502005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
53
542005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Remove build-variant support.
57
582004-11-25      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds, startup/linkcmds.flash: Add new bss sections .bss.*
61        and .gnu.linkonce.b*.
62
632004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * configure.ac: Require automake > 1.9.
66
672004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        PR 610/bsps
70        * Makefile.am: Add include/tm27.h, Cosmetics.
71        * include/tm27.h: Final cosmetics.
72
732004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * include/bsp.h: Split out tmtest27 support.
76        * include/tm27.h: New.
77
782004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        PR 613/bsps
81        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
82
832004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        PR 614/bsps
86        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
87
882004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
91
922004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
95        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
96        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
97
982004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
101        include/i2c.h, nvram/nvram.c, startup/bspstart.c,
102        startup/init5206e.c, tod/ds1307.c: Convert to using c99 fixed size
103        types.
104
1052004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Reflect changes to bsp.am.
108        Preinstall dist_project_lib*.
109
1102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Reflect changes to bsp.am.
113
1142004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
117
1182004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Pickup files from ../../m68k/shared instead of
121        ../shared. Reformat.
122
1232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
126
1272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
130        to libcpu/m68k/mcf5206/mcfuart.rel
131
1322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
135        nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
136        wrapup/Makefile.am.
137        Use automake compilation rules.
138        * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
139        startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
140        Remove.
141        * configure.ac: Reflect changes above.
142
1432004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Add PREINSTALL_DIRS.
146        * wrapup/Makefile.am: Reflect changes to libcpu.
147
1482004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Reflect changes to libcpu.
151
1522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
155        Add PRE/TMPINSTALL_FILES to CLEANFILES.
156        * startup/Makefile.am: Ditto.
157
1582004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Remove.
161        * Makefile.am: Merge-in start/Makefile.am.
162        * configure.ac: Reflect changes above.
163
1642004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * wrapup/Makefile.am: Eliminate $(LIB).
167        Use noinst_DATA to trigger building libbsp.a.
168
1692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
172        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
177        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
178
1792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
182
1832003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * console/Makefile.am: Misc cleanups and fixes.
186        * i2c/Makefile.am: Misc cleanups and fixes.
187        * nvram/Makefile.am: Misc cleanups and fixes.
188        * start/Makefile.am: Misc cleanups and fixes.
189        * startup/Makefile.am: Misc cleanups and fixes.
190        * tod/Makefile.am: Misc cleanups and fixes.
191        * wrapup/Makefile.am: Misc cleanups and fixes.
192
1932003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * console/Makefile.am: Remove all: $(ARCH)..
196        * i2c/Makefile.am: Remove all: $(ARCH)..
197        * nvram/Makefile.am: Remove all: $(ARCH)..
198        * startup/Makefile.am: Remove all: $(ARCH)..
199        * tod/Makefile.am: Remove all: $(ARCH)..
200        * wrapup/Makefile.am: Remove all: $(ARCH).
201        Remove bogus wildcard from CPU_PIECES..
202
2032003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Cosmetics.
206        * console/Makefile.am: Cosmetics.
207        * i2c/Makefile.am: Cosmetics.
208        * nvram/Makefile.am: Cosmetics.
209        * start/Makefile.am: Cosmetics.
210        * startup/Makefile.am: Cosmetics.
211        * tod/Makefile.am: Cosmetics.
212        * wrapup/Makefile.am: Cosmetics.
213
2142003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Add preinstallation dirstamp support.
217        * console/Makefile.am: Cosmetics.
218        * i2c/Makefile.am: Cosmetics.
219        * nvram/Makefile.am: Cosmetics.
220        * startup/Makefile.am: Cosmetics.
221        * tod/Makefile.am: Cosmetics.
222        * wrapup/Makefile.am: Cosmetics.
223
2242003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * start/Makefile.am: Remove all-local: $(ARCH).
227
2282003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Merge-in include/Makefile.am.
231        Reflect changes to bsp.am.
232        * include/Makefile.am: Remove.
233        * configure.ac: Reflect changes above.
234
2352003-09-04      Joel Sherrill <joel@OARcorp.com>
236
237        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
238        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
239        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
240        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
241        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
242        URL for license changed.
243
2442003-08-20      Joel Sherrill <joel@OARcorp.com>
245
246        * console/console.c, start/start.S, startup/bspclean.c,
247        startup/bspstart.c, startup/init5206e.c: Correct copyright
248        statements.
249
2502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Reflect having moved aclocal/.
253
2542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Reflect having moved automake/.
257        * console/Makefile.am: Reflect having moved automake/.
258        * i2c/Makefile.am: Reflect having moved automake/.
259        * include/Makefile.am: Reflect having moved automake/.
260        * nvram/Makefile.am: Reflect having moved automake/.
261        * start/Makefile.am: Reflect having moved automake/.
262        * startup/Makefile.am: Reflect having moved automake/.
263        * tod/Makefile.am: Reflect having moved automake/.
264        * wrapup/Makefile.am: Reflect having moved automake/.
265
2662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        PR 452/bsps
269        * startup/Makefile.am: Remove USE_INIT_FINI.
270
2712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
274
2752003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        PR 445/bsps
278        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
279        Remove cpp, old_cpp (now unused).
280
2812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Remove AC_CONFIG_AUX_DIR.
284
2852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
288
2892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: AC_PREREQ(2.57).
292
2932003-01-20      Joel Sherrill <joel@OARcorp.com>
294
295        * startup/linkcmds*: Add FreeBSD sysctl() sections.
296
2972002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
302        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305
3062002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * start/Makefile.am: Use install-data-local to install startfile.
309
3102002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313
3142002-11-04      Joel Sherrill <joel@OARcorp.com>
315
316        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
317        tod/ds1307.c: Removed warnings.
318
3192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * .cvsignore: Reformat.
322        Add autom4te*cache.
323        Remove autom4te.cache.
324
3252002-08-21      Joel Sherrill <joel@OARcorp.com>
326
327        * wrapup/Makefile.am: PR217 required that the idle task be moved to
328        libcpu so it could be more acutely aware of the CPU model.  This
329        file was modified to pick up the idle task from there.
330
3312002-08-21      Joel Sherrill <joel@OARcorp.com>
332
333        * bsp_specs: Added support for -nostdlibs.
334
3352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
338        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
339        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
340        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
341        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
342        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
343        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
344
3452002-08-05      Joel Sherrill <joel@OARcorp.com>
346
347        * Per PR260 eliminate use of make-target-options.  This impacted
348        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
349        SuperCore and required that the m68k optimized memcpy be moved
350        to libcpu.
351        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
352
3532002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * start/Makefile.am: Eliminate PGM.
356        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
357
3582002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
361        linkcmds.flash.
362
3632002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
366
3672001-05-09      Joel Sherrill <joel@OARcorp.com>
368
369        * startup/linkcmds: In support of gcc 3.1, added one of more
370        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
371        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
372        and direction of segments to memory regions may also have been
373        addressed.  This was a sweep across all BSPs.
374 
3752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac:
378        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
379        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
380        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
389
3902002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * include/Makefile.am: Adapt to automake-1.5.
393
3942001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
397        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
398
3992001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
402
4032001-11-20      Joel Sherrill <joel@OARcorp.com>
404
405        * include/bspopts.h.in: Automatically generated file that should not
406        be in CVS.
407
4082001-10-29      Joel Sherrill <joel@OARcorp.com>
409
410        * .cvsignore, include/.cvsignore: Add more entries.
411
4122001-10-26      Victor V. Vengerov <vvv@oktet.ru>
413
414        * New BSP for MCF5206eLITE evaluation board BSP.
415        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
416        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
417        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
418        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
419        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
420        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
421        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
422        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
423        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
424        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
425        New files.
426
Note: See TracBrowser for help on using the repository browser.