source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ f331442d

4.104.114.84.95
Last change on this file since f331442d was 5f0fdeb, checked in by Joel Sherrill <joel.sherrill@…>, on 11/26/04 at 01:54:22

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

  • startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add new bss sections .bss.* and .gnu.linkonce.b*.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12004-11-25      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
4        new bss sections .bss.* and .gnu.linkonce.b*.
5
62004-10-28      Joel Sherrill <joel@OARcorp.com>
7
8        * startup/linkcmds: Add .gnu.linkonce.b.*.
9
102004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * configure.ac: Require automake > 1.9.
13
142004-05-21      Joel Sherrill <joel@OARcorp.com>
15
16        * network/network.c: Include errno.h as a consequence of recent updates
17        to BSD header files.
18
192004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        PR 610/bsps
22        * Makefile.am: Add include/tm27.h, Cosmetics.
23        * include/tm27.h: Final cosmetics.
24
252004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * include/bsp.h: Split out tmtest27 support.
28        * include/tm27.h: New.
29
302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        PR 613/bsps
33        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
34
352004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        PR 614/bsps
38        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
39
402004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
41
42        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
43        c/src/lib/libbsp/m68k/gen68360/console/console.c,
44        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
45        c/src/lib/libbsp/m68k/gen68360/network/network.c,
46        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
47        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
48        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
49        <rtems/m68k/m68360.h> instead of <m68360.h>.
50
512004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
54
552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
58        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
59        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
60
612004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * include/bsp.h, network/network.c, startup/bspstart.c,
64        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
65        types.
66
672004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Reflect changes to bsp.am.
70        Preinstall dist_project_lib*.
71
722004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Reflect changes to bsp.am.
75
762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
79
802004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Pickup files from ../../m68k/shared instead of
83        ../shared. Reformat.
84
852004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
88
892004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        PR 562/bsps
92        * Makefile.am: Remove references to m68k-gdbstub.c,
93        rtems-gdbstub-glue.c.
94
95        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
96        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
97        Use automake-compilation rules.
98        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
99        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
100        Remove.
101        * configure.ac: Reflect changes above.
102
1032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Add PREINSTALL_DIRS.
106        * wrapup/Makefile.am: Reflect changes to libcpu.
107
1082004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
111        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
112        * wrapup/Makefile.am: Reflect changes to libcpu.
113
1142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
117        Add PRE/TMPINSTALL_FILES to CLEANFILES.
118        * startup/Makefile.am: Ditto.
119
1202004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: Remove.
123        * Makefile.am: Merge-in start/Makefile.am.
124        * configure.ac: Reflect changes above.
125
1262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Eliminate $(LIB).
129        Use noinst_DATA to trigger building libbsp.a.
130
1312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
134        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
135
1362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
139        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
140
1412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
144
1452003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * start/Makefile.am: Misc cleanups and fixes.
148        * startup/Makefile.am: Misc cleanups and fixes.
149        * wrapup/Makefile.am: Misc cleanups and fixes.
150
1512003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Add preinstallation dirstamp support.
154        * clock/Makefile.am: Cosmetics.
155        * console/Makefile.am: Cosmetics.
156        * network/Makefile.am: Cosmetics.
157        * startup/Makefile.am: Cosmetics.
158        * timer/Makefile.am: Cosmetics.
159        * wrapup/Makefile.am: Cosmetics.
160
1612003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * clock/Makefile.am: Remove all-local: $(ARCH).
164        * console/Makefile.am: Remove all-local: $(ARCH).
165        * network/Makefile.am: Remove all-local: $(ARCH).
166        * start/Makefile.am: Remove all-local: $(ARCH).
167        * startup/Makefile.am: Remove all-local: $(ARCH).
168        * timer/Makefile.am: Remove all-local: $(ARCH).
169        * wrapup/Makefile.am: Remove all-local: $(ARCH).
170
1712003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Merge-in include/Makefile.am.
174        Reflect changes to bsp.am.
175        * include/Makefile.am: Remove.
176        * configure.ac: Reflect changes above.
177
1782003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * bsp_specs: Remove *lib:.
181
1822003-09-04      Joel Sherrill <joel@OARcorp.com>
183
184        * console/console.c, console/consolereserveresources.c, include/bsp.h,
185        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
186        URL for license changed.
187
1882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect having moved aclocal/.
191
1922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Reflect having moved automake/.
195        * clock/Makefile.am: Reflect having moved automake/.
196        * console/Makefile.am: Reflect having moved automake/.
197        * include/Makefile.am: Reflect having moved automake/.
198        * network/Makefile.am: Reflect having moved automake/.
199        * start/Makefile.am: Reflect having moved automake/.
200        * startup/Makefile.am: Reflect having moved automake/.
201        * timer/Makefile.am: Reflect having moved automake/.
202        * wrapup/Makefile.am: Reflect having moved automake/.
203
2042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        PR 452/bsps
207        * startup/Makefile.am: Remove USE_INIT_FINI.
208
2092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
212
2132003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        PR 445/bsps
216        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
217        Remove cpp, old_cpp (now unused).
218
2192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove AC_CONFIG_AUX_DIR.
222
2232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AC_PREREQ(2.57).
230
2312003-01-20      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds*: Add FreeBSD sysctl() sections.
234
2352002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243
2442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Use install-data-local to install startfile.
247
2482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251
2522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * .cvsignore: Reformat.
255        Add autom4te*cache.
256        Remove autom4te.cache.
257
2582002-08-21      Joel Sherrill <joel@OARcorp.com>
259
260        * wrapup/Makefile.am: PR217 required that the idle task be moved to
261        libcpu so it could be more acutely aware of the CPU model.  This
262        file was modified to pick up the idle task from there.
263
2642002-08-21      Joel Sherrill <joel@OARcorp.com>
265
266        * bsp_specs: Added support for -nostdlibs.
267
2682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
277
2782002-08-05      Joel Sherrill <joel@OARcorp.com>
279
280        * Per PR260 eliminate use of make-target-options.  This impacted
281        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
282        SuperCore and required that the m68k optimized memcpy be moved
283        to libcpu.
284        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
285
2862002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/Makefile.am: Eliminate PGM.
289        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
290
2912002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
294        linkcmds.bootp.
295
2962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
299        Remove $(OBJS) from all-local.
300
3012002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
304
3052002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
306
307        * startup/Makefile.am: Compile the m68k gdb stub and glue.
308
3092002-05-14      Eric Norum <eric.norum@usask.ca>
310
311        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
312        sections needed by gcc 3.1.  linkcmds had already been fixed on
313        a gcc 3.1 clean up sweep.
314
3152001-05-09      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/linkcmds: In support of gcc 3.1, added one of more
318        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
319        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
320        and direction of segments to memory regions may also have been
321        addressed.  This was a sweep across all BSPs.
322 
3232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac:
326        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
327        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
328        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
337
3382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
341
3422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
345        * configure.in: Remove.
346        * configure.ac: New file, generated from configure.in by autoupdate.
347
3482001-09-27      Joel Sherrill <joel@OARcorp.com>
349
350        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
351
3522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
355
3562001-09-14      Eric Norum <eric.norum@usask.ca>
357
358        * startup/init68360.c: Modifications to make gcc 3.x happy.
359
3602001-09-19      Eric Norum <eric.norum@usask.ca>
361
362        * README: Bring it more in line with reality.
363
3642001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.in: Add bspopts.h.
367        * include/.cvsignore: Add bspopts.h*, stamp-h*.
368        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
369        * include/bsp.h: Include bspopts.h.
370
3712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
372
373        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
374
3752001-01-12      Eric Norum <eric.norum@usask.ca>
376
377        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
378        Clock driver updated to use shell driver mechanism.
379        * clock/ckinit.c: Removed.
380        * clock/clock.c: New file.
381
3822000-12-19      Joel Sherrill <joel@OARcorp.com>
383
384        * Makefile.am: Removed unneeded blank line.
385
3862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
389
3902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
393
3942000-11-01      Joel Sherrill <joel@OARcorp.com>
395
396        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
397        and libcsupport.h moved from libc to lib/include/rtems and
398        now must be referenced as <rtems/XXX.h>.   Header file order
399        was cleaned up while doing this.
400
4012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
404        Switch to GNU canonicalization.
405
4062000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
407
408        * startup/linkcmds: Added lines so DWARF debug information
409        would be available.  Otherwise gdb complains that the offsets
410        for the debug info are incorrect and doesn't load the files.
411
4122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
415        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
416        wrapup/Makefile.am: Include compile.am
417
4182000-08-10      Joel Sherrill <joel@OARcorp.com>
419
420        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.