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

Last change on this file since 625ef85 was 625ef85, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/07 at 11:18:03

2007-04-02 Joel Sherrill <joel@…>

  • Makefile.am: Add dummy printk support so all tests link.
  • Property mode set to 100644
File size: 12.1 KB
Line 
12007-04-02      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add dummy printk support so all tests link.
4
52006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: New BUG-REPORT address.
8
92006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove superfluous -DASM.
12
132006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Require automake-1.10. Require autoconf-2.60.
16
172006-02-08      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Add sections required by newer gcc versions.
20
212006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Add preinstall.am.
24
252005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * include/bsp.h: New header guard.
28
292005-05-20      Joel Sherrill <joel@OARcorp.com>
30
31        * console/duart.c: Remove warning.
32
332005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
36
372005-01-04      Joel Sherrill <joel@OARcorp.com>
38
39        * console/leds.c: Remove warnings.
40
412005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Remove build-variant support.
44
452005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * console/leds.c: Fix prototype of led_putnum().
48
492004-11-25      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
52
532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * configure.ac: Require automake > 1.9.
56
572004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 610/bsps
60        * Makefile.am: Add include/tm27.h, Cosmetics.
61        * include/tm27.h: Final cosmetics.
62
632004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * include/bsp.h: Split out tmtest27 support.
66        * include/tm27.h: New.
67
682004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        PR 613/bsps
71        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
72
732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        PR 614/bsps
76        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
77
782004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
81        <motorola/mc68230.h>.
82        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
83        <motorola/mc68681.h>.
84
852004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
88        <motorola/mc68230.h>.
89
902004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
93
942004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
97        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
98        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
99        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
100
1012004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
104        using c99 fixed size types.
105
1062004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Reflect changes to bsp.am.
109        Preinstall dist_project_lib*.
110
1112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Reflect changes to bsp.am.
114
1152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
118
1192004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Pickup files from ../../m68k/shared instead of
122        ../shared. Reformat.
123
1242004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
127
1282004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
131        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
132        compilation rules.
133        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
134        timer/Makefile.am, wrapup/Makefile.am: Remove.
135        * configure.ac: Reflect changes above.
136
1372004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Add PREINSTALL_DIRS.
140        * wrapup/Makefile.am: Reflect changes to libcpu.
141
1422004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * wrapup/Makefile.am: Reflect changes to libcpu.
145
1462004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
149        Add PRE/TMPINSTALL_FILES to CLEANFILES.
150        * startup/Makefile.am: Ditto.
151
1522004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/Makefile.am: Remove.
155        * Makefile.am: Merge-in start/Makefile.am.
156        * configure.ac: Reflect changes above.
157
1582004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Eliminate $(LIB).
161        Use noinst_DATA to trigger building libbsp.a.
162
1632003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
166        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
167
1682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
171        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
172
1732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
176
1772003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * start/Makefile.am: Misc cleanups and fixes.
180        * startup/Makefile.am: Misc cleanups and fixes.
181        * wrapup/Makefile.am: Misc cleanups and fixes.
182
1832003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Add preinstallation dirstamp support.
186        * clock/Makefile.am: Cosmetics.
187        * console/Makefile.am: Cosmetics.
188        * startup/Makefile.am: Cosmetics.
189        * timer/Makefile.am: Cosmetics.
190        * wrapup/Makefile.am: Cosmetics.
191
1922003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * clock/Makefile.am: Remove all-local: $(ARCH).
195        * console/Makefile.am: Remove all-local: $(ARCH).
196        * start/Makefile.am: Remove all-local: $(ARCH).
197        * startup/Makefile.am: Remove all-local: $(ARCH).
198        * timer/Makefile.am: Remove all-local: $(ARCH).
199        * wrapup/Makefile.am: Remove all-local: $(ARCH).
200
2012003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Merge-in include/Makefile.am.
204        Reflect changes to bsp.am.
205        * include/Makefile.am: Remove.
206        * configure.ac: Reflect changes above.
207
2082003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * bsp_specs: Remove *lib:.
211
2122003-09-04      Joel Sherrill <joel@OARcorp.com>
213
214        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
215        URL for license changed.
216
2172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Reflect having moved aclocal/.
220
2212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Reflect having moved automake/.
224        * clock/Makefile.am: Reflect having moved automake/.
225        * console/Makefile.am: Reflect having moved automake/.
226        * include/Makefile.am: Reflect having moved automake/.
227        * start/Makefile.am: Reflect having moved automake/.
228        * startup/Makefile.am: Reflect having moved automake/.
229        * timer/Makefile.am: Reflect having moved automake/.
230        * wrapup/Makefile.am: Reflect having moved automake/.
231
2322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        PR 452/bsps
235        * startup/Makefile.am: Remove USE_INIT_FINI.
236
2372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
240
2412003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        PR 445/bsps
244        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
245        Remove cpp, old_cpp (now unused).
246
2472003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Remove AC_CONFIG_AUX_DIR.
250
2512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
254
2552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: AC_PREREQ(2.57).
258
2592003-01-20      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/linkcmds*: Add FreeBSD sysctl() sections.
262
2632002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270
2712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am: Use install-data-local to install startfile.
274
2752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278
2792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282
2832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * .cvsignore: Reformat.
286        Add autom4te*cache.
287        Remove autom4te.cache.
288
2892002-08-21      Joel Sherrill <joel@OARcorp.com>
290
291        * bsp_specs: Added support for -nostdlibs.
292
2932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
296        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
298        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
300        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
301
3022002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * start/Makefile.am: Eliminate PGM.
305        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
306
3072002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
310
3112002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
314        Remove $(OBJS) from all-local.
315
3162002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
319
3202001-05-09      Joel Sherrill <joel@OARcorp.com>
321
322        * startup/linkcmds: In support of gcc 3.1, added one of more
323        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
324        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
325        and direction of segments to memory regions may also have been
326        addressed.  This was a sweep across all BSPs.
327 
3282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac:
331        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
332        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
333        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
341
3422001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
345
3462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
349        * configure.in: Remove.
350        * configure.ac: New file, generated from configure.in by autoupdate.
351
3522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * include/Makefile.am: Use 'CLEANFILES ='.
355        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
356
3572001-06-19      Joel Sherrill <joel@OARcorp.com>
358
359        * include/Makefile.am: Fixed typo.
360
3612001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.in: Add bspopts.h.
364        * include/.cvsignore: Add bspopts.h*, stamp-h*.
365        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
366        * include/bsp.h: Include bspopts.h.
367
3682001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
369
370        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
371
3722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
375
3762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
379
3802000-11-01      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
383        and libcsupport.h moved from libc to lib/include/rtems and
384        now must be referenced as <rtems/XXX.h>.   Header file order
385        was cleaned up while doing this.
386
3872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
390        Switch to GNU canonicalization.
391
3922000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
393
394        * startup/linkcmds: Added lines so DWARF debug information
395        would be available.  Otherwise gdb complains that the offsets
396        for the debug info are incorrect and doesn't load the files.
397
3982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
401        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
402        compile.am
403
4042000-08-10      Joel Sherrill <joel@OARcorp.com>
405
406        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.