source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ f286330

4.104.114.84.95
Last change on this file since f286330 was f286330, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:20:03
  • timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 9.9 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
8        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
9        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
10        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
11
122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
15        using c99 fixed size types.
16
172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect changes to bsp.am.
20        Preinstall dist_project_lib*.
21
222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect changes to bsp.am.
25
262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
29
302004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Pickup files from ../../m68k/shared instead of
33        ../shared. Reformat.
34
352004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
38
392004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
42        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
43        compilation rules.
44        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
45        timer/Makefile.am, wrapup/Makefile.am: Remove.
46        * configure.ac: Reflect changes above.
47
482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Add PREINSTALL_DIRS.
51        * wrapup/Makefile.am: Reflect changes to libcpu.
52
532004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * wrapup/Makefile.am: Reflect changes to libcpu.
56
572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
60        Add PRE/TMPINSTALL_FILES to CLEANFILES.
61        * startup/Makefile.am: Ditto.
62
632004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/Makefile.am: Remove.
66        * Makefile.am: Merge-in start/Makefile.am.
67        * configure.ac: Reflect changes above.
68
692004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * wrapup/Makefile.am: Eliminate $(LIB).
72        Use noinst_DATA to trigger building libbsp.a.
73
742003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
77        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
78
792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
82        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
83
842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
87
882003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Misc cleanups and fixes.
91        * startup/Makefile.am: Misc cleanups and fixes.
92        * wrapup/Makefile.am: Misc cleanups and fixes.
93
942003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Add preinstallation dirstamp support.
97        * clock/Makefile.am: Cosmetics.
98        * console/Makefile.am: Cosmetics.
99        * startup/Makefile.am: Cosmetics.
100        * timer/Makefile.am: Cosmetics.
101        * wrapup/Makefile.am: Cosmetics.
102
1032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * clock/Makefile.am: Remove all-local: $(ARCH).
106        * console/Makefile.am: Remove all-local: $(ARCH).
107        * start/Makefile.am: Remove all-local: $(ARCH).
108        * startup/Makefile.am: Remove all-local: $(ARCH).
109        * timer/Makefile.am: Remove all-local: $(ARCH).
110        * wrapup/Makefile.am: Remove all-local: $(ARCH).
111
1122003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Merge-in include/Makefile.am.
115        Reflect changes to bsp.am.
116        * include/Makefile.am: Remove.
117        * configure.ac: Reflect changes above.
118
1192003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * bsp_specs: Remove *lib:.
122
1232003-09-04      Joel Sherrill <joel@OARcorp.com>
124
125        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
126        URL for license changed.
127
1282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Reflect having moved aclocal/.
131
1322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect having moved automake/.
135        * clock/Makefile.am: Reflect having moved automake/.
136        * console/Makefile.am: Reflect having moved automake/.
137        * include/Makefile.am: Reflect having moved automake/.
138        * start/Makefile.am: Reflect having moved automake/.
139        * startup/Makefile.am: Reflect having moved automake/.
140        * timer/Makefile.am: Reflect having moved automake/.
141        * wrapup/Makefile.am: Reflect having moved automake/.
142
1432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        PR 452/bsps
146        * startup/Makefile.am: Remove USE_INIT_FINI.
147
1482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
151
1522003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        PR 445/bsps
155        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
156        Remove cpp, old_cpp (now unused).
157
1582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove AC_CONFIG_AUX_DIR.
161
1622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
165
1662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: AC_PREREQ(2.57).
169
1702003-01-20      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds*: Add FreeBSD sysctl() sections.
173
1742002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181
1822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * start/Makefile.am: Use install-data-local to install startfile.
185
1862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189
1902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193
1942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * .cvsignore: Reformat.
197        Add autom4te*cache.
198        Remove autom4te.cache.
199
2002002-08-21      Joel Sherrill <joel@OARcorp.com>
201
202        * bsp_specs: Added support for -nostdlibs.
203
2042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
208        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
209        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
212
2132002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * start/Makefile.am: Eliminate PGM.
216        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
217
2182002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
221
2222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
225        Remove $(OBJS) from all-local.
226
2272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
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        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
252
2532001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
256
2572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
260        * configure.in: Remove.
261        * configure.ac: New file, generated from configure.in by autoupdate.
262
2632001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * include/Makefile.am: Use 'CLEANFILES ='.
266        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
267
2682001-06-19      Joel Sherrill <joel@OARcorp.com>
269
270        * include/Makefile.am: Fixed typo.
271
2722001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.in: Add bspopts.h.
275        * include/.cvsignore: Add bspopts.h*, stamp-h*.
276        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
277        * include/bsp.h: Include bspopts.h.
278
2792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
280
281        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
282
2832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
286
2872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
290
2912000-11-01      Joel Sherrill <joel@OARcorp.com>
292
293        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
294        and libcsupport.h moved from libc to lib/include/rtems and
295        now must be referenced as <rtems/XXX.h>.   Header file order
296        was cleaned up while doing this.
297
2982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
301        Switch to GNU canonicalization.
302
3032000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
304
305        * startup/linkcmds: Added lines so DWARF debug information
306        would be available.  Otherwise gdb complains that the offsets
307        for the debug info are incorrect and doesn't load the files.
308
3092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
312        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
313        compile.am
314
3152000-08-10      Joel Sherrill <joel@OARcorp.com>
316
317        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.