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

4.104.114.84.95
Last change on this file since 7dd6e8d was 7dd6e8d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:16:38

2004-04-21 Ralf Corsepius <ralf_corsepius@…>

PR 614/bsps

  • include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
  • Property mode set to 100644
File size: 12.3 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 614/bsps
4        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
5
62004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
7
8        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
9        c/src/lib/libbsp/m68k/gen68360/console/console.c,
10        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
11        c/src/lib/libbsp/m68k/gen68360/network/network.c,
12        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
13        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
14        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
15        <rtems/m68k/m68360.h> instead of <m68360.h>.
16
172004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
20
212004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
24        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
25        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
26
272004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * include/bsp.h, network/network.c, startup/bspstart.c,
30        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
31        types.
32
332004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect changes to bsp.am.
36        Preinstall dist_project_lib*.
37
382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Reflect changes to bsp.am.
41
422004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
45
462004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Pickup files from ../../m68k/shared instead of
49        ../shared. Reformat.
50
512004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
54
552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        PR 562/bsps
58        * Makefile.am: Remove references to m68k-gdbstub.c,
59        rtems-gdbstub-glue.c.
60
61        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
62        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
63        Use automake-compilation rules.
64        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
65        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
66        Remove.
67        * configure.ac: Reflect changes above.
68
692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Add PREINSTALL_DIRS.
72        * wrapup/Makefile.am: Reflect changes to libcpu.
73
742004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
77        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
78        * wrapup/Makefile.am: Reflect changes to libcpu.
79
802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
83        Add PRE/TMPINSTALL_FILES to CLEANFILES.
84        * startup/Makefile.am: Ditto.
85
862004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/Makefile.am: Remove.
89        * Makefile.am: Merge-in start/Makefile.am.
90        * configure.ac: Reflect changes above.
91
922004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Eliminate $(LIB).
95        Use noinst_DATA to trigger building libbsp.a.
96
972003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106
1072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
110
1112003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: Misc cleanups and fixes.
114        * startup/Makefile.am: Misc cleanups and fixes.
115        * wrapup/Makefile.am: Misc cleanups and fixes.
116
1172003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add preinstallation dirstamp support.
120        * clock/Makefile.am: Cosmetics.
121        * console/Makefile.am: Cosmetics.
122        * network/Makefile.am: Cosmetics.
123        * startup/Makefile.am: Cosmetics.
124        * timer/Makefile.am: Cosmetics.
125        * wrapup/Makefile.am: Cosmetics.
126
1272003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * clock/Makefile.am: Remove all-local: $(ARCH).
130        * console/Makefile.am: Remove all-local: $(ARCH).
131        * network/Makefile.am: Remove all-local: $(ARCH).
132        * start/Makefile.am: Remove all-local: $(ARCH).
133        * startup/Makefile.am: Remove all-local: $(ARCH).
134        * timer/Makefile.am: Remove all-local: $(ARCH).
135        * wrapup/Makefile.am: Remove all-local: $(ARCH).
136
1372003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Merge-in include/Makefile.am.
140        Reflect changes to bsp.am.
141        * include/Makefile.am: Remove.
142        * configure.ac: Reflect changes above.
143
1442003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * bsp_specs: Remove *lib:.
147
1482003-09-04      Joel Sherrill <joel@OARcorp.com>
149
150        * console/console.c, console/consolereserveresources.c, include/bsp.h,
151        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
152        URL for license changed.
153
1542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Reflect having moved aclocal/.
157
1582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Reflect having moved automake/.
161        * clock/Makefile.am: Reflect having moved automake/.
162        * console/Makefile.am: Reflect having moved automake/.
163        * include/Makefile.am: Reflect having moved automake/.
164        * network/Makefile.am: Reflect having moved automake/.
165        * start/Makefile.am: Reflect having moved automake/.
166        * startup/Makefile.am: Reflect having moved automake/.
167        * timer/Makefile.am: Reflect having moved automake/.
168        * wrapup/Makefile.am: Reflect having moved automake/.
169
1702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        PR 452/bsps
173        * startup/Makefile.am: Remove USE_INIT_FINI.
174
1752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
178
1792003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        PR 445/bsps
182        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
183        Remove cpp, old_cpp (now unused).
184
1852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove AC_CONFIG_AUX_DIR.
188
1892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
192
1932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: AC_PREREQ(2.57).
196
1972003-01-20      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/linkcmds*: Add FreeBSD sysctl() sections.
200
2012002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209
2102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * start/Makefile.am: Use install-data-local to install startfile.
213
2142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217
2182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * .cvsignore: Reformat.
221        Add autom4te*cache.
222        Remove autom4te.cache.
223
2242002-08-21      Joel Sherrill <joel@OARcorp.com>
225
226        * wrapup/Makefile.am: PR217 required that the idle task be moved to
227        libcpu so it could be more acutely aware of the CPU model.  This
228        file was modified to pick up the idle task from there.
229
2302002-08-21      Joel Sherrill <joel@OARcorp.com>
231
232        * bsp_specs: Added support for -nostdlibs.
233
2342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
243
2442002-08-05      Joel Sherrill <joel@OARcorp.com>
245
246        * Per PR260 eliminate use of make-target-options.  This impacted
247        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
248        SuperCore and required that the m68k optimized memcpy be moved
249        to libcpu.
250        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
251
2522002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * start/Makefile.am: Eliminate PGM.
255        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
256
2572002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
260        linkcmds.bootp.
261
2622002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
265        Remove $(OBJS) from all-local.
266
2672002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
270
2712002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
272
273        * startup/Makefile.am: Compile the m68k gdb stub and glue.
274
2752002-05-14      Eric Norum <eric.norum@usask.ca>
276
277        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
278        sections needed by gcc 3.1.  linkcmds had already been fixed on
279        a gcc 3.1 clean up sweep.
280
2812001-05-09      Joel Sherrill <joel@OARcorp.com>
282
283        * startup/linkcmds: In support of gcc 3.1, added one of more
284        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
285        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
286        and direction of segments to memory regions may also have been
287        addressed.  This was a sweep across all BSPs.
288 
2892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac:
292        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
293        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
294        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
303
3042001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
307
3082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
311        * configure.in: Remove.
312        * configure.ac: New file, generated from configure.in by autoupdate.
313
3142001-09-27      Joel Sherrill <joel@OARcorp.com>
315
316        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
317
3182001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
321
3222001-09-14      Eric Norum <eric.norum@usask.ca>
323
324        * startup/init68360.c: Modifications to make gcc 3.x happy.
325
3262001-09-19      Eric Norum <eric.norum@usask.ca>
327
328        * README: Bring it more in line with reality.
329
3302001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.in: Add bspopts.h.
333        * include/.cvsignore: Add bspopts.h*, stamp-h*.
334        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
335        * include/bsp.h: Include bspopts.h.
336
3372001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
338
339        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
340
3412001-01-12      Eric Norum <eric.norum@usask.ca>
342
343        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
344        Clock driver updated to use shell driver mechanism.
345        * clock/ckinit.c: Removed.
346        * clock/clock.c: New file.
347
3482000-12-19      Joel Sherrill <joel@OARcorp.com>
349
350        * Makefile.am: Removed unneeded blank line.
351
3522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
355
3562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
359
3602000-11-01      Joel Sherrill <joel@OARcorp.com>
361
362        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
363        and libcsupport.h moved from libc to lib/include/rtems and
364        now must be referenced as <rtems/XXX.h>.   Header file order
365        was cleaned up while doing this.
366
3672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
370        Switch to GNU canonicalization.
371
3722000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
373
374        * startup/linkcmds: Added lines so DWARF debug information
375        would be available.  Otherwise gdb complains that the offsets
376        for the debug info are incorrect and doesn't load the files.
377
3782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
381        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
382        wrapup/Makefile.am: Include compile.am
383
3842000-08-10      Joel Sherrill <joel@OARcorp.com>
385
386        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.