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

4.104.114.84.95
Last change on this file since 1144653 was 1144653, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/07 at 20:33:33

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

  • startup/linkcmds: Handle .data.* sections
  • Property mode set to 100644
File size: 12.3 KB
Line 
12007-05-03      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Handle .data.* sections
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        * mvme147/console/console.c: Include <rtems/zilog/z8530.h> instead
82        of <zilog/z8530.h>.
83
842004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
87
882004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
91        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
92        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
93        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
94
952004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        * clock/ckinit.c, console/console.c, include/bsp.h,
98        startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
99        types.
100
1012004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Reflect changes to bsp.am.
104        Preinstall dist_project_lib*.
105
1062004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Reflect changes to bsp.am.
109
1102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
113
1142004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Pickup files from ../../m68k/shared instead of
117        ../shared. Reformat.
118
1192004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
122
1232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
126        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
127        Use automake compilation rules.
128        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
129        timer/Makefile.am, wrapup/Makefile.am: Remove.
130        * configure.ac: Reflect changes above.
131
1322004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Add PREINSTALL_DIRS.
135        * wrapup/Makefile.am: Reflect changes to libcpu.
136
1372004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Reflect changes to libcpu.
140
1412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
144        Add PRE/TMPINSTALL_FILES to CLEANFILES.
145        * configure.ac: Ditto.
146        * start/Makefile.am: Ditto.
147        * startup/Makefile.am: Ditto.
148
1492004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/.cvsignore: Remove.
152        * start/Makefile.am: Remove.
153        * Makefile.am: Merge-in start/Makefile.am.
154        * configure.ac: Reflect changes above.
155
1562004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * wrapup/Makefile.am: Eliminate $(LIB).
159        Use noinst_DATA to trigger building libbsp.a.
160
1612003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
164        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
165
1662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
169        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
170
1712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
174
1752003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Misc cleanups and fixes.
178        * startup/Makefile.am: Misc cleanups and fixes.
179        * wrapup/Makefile.am: Misc cleanups and fixes.
180
1812003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Add preinstallation dirstamp support.
184        * clock/Makefile.am: Cosmetics.
185        * console/Makefile.am: Cosmetics.
186        * startup/Makefile.am: Cosmetics.
187        * timer/Makefile.am: Cosmetics.
188        * wrapup/Makefile.am: Cosmetics.
189
1902003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * clock/Makefile.am: Remove all-local: $(ARCH).
193        * console/Makefile.am: Remove all-local: $(ARCH).
194        * start/Makefile.am: Remove all-local: $(ARCH).
195        * startup/Makefile.am: Remove all-local: $(ARCH).
196        * timer/Makefile.am: Remove all-local: $(ARCH).
197        * wrapup/Makefile.am: Remove all-local: $(ARCH).
198
1992003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Merge-in include/Makefile.am.
202        Reflect changes to bsp.am.
203        * include/Makefile.am: Remove.
204        * configure.ac: Reflect changes above.
205
2062003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * bsp_specs: Remove *lib:.
209
2102003-09-04      Joel Sherrill <joel@OARcorp.com>
211
212        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
213        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
214        timer/timer.c: URL for license changed.
215
2162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Reflect having moved aclocal/.
219
2202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Reflect having moved automake/.
223        * clock/Makefile.am: Reflect having moved automake/.
224        * console/Makefile.am: Reflect having moved automake/.
225        * include/Makefile.am: Reflect having moved automake/.
226        * start/Makefile.am: Reflect having moved automake/.
227        * startup/Makefile.am: Reflect having moved automake/.
228        * timer/Makefile.am: Reflect having moved automake/.
229        * wrapup/Makefile.am: Reflect having moved automake/.
230
2312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        PR 452/bsps
234        * startup/Makefile.am: Remove USE_INIT_FINI.
235
2362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
239
2402003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        PR 445/bsps
243        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
244        Remove cpp, old_cpp (now unused).
245
2462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Remove AC_CONFIG_AUX_DIR.
249
2502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
253
2542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: AC_PREREQ(2.57).
257
2582003-01-20      Joel Sherrill <joel@OARcorp.com>
259
260        * startup/linkcmds*: Add FreeBSD sysctl() sections.
261
2622003-01-20      Joel Sherrill <joel@OARcorp.com>
263
264        * ChangeLog: Add FreeBSD sysctl() sections.
265
2662003-01-20      Joel Sherrill <joel@OARcorp.com>
267
268        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
269
2702003-01-20      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/linkcmds: Add FreeBSD sysctl() sections.
273
2742002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281
2822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * start/Makefile.am: Use install-data-local to install startfile.
285
2862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289
2902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293
2942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * .cvsignore: Reformat.
297        Add autom4te*cache.
298        Remove autom4te.cache.
299
3002002-08-21      Joel Sherrill <joel@OARcorp.com>
301
302        * bsp_specs: Added support for -nostdlibs.
303
3042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * console/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        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
352
3532001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
356
3572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
360        * configure.in: Remove.
361        * configure.ac: New file, generated from configure.in by autoupdate.
362
3632001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
366
3672001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.in: Add bspopts.h.
370        * include/.cvsignore: Add bspopts.h*, stamp-h*.
371        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
372        * include/bsp.h: Include bspopts.h.
373
3742001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
375
376        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
377
3782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
381
3822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
385
3862000-11-01      Joel Sherrill <joel@OARcorp.com>
387
388        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
389        and libcsupport.h moved from libc to lib/include/rtems and
390        now must be referenced as <rtems/XXX.h>.   Header file order
391        was cleaned up while doing this.
392
3932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
396        Switch to GNU canonicalization.
397
3982000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
399
400        * startup/linkcmds: Added lines so DWARF debug information
401        would be available.  Otherwise gdb complains that the offsets
402        for the debug info are incorrect and doesn't load the files.
403
4042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
407        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
408        compile.am
409
4102000-08-10      Joel Sherrill <joel@OARcorp.com>
411
412        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.