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

4.104.114.84.95
Last change on this file since cba119c9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

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

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 12.6 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-11-25      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
12        Also extended RAM section since this is for a simulator
13
142004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * configure.ac: Require automake > 1.9.
17
182004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        PR 610/bsps
21        * Makefile.am: Add include/tm27.h, Cosmetics.
22        * include/tm27.h: Final cosmetics.
23
242004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * include/bsp.h: Split out tmtest27 support.
27        * include/tm27.h: New.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 613/bsps
32        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
33
342004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        PR 614/bsps
37        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
38
392004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
42        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
43        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
44
452004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
48        startup/bspstart.c: Convert to using c99 fixed size types.
49
502004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect changes to bsp.am.
53        Preinstall dist_project_lib*.
54
552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Reflect changes to bsp.am.
58
592004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
62
632004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Pickup files from ../../m68k/shared instead of
66        ../shared. Reformat.
67
682004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
71
722004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
75        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use
76        automake compilation rules.
77        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
78        timer/Makefile.am, wrapup/Makefile.am: Remove.
79        * configure.ac: Reflect changes above.
80
812004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Add PREINSTALL_DIRS.
84        * wrapup/Makefile.am: Reflect changes to libcpu.
85
862004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
89        * startup/Makefile.am: Remove non-existing files setvec.c,
90        bspclean.c, exit.c from EXTRA_DIST.
91        * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
92        * wrapup/Makefile.am: Reflect changes to libcpu.
93
942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
97        Add PRE/TMPINSTALL_FILES to CLEANFILES.
98        * startup/Makefile.am: Ditto.
99
1002004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * start/Makefile.am: Remove.
103        * Makefile.am: Merge-in start/Makefile.am.
104        * configure.ac: Reflect changes above.
105
1062004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Eliminate $(LIB).
109        Use noinst_DATA to trigger building libbsp.a.
110
1112003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
114        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
115
1162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
119        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
120
1212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
124
1252003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Misc cleanups and fixes.
128        * startup/Makefile.am: Misc cleanups and fixes.
129        * wrapup/Makefile.am: Misc cleanups and fixes.
130
1312003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Add preinstallation dirstamp support.
134        * clock/Makefile.am: Cosmetics.
135        * console/Makefile.am: Cosmetics.
136        * startup/Makefile.am: Cosmetics.
137        * timer/Makefile.am: Cosmetics.
138        * wrapup/Makefile.am: Cosmetics.
139
1402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * clock/Makefile.am: Remove all-local: $(ARCH).
143        * console/Makefile.am: Remove all-local: $(ARCH).
144        * start/Makefile.am: Remove all-local: $(ARCH).
145        * startup/Makefile.am: Remove all-local: $(ARCH).
146        * timer/Makefile.am: Remove all-local: $(ARCH).
147        * wrapup/Makefile.am: Remove all-local: $(ARCH).
148
1492003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Merge-in include/Makefile.am.
152        Reflect changes to bsp.am.
153        * include/Makefile.am: Remove.
154        * configure.ac: Reflect changes above.
155
1562003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * bsp_specs: Remove *lib:.
159
1602003-09-04      Joel Sherrill <joel@OARcorp.com>
161
162        * console/conscfg.c, include/bsp.h, startup/bspstart.c,
163        startup/spurious_assistant.c: URL for license changed.
164
1652003-09-04      Joel Sherrill <joel@OARcorp.com>
166
167        * start/start.S: Removed incorrect statement about copyright
168        assignment.
169
1702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Reflect having moved aclocal/.
173
1742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Reflect having moved automake/.
177        * clock/Makefile.am: Reflect having moved automake/.
178        * console/Makefile.am: Reflect having moved automake/.
179        * include/Makefile.am: Reflect having moved automake/.
180        * start/Makefile.am: Reflect having moved automake/.
181        * startup/Makefile.am: Reflect having moved automake/.
182        * timer/Makefile.am: Reflect having moved automake/.
183        * wrapup/Makefile.am: Reflect having moved automake/.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
188
1892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        PR 445/bsps
192        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
193        Remove cpp, old_cpp (now unused).
194
1952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Remove AC_CONFIG_AUX_DIR.
198
1992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
202
2032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: AC_PREREQ(2.57).
206
2072003-01-20      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds*: Add FreeBSD sysctl() sections.
210
2112002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218
2192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * start/Makefile.am: Use install-data-local to install startfile.
222
2232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226
2272002-11-01      Joel Sherrill <joel@OARcorp.com>
228
229        * console/conscfg.c, startup/bspstart.c: Removed warnings.
230
2312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * .cvsignore: Reformat.
234        Add autom4te*cache.
235        Remove autom4te.cache.
236
2372002-08-21      Joel Sherrill <joel@OARcorp.com>
238
239        * wrapup/Makefile.am: PR217 required that the idle task be moved to
240        libcpu so it could be more acutely aware of the CPU model.  This
241        file was modified to pick up the idle task from there.
242
2432002-08-21      Joel Sherrill <joel@OARcorp.com>
244
245        * bsp_specs: Added support for -nostdlibs.
246
2472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
250        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
251        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
255
2562002-08-05      Joel Sherrill <joel@OARcorp.com>
257
258        * Per PR260 eliminate use of make-target-options.  This impacted
259        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
260        SuperCore and required that the m68k optimized memcpy be moved
261        to libcpu.
262        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
263
2642002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * start/Makefile.am: Eliminate PGM.
267        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
268
2692002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
272
2732002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
276        Remove $(OBJS) from all-local.
277
2782002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Add $(LIB) to all-local.
281
2822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
285
2862001-05-09      Joel Sherrill <joel@OARcorp.com>
287
288        * startup/linkcmds: In support of gcc 3.1, added one of more
289        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
290        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
291        and direction of segments to memory regions may also have been
292        addressed.  This was a sweep across all BSPs.
293 
2942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac:
297        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
298        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
299        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
307
3082002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
311        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
312
3132001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
316
3172001-10-30      Joel Sherrill <joel@OARcorp.com>
318
319        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
320        of conditional so cpu32 does not attempt to use 68000 style
321        interrupt vectoring.
322
3232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
326        * configure.in: Remove.
327        * configure.ac: New file, generated from configure.in by autoupdate.
328
3292001-09-27      Joel Sherrill <joel@OARcorp.com>
330
331        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
332
3332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * include/Makefile.am: Use 'CLEANFILES ='.
336        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
337
3382001-06-19      Joel Sherrill <joel@OARcorp.com>
339
340        * start/start.S: Reverse sense of conditional compilation so the
341        code will compile for a cpu32.
342
3432001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.in: Add bspopts.h.
346        * include/.cvsignore: Add bspopts.h*, stamp-h*.
347        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
348        * include/bsp.h: Include bspopts.h.
349
3502001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
351
352        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
353
3542001-01-03      Joel Sherrill <joel@OARcorp.com>
355
356        * start/start.S: Added space for vectors on CPU32 configuration.
357        * startup/bspstart.c: Fixed typo.
358
3592000-12-19      Joel Sherrill <joel@OARcorp.com>
360
361        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
362        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
363        debugging this.
364
3652000-11-27      Joel Sherrill <joel@OARcorp.com>
366
367        * start/start.S, startup/bspstart.c: Not functional for CPU32
368        but hopefully will compile now and give a warning saying that
369        the CPU32 variant needs work.
370
3712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
374
3752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
378
3792000-11-01      Joel Sherrill <joel@OARcorp.com>
380
381        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
382        and libcsupport.h moved from libc to lib/include/rtems and
383        now must be referenced as <rtems/XXX.h>.   Header file order
384        was cleaned up while doing this.
385
3862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
389        Switch to GNU canonicalization.
390
3912000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
392
393        * startup/linkcmds: Added lines so DWARF debug information
394        would be available.  Otherwise gdb complains that the offsets
395        for the debug info are incorrect and doesn't load the files.
396
3972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
400        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
401
4022000-08-10      Joel Sherrill <joel@OARcorp.com>
403
404        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.