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

4.104.114.84.95
Last change on this file since e35761b was e35761b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/22/04 at 15:25:55

2004-04-22 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Split out tmtest27 support.
  • include/tm27.h: New.
  • Property mode set to 100644
File size: 10.7 KB
Line 
12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Split out tmtest27 support.
4        * include/tm27.h: New.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 613/bsps
9        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
10
112004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        PR 614/bsps
14        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
15
162004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead
19        of <zilog/z8530.h>.
20
212004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
24
252004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
28        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
29        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
30        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
31
322004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * clock/ckinit.c, console/console.c, include/bsp.h,
35        startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
36        types.
37
382004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Reflect changes to bsp.am.
41        Preinstall dist_project_lib*.
42
432004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Reflect changes to bsp.am.
46
472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
50
512004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Pickup files from ../../m68k/shared instead of
54        ../shared. Reformat.
55
562004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
59
602004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
63        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
64        Use automake compilation rules.
65        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
66        timer/Makefile.am, wrapup/Makefile.am: Remove.
67        * configure.ac: Reflect changes above.
68
692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Add PREINSTALL_DIRS.
72        * wrapup/Makefile.am: Reflect changes to libcpu.
73
742004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Reflect changes to libcpu.
77
782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
81        Add PRE/TMPINSTALL_FILES to CLEANFILES.
82        * configure.ac: Ditto.
83        * start/Makefile.am: Ditto.
84        * startup/Makefile.am: Ditto.
85
862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/.cvsignore: Remove.
89        * start/Makefile.am: Remove.
90        * Makefile.am: Merge-in start/Makefile.am.
91        * configure.ac: Reflect changes above.
92
932004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Eliminate $(LIB).
96        Use noinst_DATA to trigger building libbsp.a.
97
982003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
101        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
102
1032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
107
1082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
111
1122003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: Misc cleanups and fixes.
115        * startup/Makefile.am: Misc cleanups and fixes.
116        * wrapup/Makefile.am: Misc cleanups and fixes.
117
1182003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Add preinstallation dirstamp support.
121        * clock/Makefile.am: Cosmetics.
122        * console/Makefile.am: Cosmetics.
123        * startup/Makefile.am: Cosmetics.
124        * timer/Makefile.am: Cosmetics.
125        * wrapup/Makefile.am: Cosmetics.
126
1272003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * clock/Makefile.am: Remove all-local: $(ARCH).
130        * console/Makefile.am: Remove all-local: $(ARCH).
131        * start/Makefile.am: Remove all-local: $(ARCH).
132        * startup/Makefile.am: Remove all-local: $(ARCH).
133        * timer/Makefile.am: Remove all-local: $(ARCH).
134        * wrapup/Makefile.am: Remove all-local: $(ARCH).
135
1362003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Merge-in include/Makefile.am.
139        Reflect changes to bsp.am.
140        * include/Makefile.am: Remove.
141        * configure.ac: Reflect changes above.
142
1432003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * bsp_specs: Remove *lib:.
146
1472003-09-04      Joel Sherrill <joel@OARcorp.com>
148
149        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
150        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
151        timer/timer.c: URL for license changed.
152
1532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Reflect having moved aclocal/.
156
1572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Reflect having moved automake/.
160        * clock/Makefile.am: Reflect having moved automake/.
161        * console/Makefile.am: Reflect having moved automake/.
162        * include/Makefile.am: Reflect having moved automake/.
163        * start/Makefile.am: Reflect having moved automake/.
164        * startup/Makefile.am: Reflect having moved automake/.
165        * timer/Makefile.am: Reflect having moved automake/.
166        * wrapup/Makefile.am: Reflect having moved automake/.
167
1682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        PR 452/bsps
171        * startup/Makefile.am: Remove USE_INIT_FINI.
172
1732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
176
1772003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        PR 445/bsps
180        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
181        Remove cpp, old_cpp (now unused).
182
1832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Remove AC_CONFIG_AUX_DIR.
186
1872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
190
1912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: AC_PREREQ(2.57).
194
1952003-01-20      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/linkcmds*: Add FreeBSD sysctl() sections.
198
1992003-01-20      Joel Sherrill <joel@OARcorp.com>
200
201        * ChangeLog: Add FreeBSD sysctl() sections.
202
2032003-01-20      Joel Sherrill <joel@OARcorp.com>
204
205        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
206
2072003-01-20      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds: Add FreeBSD sysctl() sections.
210
2112002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218
2192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * start/Makefile.am: Use install-data-local to install startfile.
222
2232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226
2272002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230
2312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * .cvsignore: Reformat.
234        Add autom4te*cache.
235        Remove autom4te.cache.
236
2372002-08-21      Joel Sherrill <joel@OARcorp.com>
238
239        * bsp_specs: Added support for -nostdlibs.
240
2412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
249
2502002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * start/Makefile.am: Eliminate PGM.
253        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
254
2552002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
258
2592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
262        Remove $(OBJS) from all-local.
263
2642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
267
2682001-05-09      Joel Sherrill <joel@OARcorp.com>
269
270        * startup/linkcmds: In support of gcc 3.1, added one of more
271        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
272        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
273        and direction of segments to memory regions may also have been
274        addressed.  This was a sweep across all BSPs.
275 
2762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac:
279        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
280        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
281        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
289
2902001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
293
2942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
297        * configure.in: Remove.
298        * configure.ac: New file, generated from configure.in by autoupdate.
299
3002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
303
3042001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.in: Add bspopts.h.
307        * include/.cvsignore: Add bspopts.h*, stamp-h*.
308        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
309        * include/bsp.h: Include bspopts.h.
310
3112001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
312
313        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
314
3152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
318
3192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
322
3232000-11-01      Joel Sherrill <joel@OARcorp.com>
324
325        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
326        and libcsupport.h moved from libc to lib/include/rtems and
327        now must be referenced as <rtems/XXX.h>.   Header file order
328        was cleaned up while doing this.
329
3302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
333        Switch to GNU canonicalization.
334
3352000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
336
337        * startup/linkcmds: Added lines so DWARF debug information
338        would be available.  Otherwise gdb complains that the offsets
339        for the debug info are incorrect and doesn't load the files.
340
3412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
344        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
345        compile.am
346
3472000-08-10      Joel Sherrill <joel@OARcorp.com>
348
349        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.