source: rtems/c/src/lib/libbsp/m68k/mvme147/ChangeLog @ 4cbf22a

4.104.114.84.95
Last change on this file since 4cbf22a was 4cbf22a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 21:06:25

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove build-variant support.
4
52004-11-25      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
8
92004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Require automake > 1.9.
12
132004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        PR 610/bsps
16        * Makefile.am: Add include/tm27.h, Cosmetics.
17        * include/tm27.h: Final cosmetics.
18
192004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * include/bsp.h: Split out tmtest27 support.
22        * include/tm27.h: New.
23
242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        PR 613/bsps
27        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 614/bsps
32        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
33
342004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead
37        of <zilog/z8530.h>.
38
392004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
42
432004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
46        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
47        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
48        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
49
502004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * clock/ckinit.c, console/console.c, include/bsp.h,
53        startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
54        types.
55
562004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Reflect changes to bsp.am.
59        Preinstall dist_project_lib*.
60
612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Reflect changes to bsp.am.
64
652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
68
692004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Pickup files from ../../m68k/shared instead of
72        ../shared. Reformat.
73
742004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
77
782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
81        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
82        Use automake compilation rules.
83        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
84        timer/Makefile.am, wrapup/Makefile.am: Remove.
85        * configure.ac: Reflect changes above.
86
872004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Add PREINSTALL_DIRS.
90        * wrapup/Makefile.am: Reflect changes to libcpu.
91
922004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Reflect changes to libcpu.
95
962004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
99        Add PRE/TMPINSTALL_FILES to CLEANFILES.
100        * configure.ac: Ditto.
101        * start/Makefile.am: Ditto.
102        * startup/Makefile.am: Ditto.
103
1042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * start/.cvsignore: Remove.
107        * start/Makefile.am: Remove.
108        * Makefile.am: Merge-in start/Makefile.am.
109        * configure.ac: Reflect changes above.
110
1112004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Eliminate $(LIB).
114        Use noinst_DATA to trigger building libbsp.a.
115
1162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
119        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
120
1212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
124        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
125
1262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
129
1302003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * start/Makefile.am: Misc cleanups and fixes.
133        * startup/Makefile.am: Misc cleanups and fixes.
134        * wrapup/Makefile.am: Misc cleanups and fixes.
135
1362003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Add preinstallation dirstamp support.
139        * clock/Makefile.am: Cosmetics.
140        * console/Makefile.am: Cosmetics.
141        * startup/Makefile.am: Cosmetics.
142        * timer/Makefile.am: Cosmetics.
143        * wrapup/Makefile.am: Cosmetics.
144
1452003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * clock/Makefile.am: Remove all-local: $(ARCH).
148        * console/Makefile.am: Remove all-local: $(ARCH).
149        * start/Makefile.am: Remove all-local: $(ARCH).
150        * startup/Makefile.am: Remove all-local: $(ARCH).
151        * timer/Makefile.am: Remove all-local: $(ARCH).
152        * wrapup/Makefile.am: Remove all-local: $(ARCH).
153
1542003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Merge-in include/Makefile.am.
157        Reflect changes to bsp.am.
158        * include/Makefile.am: Remove.
159        * configure.ac: Reflect changes above.
160
1612003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * bsp_specs: Remove *lib:.
164
1652003-09-04      Joel Sherrill <joel@OARcorp.com>
166
167        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
168        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
169        timer/timer.c: URL for license changed.
170
1712003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Reflect having moved aclocal/.
174
1752003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Reflect having moved automake/.
178        * clock/Makefile.am: Reflect having moved automake/.
179        * console/Makefile.am: Reflect having moved automake/.
180        * include/Makefile.am: Reflect having moved automake/.
181        * start/Makefile.am: Reflect having moved automake/.
182        * startup/Makefile.am: Reflect having moved automake/.
183        * timer/Makefile.am: Reflect having moved automake/.
184        * wrapup/Makefile.am: Reflect having moved automake/.
185
1862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        PR 452/bsps
189        * startup/Makefile.am: Remove USE_INIT_FINI.
190
1912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
194
1952003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        PR 445/bsps
198        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
199        Remove cpp, old_cpp (now unused).
200
2012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Remove AC_CONFIG_AUX_DIR.
204
2052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
208
2092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: AC_PREREQ(2.57).
212
2132003-01-20      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds*: Add FreeBSD sysctl() sections.
216
2172003-01-20      Joel Sherrill <joel@OARcorp.com>
218
219        * ChangeLog: Add FreeBSD sysctl() sections.
220
2212003-01-20      Joel Sherrill <joel@OARcorp.com>
222
223        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
224
2252003-01-20      Joel Sherrill <joel@OARcorp.com>
226
227        * startup/linkcmds: Add FreeBSD sysctl() sections.
228
2292002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236
2372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * start/Makefile.am: Use install-data-local to install startfile.
240
2412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244
2452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248
2492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * .cvsignore: Reformat.
252        Add autom4te*cache.
253        Remove autom4te.cache.
254
2552002-08-21      Joel Sherrill <joel@OARcorp.com>
256
257        * bsp_specs: Added support for -nostdlibs.
258
2592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
267
2682002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * start/Makefile.am: Eliminate PGM.
271        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
272
2732002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
276
2772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
280        Remove $(OBJS) from all-local.
281
2822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
285
2862001-05-09      Joel Sherrill <joel@OARcorp.com>
287
288        * startup/linkcmds: In support of gcc 3.1, added one of more
289        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
290        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
291        and direction of segments to memory regions may also have been
292        addressed.  This was a sweep across all BSPs.
293 
2942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac:
297        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
298        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
299        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
307
3082001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
311
3122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
315        * configure.in: Remove.
316        * configure.ac: New file, generated from configure.in by autoupdate.
317
3182001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
321
3222001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.in: Add bspopts.h.
325        * include/.cvsignore: Add bspopts.h*, stamp-h*.
326        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
327        * include/bsp.h: Include bspopts.h.
328
3292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
330
331        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
332
3332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
336
3372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
340
3412000-11-01      Joel Sherrill <joel@OARcorp.com>
342
343        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
344        and libcsupport.h moved from libc to lib/include/rtems and
345        now must be referenced as <rtems/XXX.h>.   Header file order
346        was cleaned up while doing this.
347
3482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
351        Switch to GNU canonicalization.
352
3532000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
354
355        * startup/linkcmds: Added lines so DWARF debug information
356        would be available.  Otherwise gdb complains that the offsets
357        for the debug info are incorrect and doesn't load the files.
358
3592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
362        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
363        compile.am
364
3652000-08-10      Joel Sherrill <joel@OARcorp.com>
366
367        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.