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

4.104.114.84.95
Last change on this file since b5a2912f was b5a2912f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 09:44:35

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

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