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

4.104.114.95
Last change on this file since 9e7555e was 9e7555e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:06:26

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds, startup/linkcmds.flash: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 14.6 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds, startup/linkcmds.flash: Add wildcard to
4        gcc_except_table section so programs compiled with gcc 4.3.x can
5        link.
6
72007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
10        Configuration Table. Use the RTEMS provided accessor macros to obtain
11        configuration fields.
12
132007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
16        from CPU Table to Configuration Table. Eliminate CPU Table from all
17        ports. Delete references to CPU Table in all forms.
18
192007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
22        Table fields to the Configuration Table. This included
23        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
24        do_zero_of_workspace, extra_mpci_receive_server_stack,
25        stack_allocate_hook, and stack_free_hook. As a side-effect of this
26        effort some multiprocessing code was made conditional and some style
27        clean up occurred.
28
292007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
32        m68k CPU Table since it is never read.
33
342007-05-03      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/linkcmds: Handle .data.* sections
37
382007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * bsp_specs: Remove qrtems_debug.
41
422007-04-02      Joel Sherrill <joel@OARcorp.com>
43
44        * Makefile.am: Add dummy printk support so all tests link.
45
462007-03-11      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/bspstart.c: Remove assignments of
49        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
50        value in boot_card.c
51
522006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: New BUG-REPORT address.
55
562006-11-15      Joel Sherrill <joel@OARcorp.com>
57
58        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
59        file and simplified initialization.
60
612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Remove superfluous -DASM.
64
652006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * configure.ac: Require autoconf-2.60. Require automake-1.10.
68
692006-02-08      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds, startup/linkcmds.flash: Add sections required by
72        newer gcc versions.
73
742006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Add preinstall.am.
77
782005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * include/bsp.h: New header guard.
81
822005-02-11      Joel Sherrill <joel@OARcorp.com>
83
84        * include/bsp.h: Correct type of symbols from linkcmds to compile with
85        gcc 4.x.
86
872005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * tod/todcfg.c: size_t RTC_Count.
90
912005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
94
952005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Remove build-variant support.
98
992004-11-25      Joel Sherrill <joel@OARcorp.com>
100
101        * startup/linkcmds, startup/linkcmds.flash: Add new bss sections .bss.*
102        and .gnu.linkonce.b*.
103
1042004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * configure.ac: Require automake > 1.9.
107
1082004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        PR 610/bsps
111        * Makefile.am: Add include/tm27.h, Cosmetics.
112        * include/tm27.h: Final cosmetics.
113
1142004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        * include/bsp.h: Split out tmtest27 support.
117        * include/tm27.h: New.
118
1192004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        PR 613/bsps
122        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
123
1242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
125
126        PR 614/bsps
127        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
128
1292004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
130
131        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
132
1332004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
136        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
137        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
138
1392004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
142        include/i2c.h, nvram/nvram.c, startup/bspstart.c,
143        startup/init5206e.c, tod/ds1307.c: Convert to using c99 fixed size
144        types.
145
1462004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Reflect changes to bsp.am.
149        Preinstall dist_project_lib*.
150
1512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect changes to bsp.am.
154
1552004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
158
1592004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Pickup files from ../../m68k/shared instead of
162        ../shared. Reformat.
163
1642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
167
1682004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
171        to libcpu/m68k/mcf5206/mcfuart.rel
172
1732004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
176        nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
177        wrapup/Makefile.am.
178        Use automake compilation rules.
179        * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
180        startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
181        Remove.
182        * configure.ac: Reflect changes above.
183
1842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Add PREINSTALL_DIRS.
187        * wrapup/Makefile.am: Reflect changes to libcpu.
188
1892004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * wrapup/Makefile.am: Reflect changes to libcpu.
192
1932004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
196        Add PRE/TMPINSTALL_FILES to CLEANFILES.
197        * startup/Makefile.am: Ditto.
198
1992004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * start/Makefile.am: Remove.
202        * Makefile.am: Merge-in start/Makefile.am.
203        * configure.ac: Reflect changes above.
204
2052004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * wrapup/Makefile.am: Eliminate $(LIB).
208        Use noinst_DATA to trigger building libbsp.a.
209
2102003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
213        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
214
2152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
218        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
219
2202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
223
2242003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * console/Makefile.am: Misc cleanups and fixes.
227        * i2c/Makefile.am: Misc cleanups and fixes.
228        * nvram/Makefile.am: Misc cleanups and fixes.
229        * start/Makefile.am: Misc cleanups and fixes.
230        * startup/Makefile.am: Misc cleanups and fixes.
231        * tod/Makefile.am: Misc cleanups and fixes.
232        * wrapup/Makefile.am: Misc cleanups and fixes.
233
2342003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * console/Makefile.am: Remove all: $(ARCH)..
237        * i2c/Makefile.am: Remove all: $(ARCH)..
238        * nvram/Makefile.am: Remove all: $(ARCH)..
239        * startup/Makefile.am: Remove all: $(ARCH)..
240        * tod/Makefile.am: Remove all: $(ARCH)..
241        * wrapup/Makefile.am: Remove all: $(ARCH).
242        Remove bogus wildcard from CPU_PIECES..
243
2442003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Cosmetics.
247        * console/Makefile.am: Cosmetics.
248        * i2c/Makefile.am: Cosmetics.
249        * nvram/Makefile.am: Cosmetics.
250        * start/Makefile.am: Cosmetics.
251        * startup/Makefile.am: Cosmetics.
252        * tod/Makefile.am: Cosmetics.
253        * wrapup/Makefile.am: Cosmetics.
254
2552003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Add preinstallation dirstamp support.
258        * console/Makefile.am: Cosmetics.
259        * i2c/Makefile.am: Cosmetics.
260        * nvram/Makefile.am: Cosmetics.
261        * startup/Makefile.am: Cosmetics.
262        * tod/Makefile.am: Cosmetics.
263        * wrapup/Makefile.am: Cosmetics.
264
2652003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * start/Makefile.am: Remove all-local: $(ARCH).
268
2692003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Merge-in include/Makefile.am.
272        Reflect changes to bsp.am.
273        * include/Makefile.am: Remove.
274        * configure.ac: Reflect changes above.
275
2762003-09-04      Joel Sherrill <joel@OARcorp.com>
277
278        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
279        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
280        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
281        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
282        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
283        URL for license changed.
284
2852003-08-20      Joel Sherrill <joel@OARcorp.com>
286
287        * console/console.c, start/start.S, startup/bspclean.c,
288        startup/bspstart.c, startup/init5206e.c: Correct copyright
289        statements.
290
2912003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Reflect having moved aclocal/.
294
2952003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Reflect having moved automake/.
298        * console/Makefile.am: Reflect having moved automake/.
299        * i2c/Makefile.am: Reflect having moved automake/.
300        * include/Makefile.am: Reflect having moved automake/.
301        * nvram/Makefile.am: Reflect having moved automake/.
302        * start/Makefile.am: Reflect having moved automake/.
303        * startup/Makefile.am: Reflect having moved automake/.
304        * tod/Makefile.am: Reflect having moved automake/.
305        * wrapup/Makefile.am: Reflect having moved automake/.
306
3072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        PR 452/bsps
310        * startup/Makefile.am: Remove USE_INIT_FINI.
311
3122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
315
3162003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        PR 445/bsps
319        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
320        Remove cpp, old_cpp (now unused).
321
3222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Remove AC_CONFIG_AUX_DIR.
325
3262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
329
3302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: AC_PREREQ(2.57).
333
3342003-01-20      Joel Sherrill <joel@OARcorp.com>
335
336        * startup/linkcmds*: Add FreeBSD sysctl() sections.
337
3382002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
341        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
342        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
343        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
344        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
345        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
346
3472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * start/Makefile.am: Use install-data-local to install startfile.
350
3512002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354
3552002-11-04      Joel Sherrill <joel@OARcorp.com>
356
357        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
358        tod/ds1307.c: Removed warnings.
359
3602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * .cvsignore: Reformat.
363        Add autom4te*cache.
364        Remove autom4te.cache.
365
3662002-08-21      Joel Sherrill <joel@OARcorp.com>
367
368        * wrapup/Makefile.am: PR217 required that the idle task be moved to
369        libcpu so it could be more acutely aware of the CPU model.  This
370        file was modified to pick up the idle task from there.
371
3722002-08-21      Joel Sherrill <joel@OARcorp.com>
373
374        * bsp_specs: Added support for -nostdlibs.
375
3762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
379        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
380        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
381        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
382        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
383        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
384        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
385
3862002-08-05      Joel Sherrill <joel@OARcorp.com>
387
388        * Per PR260 eliminate use of make-target-options.  This impacted
389        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
390        SuperCore and required that the m68k optimized memcpy be moved
391        to libcpu.
392        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
393
3942002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * start/Makefile.am: Eliminate PGM.
397        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
398
3992002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
402        linkcmds.flash.
403
4042002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
407
4082001-05-09      Joel Sherrill <joel@OARcorp.com>
409
410        * startup/linkcmds: In support of gcc 3.1, added one of more
411        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
412        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
413        and direction of segments to memory regions may also have been
414        addressed.  This was a sweep across all BSPs.
415 
4162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac:
419        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
420        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
421        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
427        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
430
4312002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * include/Makefile.am: Adapt to automake-1.5.
434
4352001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
438        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
439
4402001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
443
4442001-11-20      Joel Sherrill <joel@OARcorp.com>
445
446        * include/bspopts.h.in: Automatically generated file that should not
447        be in CVS.
448
4492001-10-29      Joel Sherrill <joel@OARcorp.com>
450
451        * .cvsignore, include/.cvsignore: Add more entries.
452
4532001-10-26      Victor V. Vengerov <vvv@oktet.ru>
454
455        * New BSP for MCF5206eLITE evaluation board BSP.
456        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
457        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
458        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
459        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
460        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
461        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
462        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
463        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
464        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
465        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
466        New files.
467
Note: See TracBrowser for help on using the repository browser.