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

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172003-01-20      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds*: Add FreeBSD sysctl() sections.
20
212002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29
302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Use install-data-local to install startfile.
33
342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37
382002-11-04      Joel Sherrill <joel@OARcorp.com>
39
40        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
41        tod/ds1307.c: Removed warnings.
42
432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * .cvsignore: Reformat.
46        Add autom4te*cache.
47        Remove autom4te.cache.
48
492002-08-21      Joel Sherrill <joel@OARcorp.com>
50
51        * wrapup/Makefile.am: PR217 required that the idle task be moved to
52        libcpu so it could be more acutely aware of the CPU model.  This
53        file was modified to pick up the idle task from there.
54
552002-08-21      Joel Sherrill <joel@OARcorp.com>
56
57        * bsp_specs: Added support for -nostdlibs.
58
592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
68
692002-08-05      Joel Sherrill <joel@OARcorp.com>
70
71        * Per PR260 eliminate use of make-target-options.  This impacted
72        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
73        SuperCore and required that the m68k optimized memcpy be moved
74        to libcpu.
75        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
76
772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: Eliminate PGM.
80        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
81
822002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
85        linkcmds.flash.
86
872002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
90
912001-05-09      Joel Sherrill <joel@OARcorp.com>
92
93        * startup/linkcmds: In support of gcc 3.1, added one of more
94        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
95        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
96        and direction of segments to memory regions may also have been
97        addressed.  This was a sweep across all BSPs.
98 
992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac:
102        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
103        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
104        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
113
1142002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * include/Makefile.am: Adapt to automake-1.5.
117
1182001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
121        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
122
1232001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
126
1272001-11-20      Joel Sherrill <joel@OARcorp.com>
128
129        * include/bspopts.h.in: Automatically generated file that should not
130        be in CVS.
131
1322001-10-29      Joel Sherrill <joel@OARcorp.com>
133
134        * .cvsignore, include/.cvsignore: Add more entries.
135
1362001-10-26      Victor V. Vengerov <vvv@oktet.ru>
137
138        * New BSP for MCF5206eLITE evaluation board BSP.
139        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
140        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
141        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
142        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
143        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
144        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
145        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
146        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
147        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
148        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
149        New files.
150
Note: See TracBrowser for help on using the repository browser.