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

4.104.114.84.95
Last change on this file since 1144653 was 1144653, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/07 at 20:33:33

2007-05-03 Joel Sherrill <joel@…>

  • startup/linkcmds: Handle .data.* sections
  • Property mode set to 100644
File size: 13.5 KB
Line 
12007-05-03      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Handle .data.* sections
4
52007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove qrtems_debug.
8
92006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: New BUG-REPORT address.
12
132006-11-15      Joel Sherrill <joel@OARcorp.com>
14
15        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
16        file and simplified initialization.
17
182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Remove superfluous -DASM.
21
222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Require autoconf-2.60. Require automake-1.10.
25
262006-02-08      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds: Add sections required by newer gcc versions.
29
302006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Add preinstall.am.
33
342005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
37
382005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Remove build-variant support.
41
422004-11-25      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
45        Also extended RAM section since this is for a simulator
46
472004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * configure.ac: Require automake > 1.9.
50
512004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        PR 610/bsps
54        * Makefile.am: Add include/tm27.h, Cosmetics.
55        * include/tm27.h: Final cosmetics.
56
572004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * include/bsp.h: Split out tmtest27 support.
60        * include/tm27.h: New.
61
622004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        PR 613/bsps
65        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
66
672004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        PR 614/bsps
70        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
71
722004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
75        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
76        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
77
782004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
81        startup/bspstart.c: Convert to using c99 fixed size types.
82
832004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Reflect changes to bsp.am.
86        Preinstall dist_project_lib*.
87
882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Reflect changes to bsp.am.
91
922004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
95
962004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Pickup files from ../../m68k/shared instead of
99        ../shared. Reformat.
100
1012004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
104
1052004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
108        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use
109        automake compilation rules.
110        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
111        timer/Makefile.am, wrapup/Makefile.am: Remove.
112        * configure.ac: Reflect changes above.
113
1142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Add PREINSTALL_DIRS.
117        * wrapup/Makefile.am: Reflect changes to libcpu.
118
1192004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
122        * startup/Makefile.am: Remove non-existing files setvec.c,
123        bspclean.c, exit.c from EXTRA_DIST.
124        * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
125        * wrapup/Makefile.am: Reflect changes to libcpu.
126
1272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
130        Add PRE/TMPINSTALL_FILES to CLEANFILES.
131        * startup/Makefile.am: Ditto.
132
1332004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * start/Makefile.am: Remove.
136        * Makefile.am: Merge-in start/Makefile.am.
137        * configure.ac: Reflect changes above.
138
1392004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Eliminate $(LIB).
142        Use noinst_DATA to trigger building libbsp.a.
143
1442003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
147        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
152        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
153
1542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
157
1582003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Misc cleanups and fixes.
161        * startup/Makefile.am: Misc cleanups and fixes.
162        * wrapup/Makefile.am: Misc cleanups and fixes.
163
1642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Add preinstallation dirstamp support.
167        * clock/Makefile.am: Cosmetics.
168        * console/Makefile.am: Cosmetics.
169        * startup/Makefile.am: Cosmetics.
170        * timer/Makefile.am: Cosmetics.
171        * wrapup/Makefile.am: Cosmetics.
172
1732003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * clock/Makefile.am: Remove all-local: $(ARCH).
176        * console/Makefile.am: Remove all-local: $(ARCH).
177        * start/Makefile.am: Remove all-local: $(ARCH).
178        * startup/Makefile.am: Remove all-local: $(ARCH).
179        * timer/Makefile.am: Remove all-local: $(ARCH).
180        * wrapup/Makefile.am: Remove all-local: $(ARCH).
181
1822003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Merge-in include/Makefile.am.
185        Reflect changes to bsp.am.
186        * include/Makefile.am: Remove.
187        * configure.ac: Reflect changes above.
188
1892003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * bsp_specs: Remove *lib:.
192
1932003-09-04      Joel Sherrill <joel@OARcorp.com>
194
195        * console/conscfg.c, include/bsp.h, startup/bspstart.c,
196        startup/spurious_assistant.c: URL for license changed.
197
1982003-09-04      Joel Sherrill <joel@OARcorp.com>
199
200        * start/start.S: Removed incorrect statement about copyright
201        assignment.
202
2032003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Reflect having moved aclocal/.
206
2072003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Reflect having moved automake/.
210        * clock/Makefile.am: Reflect having moved automake/.
211        * console/Makefile.am: Reflect having moved automake/.
212        * include/Makefile.am: Reflect having moved automake/.
213        * start/Makefile.am: Reflect having moved automake/.
214        * startup/Makefile.am: Reflect having moved automake/.
215        * timer/Makefile.am: Reflect having moved automake/.
216        * wrapup/Makefile.am: Reflect having moved automake/.
217
2182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
221
2222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        PR 445/bsps
225        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
226        Remove cpp, old_cpp (now unused).
227
2282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Remove AC_CONFIG_AUX_DIR.
231
2322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
235
2362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: AC_PREREQ(2.57).
239
2402003-01-20      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/linkcmds*: Add FreeBSD sysctl() sections.
243
2442002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
249        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
250        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251
2522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * start/Makefile.am: Use install-data-local to install startfile.
255
2562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259
2602002-11-01      Joel Sherrill <joel@OARcorp.com>
261
262        * console/conscfg.c, startup/bspstart.c: Removed warnings.
263
2642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * .cvsignore: Reformat.
267        Add autom4te*cache.
268        Remove autom4te.cache.
269
2702002-08-21      Joel Sherrill <joel@OARcorp.com>
271
272        * wrapup/Makefile.am: PR217 required that the idle task be moved to
273        libcpu so it could be more acutely aware of the CPU model.  This
274        file was modified to pick up the idle task from there.
275
2762002-08-21      Joel Sherrill <joel@OARcorp.com>
277
278        * bsp_specs: Added support for -nostdlibs.
279
2802002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
283        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
284        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
285        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
288
2892002-08-05      Joel Sherrill <joel@OARcorp.com>
290
291        * Per PR260 eliminate use of make-target-options.  This impacted
292        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
293        SuperCore and required that the m68k optimized memcpy be moved
294        to libcpu.
295        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
296
2972002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * start/Makefile.am: Eliminate PGM.
300        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
301
3022002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
305
3062002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
309        Remove $(OBJS) from all-local.
310
3112002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * wrapup/Makefile.am: Add $(LIB) to all-local.
314
3152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
318
3192001-05-09      Joel Sherrill <joel@OARcorp.com>
320
321        * startup/linkcmds: In support of gcc 3.1, added one of more
322        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
323        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
324        and direction of segments to memory regions may also have been
325        addressed.  This was a sweep across all BSPs.
326 
3272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac:
330        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
331        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
332        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
340
3412002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
344        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
345
3462001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
349
3502001-10-30      Joel Sherrill <joel@OARcorp.com>
351
352        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
353        of conditional so cpu32 does not attempt to use 68000 style
354        interrupt vectoring.
355
3562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
359        * configure.in: Remove.
360        * configure.ac: New file, generated from configure.in by autoupdate.
361
3622001-09-27      Joel Sherrill <joel@OARcorp.com>
363
364        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
365
3662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * include/Makefile.am: Use 'CLEANFILES ='.
369        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
370
3712001-06-19      Joel Sherrill <joel@OARcorp.com>
372
373        * start/start.S: Reverse sense of conditional compilation so the
374        code will compile for a cpu32.
375
3762001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.in: Add bspopts.h.
379        * include/.cvsignore: Add bspopts.h*, stamp-h*.
380        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
381        * include/bsp.h: Include bspopts.h.
382
3832001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
384
385        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
386
3872001-01-03      Joel Sherrill <joel@OARcorp.com>
388
389        * start/start.S: Added space for vectors on CPU32 configuration.
390        * startup/bspstart.c: Fixed typo.
391
3922000-12-19      Joel Sherrill <joel@OARcorp.com>
393
394        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
395        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
396        debugging this.
397
3982000-11-27      Joel Sherrill <joel@OARcorp.com>
399
400        * start/start.S, startup/bspstart.c: Not functional for CPU32
401        but hopefully will compile now and give a warning saying that
402        the CPU32 variant needs work.
403
4042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
407
4082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
411
4122000-11-01      Joel Sherrill <joel@OARcorp.com>
413
414        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
415        and libcsupport.h moved from libc to lib/include/rtems and
416        now must be referenced as <rtems/XXX.h>.   Header file order
417        was cleaned up while doing this.
418
4192000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
422        Switch to GNU canonicalization.
423
4242000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
425
426        * startup/linkcmds: Added lines so DWARF debug information
427        would be available.  Otherwise gdb complains that the offsets
428        for the debug info are incorrect and doesn't load the files.
429
4302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
433        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
434
4352000-08-10      Joel Sherrill <joel@OARcorp.com>
436
437        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.