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

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

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

  • c/src/lib/libbsp/m68k/gen68360/clock/clock.c, c/src/lib/libbsp/m68k/gen68360/console/console.c, c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c, c/src/lib/libbsp/m68k/gen68360/network/network.c, c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c, c/src/lib/libbsp/m68k/gen68360/startup/init68360.c, c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include <rtems/m68k/m68360.h> instead of <m68360.h>.
  • Property mode set to 100644
File size: 12.2 KB
Line 
12004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
2
3        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
4        c/src/lib/libbsp/m68k/gen68360/console/console.c,
5        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
6        c/src/lib/libbsp/m68k/gen68360/network/network.c,
7        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
8        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
9        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
10        <rtems/m68k/m68360.h> instead of <m68360.h>.
11
122004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
15
162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
19        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
20        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
21
222004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * include/bsp.h, network/network.c, startup/bspstart.c,
25        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
26        types.
27
282004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect changes to bsp.am.
31        Preinstall dist_project_lib*.
32
332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect changes to bsp.am.
36
372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
40
412004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Pickup files from ../../m68k/shared instead of
44        ../shared. Reformat.
45
462004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
49
502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        PR 562/bsps
53        * Makefile.am: Remove references to m68k-gdbstub.c,
54        rtems-gdbstub-glue.c.
55
56        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
57        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
58        Use automake-compilation rules.
59        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
60        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
61        Remove.
62        * configure.ac: Reflect changes above.
63
642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add PREINSTALL_DIRS.
67        * wrapup/Makefile.am: Reflect changes to libcpu.
68
692004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
72        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
73        * wrapup/Makefile.am: Reflect changes to libcpu.
74
752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
78        Add PRE/TMPINSTALL_FILES to CLEANFILES.
79        * startup/Makefile.am: Ditto.
80
812004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Remove.
84        * Makefile.am: Merge-in start/Makefile.am.
85        * configure.ac: Reflect changes above.
86
872004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Eliminate $(LIB).
90        Use noinst_DATA to trigger building libbsp.a.
91
922003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
95        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
100        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
105
1062003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * start/Makefile.am: Misc cleanups and fixes.
109        * startup/Makefile.am: Misc cleanups and fixes.
110        * wrapup/Makefile.am: Misc cleanups and fixes.
111
1122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Add preinstallation dirstamp support.
115        * clock/Makefile.am: Cosmetics.
116        * console/Makefile.am: Cosmetics.
117        * network/Makefile.am: Cosmetics.
118        * startup/Makefile.am: Cosmetics.
119        * timer/Makefile.am: Cosmetics.
120        * wrapup/Makefile.am: Cosmetics.
121
1222003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * clock/Makefile.am: Remove all-local: $(ARCH).
125        * console/Makefile.am: Remove all-local: $(ARCH).
126        * network/Makefile.am: Remove all-local: $(ARCH).
127        * start/Makefile.am: Remove all-local: $(ARCH).
128        * startup/Makefile.am: Remove all-local: $(ARCH).
129        * timer/Makefile.am: Remove all-local: $(ARCH).
130        * wrapup/Makefile.am: Remove all-local: $(ARCH).
131
1322003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Merge-in include/Makefile.am.
135        Reflect changes to bsp.am.
136        * include/Makefile.am: Remove.
137        * configure.ac: Reflect changes above.
138
1392003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * bsp_specs: Remove *lib:.
142
1432003-09-04      Joel Sherrill <joel@OARcorp.com>
144
145        * console/console.c, console/consolereserveresources.c, include/bsp.h,
146        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
147        URL for license changed.
148
1492003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Reflect having moved aclocal/.
152
1532003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Reflect having moved automake/.
156        * clock/Makefile.am: Reflect having moved automake/.
157        * console/Makefile.am: Reflect having moved automake/.
158        * include/Makefile.am: Reflect having moved automake/.
159        * network/Makefile.am: Reflect having moved automake/.
160        * start/Makefile.am: Reflect having moved automake/.
161        * startup/Makefile.am: Reflect having moved automake/.
162        * timer/Makefile.am: Reflect having moved automake/.
163        * wrapup/Makefile.am: Reflect having moved automake/.
164
1652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        PR 452/bsps
168        * startup/Makefile.am: Remove USE_INIT_FINI.
169
1702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
173
1742003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        PR 445/bsps
177        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
178        Remove cpp, old_cpp (now unused).
179
1802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Remove AC_CONFIG_AUX_DIR.
183
1842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
187
1882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: AC_PREREQ(2.57).
191
1922003-01-20      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/linkcmds*: Add FreeBSD sysctl() sections.
195
1962002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204
2052002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * start/Makefile.am: Use install-data-local to install startfile.
208
2092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212
2132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * .cvsignore: Reformat.
216        Add autom4te*cache.
217        Remove autom4te.cache.
218
2192002-08-21      Joel Sherrill <joel@OARcorp.com>
220
221        * wrapup/Makefile.am: PR217 required that the idle task be moved to
222        libcpu so it could be more acutely aware of the CPU model.  This
223        file was modified to pick up the idle task from there.
224
2252002-08-21      Joel Sherrill <joel@OARcorp.com>
226
227        * bsp_specs: Added support for -nostdlibs.
228
2292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
238
2392002-08-05      Joel Sherrill <joel@OARcorp.com>
240
241        * Per PR260 eliminate use of make-target-options.  This impacted
242        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
243        SuperCore and required that the m68k optimized memcpy be moved
244        to libcpu.
245        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
246
2472002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * start/Makefile.am: Eliminate PGM.
250        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
251
2522002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
255        linkcmds.bootp.
256
2572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
260        Remove $(OBJS) from all-local.
261
2622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
265
2662002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
267
268        * startup/Makefile.am: Compile the m68k gdb stub and glue.
269
2702002-05-14      Eric Norum <eric.norum@usask.ca>
271
272        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
273        sections needed by gcc 3.1.  linkcmds had already been fixed on
274        a gcc 3.1 clean up sweep.
275
2762001-05-09      Joel Sherrill <joel@OARcorp.com>
277
278        * startup/linkcmds: In support of gcc 3.1, added one of more
279        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
280        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
281        and direction of segments to memory regions may also have been
282        addressed.  This was a sweep across all BSPs.
283 
2842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac:
287        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
288        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
289        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
298
2992001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
302
3032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
306        * configure.in: Remove.
307        * configure.ac: New file, generated from configure.in by autoupdate.
308
3092001-09-27      Joel Sherrill <joel@OARcorp.com>
310
311        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
312
3132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
316
3172001-09-14      Eric Norum <eric.norum@usask.ca>
318
319        * startup/init68360.c: Modifications to make gcc 3.x happy.
320
3212001-09-19      Eric Norum <eric.norum@usask.ca>
322
323        * README: Bring it more in line with reality.
324
3252001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.in: Add bspopts.h.
328        * include/.cvsignore: Add bspopts.h*, stamp-h*.
329        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
330        * include/bsp.h: Include bspopts.h.
331
3322001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
333
334        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
335
3362001-01-12      Eric Norum <eric.norum@usask.ca>
337
338        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
339        Clock driver updated to use shell driver mechanism.
340        * clock/ckinit.c: Removed.
341        * clock/clock.c: New file.
342
3432000-12-19      Joel Sherrill <joel@OARcorp.com>
344
345        * Makefile.am: Removed unneeded blank line.
346
3472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
350
3512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
354
3552000-11-01      Joel Sherrill <joel@OARcorp.com>
356
357        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
358        and libcsupport.h moved from libc to lib/include/rtems and
359        now must be referenced as <rtems/XXX.h>.   Header file order
360        was cleaned up while doing this.
361
3622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
365        Switch to GNU canonicalization.
366
3672000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
368
369        * startup/linkcmds: Added lines so DWARF debug information
370        would be available.  Otherwise gdb complains that the offsets
371        for the debug info are incorrect and doesn't load the files.
372
3732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
376        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
377        wrapup/Makefile.am: Include compile.am
378
3792000-08-10      Joel Sherrill <joel@OARcorp.com>
380
381        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.