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

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
8
92004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Pickup files from ../../m68k/shared instead of
12        ../shared. Reformat.
13
142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
17
182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect having changed libcpu/m68k/mcf5206/console.rel
21        to libcpu/m68k/mcf5206/mcfuart.rel
22
232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am,
26        nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am,
27        wrapup/Makefile.am.
28        Use automake compilation rules.
29        * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am,
30        startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am:
31        Remove.
32        * configure.ac: Reflect changes above.
33
342004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Add PREINSTALL_DIRS.
37        * wrapup/Makefile.am: Reflect changes to libcpu.
38
392004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Reflect changes to libcpu.
42
432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
46        Add PRE/TMPINSTALL_FILES to CLEANFILES.
47        * startup/Makefile.am: Ditto.
48
492004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * start/Makefile.am: Remove.
52        * Makefile.am: Merge-in start/Makefile.am.
53        * configure.ac: Reflect changes above.
54
552004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Eliminate $(LIB).
58        Use noinst_DATA to trigger building libbsp.a.
59
602003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
63        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
64
652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
68        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
69
702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
73
742003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * console/Makefile.am: Misc cleanups and fixes.
77        * i2c/Makefile.am: Misc cleanups and fixes.
78        * nvram/Makefile.am: Misc cleanups and fixes.
79        * start/Makefile.am: Misc cleanups and fixes.
80        * startup/Makefile.am: Misc cleanups and fixes.
81        * tod/Makefile.am: Misc cleanups and fixes.
82        * wrapup/Makefile.am: Misc cleanups and fixes.
83
842003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * console/Makefile.am: Remove all: $(ARCH)..
87        * i2c/Makefile.am: Remove all: $(ARCH)..
88        * nvram/Makefile.am: Remove all: $(ARCH)..
89        * startup/Makefile.am: Remove all: $(ARCH)..
90        * tod/Makefile.am: Remove all: $(ARCH)..
91        * wrapup/Makefile.am: Remove all: $(ARCH).
92        Remove bogus wildcard from CPU_PIECES..
93
942003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Cosmetics.
97        * console/Makefile.am: Cosmetics.
98        * i2c/Makefile.am: Cosmetics.
99        * nvram/Makefile.am: Cosmetics.
100        * start/Makefile.am: Cosmetics.
101        * startup/Makefile.am: Cosmetics.
102        * tod/Makefile.am: Cosmetics.
103        * wrapup/Makefile.am: Cosmetics.
104
1052003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Add preinstallation dirstamp support.
108        * console/Makefile.am: Cosmetics.
109        * i2c/Makefile.am: Cosmetics.
110        * nvram/Makefile.am: Cosmetics.
111        * startup/Makefile.am: Cosmetics.
112        * tod/Makefile.am: Cosmetics.
113        * wrapup/Makefile.am: Cosmetics.
114
1152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am: Remove all-local: $(ARCH).
118
1192003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Merge-in include/Makefile.am.
122        Reflect changes to bsp.am.
123        * include/Makefile.am: Remove.
124        * configure.ac: Reflect changes above.
125
1262003-09-04      Joel Sherrill <joel@OARcorp.com>
127
128        * README, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
129        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
130        nvram/nvram.c, start/start.S, startup/bspclean.c, startup/bspstart.c,
131        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
132        startup/linkcmds.flash, tod/ds1307.c, tod/todcfg.c, tools/runtest:
133        URL for license changed.
134
1352003-08-20      Joel Sherrill <joel@OARcorp.com>
136
137        * console/console.c, start/start.S, startup/bspclean.c,
138        startup/bspstart.c, startup/init5206e.c: Correct copyright
139        statements.
140
1412003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Reflect having moved aclocal/.
144
1452003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Reflect having moved automake/.
148        * console/Makefile.am: Reflect having moved automake/.
149        * i2c/Makefile.am: Reflect having moved automake/.
150        * include/Makefile.am: Reflect having moved automake/.
151        * nvram/Makefile.am: Reflect having moved automake/.
152        * start/Makefile.am: Reflect having moved automake/.
153        * startup/Makefile.am: Reflect having moved automake/.
154        * tod/Makefile.am: Reflect having moved automake/.
155        * wrapup/Makefile.am: Reflect having moved automake/.
156
1572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        PR 452/bsps
160        * startup/Makefile.am: Remove USE_INIT_FINI.
161
1622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
165
1662003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        PR 445/bsps
169        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
170        Remove cpp, old_cpp (now unused).
171
1722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove AC_CONFIG_AUX_DIR.
175
1762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
179
1802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: AC_PREREQ(2.57).
183
1842003-01-20      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/linkcmds*: Add FreeBSD sysctl() sections.
187
1882002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * i2c/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196
1972002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * start/Makefile.am: Use install-data-local to install startfile.
200
2012002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204
2052002-11-04      Joel Sherrill <joel@OARcorp.com>
206
207        * console/console.c, i2c/i2cdrv.c, nvram/nvram.c, startup/bspstart.c,
208        tod/ds1307.c: Removed warnings.
209
2102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * .cvsignore: Reformat.
213        Add autom4te*cache.
214        Remove autom4te.cache.
215
2162002-08-21      Joel Sherrill <joel@OARcorp.com>
217
218        * wrapup/Makefile.am: PR217 required that the idle task be moved to
219        libcpu so it could be more acutely aware of the CPU model.  This
220        file was modified to pick up the idle task from there.
221
2222002-08-21      Joel Sherrill <joel@OARcorp.com>
223
224        * bsp_specs: Added support for -nostdlibs.
225
2262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * i2c/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
235
2362002-08-05      Joel Sherrill <joel@OARcorp.com>
237
238        * Per PR260 eliminate use of make-target-options.  This impacted
239        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
240        SuperCore and required that the m68k optimized memcpy be moved
241        to libcpu.
242        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
243
2442002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Eliminate PGM.
247        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
248
2492002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * startup/Makefile.am: Add bsplib_DATA = linkcmds gdbinit
252        linkcmds.flash.
253
2542002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
257
2582001-05-09      Joel Sherrill <joel@OARcorp.com>
259
260        * startup/linkcmds: In support of gcc 3.1, added one of more
261        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
262        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
263        and direction of segments to memory regions may also have been
264        addressed.  This was a sweep across all BSPs.
265 
2662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac:
269        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
270        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
271        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
280
2812002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * include/Makefile.am: Adapt to automake-1.5.
284
2852001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
288        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
289
2902001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
293
2942001-11-20      Joel Sherrill <joel@OARcorp.com>
295
296        * include/bspopts.h.in: Automatically generated file that should not
297        be in CVS.
298
2992001-10-29      Joel Sherrill <joel@OARcorp.com>
300
301        * .cvsignore, include/.cvsignore: Add more entries.
302
3032001-10-26      Victor V. Vengerov <vvv@oktet.ru>
304
305        * New BSP for MCF5206eLITE evaluation board BSP.
306        * ChangeLog, README, bsp_specs, configure.ac, console/console.c,
307        console/.cvsignore, i2c/i2c.c, i2c/i2cdrv.c, i2c/.cvsignore,
308        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
309        include/ds1307.h, include/i2c.h, include/i2cdrv.h, include/nvram.h,
310        include/.cvsignore, nvram/nvram.c, nvram/.cvsignore, start/start.S,
311        start/.cvsignore, startup/bspclean.c, startup/bspstart.c,
312        startup/gdbinit, startup/init5206e.c, startup/linkcmds,
313        startup/linkcmds.flash, startup/.cvsignore, times, tod/ds1307.c,
314        tod/todcfg.c, tod/.cvsignore, tools/.cvsignore, tools/configure.ac,
315        tools/runtest, tools/changes, wrapup/.cvsignore, .cvsignore:
316        New files.
317
Note: See TracBrowser for help on using the repository browser.