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

4.104.114.84.95
Last change on this file since 7f71164 was 7f71164, checked in by Joel Sherrill <joel.sherrill@…>, on 11/26/04 at 01:56:20

2004-11-25 Joel Sherrill <joel@…>

  • startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*. Also extended RAM section since this is for a simulator
  • Property mode set to 100644
File size: 12.4 KB
Line 
12004-11-25      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
4        Also extended RAM section since this is for a simulator
5
62004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * configure.ac: Require automake > 1.9.
9
102004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        PR 610/bsps
13        * Makefile.am: Add include/tm27.h, Cosmetics.
14        * include/tm27.h: Final cosmetics.
15
162004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * include/bsp.h: Split out tmtest27 support.
19        * include/tm27.h: New.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 613/bsps
24        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
25
262004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        PR 614/bsps
29        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
30
312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
34        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
35        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
36
372004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
40        startup/bspstart.c: Convert to using c99 fixed size types.
41
422004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Reflect changes to bsp.am.
45        Preinstall dist_project_lib*.
46
472004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Reflect changes to bsp.am.
50
512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
54
552004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Pickup files from ../../m68k/shared instead of
58        ../shared. Reformat.
59
602004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
63
642004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
67        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use
68        automake compilation rules.
69        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
70        timer/Makefile.am, wrapup/Makefile.am: Remove.
71        * configure.ac: Reflect changes above.
72
732004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Add PREINSTALL_DIRS.
76        * wrapup/Makefile.am: Reflect changes to libcpu.
77
782004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
81        * startup/Makefile.am: Remove non-existing files setvec.c,
82        bspclean.c, exit.c from EXTRA_DIST.
83        * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
84        * wrapup/Makefile.am: Reflect changes to libcpu.
85
862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
89        Add PRE/TMPINSTALL_FILES to CLEANFILES.
90        * startup/Makefile.am: Ditto.
91
922004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Remove.
95        * Makefile.am: Merge-in start/Makefile.am.
96        * configure.ac: Reflect changes above.
97
982004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Eliminate $(LIB).
101        Use noinst_DATA to trigger building libbsp.a.
102
1032003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
106        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
107
1082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
111        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
112
1132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
116
1172003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: Misc cleanups and fixes.
120        * startup/Makefile.am: Misc cleanups and fixes.
121        * wrapup/Makefile.am: Misc cleanups and fixes.
122
1232003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Add preinstallation dirstamp support.
126        * clock/Makefile.am: Cosmetics.
127        * console/Makefile.am: Cosmetics.
128        * startup/Makefile.am: Cosmetics.
129        * timer/Makefile.am: Cosmetics.
130        * wrapup/Makefile.am: Cosmetics.
131
1322003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * clock/Makefile.am: Remove all-local: $(ARCH).
135        * console/Makefile.am: Remove all-local: $(ARCH).
136        * start/Makefile.am: Remove all-local: $(ARCH).
137        * startup/Makefile.am: Remove all-local: $(ARCH).
138        * timer/Makefile.am: Remove all-local: $(ARCH).
139        * wrapup/Makefile.am: Remove all-local: $(ARCH).
140
1412003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Merge-in include/Makefile.am.
144        Reflect changes to bsp.am.
145        * include/Makefile.am: Remove.
146        * configure.ac: Reflect changes above.
147
1482003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * bsp_specs: Remove *lib:.
151
1522003-09-04      Joel Sherrill <joel@OARcorp.com>
153
154        * console/conscfg.c, include/bsp.h, startup/bspstart.c,
155        startup/spurious_assistant.c: URL for license changed.
156
1572003-09-04      Joel Sherrill <joel@OARcorp.com>
158
159        * start/start.S: Removed incorrect statement about copyright
160        assignment.
161
1622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Reflect having moved aclocal/.
165
1662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Reflect having moved automake/.
169        * clock/Makefile.am: Reflect having moved automake/.
170        * console/Makefile.am: Reflect having moved automake/.
171        * include/Makefile.am: Reflect having moved automake/.
172        * start/Makefile.am: Reflect having moved automake/.
173        * startup/Makefile.am: Reflect having moved automake/.
174        * timer/Makefile.am: Reflect having moved automake/.
175        * wrapup/Makefile.am: Reflect having moved automake/.
176
1772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
180
1812003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        PR 445/bsps
184        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
185        Remove cpp, old_cpp (now unused).
186
1872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Remove AC_CONFIG_AUX_DIR.
190
1912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
194
1952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: AC_PREREQ(2.57).
198
1992003-01-20      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/linkcmds*: Add FreeBSD sysctl() sections.
202
2032002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210
2112002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * start/Makefile.am: Use install-data-local to install startfile.
214
2152002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218
2192002-11-01      Joel Sherrill <joel@OARcorp.com>
220
221        * console/conscfg.c, startup/bspstart.c: Removed warnings.
222
2232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * .cvsignore: Reformat.
226        Add autom4te*cache.
227        Remove autom4te.cache.
228
2292002-08-21      Joel Sherrill <joel@OARcorp.com>
230
231        * wrapup/Makefile.am: PR217 required that the idle task be moved to
232        libcpu so it could be more acutely aware of the CPU model.  This
233        file was modified to pick up the idle task from there.
234
2352002-08-21      Joel Sherrill <joel@OARcorp.com>
236
237        * bsp_specs: Added support for -nostdlibs.
238
2392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
247
2482002-08-05      Joel Sherrill <joel@OARcorp.com>
249
250        * Per PR260 eliminate use of make-target-options.  This impacted
251        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
252        SuperCore and required that the m68k optimized memcpy be moved
253        to libcpu.
254        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
255
2562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * start/Makefile.am: Eliminate PGM.
259        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
260
2612002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
264
2652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
268        Remove $(OBJS) from all-local.
269
2702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * wrapup/Makefile.am: Add $(LIB) to all-local.
273
2742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
277
2782001-05-09      Joel Sherrill <joel@OARcorp.com>
279
280        * startup/linkcmds: In support of gcc 3.1, added one of more
281        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
282        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
283        and direction of segments to memory regions may also have been
284        addressed.  This was a sweep across all BSPs.
285 
2862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac:
289        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
290        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
291        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
299
3002002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
303        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
304
3052001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
308
3092001-10-30      Joel Sherrill <joel@OARcorp.com>
310
311        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
312        of conditional so cpu32 does not attempt to use 68000 style
313        interrupt vectoring.
314
3152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
318        * configure.in: Remove.
319        * configure.ac: New file, generated from configure.in by autoupdate.
320
3212001-09-27      Joel Sherrill <joel@OARcorp.com>
322
323        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
324
3252001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * include/Makefile.am: Use 'CLEANFILES ='.
328        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
329
3302001-06-19      Joel Sherrill <joel@OARcorp.com>
331
332        * start/start.S: Reverse sense of conditional compilation so the
333        code will compile for a cpu32.
334
3352001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * configure.in: Add bspopts.h.
338        * include/.cvsignore: Add bspopts.h*, stamp-h*.
339        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
340        * include/bsp.h: Include bspopts.h.
341
3422001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
343
344        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
345
3462001-01-03      Joel Sherrill <joel@OARcorp.com>
347
348        * start/start.S: Added space for vectors on CPU32 configuration.
349        * startup/bspstart.c: Fixed typo.
350
3512000-12-19      Joel Sherrill <joel@OARcorp.com>
352
353        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
354        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
355        debugging this.
356
3572000-11-27      Joel Sherrill <joel@OARcorp.com>
358
359        * start/start.S, startup/bspstart.c: Not functional for CPU32
360        but hopefully will compile now and give a warning saying that
361        the CPU32 variant needs work.
362
3632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
366
3672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
370
3712000-11-01      Joel Sherrill <joel@OARcorp.com>
372
373        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
374        and libcsupport.h moved from libc to lib/include/rtems and
375        now must be referenced as <rtems/XXX.h>.   Header file order
376        was cleaned up while doing this.
377
3782000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
381        Switch to GNU canonicalization.
382
3832000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
384
385        * startup/linkcmds: Added lines so DWARF debug information
386        would be available.  Otherwise gdb complains that the offsets
387        for the debug info are incorrect and doesn't load the files.
388
3892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
392        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
393
3942000-08-10      Joel Sherrill <joel@OARcorp.com>
395
396        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.