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

4.104.114.84.95
Last change on this file since 8730f45 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * wrapup/Makefile.am: PR217 required that the idle task be moved to
10        libcpu so it could be more acutely aware of the CPU model.  This
11        file was modified to pick up the idle task from there.
12
132002-08-21      Joel Sherrill <joel@OARcorp.com>
14
15        * bsp_specs: Added support for -nostdlibs.
16
172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
26
272002-08-05      Joel Sherrill <joel@OARcorp.com>
28
29        * Per PR260 eliminate use of make-target-options.  This impacted
30        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
31        SuperCore and required that the m68k optimized memcpy be moved
32        to libcpu.
33        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
34
352002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * start/Makefile.am: Eliminate PGM.
38        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
39
402002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
43        linkcmds.flash.
44
452002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
48
492001-05-09      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: In support of gcc 3.1, added one of more
52        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
53        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
54        and direction of segments to memory regions may also have been
55        addressed.  This was a sweep across all BSPs.
56 
572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac:
60        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
61        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
62        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
71
722002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * include/Makefile.am: Adapt to automake-1.5.
75
762001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
79        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
80
812001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
84
852001-11-20      Joel Sherrill <joel@OARcorp.com>
86
87        * include/bspopts.h.in: Automatically generated file that should not
88        be in CVS.
89
902001-10-29      Joel Sherrill <joel@OARcorp.com>
91
92        * .cvsignore, include/.cvsignore: Add more entries.
93
942001-10-26      Victor V. Vengerov <vvv@oktet.ru>
95
96        * New BSP for MCF5206eLITE evaluation board BSP.
97        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
98        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
99        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
100        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
101        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
102        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
103        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
104        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
105        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
106        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
107        New files.
108
Note: See TracBrowser for help on using the repository browser.