source: rtems/c/src/lib/libbsp/m68k/dmv152/ChangeLog @ 71c4d68

4.104.114.84.95
Last change on this file since 71c4d68 was 71c4d68, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/12/07 at 03:22:58

2007-04-12 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove qrtems_debug.
  • Property mode set to 100644
File size: 13.0 KB
Line 
12007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Remove qrtems_debug.
4
52007-04-02      Joel Sherrill <joel@OARcorp.com>
6
7        * Makefile.am: Add dummy printk support so all tests link.
8
92007-03-11      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/bspstart.c: Remove assignments of
12        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
13        value in boot_card.c
14
152006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: New BUG-REPORT address.
18
192006-11-15      Joel Sherrill <joel@OARcorp.com>
20
21        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
22        file and simplified initialization.
23
242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * Makefile.am: Remove superfluous -DASM.
27
282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: Require autoconf-2.60. Require automake-1.10.
31
322006-02-08      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds: Add sections required by newer gcc versions.
35
362006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Add preinstall.am.
39
402005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * include/bsp.h: New header guard.
43
442005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
47
482005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Remove build-variant support.
51
522004-11-25      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
55
562004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * configure.ac: Require automake > 1.9.
59
602004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        PR 610/bsps
63        * Makefile.am: Add include/tm27.h, Cosmetics.
64        * include/tm27.h: Final cosmetics.
65
662004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * include/bsp.h: Split out tmtest27 support.
69        * include/tm27.h: New.
70
712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        PR 613/bsps
74        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
75
762004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        PR 614/bsps
79        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
80
812004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * dmv152/include/bsp.h: Include <rtems/zilog/z8536.h> instead of
84        <zilog/z8536.h>.
85        * dmv152/include/bsp.h: Include <rtems/zilog/z8530.h> instead of
86        <zilog/z8530.h>.
87
882004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
91
922004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
95        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
96        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
97        * include/bsp.h: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
98        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
99
1002004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * clock/ckinit.c, console/console.c, include/bsp.h,
103        spurious/spinit.c, startup/bspstart.c, startup/vmeintr.c,
104        timer/timer.c: Convert to 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        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
132        wrapup/Makefile.am.
133        Use automake compilation rules.
134        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
135        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
136        Remove.
137        * configure.ac: Reflect changes above.
138
1392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Add PREINSTALL_DIRS.
142        * wrapup/Makefile.am: Reflect changes to libcpu.
143
1442004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Reflect changes to libcpu.
147
1482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
151        Add PRE/TMPINSTALL_FILES to CLEANFILES.
152        * startup/Makefile.am: Ditto.
153
1542004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * start/.cvsignore: Remove.
157
1582004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Remove.
161        * Makefile.am: Merge-in start/Makefile.am.
162        * configure.ac: Reflect changes above.
163
1642004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * wrapup/Makefile.am: Eliminate $(LIB).
167        Use noinst_DATA to trigger building libbsp.a.
168
1692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
172        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
177        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
178
1792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
182
1832003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * start/Makefile.am: Misc cleanups and fixes.
186        * startup/Makefile.am: Misc cleanups and fixes.
187        * wrapup/Makefile.am: Misc cleanups and fixes.
188
1892003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Add preinstallation dirstamp support.
192        * clock/Makefile.am: Cosmetics.
193        * console/Makefile.am: Cosmetics.
194        * spurious/Makefile.am: Cosmetics.
195        * startup/Makefile.am: Cosmetics.
196        * timer/Makefile.am: Cosmetics.
197        * wrapup/Makefile.am: Cosmetics.
198
1992003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * clock/Makefile.am: Remove all-local: $(ARCH).
202        * console/Makefile.am: Remove all-local: $(ARCH).
203        * spurious/Makefile.am: Remove all-local: $(ARCH).
204        * start/Makefile.am: Remove all-local: $(ARCH).
205        * startup/Makefile.am: Remove all-local: $(ARCH).
206        * timer/Makefile.am: Remove all-local: $(ARCH).
207        * wrapup/Makefile.am: Remove all-local: $(ARCH).
208
2092003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Merge-in include/Makefile.am.
212        Reflect changes to bsp.am.
213        * include/Makefile.am: Remove.
214        * configure.ac: Reflect changes above.
215
2162003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * bsp_specs: Remove *lib:.
219
2202003-09-04      Joel Sherrill <joel@OARcorp.com>
221
222        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
223        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
224        startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S:
225        URL for license changed.
226
2272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Reflect having moved aclocal/.
230
2312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Reflect having moved automake/.
234        * clock/Makefile.am: Reflect having moved automake/.
235        * console/Makefile.am: Reflect having moved automake/.
236        * include/Makefile.am: Reflect having moved automake/.
237        * spurious/Makefile.am: Reflect having moved automake/.
238        * start/Makefile.am: Reflect having moved automake/.
239        * startup/Makefile.am: Reflect having moved automake/.
240        * timer/Makefile.am: Reflect having moved automake/.
241        * wrapup/Makefile.am: Reflect having moved automake/.
242
2432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        PR 452/bsps
246        * startup/Makefile.am: Remove USE_INIT_FINI.
247
2482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
251
2522003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        PR 445/bsps
255        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
256        Remove cpp, old_cpp (now unused).
257
2582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Remove AC_CONFIG_AUX_DIR.
261
2622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
265
2662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: AC_PREREQ(2.57).
269
2702003-01-20      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/linkcmds*: Add FreeBSD sysctl() sections.
273
2742002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282
2832002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/Makefile.am: Use install-data-local to install startfile.
286
2872002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290
2912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * .cvsignore: Reformat.
294        Add autom4te*cache.
295        Remove autom4te.cache.
296
2972002-08-21      Joel Sherrill <joel@OARcorp.com>
298
299        * bsp_specs: Added support for -nostdlibs.
300
3012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
310
3112002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * start/Makefile.am: Eliminate PGM.
314        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
315
3162002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
319
3202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
323        Remove $(OBJS) from all-local.
324
3252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
328
3292001-05-09      Joel Sherrill <joel@OARcorp.com>
330
331        * startup/linkcmds: In support of gcc 3.1, added one of more
332        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
333        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
334        and direction of segments to memory regions may also have been
335        addressed.  This was a sweep across all BSPs.
336 
3372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac:
340        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
341        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
342        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
351
3522001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
355        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
356
3572001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
360
3612001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
364        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
365
3662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
369        * configure.in: Remove.
370        * configure.ac: New file, generated from configure.in by autoupdate.
371
3722001-09-27      Joel Sherrill <joel@OARcorp.com>
373
374        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
375
3762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
379
3802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.in: Add bspopts.h.
383        * include/.cvsignore: Add bspopts.h*, stamp-h*.
384        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
385        * include/bsp.h: Include bspopts.h.
386
3872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
388
389        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
390
3912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
394
3952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
398
3992000-11-01      Joel Sherrill <joel@OARcorp.com>
400
401        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
402        and libcsupport.h moved from libc to lib/include/rtems and
403        now must be referenced as <rtems/XXX.h>.   Header file order
404        was cleaned up while doing this.
405
4062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
409        Switch to GNU canonicalization.
410
4112000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
412
413        * startup/linkcmds: Added lines so DWARF debug information
414        would be available.  Otherwise gdb complains that the offsets
415        for the debug info are incorrect and doesn't load the files.
416
4172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
420        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
421        wrapup/Makefile.am: Include compile.am
422
4232000-08-10      Joel Sherrill <joel@OARcorp.com>
424
425        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.