source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ 57357d9

4.104.114.84.95
Last change on this file since 57357d9 was 57357d9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 08:58:44

2006-10-17 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 12.3 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.60. Require automake-1.10.
8
92006-02-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add sections required by newer gcc versions.
12
132006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Add preinstall.am.
16
172005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * include/bsp.h: New header guard.
20
212005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
24
252005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Remove build-variant support.
28
292004-11-25      Joel Sherrill <joel@OARcorp.com>
30
31        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
32
332004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * configure.ac: Require automake > 1.9.
36
372004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        PR 610/bsps
40        * Makefile.am: Add include/tm27.h, Cosmetics.
41        * include/tm27.h: Final cosmetics.
42
432004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * include/bsp.h: Split out tmtest27 support.
46        * include/tm27.h: New.
47
482004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        PR 613/bsps
51        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
52
532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        PR 614/bsps
56        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
57
582004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
61        mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
62        <rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
63
642004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
67
682004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
71        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
72        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
73        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
74
752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * clock/ckinit.c, include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
78        shmsupp/mpisr.c, startup/bspstart.c, timer/timer.c: Convert to using
79        c99 fixed size types.
80
812004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Reflect changes to bsp.am.
84        Preinstall dist_project_lib*.
85
862004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Reflect changes to bsp.am.
89
902004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
93
942004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Pickup files from ../../m68k/shared instead of
97        ../shared. Reformat.
98
992004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
102        Remove AM_CONDITIONAL(HAS_MP).
103
1042004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
107
1082004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
111        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
112        wrapup/Makefile.am.
113        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am
114        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
115        Remove.
116        * configure.ac: Reflect changes above.
117
1182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Add PREINSTALL_DIRS.
121        * wrapup/Makefile.am: Reflect changes to libcpu.
122
1232004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * wrapup/Makefile.am: Reflect changes to libcpu.
126
1272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
130        Add PRE/TMPINSTALL_FILES to CLEANFILES.
131        * startup/Makefile.am: Ditto.
132
1332004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * start/.cvsignore: Remove.
136        * start/Makefile.am: Remove.
137        * Makefile.am: Merge-in start/Makefile.am.
138        * configure.ac: Reflect changes above.
139
1402004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Eliminate $(LIB).
143        Use noinst_DATA to trigger building libbsp.a.
144
1452003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * wrapup/Makefile.am: Remove GENERIC_FILES.
148
1492003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
152        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
153
1542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
157        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
158
1592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
162
1632003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * start/Makefile.am: Misc cleanups and fixes.
166        * startup/Makefile.am: Misc cleanups and fixes.
167        * wrapup/Makefile.am: Misc cleanups and fixes.
168
1692003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Add preinstallation dirstamp support.
172        * clock/Makefile.am: Cosmetics.
173        * console/Makefile.am: Cosmetics.
174        * shmsupp/Makefile.am: Cosmetics.
175        * startup/Makefile.am: Cosmetics.
176        * timer/Makefile.am: Cosmetics.
177        * wrapup/Makefile.am: Cosmetics.
178
1792003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * clock/Makefile.am: Remove all-local: $(ARCH).
182        * console/Makefile.am: Remove all-local: $(ARCH).
183        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
184        * start/Makefile.am: Remove all-local: $(ARCH).
185        * startup/Makefile.am: Remove all-local: $(ARCH).
186        * timer/Makefile.am: Remove all-local: $(ARCH).
187        * wrapup/Makefile.am: Remove all-local: $(ARCH).
188
1892003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Merge-in include/Makefile.am.
192        Reflect changes to bsp.am.
193        * include/Makefile.am: Remove.
194        * configure.ac: Reflect changes above.
195
1962003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * bsp_specs: Remove *lib:.
199
2002003-09-04      Joel Sherrill <joel@OARcorp.com>
201
202        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
203        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
204        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
205        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
206        changed.
207
2082003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Reflect having moved aclocal/.
211
2122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Reflect having moved automake/.
215        * clock/Makefile.am: Reflect having moved automake/.
216        * console/Makefile.am: Reflect having moved automake/.
217        * include/Makefile.am: Reflect having moved automake/.
218        * shmsupp/Makefile.am: Reflect having moved automake/.
219        * start/Makefile.am: Reflect having moved automake/.
220        * startup/Makefile.am: Reflect having moved automake/.
221        * timer/Makefile.am: Reflect having moved automake/.
222        * wrapup/Makefile.am: Reflect having moved automake/.
223
2242003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        PR 452/bsps
227        * startup/Makefile.am: Remove USE_INIT_FINI.
228
2292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
232
2332003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        PR 445/bsps
236        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
237        Remove cpp, old_cpp (now unused).
238
2392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Remove AC_CONFIG_AUX_DIR.
242
2432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
246
2472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: AC_PREREQ(2.57).
250
2512003-01-20      Joel Sherrill <joel@OARcorp.com>
252
253        * startup/linkcmds*: Add FreeBSD sysctl() sections.
254
2552002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263
2642002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * start/Makefile.am: Use install-data-local to install startfile.
267
2682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271
2722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * .cvsignore: Reformat.
275        Add autom4te*cache.
276        Remove autom4te.cache.
277
2782002-08-21      Joel Sherrill <joel@OARcorp.com>
279
280        * bsp_specs: Added support for -nostdlibs.
281
2822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
285        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
291
2922002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: Eliminate PGM.
295        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
296
2972002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
300
3012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
304        Remove $(OBJS) from all-local.
305
3062002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
309
3102001-05-09      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/linkcmds: In support of gcc 3.1, added one of more
313        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
314        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
315        and direction of segments to memory regions may also have been
316        addressed.  This was a sweep across all BSPs.
317 
3182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac:
321        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
322        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
323        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
332
3332001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
336
3372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
340        * configure.in: Remove.
341        * configure.ac: New file, generated from configure.in by autoupdate.
342
3432001-09-27      Joel Sherrill <joel@OARcorp.com>
344
345        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
346
3472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
350
3512001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
354        happy.
355
3562001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.in: Add bspopts.h.
359        * include/.cvsignore: Add bspopts.h*, stamp-h*.
360        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
361        * include/bsp.h: Include bspopts.h.
362
3632001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
364
365        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
366
3672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
370
3712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
374
3752000-11-01      Joel Sherrill <joel@OARcorp.com>
376
377        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
378        and libcsupport.h moved from libc to lib/include/rtems and
379        now must be referenced as <rtems/XXX.h>.   Header file order
380        was cleaned up while doing this.
381
3822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
385        Switch to GNU canonicalization.
386
3872000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
388
389        * startup/linkcmds: Added lines so DWARF debug information
390        would be available.  Otherwise gdb complains that the offsets
391        for the debug info are incorrect and doesn't load the files.
392
3932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
396        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
397        wrapup/Makefile.am: Include compile.am
398
3992000-08-10      Joel Sherrill <joel@OARcorp.com>
400
401        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.