source: rtems/c/src/lib/libbsp/m68k/gen68302/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.8 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
92007-04-02      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Add dummy printk support so all tests link.
12
132006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
16
172006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: New BUG-REPORT address.
20
212006-11-15      Joel Sherrill <joel@OARcorp.com>
22
23        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
24        file and simplified initialization.
25
262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Remove superfluous -DASM.
29
302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Require autoconf-2.60. Require automake-1.10.
33
342006-02-08      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/linkcmds: Add sections required by newer gcc versions.
37
382006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Add preinstall.am.
41
422005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
45
462005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * include/bsp.h: New header guard.
49
502005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
53
542005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Remove build-variant support.
57
582004-11-25      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
61
622004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * configure.ac: Require automake > 1.9.
65
662004-07-25      Joel Sherrill <joel@OARcorp.com>
67
68        * network/network.c: Add include of <sys/errno.h>.
69
702004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        PR 610/bsps
73        * Makefile.am: Add include/tm27.h, Cosmetics.
74        * include/tm27.h: Final cosmetics.
75
762004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * include/bsp.h: Split out tmtest27 support.
79        * include/tm27.h: New.
80
812004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        PR 613/bsps
84        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
85
862004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        PR 614/bsps
89        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
90
912004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
92
93        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
94        c/src/lib/libbsp/m68k/gen68302/console/console.c,
95        c/src/lib/libbsp/m68k/gen68302/network/network.c,
96        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
97        <rtems/m68k/m68302.h> instead of <m68302.h>.
98
992004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
102        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
103
1042004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
107        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
108        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
109
1102004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * clock/ckinit.c, console/console.c, include/bsp.h,
113        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
114        using c99 fixed size types.
115
1162004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Reflect changes to bsp.am.
119        Preinstall dist_project_lib*.
120
1212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect changes to bsp.am.
124
1252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
128
1292004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Pickup files from ../../m68k/shared instead of
132        ../shared. Reformat.
133
1342004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
137
1382004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
141        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
142        wrapup/Makefile.am. Use automake compilation rules.
143        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
144        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
145        * configure.ac: Reflect changes above.
146
1472004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Add PREINSTALL_DIRS.
150        * wrapup/Makefile.am: Reflect changes to libcpu.
151
1522004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * wrapup/Makefile.am: Reflect changes to libcpu.
155
1562004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
159        Add PRE/TMPINSTALL_FILES to CLEANFILES.
160        * startup/Makefile.am: Ditto.
161
1622004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: Remove.
165        * Makefile.am: Merge-in start/Makefile.am.
166        * configure.ac: Reflect changes above.
167
1682004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * wrapup/Makefile.am: Eliminate $(LIB).
171        Use noinst_DATA to trigger building libbsp.a.
172
1732003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
176        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
177
1782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
181        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
182
1832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
186
1872003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * start/Makefile.am: Misc cleanups and fixes.
190        * startup/Makefile.am: Misc cleanups and fixes.
191        * wrapup/Makefile.am: Misc cleanups and fixes.
192
1932003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Add preinstallation dirstamp support.
196        * clock/Makefile.am: Cosmetics.
197        * console/Makefile.am: Cosmetics.
198        * network/Makefile.am: Cosmetics.
199        * startup/Makefile.am: Cosmetics.
200        * timer/Makefile.am: Cosmetics.
201        * wrapup/Makefile.am: Cosmetics.
202
2032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * clock/Makefile.am: Remove all-local: $(ARCH).
206        * console/Makefile.am: Remove all-local: $(ARCH).
207        * network/Makefile.am: Remove all-local: $(ARCH).
208        * start/Makefile.am: Remove all-local: $(ARCH).
209        * startup/Makefile.am: Remove all-local: $(ARCH).
210        * timer/Makefile.am: Remove all-local: $(ARCH).
211        * wrapup/Makefile.am: Remove all-local: $(ARCH).
212
2132003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Merge-in include/Makefile.am.
216        Reflect changes to bsp.am.
217        * include/Makefile.am: Remove.
218        * configure.ac: Reflect changes above.
219
2202003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * bsp_specs: Remove *lib:.
223
2242003-09-04      Joel Sherrill <joel@OARcorp.com>
225
226        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
227        start/start.S, startup/bspclean.c, startup/bspstart.c,
228        startup/linkcmds, timer/timer.c: URL for license changed.
229
2302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Reflect having moved aclocal/.
233
2342003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Reflect having moved automake/.
237        * clock/Makefile.am: Reflect having moved automake/.
238        * console/Makefile.am: Reflect having moved automake/.
239        * include/Makefile.am: Reflect having moved automake/.
240        * network/Makefile.am: Reflect having moved automake/.
241        * start/Makefile.am: Reflect having moved automake/.
242        * startup/Makefile.am: Reflect having moved automake/.
243        * timer/Makefile.am: Reflect having moved automake/.
244        * wrapup/Makefile.am: Reflect having moved automake/.
245
2462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        PR 452/bsps
249        * startup/Makefile.am: Remove USE_INIT_FINI.
250
2512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
254
2552003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        PR 445/bsps
258        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
259        Remove cpp, old_cpp (now unused).
260
2612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Remove AC_CONFIG_AUX_DIR.
264
2652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
268
2692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: AC_PREREQ(2.57).
272
2732003-01-20      Joel Sherrill <joel@OARcorp.com>
274
275        * startup/linkcmds*: Add FreeBSD sysctl() sections.
276
2772002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285
2862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/Makefile.am: Use install-data-local to install startfile.
289
2902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293
2942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * .cvsignore: Reformat.
297        Add autom4te*cache.
298        Remove autom4te.cache.
299
3002002-08-21      Joel Sherrill <joel@OARcorp.com>
301
302        * wrapup/Makefile.am: PR217 required that the idle task be moved to
303        libcpu so it could be more acutely aware of the CPU model.  This
304        file was modified to pick up the idle task from there.
305
3062002-08-21      Joel Sherrill <joel@OARcorp.com>
307
308        * bsp_specs: Added support for -nostdlibs.
309
3102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
319
3202002-08-05      Joel Sherrill <joel@OARcorp.com>
321
322        * Per PR260 eliminate use of make-target-options.  This impacted
323        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
324        SuperCore and required that the m68k optimized memcpy be moved
325        to libcpu.
326        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
327
3282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * start/Makefile.am: Eliminate PGM.
331        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
332
3332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
336
3372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
340        Remove $(OBJS) from all-local.
341
3422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
345
3462001-05-09      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/linkcmds: In support of gcc 3.1, added one of more
349        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
350        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
351        and direction of segments to memory regions may also have been
352        addressed.  This was a sweep across all BSPs.
353 
3542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac:
357        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
358        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
359        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
360        * Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
368
3692001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
372
3732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
376        * configure.in: Remove.
377        * configure.ac: New file, generated from configure.in by autoupdate.
378
3792001-09-27      Joel Sherrill <joel@OARcorp.com>
380
381        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
382
3832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
386
3872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.in: Add bspopts.h.
390        * include/.cvsignore: Add bspopts.h*, stamp-h*.
391        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
392        * include/bsp.h: Include bspopts.h.
393
3942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
395
396        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
397
3982000-12-14      Joel Sherrill <joel@OARcorp.com>
399
400        * network/network.c: Removed unused variable warnings.
401
4022000-12-11      Joel Sherrill <joel@OARcorp.com>
403
404        * Makefile.am, configure.in, include/Makefile.am,
405        wrapup/Makefile.am: Updated to reflect addition of network driver
406        by  Franck Julien <FranckJ@cxr.fr>.
407        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
408        network/network.c: New file.
409
4102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
413
4142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
417
4182000-11-01      Joel Sherrill <joel@OARcorp.com>
419
420        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
421        libcsupport.h moved from libc to lib/include/rtems and
422        now must be referenced as <rtems/XXX.h>.   Header file order
423        was cleaned up while doing this.
424
4252000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
428        Switch to GNU canonicalization.
429
4302000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
431
432        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
433
4342000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
435
436        * startup/linkcmds: Added lines so DWARF debug information
437        would be available.  Otherwise gdb complains that the offsets
438        for the debug info are incorrect and doesn't load the files.
439
4402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
443        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
444        compile.am
445
4462000-08-10      Joel Sherrill <joel@OARcorp.com>
447
448        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.