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

4.104.114.84.95
Last change on this file since 34c4852 was 34c4852, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/26/05 at 05:36:48

2005-05-26 Ralf Corsepius <ralf.corsepius@…>

  • include/bsp.h: New header guard.
  • Property mode set to 100644
File size: 11.5 KB
Line 
12005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h: New header guard.
4
52005-05-20      Joel Sherrill <joel@OARcorp.com>
6
7        * console/duart.c: Remove warning.
8
92005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
12
132005-01-04      Joel Sherrill <joel@OARcorp.com>
14
15        * console/leds.c: Remove warnings.
16
172005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Remove build-variant support.
20
212005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * console/leds.c: Fix prototype of led_putnum().
24
252004-11-25      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
28
292004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * configure.ac: Require automake > 1.9.
32
332004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        PR 610/bsps
36        * Makefile.am: Add include/tm27.h, Cosmetics.
37        * include/tm27.h: Final cosmetics.
38
392004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * include/bsp.h: Split out tmtest27 support.
42        * include/tm27.h: New.
43
442004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        PR 613/bsps
47        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
48
492004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        PR 614/bsps
52        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
53
542004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
57        <motorola/mc68230.h>.
58        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
59        <motorola/mc68681.h>.
60
612004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
64        <motorola/mc68230.h>.
65
662004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
69
702004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
73        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
74        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
75        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
76
772004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
80        using c99 fixed size types.
81
822004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect changes to bsp.am.
85        Preinstall dist_project_lib*.
86
872004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Reflect changes to bsp.am.
90
912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
94
952004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Pickup files from ../../m68k/shared instead of
98        ../shared. Reformat.
99
1002004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
103
1042004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
107        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
108        compilation rules.
109        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
110        timer/Makefile.am, wrapup/Makefile.am: Remove.
111        * configure.ac: Reflect changes above.
112
1132004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Add PREINSTALL_DIRS.
116        * wrapup/Makefile.am: Reflect changes to libcpu.
117
1182004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Reflect changes to libcpu.
121
1222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
125        Add PRE/TMPINSTALL_FILES to CLEANFILES.
126        * startup/Makefile.am: Ditto.
127
1282004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * start/Makefile.am: Remove.
131        * Makefile.am: Merge-in start/Makefile.am.
132        * configure.ac: Reflect changes above.
133
1342004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Eliminate $(LIB).
137        Use noinst_DATA to trigger building libbsp.a.
138
1392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
142        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
143
1442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
152
1532003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * start/Makefile.am: Misc cleanups and fixes.
156        * startup/Makefile.am: Misc cleanups and fixes.
157        * wrapup/Makefile.am: Misc cleanups and fixes.
158
1592003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Add preinstallation dirstamp support.
162        * clock/Makefile.am: Cosmetics.
163        * console/Makefile.am: Cosmetics.
164        * startup/Makefile.am: Cosmetics.
165        * timer/Makefile.am: Cosmetics.
166        * wrapup/Makefile.am: Cosmetics.
167
1682003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * clock/Makefile.am: Remove all-local: $(ARCH).
171        * console/Makefile.am: Remove all-local: $(ARCH).
172        * start/Makefile.am: Remove all-local: $(ARCH).
173        * startup/Makefile.am: Remove all-local: $(ARCH).
174        * timer/Makefile.am: Remove all-local: $(ARCH).
175        * wrapup/Makefile.am: Remove all-local: $(ARCH).
176
1772003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Merge-in include/Makefile.am.
180        Reflect changes to bsp.am.
181        * include/Makefile.am: Remove.
182        * configure.ac: Reflect changes above.
183
1842003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * bsp_specs: Remove *lib:.
187
1882003-09-04      Joel Sherrill <joel@OARcorp.com>
189
190        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
191        URL for license changed.
192
1932003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Reflect having moved aclocal/.
196
1972003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Reflect having moved automake/.
200        * clock/Makefile.am: Reflect having moved automake/.
201        * console/Makefile.am: Reflect having moved automake/.
202        * include/Makefile.am: Reflect having moved automake/.
203        * start/Makefile.am: Reflect having moved automake/.
204        * startup/Makefile.am: Reflect having moved automake/.
205        * timer/Makefile.am: Reflect having moved automake/.
206        * wrapup/Makefile.am: Reflect having moved automake/.
207
2082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        PR 452/bsps
211        * startup/Makefile.am: Remove USE_INIT_FINI.
212
2132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
216
2172003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        PR 445/bsps
220        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
221        Remove cpp, old_cpp (now unused).
222
2232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove AC_CONFIG_AUX_DIR.
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
230
2312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: AC_PREREQ(2.57).
234
2352003-01-20      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/linkcmds*: Add FreeBSD sysctl() sections.
238
2392002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
246
2472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * start/Makefile.am: Use install-data-local to install startfile.
250
2512002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254
2552002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258
2592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * .cvsignore: Reformat.
262        Add autom4te*cache.
263        Remove autom4te.cache.
264
2652002-08-21      Joel Sherrill <joel@OARcorp.com>
266
267        * bsp_specs: Added support for -nostdlibs.
268
2692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
277
2782002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Eliminate PGM.
281        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
282
2832002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
286
2872002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
290        Remove $(OBJS) from all-local.
291
2922002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
295
2962001-05-09      Joel Sherrill <joel@OARcorp.com>
297
298        * startup/linkcmds: In support of gcc 3.1, added one of more
299        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
300        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
301        and direction of segments to memory regions may also have been
302        addressed.  This was a sweep across all BSPs.
303 
3042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac:
307        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
308        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
309        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
317
3182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
321
3222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
325        * configure.in: Remove.
326        * configure.ac: New file, generated from configure.in by autoupdate.
327
3282001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * include/Makefile.am: Use 'CLEANFILES ='.
331        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
332
3332001-06-19      Joel Sherrill <joel@OARcorp.com>
334
335        * include/Makefile.am: Fixed typo.
336
3372001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.in: Add bspopts.h.
340        * include/.cvsignore: Add bspopts.h*, stamp-h*.
341        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
342        * include/bsp.h: Include bspopts.h.
343
3442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
345
346        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
347
3482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
351
3522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
355
3562000-11-01      Joel Sherrill <joel@OARcorp.com>
357
358        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
359        and libcsupport.h moved from libc to lib/include/rtems and
360        now must be referenced as <rtems/XXX.h>.   Header file order
361        was cleaned up while doing this.
362
3632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
366        Switch to GNU canonicalization.
367
3682000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
369
370        * startup/linkcmds: Added lines so DWARF debug information
371        would be available.  Otherwise gdb complains that the offsets
372        for the debug info are incorrect and doesn't load the files.
373
3742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
377        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
378        compile.am
379
3802000-08-10      Joel Sherrill <joel@OARcorp.com>
381
382        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.