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

4.104.114.84.95
Last change on this file since bd5b4e56 was bd5b4e56, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/29/04 at 01:22:06

2004-01-28 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 10.7 KB
Line 
12004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
4
52004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        PR 562/bsps
8        * Makefile.am: Remove references to m68k-gdbstub.c,
9        rtems-gdbstub-glue.c.
10
11        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
12        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
13        Use automake-compilation rules.
14        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
15        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
16        Remove.
17        * configure.ac: Reflect changes above.
18
192004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Add PREINSTALL_DIRS.
22        * wrapup/Makefile.am: Reflect changes to libcpu.
23
242004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
27        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
28        * wrapup/Makefile.am: Reflect changes to libcpu.
29
302004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
33        Add PRE/TMPINSTALL_FILES to CLEANFILES.
34        * startup/Makefile.am: Ditto.
35
362004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * start/Makefile.am: Remove.
39        * Makefile.am: Merge-in start/Makefile.am.
40        * configure.ac: Reflect changes above.
41
422004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Eliminate $(LIB).
45        Use noinst_DATA to trigger building libbsp.a.
46
472003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
50        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
51
522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
55        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
56
572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
60
612003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: Misc cleanups and fixes.
64        * startup/Makefile.am: Misc cleanups and fixes.
65        * wrapup/Makefile.am: Misc cleanups and fixes.
66
672003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Add preinstallation dirstamp support.
70        * clock/Makefile.am: Cosmetics.
71        * console/Makefile.am: Cosmetics.
72        * network/Makefile.am: Cosmetics.
73        * startup/Makefile.am: Cosmetics.
74        * timer/Makefile.am: Cosmetics.
75        * wrapup/Makefile.am: Cosmetics.
76
772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * clock/Makefile.am: Remove all-local: $(ARCH).
80        * console/Makefile.am: Remove all-local: $(ARCH).
81        * network/Makefile.am: Remove all-local: $(ARCH).
82        * start/Makefile.am: Remove all-local: $(ARCH).
83        * startup/Makefile.am: Remove all-local: $(ARCH).
84        * timer/Makefile.am: Remove all-local: $(ARCH).
85        * wrapup/Makefile.am: Remove all-local: $(ARCH).
86
872003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Merge-in include/Makefile.am.
90        Reflect changes to bsp.am.
91        * include/Makefile.am: Remove.
92        * configure.ac: Reflect changes above.
93
942003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * bsp_specs: Remove *lib:.
97
982003-09-04      Joel Sherrill <joel@OARcorp.com>
99
100        * console/console.c, console/consolereserveresources.c, include/bsp.h,
101        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
102        URL for license changed.
103
1042003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Reflect having moved aclocal/.
107
1082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Reflect having moved automake/.
111        * clock/Makefile.am: Reflect having moved automake/.
112        * console/Makefile.am: Reflect having moved automake/.
113        * include/Makefile.am: Reflect having moved automake/.
114        * network/Makefile.am: Reflect having moved automake/.
115        * start/Makefile.am: Reflect having moved automake/.
116        * startup/Makefile.am: Reflect having moved automake/.
117        * timer/Makefile.am: Reflect having moved automake/.
118        * wrapup/Makefile.am: Reflect having moved automake/.
119
1202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        PR 452/bsps
123        * startup/Makefile.am: Remove USE_INIT_FINI.
124
1252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
128
1292003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        PR 445/bsps
132        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
133        Remove cpp, old_cpp (now unused).
134
1352003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Remove AC_CONFIG_AUX_DIR.
138
1392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
142
1432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: AC_PREREQ(2.57).
146
1472003-01-20      Joel Sherrill <joel@OARcorp.com>
148
149        * startup/linkcmds*: Add FreeBSD sysctl() sections.
150
1512002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
154        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
155        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
156        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
157        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
158        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
159
1602002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * start/Makefile.am: Use install-data-local to install startfile.
163
1642002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167
1682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * .cvsignore: Reformat.
171        Add autom4te*cache.
172        Remove autom4te.cache.
173
1742002-08-21      Joel Sherrill <joel@OARcorp.com>
175
176        * wrapup/Makefile.am: PR217 required that the idle task be moved to
177        libcpu so it could be more acutely aware of the CPU model.  This
178        file was modified to pick up the idle task from there.
179
1802002-08-21      Joel Sherrill <joel@OARcorp.com>
181
182        * bsp_specs: Added support for -nostdlibs.
183
1842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
187        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
188        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
189        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
190        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
191        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
192        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
193
1942002-08-05      Joel Sherrill <joel@OARcorp.com>
195
196        * Per PR260 eliminate use of make-target-options.  This impacted
197        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
198        SuperCore and required that the m68k optimized memcpy be moved
199        to libcpu.
200        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
201
2022002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * start/Makefile.am: Eliminate PGM.
205        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
206
2072002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
210        linkcmds.bootp.
211
2122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
215        Remove $(OBJS) from all-local.
216
2172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
220
2212002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
222
223        * startup/Makefile.am: Compile the m68k gdb stub and glue.
224
2252002-05-14      Eric Norum <eric.norum@usask.ca>
226
227        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
228        sections needed by gcc 3.1.  linkcmds had already been fixed on
229        a gcc 3.1 clean up sweep.
230
2312001-05-09      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: In support of gcc 3.1, added one of more
234        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
235        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
236        and direction of segments to memory regions may also have been
237        addressed.  This was a sweep across all BSPs.
238 
2392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac:
242        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
243        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
244        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
253
2542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
257
2582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
261        * configure.in: Remove.
262        * configure.ac: New file, generated from configure.in by autoupdate.
263
2642001-09-27      Joel Sherrill <joel@OARcorp.com>
265
266        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
267
2682001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
271
2722001-09-14      Eric Norum <eric.norum@usask.ca>
273
274        * startup/init68360.c: Modifications to make gcc 3.x happy.
275
2762001-09-19      Eric Norum <eric.norum@usask.ca>
277
278        * README: Bring it more in line with reality.
279
2802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.in: Add bspopts.h.
283        * include/.cvsignore: Add bspopts.h*, stamp-h*.
284        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
285        * include/bsp.h: Include bspopts.h.
286
2872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
288
289        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
290
2912001-01-12      Eric Norum <eric.norum@usask.ca>
292
293        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
294        Clock driver updated to use shell driver mechanism.
295        * clock/ckinit.c: Removed.
296        * clock/clock.c: New file.
297
2982000-12-19      Joel Sherrill <joel@OARcorp.com>
299
300        * Makefile.am: Removed unneeded blank line.
301
3022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
305
3062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
309
3102000-11-01      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
313        and libcsupport.h moved from libc to lib/include/rtems and
314        now must be referenced as <rtems/XXX.h>.   Header file order
315        was cleaned up while doing this.
316
3172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
320        Switch to GNU canonicalization.
321
3222000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
323
324        * startup/linkcmds: Added lines so DWARF debug information
325        would be available.  Otherwise gdb complains that the offsets
326        for the debug info are incorrect and doesn't load the files.
327
3282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
331        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
332        wrapup/Makefile.am: Include compile.am
333
3342000-08-10      Joel Sherrill <joel@OARcorp.com>
335
336        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.