source: rtems/c/src/lib/libbsp/m68k/sim68000/ChangeLog @ 4cbf22a

4.104.114.84.95
Last change on this file since 4cbf22a was 4cbf22a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 21:06:25

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 12.5 KB
Line 
12005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove build-variant support.
4
52004-11-25      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
8        Also extended RAM section since this is for a simulator
9
102004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * configure.ac: Require automake > 1.9.
13
142004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        PR 610/bsps
17        * Makefile.am: Add include/tm27.h, Cosmetics.
18        * include/tm27.h: Final cosmetics.
19
202004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * include/bsp.h: Split out tmtest27 support.
23        * include/tm27.h: New.
24
252004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        PR 613/bsps
28        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
29
302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        PR 614/bsps
33        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
34
352004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
38        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
39        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
40
412004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
44        startup/bspstart.c: Convert to using c99 fixed size types.
45
462004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Reflect changes to bsp.am.
49        Preinstall dist_project_lib*.
50
512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Reflect changes to bsp.am.
54
552004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
58
592004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Pickup files from ../../m68k/shared instead of
62        ../shared. Reformat.
63
642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
67
682004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
71        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use
72        automake compilation rules.
73        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
74        timer/Makefile.am, wrapup/Makefile.am: Remove.
75        * configure.ac: Reflect changes above.
76
772004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Add PREINSTALL_DIRS.
80        * wrapup/Makefile.am: Reflect changes to libcpu.
81
822004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
85        * startup/Makefile.am: Remove non-existing files setvec.c,
86        bspclean.c, exit.c from EXTRA_DIST.
87        * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
88        * wrapup/Makefile.am: Reflect changes to libcpu.
89
902004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
93        Add PRE/TMPINSTALL_FILES to CLEANFILES.
94        * startup/Makefile.am: Ditto.
95
962004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: Remove.
99        * Makefile.am: Merge-in start/Makefile.am.
100        * configure.ac: Reflect changes above.
101
1022004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * wrapup/Makefile.am: Eliminate $(LIB).
105        Use noinst_DATA to trigger building libbsp.a.
106
1072003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
110        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
111
1122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
115        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
116
1172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
120
1212003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * start/Makefile.am: Misc cleanups and fixes.
124        * startup/Makefile.am: Misc cleanups and fixes.
125        * wrapup/Makefile.am: Misc cleanups and fixes.
126
1272003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Add preinstallation dirstamp support.
130        * clock/Makefile.am: Cosmetics.
131        * console/Makefile.am: Cosmetics.
132        * startup/Makefile.am: Cosmetics.
133        * timer/Makefile.am: Cosmetics.
134        * wrapup/Makefile.am: Cosmetics.
135
1362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * clock/Makefile.am: Remove all-local: $(ARCH).
139        * console/Makefile.am: Remove all-local: $(ARCH).
140        * start/Makefile.am: Remove all-local: $(ARCH).
141        * startup/Makefile.am: Remove all-local: $(ARCH).
142        * timer/Makefile.am: Remove all-local: $(ARCH).
143        * wrapup/Makefile.am: Remove all-local: $(ARCH).
144
1452003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Merge-in include/Makefile.am.
148        Reflect changes to bsp.am.
149        * include/Makefile.am: Remove.
150        * configure.ac: Reflect changes above.
151
1522003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * bsp_specs: Remove *lib:.
155
1562003-09-04      Joel Sherrill <joel@OARcorp.com>
157
158        * console/conscfg.c, include/bsp.h, startup/bspstart.c,
159        startup/spurious_assistant.c: URL for license changed.
160
1612003-09-04      Joel Sherrill <joel@OARcorp.com>
162
163        * start/start.S: Removed incorrect statement about copyright
164        assignment.
165
1662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Reflect having moved aclocal/.
169
1702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Reflect having moved automake/.
173        * clock/Makefile.am: Reflect having moved automake/.
174        * console/Makefile.am: Reflect having moved automake/.
175        * include/Makefile.am: Reflect having moved automake/.
176        * start/Makefile.am: Reflect having moved automake/.
177        * startup/Makefile.am: Reflect having moved automake/.
178        * timer/Makefile.am: Reflect having moved automake/.
179        * wrapup/Makefile.am: Reflect having moved automake/.
180
1812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
184
1852003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        PR 445/bsps
188        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
189        Remove cpp, old_cpp (now unused).
190
1912003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Remove AC_CONFIG_AUX_DIR.
194
1952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
198
1992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: AC_PREREQ(2.57).
202
2032003-01-20      Joel Sherrill <joel@OARcorp.com>
204
205        * startup/linkcmds*: Add FreeBSD sysctl() sections.
206
2072002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214
2152002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * start/Makefile.am: Use install-data-local to install startfile.
218
2192002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222
2232002-11-01      Joel Sherrill <joel@OARcorp.com>
224
225        * console/conscfg.c, startup/bspstart.c: Removed warnings.
226
2272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * .cvsignore: Reformat.
230        Add autom4te*cache.
231        Remove autom4te.cache.
232
2332002-08-21      Joel Sherrill <joel@OARcorp.com>
234
235        * wrapup/Makefile.am: PR217 required that the idle task be moved to
236        libcpu so it could be more acutely aware of the CPU model.  This
237        file was modified to pick up the idle task from there.
238
2392002-08-21      Joel Sherrill <joel@OARcorp.com>
240
241        * bsp_specs: Added support for -nostdlibs.
242
2432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
250        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
251
2522002-08-05      Joel Sherrill <joel@OARcorp.com>
253
254        * Per PR260 eliminate use of make-target-options.  This impacted
255        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
256        SuperCore and required that the m68k optimized memcpy be moved
257        to libcpu.
258        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
259
2602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/Makefile.am: Eliminate PGM.
263        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
264
2652002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
268
2692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
272        Remove $(OBJS) from all-local.
273
2742002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Add $(LIB) to all-local.
277
2782002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
281
2822001-05-09      Joel Sherrill <joel@OARcorp.com>
283
284        * startup/linkcmds: In support of gcc 3.1, added one of more
285        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
286        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
287        and direction of segments to memory regions may also have been
288        addressed.  This was a sweep across all BSPs.
289 
2902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac:
293        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
294        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
295        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
303
3042002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
307        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
308
3092001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
312
3132001-10-30      Joel Sherrill <joel@OARcorp.com>
314
315        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
316        of conditional so cpu32 does not attempt to use 68000 style
317        interrupt vectoring.
318
3192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
322        * configure.in: Remove.
323        * configure.ac: New file, generated from configure.in by autoupdate.
324
3252001-09-27      Joel Sherrill <joel@OARcorp.com>
326
327        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
328
3292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * include/Makefile.am: Use 'CLEANFILES ='.
332        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
333
3342001-06-19      Joel Sherrill <joel@OARcorp.com>
335
336        * start/start.S: Reverse sense of conditional compilation so the
337        code will compile for a cpu32.
338
3392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.in: Add bspopts.h.
342        * include/.cvsignore: Add bspopts.h*, stamp-h*.
343        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
344        * include/bsp.h: Include bspopts.h.
345
3462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
347
348        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
349
3502001-01-03      Joel Sherrill <joel@OARcorp.com>
351
352        * start/start.S: Added space for vectors on CPU32 configuration.
353        * startup/bspstart.c: Fixed typo.
354
3552000-12-19      Joel Sherrill <joel@OARcorp.com>
356
357        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
358        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
359        debugging this.
360
3612000-11-27      Joel Sherrill <joel@OARcorp.com>
362
363        * start/start.S, startup/bspstart.c: Not functional for CPU32
364        but hopefully will compile now and give a warning saying that
365        the CPU32 variant needs work.
366
3672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
370
3712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
374
3752000-11-01      Joel Sherrill <joel@OARcorp.com>
376
377        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
378        and libcsupport.h moved from libc to lib/include/rtems and
379        now must be referenced as <rtems/XXX.h>.   Header file order
380        was cleaned up while doing this.
381
3822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
385        Switch to GNU canonicalization.
386
3872000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
388
389        * startup/linkcmds: Added lines so DWARF debug information
390        would be available.  Otherwise gdb complains that the offsets
391        for the debug info are incorrect and doesn't load the files.
392
3932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
396        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
397
3982000-08-10      Joel Sherrill <joel@OARcorp.com>
399
400        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.