source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ 999cae6

4.104.114.84.95
Last change on this file since 999cae6 was 999cae6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:09:44

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • Property mode set to 100644
File size: 10.8 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
4        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
5        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
6        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
7
82004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
9
10        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
11        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
12        size types.
13
142004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Reflect changes to bsp.am.
17        Preinstall dist_project_lib*.
18
192004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect changes to bsp.am.
22
232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
26
272004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Pickup files from ../../m68k/shared instead of
30        ../shared. Reformat.
31
322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
35
362004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Distribute start/startfor340only.S.
39
402004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
43        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
44        compilation rules.
45        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
46        timer/Makefile.am, wrapup/Makefile.am: Remove.
47        * configure.ac: Reflect changes above.
48
492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Add PREINSTALL_DIRS.
52        * wrapup/Makefile.am: Reflect changes to libcpu.
53
542004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
57        * README: Fix minor typo.
58        * wrapup/Makefile.am: Reflect changes to libcpu.
59
602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
63        Add PRE/TMPINSTALL_FILES to CLEANFILES.
64        * startup/Makefile.am: Ditto.
65
662004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * start/Makefile.am: Remove.
69        * Makefile.am: Merge-in start/Makefile.am.
70        * configure.ac: Reflect changes above.
71
722004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Eliminate $(LIB).
75        Use noinst_DATA to trigger building libbsp.a.
76
772003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
80        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
81
822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
85        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
86
872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
90
912003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * start/Makefile.am: Misc cleanups and fixes.
94        * startup/Makefile.am: Misc cleanups and fixes.
95        * wrapup/Makefile.am: Misc cleanups and fixes.
96
972003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Add preinstallation dirstamp support.
100        * clock/Makefile.am: Cosmetics.
101        * console/Makefile.am: Cosmetics.
102        * startup/Makefile.am: Cosmetics.
103        * timer/Makefile.am: Cosmetics.
104        * wrapup/Makefile.am: Cosmetics.
105
1062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * clock/Makefile.am: Remove all-local: $(ARCH).
109        * console/Makefile.am: Remove all-local: $(ARCH).
110        * start/Makefile.am: Remove all-local: $(ARCH).
111        * startup/Makefile.am: Remove all-local: $(ARCH).
112        * timer/Makefile.am: Remove all-local: $(ARCH).
113        * wrapup/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-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * bsp_specs: Remove *lib:.
125
1262003-09-04      Joel Sherrill <joel@OARcorp.com>
127
128        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
129        console/m340uart.c, include/bsp.h, include/m340timer.h,
130        include/m340uart.h, start/start.S, start/startfor340only.S,
131        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
132        timer/timer.c: URL for license changed.
133
1342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Reflect having moved aclocal/.
137
1382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Reflect having moved automake/.
141        * clock/Makefile.am: Reflect having moved automake/.
142        * console/Makefile.am: Reflect having moved automake/.
143        * include/Makefile.am: Reflect having moved automake/.
144        * start/Makefile.am: Reflect having moved automake/.
145        * startup/Makefile.am: Reflect having moved automake/.
146        * timer/Makefile.am: Reflect having moved automake/.
147        * wrapup/Makefile.am: Reflect having moved automake/.
148
1492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        PR 452/bsps
152        * startup/Makefile.am: Remove USE_INIT_FINI.
153
1542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
157
1582003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        PR 445/bsps
161        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
162        Remove cpp, old_cpp (now unused).
163
1642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove AC_CONFIG_AUX_DIR.
167
1682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
171
1722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: AC_PREREQ(2.57).
175
1762003-01-20      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/linkcmds*: Add FreeBSD sysctl() sections.
179
1802002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187
1882002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * start/Makefile.am: Use install-data-local to install startfile.
191
1922002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195
1962002-11-04      Joel Sherrill <joel@OARcorp.com>
197
198        * console/console.c, console/m340uart.c: Removed warnings.
199
2002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * .cvsignore: Reformat.
203        Add autom4te*cache.
204        Remove autom4te.cache.
205
2062002-08-21      Joel Sherrill <joel@OARcorp.com>
207
208        * wrapup/Makefile.am: PR217 required that the idle task be moved to
209        libcpu so it could be more acutely aware of the CPU model.  This
210        file was modified to pick up the idle task from there.
211
2122002-08-21      Joel Sherrill <joel@OARcorp.com>
213
214        * bsp_specs: Added support for -nostdlibs.
215
2162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
224
2252002-08-05      Joel Sherrill <joel@OARcorp.com>
226
227        * Per PR260 eliminate use of make-target-options.  This impacted
228        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
229        SuperCore and required that the m68k optimized memcpy be moved
230        to libcpu.
231        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
232
2332002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * start/Makefile.am: Eliminate PGM.
236        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
237
2382002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
241
2422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
245        Remove $(OBJS) from all-local.
246
2472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
250
2512001-05-09      Joel Sherrill <joel@OARcorp.com>
252
253        * startup/linkcmds: In support of gcc 3.1, added one of more
254        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
255        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
256        and direction of segments to memory regions may also have been
257        addressed.  This was a sweep across all BSPs.
258 
2592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac:
262        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
263        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
264        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
272
2732001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
276
2772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
280        * configure.in: Remove.
281        * configure.ac: New file, generated from configure.in by autoupdate.
282
2832001-09-27      Joel Sherrill <joel@OARcorp.com>
284
285        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
286
2872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
290
2912001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * include/Makefile.am: Fix typo in include_HEADERS.
294
2952001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.in: Add bspopts.h.
298        * include/.cvsignore: Add bspopts.h*, stamp-h*.
299        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
300        * include/bsp.h: Include bspopts.h.
301
3022001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
303
304        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
305
3062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
309
3102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
313
3142000-11-01      Joel Sherrill <joel@OARcorp.com>
315
316        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
317        and libcsupport.h moved from libc to lib/include/rtems and
318        now must be referenced as <rtems/XXX.h>.   Header file order
319        was cleaned up while doing this.
320
3212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
324        Switch to GNU canonicalization.
325
3262000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
327
328        * startup/linkcmds: Added lines so DWARF debug information
329        would be available.  Otherwise gdb complains that the offsets
330        for the debug info are incorrect and doesn't load the files.
331
3322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
335        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
336        compile.am
337
3382000-08-10      Joel Sherrill <joel@OARcorp.com>
339
340        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.