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

4.104.114.84.95
Last change on this file since f739fa0 was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

2002-12-12 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-11-04      Joel Sherrill <joel@OARcorp.com>
10
11        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
12        tod/ds1307.c: Removed warnings.
13
142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * .cvsignore: Reformat.
17        Add autom4te*cache.
18        Remove autom4te.cache.
19
202002-08-21      Joel Sherrill <joel@OARcorp.com>
21
22        * wrapup/Makefile.am: PR217 required that the idle task be moved to
23        libcpu so it could be more acutely aware of the CPU model.  This
24        file was modified to pick up the idle task from there.
25
262002-08-21      Joel Sherrill <joel@OARcorp.com>
27
28        * bsp_specs: Added support for -nostdlibs.
29
302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
39
402002-08-05      Joel Sherrill <joel@OARcorp.com>
41
42        * Per PR260 eliminate use of make-target-options.  This impacted
43        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
44        SuperCore and required that the m68k optimized memcpy be moved
45        to libcpu.
46        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
47
482002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * start/Makefile.am: Eliminate PGM.
51        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
52
532002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
56        linkcmds.flash.
57
582002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
61
622001-05-09      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/linkcmds: In support of gcc 3.1, added one of more
65        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
66        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
67        and direction of segments to memory regions may also have been
68        addressed.  This was a sweep across all BSPs.
69 
702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac:
73        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
74        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
75        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
84
852002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * include/Makefile.am: Adapt to automake-1.5.
88
892001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
92        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
93
942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
97
982001-11-20      Joel Sherrill <joel@OARcorp.com>
99
100        * include/bspopts.h.in: Automatically generated file that should not
101        be in CVS.
102
1032001-10-29      Joel Sherrill <joel@OARcorp.com>
104
105        * .cvsignore, include/.cvsignore: Add more entries.
106
1072001-10-26      Victor V. Vengerov <vvv@oktet.ru>
108
109        * New BSP for MCF5206eLITE evaluation board BSP.
110        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
111        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
112        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
113        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
114        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
115        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
116        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
117        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
118        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
119        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
120        New files.
121
Note: See TracBrowser for help on using the repository browser.