source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ aa4369c

4.104.114.84.95
Last change on this file since aa4369c was aa4369c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/06 at 15:24:01

2006-11-15 Joel Sherrill <joel@…>

  • Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
  • Property mode set to 100644
File size: 12.0 KB
Line 
12006-11-15      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
4        file and simplified initialization.
5
62006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Remove superfluous -DASM.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Require autoconf-2.60. Require automake-1.10.
13
142006-02-08      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: Add sections required by newer gcc versions.
17
182006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Add preinstall.am.
21
222005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * include/bsp.h: New header guard.
25
262005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
29
302005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Remove build-variant support.
33
342004-11-25      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
37
382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * configure.ac: Require automake > 1.9.
41
422004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        PR 610/bsps
45        * Makefile.am: Add include/tm27.h, Cosmetics.
46        * include/tm27.h: Final cosmetics.
47
482004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * include/bsp.h: Split out tmtest27 support.
51        * include/tm27.h: New.
52
532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        PR 613/bsps
56        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
57
582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        PR 614/bsps
61        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
62
632004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
66        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
67        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
68
692004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
72        startup/bspstart.c: Convert to using c99 fixed size types.
73
742004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Reflect changes to bsp.am.
77        Preinstall dist_project_lib*.
78
792004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Reflect changes to bsp.am.
82
832004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
86
872004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Pickup files from ../../m68k/shared instead of
90        ../shared. Reformat.
91
922004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
95        Remove AM_CONDITIONAL(HAS_MP).
96
972004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
100
1012004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
104        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
105        wrapup/Makefile.am.
106        Use automake compilation rules.
107        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
108        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
109        Remove.
110        * configure.ac: Reflect changes above.
111
1122004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Add PREINSTALL_DIRS.
115        * wrapup/Makefile.am: Reflect changes to libcpu.
116
1172004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * wrapup/Makefile.am: Reflect changes to libcpu.
120
1212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * start/.cvsignore: Remove.
124        * start/Makefile.am: Remove.
125        * Makefile.am: Merge-in start/Makefile.am.
126        * configure.ac: Reflect changes above.
127
1282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
131        Add PRE/TMPINSTALL_FILES to CLEANFILES.
132        * start/Makefile.am: Ditto.
133        * startup/Makefile.am: Ditto.
134
1352004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Eliminate $(LIB).
138        Use noinst_DATA to trigger building libbsp.a.
139
1402003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Remove GENERIC_FILES.
143
1442003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
147        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
152        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
153
1542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
157
1582003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Misc cleanups and fixes.
161        * startup/Makefile.am: Misc cleanups and fixes.
162        * wrapup/Makefile.am: Misc cleanups and fixes.
163
1642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Add preinstallation dirstamp support.
167        * clock/Makefile.am: Cosmetics.
168        * console/Makefile.am: Cosmetics.
169        * shmsupp/Makefile.am: Cosmetics.
170        * startup/Makefile.am: Cosmetics.
171        * timer/Makefile.am: Cosmetics.
172        * wrapup/Makefile.am: Cosmetics.
173
1742003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * clock/Makefile.am: Remove all-local: $(ARCH).
177        * console/Makefile.am: Remove all-local: $(ARCH).
178        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
179        * start/Makefile.am: Remove all-local: $(ARCH).
180        * startup/Makefile.am: Remove all-local: $(ARCH).
181        * timer/Makefile.am: Remove all-local: $(ARCH).
182        * wrapup/Makefile.am: Remove all-local: $(ARCH).
183
1842003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Merge-in include/Makefile.am.
187        Reflect changes to bsp.am.
188        * include/Makefile.am: Remove.
189        * configure.ac: Reflect changes above.
190
1912003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * bsp_specs: Remove *lib:.
194
1952003-09-04      Joel Sherrill <joel@OARcorp.com>
196
197        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
198        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
199        startup/bspstart.c, startup/linkcmds: URL for license changed.
200
2012003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Reflect having moved aclocal/.
204
2052003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Reflect having moved automake/.
208        * clock/Makefile.am: Reflect having moved automake/.
209        * console/Makefile.am: Reflect having moved automake/.
210        * include/Makefile.am: Reflect having moved automake/.
211        * shmsupp/Makefile.am: Reflect having moved automake/.
212        * start/Makefile.am: Reflect having moved automake/.
213        * startup/Makefile.am: Reflect having moved automake/.
214        * timer/Makefile.am: Reflect having moved automake/.
215        * wrapup/Makefile.am: Reflect having moved automake/.
216
2172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        PR 452/bsps
220        * startup/Makefile.am: Remove USE_INIT_FINI.
221
2222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
225
2262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        PR 445/bsps
229        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
230        Remove cpp, old_cpp (now unused).
231
2322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove AC_CONFIG_AUX_DIR.
235
2362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
239
2402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: AC_PREREQ(2.57).
243
2442003-01-20      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds*: Add FreeBSD sysctl() sections.
247
2482002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
256
2572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * start/Makefile.am: Use install-data-local to install startfile.
260
2612002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264
2652002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268
2692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * .cvsignore: Reformat.
272        Add autom4te*cache.
273        Remove autom4te.cache.
274
2752002-08-21      Joel Sherrill <joel@OARcorp.com>
276
277        * bsp_specs: Added support for -nostdlibs.
278
2792002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
282        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
283        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
284        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
285        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
288
2892002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/Makefile.am: Eliminate PGM.
292        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
293
2942002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
297
2982002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
301        Remove $(OBJS) from all-local.
302
3032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
306
3072001-05-09      Joel Sherrill <joel@OARcorp.com>
308
309        * startup/linkcmds: In support of gcc 3.1, added one of more
310        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
311        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
312        and direction of segments to memory regions may also have been
313        addressed.  This was a sweep across all BSPs.
314 
3152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac:
318        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
319        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
320        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
329
3302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
333
3342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
337        * configure.in: Remove.
338        * configure.ac: New file, generated from configure.in by autoupdate.
339
3402001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
343
3442001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
347        happy.
348
3492001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.in: Add bspopts.h.
352        * include/.cvsignore: Add bspopts.h*, stamp-h*.
353        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
354        * include/bsp.h: Include bspopts.h.
355
3562001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
357
358        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
359
3602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
363
3642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
367
3682000-11-01      Joel Sherrill <joel@OARcorp.com>
369
370        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
371        and libcsupport.h moved from libc to lib/include/rtems and
372        now must be referenced as <rtems/XXX.h>.   Header file order
373        was cleaned up while doing this.
374
3752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
378        Switch to GNU canonicalization.
379
3802000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
381
382        * startup/linkcmds: Added lines so DWARF debug information
383        would be available.  Otherwise gdb complains that the offsets
384        for the debug info are incorrect and doesn't load the files.
385
3862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
389        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
390        wrapup/Makefile.am: Include compile.am
391
3922000-08-10      Joel Sherrill <joel@OARcorp.com>
393
394        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.