source: rtems/c/src/lib/libbsp/m68k/sim68000/ChangeLog @ 3344730a

4.104.114.84.95
Last change on this file since 3344730a was 3344730a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:21:25

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

PR 613/bsps

  • include/bsp.h: Remove MAX_LONG_TEST_DURATION.
  • Property mode set to 100644
File size: 11.9 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 613/bsps
4        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 614/bsps
9        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
10
112004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
14        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
15        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
16
172004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
20        startup/bspstart.c: Convert to using c99 fixed size types.
21
222004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect changes to bsp.am.
25        Preinstall dist_project_lib*.
26
272004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect changes to bsp.am.
30
312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
34
352004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Pickup files from ../../m68k/shared instead of
38        ../shared. Reformat.
39
402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
43
442004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
47        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use
48        automake compilation rules.
49        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
50        timer/Makefile.am, wrapup/Makefile.am: Remove.
51        * configure.ac: Reflect changes above.
52
532004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Add PREINSTALL_DIRS.
56        * wrapup/Makefile.am: Reflect changes to libcpu.
57
582004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
61        * startup/Makefile.am: Remove non-existing files setvec.c,
62        bspclean.c, exit.c from EXTRA_DIST.
63        * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
64        * wrapup/Makefile.am: Reflect changes to libcpu.
65
662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
69        Add PRE/TMPINSTALL_FILES to CLEANFILES.
70        * startup/Makefile.am: Ditto.
71
722004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/Makefile.am: Remove.
75        * Makefile.am: Merge-in start/Makefile.am.
76        * configure.ac: Reflect changes above.
77
782004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Eliminate $(LIB).
81        Use noinst_DATA to trigger building libbsp.a.
82
832003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
86        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
91        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
92
932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
96
972003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: Misc cleanups and fixes.
100        * startup/Makefile.am: Misc cleanups and fixes.
101        * wrapup/Makefile.am: Misc cleanups and fixes.
102
1032003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Add preinstallation dirstamp support.
106        * clock/Makefile.am: Cosmetics.
107        * console/Makefile.am: Cosmetics.
108        * startup/Makefile.am: Cosmetics.
109        * timer/Makefile.am: Cosmetics.
110        * wrapup/Makefile.am: Cosmetics.
111
1122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * clock/Makefile.am: Remove all-local: $(ARCH).
115        * console/Makefile.am: Remove all-local: $(ARCH).
116        * start/Makefile.am: Remove all-local: $(ARCH).
117        * startup/Makefile.am: Remove all-local: $(ARCH).
118        * timer/Makefile.am: Remove all-local: $(ARCH).
119        * wrapup/Makefile.am: Remove all-local: $(ARCH).
120
1212003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Merge-in include/Makefile.am.
124        Reflect changes to bsp.am.
125        * include/Makefile.am: Remove.
126        * configure.ac: Reflect changes above.
127
1282003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * bsp_specs: Remove *lib:.
131
1322003-09-04      Joel Sherrill <joel@OARcorp.com>
133
134        * console/conscfg.c, include/bsp.h, startup/bspstart.c,
135        startup/spurious_assistant.c: URL for license changed.
136
1372003-09-04      Joel Sherrill <joel@OARcorp.com>
138
139        * start/start.S: Removed incorrect statement about copyright
140        assignment.
141
1422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Reflect having moved aclocal/.
145
1462003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Reflect having moved automake/.
149        * clock/Makefile.am: Reflect having moved automake/.
150        * console/Makefile.am: Reflect having moved automake/.
151        * include/Makefile.am: Reflect having moved automake/.
152        * start/Makefile.am: Reflect having moved automake/.
153        * startup/Makefile.am: Reflect having moved automake/.
154        * timer/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        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
160
1612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        PR 445/bsps
164        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
165        Remove cpp, old_cpp (now unused).
166
1672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Remove AC_CONFIG_AUX_DIR.
170
1712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
174
1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AC_PREREQ(2.57).
178
1792003-01-20      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds*: Add FreeBSD sysctl() sections.
182
1832002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190
1912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * start/Makefile.am: Use install-data-local to install startfile.
194
1952002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198
1992002-11-01      Joel Sherrill <joel@OARcorp.com>
200
201        * console/conscfg.c, startup/bspstart.c: Removed warnings.
202
2032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * .cvsignore: Reformat.
206        Add autom4te*cache.
207        Remove autom4te.cache.
208
2092002-08-21      Joel Sherrill <joel@OARcorp.com>
210
211        * wrapup/Makefile.am: PR217 required that the idle task be moved to
212        libcpu so it could be more acutely aware of the CPU model.  This
213        file was modified to pick up the idle task from there.
214
2152002-08-21      Joel Sherrill <joel@OARcorp.com>
216
217        * bsp_specs: Added support for -nostdlibs.
218
2192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
227
2282002-08-05      Joel Sherrill <joel@OARcorp.com>
229
230        * Per PR260 eliminate use of make-target-options.  This impacted
231        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
232        SuperCore and required that the m68k optimized memcpy be moved
233        to libcpu.
234        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
235
2362002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * start/Makefile.am: Eliminate PGM.
239        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
240
2412002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
244
2452002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
248        Remove $(OBJS) from all-local.
249
2502002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Add $(LIB) to all-local.
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        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
279
2802002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
283        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
284
2852001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
288
2892001-10-30      Joel Sherrill <joel@OARcorp.com>
290
291        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
292        of conditional so cpu32 does not attempt to use 68000 style
293        interrupt vectoring.
294
2952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
298        * configure.in: Remove.
299        * configure.ac: New file, generated from configure.in by autoupdate.
300
3012001-09-27      Joel Sherrill <joel@OARcorp.com>
302
303        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
304
3052001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * include/Makefile.am: Use 'CLEANFILES ='.
308        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
309
3102001-06-19      Joel Sherrill <joel@OARcorp.com>
311
312        * start/start.S: Reverse sense of conditional compilation so the
313        code will compile for a cpu32.
314
3152001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.in: Add bspopts.h.
318        * include/.cvsignore: Add bspopts.h*, stamp-h*.
319        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
320        * include/bsp.h: Include bspopts.h.
321
3222001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
323
324        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
325
3262001-01-03      Joel Sherrill <joel@OARcorp.com>
327
328        * start/start.S: Added space for vectors on CPU32 configuration.
329        * startup/bspstart.c: Fixed typo.
330
3312000-12-19      Joel Sherrill <joel@OARcorp.com>
332
333        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
334        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
335        debugging this.
336
3372000-11-27      Joel Sherrill <joel@OARcorp.com>
338
339        * start/start.S, startup/bspstart.c: Not functional for CPU32
340        but hopefully will compile now and give a warning saying that
341        the CPU32 variant needs work.
342
3432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
346
3472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
350
3512000-11-01      Joel Sherrill <joel@OARcorp.com>
352
353        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
354        and libcsupport.h moved from libc to lib/include/rtems and
355        now must be referenced as <rtems/XXX.h>.   Header file order
356        was cleaned up while doing this.
357
3582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
361        Switch to GNU canonicalization.
362
3632000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
364
365        * startup/linkcmds: Added lines so DWARF debug information
366        would be available.  Otherwise gdb complains that the offsets
367        for the debug info are incorrect and doesn't load the files.
368
3692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
372        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
373
3742000-08-10      Joel Sherrill <joel@OARcorp.com>
375
376        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.