source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ 8ff7cee

4.104.114.84.95
Last change on this file since 8ff7cee was 8ff7cee, checked in by Joel Sherrill <joel.sherrill@…>, on 05/01/07 at 21:33:10

2007-05-01 Joel Sherrill <joel@…>

  • Makefile.am: Minor rework to shrink minimum size to <48K.
  • Property mode set to 100644
File size: 12.9 KB
Line 
12007-05-01      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Minor rework to shrink minimum size to <48K.
4
52007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove qrtems_debug.
8
92007-04-02      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Add dummy printk support so all tests link.
12
132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: New BUG-REPORT address.
16
172006-11-15      Joel Sherrill <joel@OARcorp.com>
18
19        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
20        file and simplified initialization.
21
222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Remove superfluous -DASM.
25
262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Require autoconf-2.60. Require automake-1.10.
29
302006-02-08      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds: Add sections required by newer gcc versions.
33
342006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Add preinstall.am.
37
382005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * include/bsp.h: New header guard.
41
422005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
45
462005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Remove build-variant support.
49
502004-11-25      Joel Sherrill <joel@OARcorp.com>
51
52        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
53
542004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * configure.ac: Require automake > 1.9.
57
582004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        PR 610/bsps
61        * Makefile.am: Add include/tm27.h, Cosmetics.
62        * include/tm27.h: Final cosmetics.
63
642004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * include/bsp.h: Split out tmtest27 support.
67        * include/tm27.h: New.
68
692004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        PR 613/bsps
72        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
73
742004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        PR 614/bsps
77        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
78
792004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
82        mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
83        <rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
84
852004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
88
892004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
92        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
93        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
94        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
95
962004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * clock/ckinit.c, include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
99        shmsupp/mpisr.c, startup/bspstart.c, timer/timer.c: Convert to using
100        c99 fixed size types.
101
1022004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Reflect changes to bsp.am.
105        Preinstall dist_project_lib*.
106
1072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Reflect changes to bsp.am.
110
1112004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
114
1152004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Pickup files from ../../m68k/shared instead of
118        ../shared. Reformat.
119
1202004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
123        Remove AM_CONDITIONAL(HAS_MP).
124
1252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
128
1292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
132        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
133        wrapup/Makefile.am.
134        * clock/Makefile.am, console/Makefile.am, shmsupp/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        * start/Makefile.am: Remove.
158        * Makefile.am: Merge-in start/Makefile.am.
159        * configure.ac: Reflect changes above.
160
1612004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Eliminate $(LIB).
164        Use noinst_DATA to trigger building libbsp.a.
165
1662003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * wrapup/Makefile.am: Remove GENERIC_FILES.
169
1702003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
173        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
174
1752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
178        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
179
1802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
183
1842003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * start/Makefile.am: Misc cleanups and fixes.
187        * startup/Makefile.am: Misc cleanups and fixes.
188        * wrapup/Makefile.am: Misc cleanups and fixes.
189
1902003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Add preinstallation dirstamp support.
193        * clock/Makefile.am: Cosmetics.
194        * console/Makefile.am: Cosmetics.
195        * shmsupp/Makefile.am: Cosmetics.
196        * startup/Makefile.am: Cosmetics.
197        * timer/Makefile.am: Cosmetics.
198        * wrapup/Makefile.am: Cosmetics.
199
2002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * clock/Makefile.am: Remove all-local: $(ARCH).
203        * console/Makefile.am: Remove all-local: $(ARCH).
204        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
205        * start/Makefile.am: Remove all-local: $(ARCH).
206        * startup/Makefile.am: Remove all-local: $(ARCH).
207        * timer/Makefile.am: Remove all-local: $(ARCH).
208        * wrapup/Makefile.am: Remove all-local: $(ARCH).
209
2102003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Merge-in include/Makefile.am.
213        Reflect changes to bsp.am.
214        * include/Makefile.am: Remove.
215        * configure.ac: Reflect changes above.
216
2172003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * bsp_specs: Remove *lib:.
220
2212003-09-04      Joel Sherrill <joel@OARcorp.com>
222
223        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
224        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
225        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
226        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
227        changed.
228
2292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Reflect having moved aclocal/.
232
2332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Reflect having moved automake/.
236        * clock/Makefile.am: Reflect having moved automake/.
237        * console/Makefile.am: Reflect having moved automake/.
238        * include/Makefile.am: Reflect having moved automake/.
239        * shmsupp/Makefile.am: Reflect having moved automake/.
240        * start/Makefile.am: Reflect having moved automake/.
241        * startup/Makefile.am: Reflect having moved automake/.
242        * timer/Makefile.am: Reflect having moved automake/.
243        * wrapup/Makefile.am: Reflect having moved automake/.
244
2452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        PR 452/bsps
248        * startup/Makefile.am: Remove USE_INIT_FINI.
249
2502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
253
2542003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        PR 445/bsps
257        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
258        Remove cpp, old_cpp (now unused).
259
2602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Remove AC_CONFIG_AUX_DIR.
263
2642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
267
2682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: AC_PREREQ(2.57).
271
2722003-01-20      Joel Sherrill <joel@OARcorp.com>
273
274        * startup/linkcmds*: Add FreeBSD sysctl() sections.
275
2762002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284
2852002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * start/Makefile.am: Use install-data-local to install startfile.
288
2892002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292
2932002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * .cvsignore: Reformat.
296        Add autom4te*cache.
297        Remove autom4te.cache.
298
2992002-08-21      Joel Sherrill <joel@OARcorp.com>
300
301        * bsp_specs: Added support for -nostdlibs.
302
3032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
310        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
311        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
312
3132002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/Makefile.am: Eliminate PGM.
316        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
317
3182002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
321
3222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
325        Remove $(OBJS) from all-local.
326
3272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
330
3312001-05-09      Joel Sherrill <joel@OARcorp.com>
332
333        * startup/linkcmds: In support of gcc 3.1, added one of more
334        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
335        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
336        and direction of segments to memory regions may also have been
337        addressed.  This was a sweep across all BSPs.
338 
3392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac:
342        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
343        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
344        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
353
3542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
357
3582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
361        * configure.in: Remove.
362        * configure.ac: New file, generated from configure.in by autoupdate.
363
3642001-09-27      Joel Sherrill <joel@OARcorp.com>
365
366        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
367
3682001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
371
3722001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
375        happy.
376
3772001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.in: Add bspopts.h.
380        * include/.cvsignore: Add bspopts.h*, stamp-h*.
381        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
382        * include/bsp.h: Include bspopts.h.
383
3842001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
385
386        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
387
3882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
391
3922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
395
3962000-11-01      Joel Sherrill <joel@OARcorp.com>
397
398        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
399        and libcsupport.h moved from libc to lib/include/rtems and
400        now must be referenced as <rtems/XXX.h>.   Header file order
401        was cleaned up while doing this.
402
4032000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
406        Switch to GNU canonicalization.
407
4082000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
409
410        * startup/linkcmds: Added lines so DWARF debug information
411        would be available.  Otherwise gdb complains that the offsets
412        for the debug info are incorrect and doesn't load the files.
413
4142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
417        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
418        wrapup/Makefile.am: Include compile.am
419
4202000-08-10      Joel Sherrill <joel@OARcorp.com>
421
422        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.