source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 34c4852

4.104.114.84.95
Last change on this file since 34c4852 was 34c4852, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/26/05 at 05:36:48

2005-05-26 Ralf Corsepius <ralf.corsepius@…>

  • include/bsp.h: New header guard.
  • Property mode set to 100644
File size: 12.7 KB
Line 
12005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h: New header guard.
4
52005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
8
92005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove build-variant support.
12
132004-11-25      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
16
172004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * configure.ac: Require automake > 1.9.
20
212004-07-25      Joel Sherrill <joel@OARcorp.com>
22
23        * network/network.c: Add include of <sys/errno.h>.
24
252004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        PR 610/bsps
28        * Makefile.am: Add include/tm27.h, Cosmetics.
29        * include/tm27.h: Final cosmetics.
30
312004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * include/bsp.h: Split out tmtest27 support.
34        * include/tm27.h: New.
35
362004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        PR 613/bsps
39        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
40
412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 614/bsps
44        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
45
462004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
47
48        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
49        c/src/lib/libbsp/m68k/gen68302/console/console.c,
50        c/src/lib/libbsp/m68k/gen68302/network/network.c,
51        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
52        <rtems/m68k/m68302.h> instead of <m68302.h>.
53
542004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
57        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
58
592004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
62        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
63        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
64
652004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * clock/ckinit.c, console/console.c, include/bsp.h,
68        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
69        using c99 fixed size types.
70
712004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Reflect changes to bsp.am.
74        Preinstall dist_project_lib*.
75
762004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect changes to bsp.am.
79
802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
83
842004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Pickup files from ../../m68k/shared instead of
87        ../shared. Reformat.
88
892004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
92
932004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
96        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
97        wrapup/Makefile.am. Use automake compilation rules.
98        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
99        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
100        * configure.ac: Reflect changes above.
101
1022004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Add PREINSTALL_DIRS.
105        * wrapup/Makefile.am: Reflect changes to libcpu.
106
1072004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Reflect changes to libcpu.
110
1112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
114        Add PRE/TMPINSTALL_FILES to CLEANFILES.
115        * startup/Makefile.am: Ditto.
116
1172004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: Remove.
120        * Makefile.am: Merge-in start/Makefile.am.
121        * configure.ac: Reflect changes above.
122
1232004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * wrapup/Makefile.am: Eliminate $(LIB).
126        Use noinst_DATA to trigger building libbsp.a.
127
1282003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
131        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
132
1332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
136        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
137
1382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
141
1422003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * start/Makefile.am: Misc cleanups and fixes.
145        * startup/Makefile.am: Misc cleanups and fixes.
146        * wrapup/Makefile.am: Misc cleanups and fixes.
147
1482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Add preinstallation dirstamp support.
151        * clock/Makefile.am: Cosmetics.
152        * console/Makefile.am: Cosmetics.
153        * network/Makefile.am: Cosmetics.
154        * startup/Makefile.am: Cosmetics.
155        * timer/Makefile.am: Cosmetics.
156        * wrapup/Makefile.am: Cosmetics.
157
1582003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * clock/Makefile.am: Remove all-local: $(ARCH).
161        * console/Makefile.am: Remove all-local: $(ARCH).
162        * network/Makefile.am: Remove all-local: $(ARCH).
163        * start/Makefile.am: Remove all-local: $(ARCH).
164        * startup/Makefile.am: Remove all-local: $(ARCH).
165        * timer/Makefile.am: Remove all-local: $(ARCH).
166        * wrapup/Makefile.am: Remove all-local: $(ARCH).
167
1682003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Merge-in include/Makefile.am.
171        Reflect changes to bsp.am.
172        * include/Makefile.am: Remove.
173        * configure.ac: Reflect changes above.
174
1752003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * bsp_specs: Remove *lib:.
178
1792003-09-04      Joel Sherrill <joel@OARcorp.com>
180
181        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
182        start/start.S, startup/bspclean.c, startup/bspstart.c,
183        startup/linkcmds, timer/timer.c: URL for license changed.
184
1852003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Reflect having moved aclocal/.
188
1892003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Reflect having moved automake/.
192        * clock/Makefile.am: Reflect having moved automake/.
193        * console/Makefile.am: Reflect having moved automake/.
194        * include/Makefile.am: Reflect having moved automake/.
195        * network/Makefile.am: Reflect having moved automake/.
196        * start/Makefile.am: Reflect having moved automake/.
197        * startup/Makefile.am: Reflect having moved automake/.
198        * timer/Makefile.am: Reflect having moved automake/.
199        * wrapup/Makefile.am: Reflect having moved automake/.
200
2012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        PR 452/bsps
204        * startup/Makefile.am: Remove USE_INIT_FINI.
205
2062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
209
2102003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        PR 445/bsps
213        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
214        Remove cpp, old_cpp (now unused).
215
2162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Remove AC_CONFIG_AUX_DIR.
219
2202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
223
2242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: AC_PREREQ(2.57).
227
2282003-01-20      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds*: Add FreeBSD sysctl() sections.
231
2322002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240
2412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * start/Makefile.am: Use install-data-local to install startfile.
244
2452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248
2492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * .cvsignore: Reformat.
252        Add autom4te*cache.
253        Remove autom4te.cache.
254
2552002-08-21      Joel Sherrill <joel@OARcorp.com>
256
257        * wrapup/Makefile.am: PR217 required that the idle task be moved to
258        libcpu so it could be more acutely aware of the CPU model.  This
259        file was modified to pick up the idle task from there.
260
2612002-08-21      Joel Sherrill <joel@OARcorp.com>
262
263        * bsp_specs: Added support for -nostdlibs.
264
2652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
274
2752002-08-05      Joel Sherrill <joel@OARcorp.com>
276
277        * Per PR260 eliminate use of make-target-options.  This impacted
278        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
279        SuperCore and required that the m68k optimized memcpy be moved
280        to libcpu.
281        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
282
2832002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/Makefile.am: Eliminate PGM.
286        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
287
2882002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
291
2922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
295        Remove $(OBJS) from all-local.
296
2972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
300
3012001-05-09      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/linkcmds: In support of gcc 3.1, added one of more
304        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
305        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
306        and direction of segments to memory regions may also have been
307        addressed.  This was a sweep across all BSPs.
308 
3092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac:
312        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
313        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
314        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
323
3242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
327
3282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
331        * configure.in: Remove.
332        * configure.ac: New file, generated from configure.in by autoupdate.
333
3342001-09-27      Joel Sherrill <joel@OARcorp.com>
335
336        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
337
3382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
341
3422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.in: Add bspopts.h.
345        * include/.cvsignore: Add bspopts.h*, stamp-h*.
346        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
347        * include/bsp.h: Include bspopts.h.
348
3492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
350
351        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
352
3532000-12-14      Joel Sherrill <joel@OARcorp.com>
354
355        * network/network.c: Removed unused variable warnings.
356
3572000-12-11      Joel Sherrill <joel@OARcorp.com>
358
359        * Makefile.am, configure.in, include/Makefile.am,
360        wrapup/Makefile.am: Updated to reflect addition of network driver
361        by  Franck Julien <FranckJ@cxr.fr>.
362        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
363        network/network.c: New file.
364
3652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
368
3692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
372
3732000-11-01      Joel Sherrill <joel@OARcorp.com>
374
375        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
376        libcsupport.h moved from libc to lib/include/rtems and
377        now must be referenced as <rtems/XXX.h>.   Header file order
378        was cleaned up while doing this.
379
3802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
383        Switch to GNU canonicalization.
384
3852000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
386
387        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
388
3892000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
390
391        * startup/linkcmds: Added lines so DWARF debug information
392        would be available.  Otherwise gdb complains that the offsets
393        for the debug info are incorrect and doesn't load the files.
394
3952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
398        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
399        compile.am
400
4012000-08-10      Joel Sherrill <joel@OARcorp.com>
402
403        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.