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

4.104.114.84.95
Last change on this file since c24d7c84 was c24d7c84, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 09:08:05

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

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