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

4.104.114.84.95
Last change on this file since 2821666f was 2821666f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 14:11:26

2003-09-29 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in include/Makefile.am.
4        Reflect changes to bsp.am.
5        * include/Makefile.am: Remove.
6        * configure.ac: Reflect changes above.
7
82003-09-04      Joel Sherrill <joel@OARcorp.com>
9
10        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
11        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
12        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
13        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
14        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
15        URL for license changed.
16
172003-08-20      Joel Sherrill <joel@OARcorp.com>
18
19        * console/console.c, start/start.S, startup/bspclean.c,
20        startup/bspstart.c, startup/init5206e.c: Correct copyright
21        statements.
22
232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Reflect having moved aclocal/.
26
272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect having moved automake/.
30        * console/Makefile.am: Reflect having moved automake/.
31        * i2c/Makefile.am: Reflect having moved automake/.
32        * include/Makefile.am: Reflect having moved automake/.
33        * nvram/Makefile.am: Reflect having moved automake/.
34        * start/Makefile.am: Reflect having moved automake/.
35        * startup/Makefile.am: Reflect having moved automake/.
36        * tod/Makefile.am: Reflect having moved automake/.
37        * wrapup/Makefile.am: Reflect having moved automake/.
38
392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        PR 452/bsps
42        * startup/Makefile.am: Remove USE_INIT_FINI.
43
442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
47
482003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        PR 445/bsps
51        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
52        Remove cpp, old_cpp (now unused).
53
542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove AC_CONFIG_AUX_DIR.
57
582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
61
622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: AC_PREREQ(2.57).
65
662003-01-20      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds*: Add FreeBSD sysctl() sections.
69
702002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78
792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: Use install-data-local to install startfile.
82
832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
86
872002-11-04      Joel Sherrill <joel@OARcorp.com>
88
89        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
90        tod/ds1307.c: Removed warnings.
91
922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Reformat.
95        Add autom4te*cache.
96        Remove autom4te.cache.
97
982002-08-21      Joel Sherrill <joel@OARcorp.com>
99
100        * wrapup/Makefile.am: PR217 required that the idle task be moved to
101        libcpu so it could be more acutely aware of the CPU model.  This
102        file was modified to pick up the idle task from there.
103
1042002-08-21      Joel Sherrill <joel@OARcorp.com>
105
106        * bsp_specs: Added support for -nostdlibs.
107
1082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
117
1182002-08-05      Joel Sherrill <joel@OARcorp.com>
119
120        * Per PR260 eliminate use of make-target-options.  This impacted
121        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
122        SuperCore and required that the m68k optimized memcpy be moved
123        to libcpu.
124        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
125
1262002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * start/Makefile.am: Eliminate PGM.
129        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
130
1312002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
134        linkcmds.flash.
135
1362002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
139
1402001-05-09      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/linkcmds: In support of gcc 3.1, added one of more
143        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
144        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
145        and direction of segments to memory regions may also have been
146        addressed.  This was a sweep across all BSPs.
147 
1482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac:
151        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
152        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
153        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
162
1632002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * include/Makefile.am: Adapt to automake-1.5.
166
1672001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
170        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
171
1722001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
175
1762001-11-20      Joel Sherrill <joel@OARcorp.com>
177
178        * include/bspopts.h.in: Automatically generated file that should not
179        be in CVS.
180
1812001-10-29      Joel Sherrill <joel@OARcorp.com>
182
183        * .cvsignore, include/.cvsignore: Add more entries.
184
1852001-10-26      Victor V. Vengerov <vvv@oktet.ru>
186
187        * New BSP for MCF5206eLITE evaluation board BSP.
188        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
189        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
190        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
191        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
192        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
193        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
194        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
195        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
196        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
197        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
198        New files.
199
Note: See TracBrowser for help on using the repository browser.