source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 6128a4a

4.104.114.84.95
Last change on this file since 6128a4a was e39d27e9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/03/04 at 08:45:20

2004-04-03 Ralf Corsepiu <ralf_corsepiu@…>

  • c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c, c/src/lib/libbsp/m68k/gen68302/console/console.c, c/src/lib/libbsp/m68k/gen68302/network/network.c, c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include <rtems/m68k/m68302.h> instead of <m68302.h>.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
2
3        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
4        c/src/lib/libbsp/m68k/gen68302/console/console.c,
5        c/src/lib/libbsp/m68k/gen68302/network/network.c,
6        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
7        <rtems/m68k/m68302.h> instead of <m68302.h>.
8
92004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
12        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
13
142004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
17        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
18        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
19
202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * clock/ckinit.c, console/console.c, include/bsp.h,
23        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
24        using c99 fixed size types.
25
262004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect changes to bsp.am.
29        Preinstall dist_project_lib*.
30
312004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect changes to bsp.am.
34
352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
38
392004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Pickup files from ../../m68k/shared instead of
42        ../shared. Reformat.
43
442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
47
482004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
51        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
52        wrapup/Makefile.am. Use automake compilation rules.
53        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
54        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
55        * configure.ac: Reflect changes above.
56
572004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Add PREINSTALL_DIRS.
60        * wrapup/Makefile.am: Reflect changes to libcpu.
61
622004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Reflect changes to libcpu.
65
662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
69        Add PRE/TMPINSTALL_FILES to CLEANFILES.
70        * startup/Makefile.am: Ditto.
71
722004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/Makefile.am: Remove.
75        * Makefile.am: Merge-in start/Makefile.am.
76        * configure.ac: Reflect changes above.
77
782004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Eliminate $(LIB).
81        Use noinst_DATA to trigger building libbsp.a.
82
832003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
86        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
91        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
92
932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
96
972003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: Misc cleanups and fixes.
100        * startup/Makefile.am: Misc cleanups and fixes.
101        * wrapup/Makefile.am: Misc cleanups and fixes.
102
1032003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Add preinstallation dirstamp support.
106        * clock/Makefile.am: Cosmetics.
107        * console/Makefile.am: Cosmetics.
108        * network/Makefile.am: Cosmetics.
109        * startup/Makefile.am: Cosmetics.
110        * timer/Makefile.am: Cosmetics.
111        * wrapup/Makefile.am: Cosmetics.
112
1132003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * clock/Makefile.am: Remove all-local: $(ARCH).
116        * console/Makefile.am: Remove all-local: $(ARCH).
117        * network/Makefile.am: Remove all-local: $(ARCH).
118        * start/Makefile.am: Remove all-local: $(ARCH).
119        * startup/Makefile.am: Remove all-local: $(ARCH).
120        * timer/Makefile.am: Remove all-local: $(ARCH).
121        * wrapup/Makefile.am: Remove all-local: $(ARCH).
122
1232003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Merge-in include/Makefile.am.
126        Reflect changes to bsp.am.
127        * include/Makefile.am: Remove.
128        * configure.ac: Reflect changes above.
129
1302003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * bsp_specs: Remove *lib:.
133
1342003-09-04      Joel Sherrill <joel@OARcorp.com>
135
136        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
137        start/start.S, startup/bspclean.c, startup/bspstart.c,
138        startup/linkcmds, timer/timer.c: URL for license changed.
139
1402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Reflect having moved aclocal/.
143
1442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Reflect having moved automake/.
147        * clock/Makefile.am: Reflect having moved automake/.
148        * console/Makefile.am: Reflect having moved automake/.
149        * include/Makefile.am: Reflect having moved automake/.
150        * network/Makefile.am: Reflect having moved automake/.
151        * start/Makefile.am: Reflect having moved automake/.
152        * startup/Makefile.am: Reflect having moved automake/.
153        * timer/Makefile.am: Reflect having moved automake/.
154        * wrapup/Makefile.am: Reflect having moved automake/.
155
1562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        PR 452/bsps
159        * startup/Makefile.am: Remove USE_INIT_FINI.
160
1612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
164
1652003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        PR 445/bsps
168        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
169        Remove cpp, old_cpp (now unused).
170
1712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Remove AC_CONFIG_AUX_DIR.
174
1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
178
1792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: AC_PREREQ(2.57).
182
1832003-01-20      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/linkcmds*: Add FreeBSD sysctl() sections.
186
1872002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195
1962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * start/Makefile.am: Use install-data-local to install startfile.
199
2002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203
2042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * .cvsignore: Reformat.
207        Add autom4te*cache.
208        Remove autom4te.cache.
209
2102002-08-21      Joel Sherrill <joel@OARcorp.com>
211
212        * wrapup/Makefile.am: PR217 required that the idle task be moved to
213        libcpu so it could be more acutely aware of the CPU model.  This
214        file was modified to pick up the idle task from there.
215
2162002-08-21      Joel Sherrill <joel@OARcorp.com>
217
218        * bsp_specs: Added support for -nostdlibs.
219
2202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
229
2302002-08-05      Joel Sherrill <joel@OARcorp.com>
231
232        * Per PR260 eliminate use of make-target-options.  This impacted
233        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
234        SuperCore and required that the m68k optimized memcpy be moved
235        to libcpu.
236        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
237
2382002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * start/Makefile.am: Eliminate PGM.
241        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
242
2432002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
246
2472002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
250        Remove $(OBJS) from all-local.
251
2522002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
255
2562001-05-09      Joel Sherrill <joel@OARcorp.com>
257
258        * startup/linkcmds: In support of gcc 3.1, added one of more
259        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
260        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
261        and direction of segments to memory regions may also have been
262        addressed.  This was a sweep across all BSPs.
263 
2642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac:
267        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
268        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
269        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
278
2792001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
282
2832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
286        * configure.in: Remove.
287        * configure.ac: New file, generated from configure.in by autoupdate.
288
2892001-09-27      Joel Sherrill <joel@OARcorp.com>
290
291        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
292
2932001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
296
2972001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.in: Add bspopts.h.
300        * include/.cvsignore: Add bspopts.h*, stamp-h*.
301        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
302        * include/bsp.h: Include bspopts.h.
303
3042001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
305
306        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
307
3082000-12-14      Joel Sherrill <joel@OARcorp.com>
309
310        * network/network.c: Removed unused variable warnings.
311
3122000-12-11      Joel Sherrill <joel@OARcorp.com>
313
314        * Makefile.am, configure.in, include/Makefile.am,
315        wrapup/Makefile.am: Updated to reflect addition of network driver
316        by  Franck Julien <FranckJ@cxr.fr>.
317        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
318        network/network.c: New file.
319
3202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
323
3242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
327
3282000-11-01      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
331        libcsupport.h moved from libc to lib/include/rtems and
332        now must be referenced as <rtems/XXX.h>.   Header file order
333        was cleaned up while doing this.
334
3352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
338        Switch to GNU canonicalization.
339
3402000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
341
342        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
343
3442000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
345
346        * startup/linkcmds: Added lines so DWARF debug information
347        would be available.  Otherwise gdb complains that the offsets
348        for the debug info are incorrect and doesn't load the files.
349
3502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
353        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
354        compile.am
355
3562000-08-10      Joel Sherrill <joel@OARcorp.com>
357
358        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.