source: rtems/c/src/lib/libbsp/m68k/sim68000/ChangeLog @ 56e2dc0

Last change on this file since 56e2dc0 was 56e2dc0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/19/06 at 13:46:53

2006-10-19 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require automake-1.10. Require autoconf-2.60.
  • Property mode set to 100644
File size: 12.9 KB
Line 
12006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require automake-1.10. Require autoconf-2.60.
4
52006-02-08      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add sections required by newer gcc versions.
8
92006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Add preinstall.am.
12
132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
16
172005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Remove build-variant support.
20
212004-11-25      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
24        Also extended RAM section since this is for a simulator
25
262004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * configure.ac: Require automake > 1.9.
29
302004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        PR 610/bsps
33        * Makefile.am: Add include/tm27.h, Cosmetics.
34        * include/tm27.h: Final cosmetics.
35
362004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * include/bsp.h: Split out tmtest27 support.
39        * include/tm27.h: New.
40
412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 613/bsps
44        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
45
462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        PR 614/bsps
49        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
50
512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
54        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
55        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
56
572004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
60        startup/bspstart.c: Convert to using c99 fixed size types.
61
622004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Reflect changes to bsp.am.
65        Preinstall dist_project_lib*.
66
672004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Reflect changes to bsp.am.
70
712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
74
752004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Pickup files from ../../m68k/shared instead of
78        ../shared. Reformat.
79
802004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
83
842004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
87        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use
88        automake compilation rules.
89        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
90        timer/Makefile.am, wrapup/Makefile.am: Remove.
91        * configure.ac: Reflect changes above.
92
932004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Add PREINSTALL_DIRS.
96        * wrapup/Makefile.am: Reflect changes to libcpu.
97
982004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
101        * startup/Makefile.am: Remove non-existing files setvec.c,
102        bspclean.c, exit.c from EXTRA_DIST.
103        * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
104        * wrapup/Makefile.am: Reflect changes to libcpu.
105
1062004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
109        Add PRE/TMPINSTALL_FILES to CLEANFILES.
110        * startup/Makefile.am: Ditto.
111
1122004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: Remove.
115        * Makefile.am: Merge-in start/Makefile.am.
116        * configure.ac: Reflect changes above.
117
1182004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Eliminate $(LIB).
121        Use noinst_DATA to trigger building libbsp.a.
122
1232003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
126        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
127
1282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
131        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
132
1332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
136
1372003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * start/Makefile.am: Misc cleanups and fixes.
140        * startup/Makefile.am: Misc cleanups and fixes.
141        * wrapup/Makefile.am: Misc cleanups and fixes.
142
1432003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Add preinstallation dirstamp support.
146        * clock/Makefile.am: Cosmetics.
147        * console/Makefile.am: Cosmetics.
148        * startup/Makefile.am: Cosmetics.
149        * timer/Makefile.am: Cosmetics.
150        * wrapup/Makefile.am: Cosmetics.
151
1522003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * clock/Makefile.am: Remove all-local: $(ARCH).
155        * console/Makefile.am: Remove all-local: $(ARCH).
156        * start/Makefile.am: Remove all-local: $(ARCH).
157        * startup/Makefile.am: Remove all-local: $(ARCH).
158        * timer/Makefile.am: Remove all-local: $(ARCH).
159        * wrapup/Makefile.am: Remove all-local: $(ARCH).
160
1612003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Merge-in include/Makefile.am.
164        Reflect changes to bsp.am.
165        * include/Makefile.am: Remove.
166        * configure.ac: Reflect changes above.
167
1682003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * bsp_specs: Remove *lib:.
171
1722003-09-04      Joel Sherrill <joel@OARcorp.com>
173
174        * console/conscfg.c, include/bsp.h, startup/bspstart.c,
175        startup/spurious_assistant.c: URL for license changed.
176
1772003-09-04      Joel Sherrill <joel@OARcorp.com>
178
179        * start/start.S: Removed incorrect statement about copyright
180        assignment.
181
1822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Reflect having moved aclocal/.
185
1862003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Reflect having moved automake/.
189        * clock/Makefile.am: Reflect having moved automake/.
190        * console/Makefile.am: Reflect having moved automake/.
191        * include/Makefile.am: Reflect having moved automake/.
192        * start/Makefile.am: Reflect having moved automake/.
193        * startup/Makefile.am: Reflect having moved automake/.
194        * timer/Makefile.am: Reflect having moved automake/.
195        * wrapup/Makefile.am: Reflect having moved automake/.
196
1972003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
200
2012003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        PR 445/bsps
204        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
205        Remove cpp, old_cpp (now unused).
206
2072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Remove AC_CONFIG_AUX_DIR.
210
2112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
214
2152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: AC_PREREQ(2.57).
218
2192003-01-20      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds*: Add FreeBSD sysctl() sections.
222
2232002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230
2312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * start/Makefile.am: Use install-data-local to install startfile.
234
2352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238
2392002-11-01      Joel Sherrill <joel@OARcorp.com>
240
241        * console/conscfg.c, startup/bspstart.c: Removed warnings.
242
2432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore: Reformat.
246        Add autom4te*cache.
247        Remove autom4te.cache.
248
2492002-08-21      Joel Sherrill <joel@OARcorp.com>
250
251        * wrapup/Makefile.am: PR217 required that the idle task be moved to
252        libcpu so it could be more acutely aware of the CPU model.  This
253        file was modified to pick up the idle task from there.
254
2552002-08-21      Joel Sherrill <joel@OARcorp.com>
256
257        * bsp_specs: Added support for -nostdlibs.
258
2592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
267
2682002-08-05      Joel Sherrill <joel@OARcorp.com>
269
270        * Per PR260 eliminate use of make-target-options.  This impacted
271        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
272        SuperCore and required that the m68k optimized memcpy be moved
273        to libcpu.
274        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
275
2762002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * start/Makefile.am: Eliminate PGM.
279        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
280
2812002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
284
2852002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
288        Remove $(OBJS) from all-local.
289
2902002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Add $(LIB) to all-local.
293
2942002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
297
2982001-05-09      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/linkcmds: In support of gcc 3.1, added one of more
301        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
302        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
303        and direction of segments to memory regions may also have been
304        addressed.  This was a sweep across all BSPs.
305 
3062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac:
309        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
310        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
311        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
319
3202002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
323        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
324
3252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
328
3292001-10-30      Joel Sherrill <joel@OARcorp.com>
330
331        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
332        of conditional so cpu32 does not attempt to use 68000 style
333        interrupt vectoring.
334
3352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
338        * configure.in: Remove.
339        * configure.ac: New file, generated from configure.in by autoupdate.
340
3412001-09-27      Joel Sherrill <joel@OARcorp.com>
342
343        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
344
3452001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * include/Makefile.am: Use 'CLEANFILES ='.
348        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
349
3502001-06-19      Joel Sherrill <joel@OARcorp.com>
351
352        * start/start.S: Reverse sense of conditional compilation so the
353        code will compile for a cpu32.
354
3552001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.in: Add bspopts.h.
358        * include/.cvsignore: Add bspopts.h*, stamp-h*.
359        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
360        * include/bsp.h: Include bspopts.h.
361
3622001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
363
364        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
365
3662001-01-03      Joel Sherrill <joel@OARcorp.com>
367
368        * start/start.S: Added space for vectors on CPU32 configuration.
369        * startup/bspstart.c: Fixed typo.
370
3712000-12-19      Joel Sherrill <joel@OARcorp.com>
372
373        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
374        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
375        debugging this.
376
3772000-11-27      Joel Sherrill <joel@OARcorp.com>
378
379        * start/start.S, startup/bspstart.c: Not functional for CPU32
380        but hopefully will compile now and give a warning saying that
381        the CPU32 variant needs work.
382
3832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
386
3872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
390
3912000-11-01      Joel Sherrill <joel@OARcorp.com>
392
393        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
394        and libcsupport.h moved from libc to lib/include/rtems and
395        now must be referenced as <rtems/XXX.h>.   Header file order
396        was cleaned up while doing this.
397
3982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
401        Switch to GNU canonicalization.
402
4032000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
404
405        * startup/linkcmds: Added lines so DWARF debug information
406        would be available.  Otherwise gdb complains that the offsets
407        for the debug info are incorrect and doesn't load the files.
408
4092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
412        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
413
4142000-08-10      Joel Sherrill <joel@OARcorp.com>
415
416        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.