source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 6b56ec3

4.104.114.95
Last change on this file since 6b56ec3 was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 14.7 KB
Line 
12008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Rework to avoid .rel files.
4
52008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Refactored and renamed initialization routines to
8        rtems_initialize_data_structures, rtems_initialize_before_drivers,
9        rtems_initialize_device_drivers, and
10        rtems_initialize_start_multitasking. This opened the sequence up so
11        that bootcard() could provide a more robust and flexible framework
12        which is easier to explain and understand. This also lays the
13        groundwork for sharing the division of available memory between the
14        RTEMS workspace and heap and the C library initialization across all
15        BSPs.
16
172008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * startup/linkcmds: Add wildcard to gcc_except_table section so
20        programs compiled with gcc 4.3.x can link.
21
222008-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
25          to rtems/motorola/*.h.
26
272007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
30        of the Configuration Table. Use the RTEMS provided accessor macros to
31        obtain configuration fields.
32
332007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
36        from CPU Table to Configuration Table. Eliminate CPU Table from all
37        ports. Delete references to CPU Table in all forms.
38
392007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
42        Table fields to the Configuration Table. This included
43        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
44        do_zero_of_workspace, extra_mpci_receive_server_stack,
45        stack_allocate_hook, and stack_free_hook. As a side-effect of this
46        effort some multiprocessing code was made conditional and some style
47        clean up occurred.
48
492007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
52        m68k CPU Table since it is never read.
53
542007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
57        avoid conflicts in application space.
58
592007-05-03      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: Handle .data.* sections
62
632007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * bsp_specs: Remove qrtems_debug.
66
672007-04-02      Joel Sherrill <joel@OARcorp.com>
68
69        * Makefile.am: Add dummy printk support so all tests link.
70
712006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * configure.ac: New BUG-REPORT address.
74
752006-11-15      Joel Sherrill <joel@OARcorp.com>
76
77        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
78        file and simplified initialization.
79
802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Remove superfluous -DASM.
83
842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * configure.ac: Require autoconf-2.60. Require automake-1.10.
87
882006-02-08      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds: Add sections required by newer gcc versions.
91
922006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Add preinstall.am.
95
962005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * include/bsp.h: New header guard.
99
1002005-05-20      Joel Sherrill <joel@OARcorp.com>
101
102        * console/duart.c: Remove warning.
103
1042005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
107
1082005-01-04      Joel Sherrill <joel@OARcorp.com>
109
110        * console/leds.c: Remove warnings.
111
1122005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * Makefile.am: Remove build-variant support.
115
1162005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * console/leds.c: Fix prototype of led_putnum().
119
1202004-11-25      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
123
1242004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
125
126        * configure.ac: Require automake > 1.9.
127
1282004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
129
130        PR 610/bsps
131        * Makefile.am: Add include/tm27.h, Cosmetics.
132        * include/tm27.h: Final cosmetics.
133
1342004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * include/bsp.h: Split out tmtest27 support.
137        * include/tm27.h: New.
138
1392004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        PR 613/bsps
142        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
143
1442004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        PR 614/bsps
147        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
148
1492004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
152        <motorola/mc68230.h>.
153        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
154        <motorola/mc68681.h>.
155
1562004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
157
158        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
159        <motorola/mc68230.h>.
160
1612004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
164
1652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
168        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
169        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
170        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
171
1722004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
173
174        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
175        using c99 fixed size types.
176
1772004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Reflect changes to bsp.am.
180        Preinstall dist_project_lib*.
181
1822004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Reflect changes to bsp.am.
185
1862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
189
1902004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Pickup files from ../../m68k/shared instead of
193        ../shared. Reformat.
194
1952004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
198
1992004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
202        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
203        compilation rules.
204        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
205        timer/Makefile.am, wrapup/Makefile.am: Remove.
206        * configure.ac: Reflect changes above.
207
2082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Add PREINSTALL_DIRS.
211        * wrapup/Makefile.am: Reflect changes to libcpu.
212
2132004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * wrapup/Makefile.am: Reflect changes to libcpu.
216
2172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
220        Add PRE/TMPINSTALL_FILES to CLEANFILES.
221        * startup/Makefile.am: Ditto.
222
2232004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * start/Makefile.am: Remove.
226        * Makefile.am: Merge-in start/Makefile.am.
227        * configure.ac: Reflect changes above.
228
2292004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * wrapup/Makefile.am: Eliminate $(LIB).
232        Use noinst_DATA to trigger building libbsp.a.
233
2342003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
237        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
238
2392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
242        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
243
2442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
247
2482003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * start/Makefile.am: Misc cleanups and fixes.
251        * startup/Makefile.am: Misc cleanups and fixes.
252        * wrapup/Makefile.am: Misc cleanups and fixes.
253
2542003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Add preinstallation dirstamp support.
257        * clock/Makefile.am: Cosmetics.
258        * console/Makefile.am: Cosmetics.
259        * startup/Makefile.am: Cosmetics.
260        * timer/Makefile.am: Cosmetics.
261        * wrapup/Makefile.am: Cosmetics.
262
2632003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * clock/Makefile.am: Remove all-local: $(ARCH).
266        * console/Makefile.am: Remove all-local: $(ARCH).
267        * start/Makefile.am: Remove all-local: $(ARCH).
268        * startup/Makefile.am: Remove all-local: $(ARCH).
269        * timer/Makefile.am: Remove all-local: $(ARCH).
270        * wrapup/Makefile.am: Remove all-local: $(ARCH).
271
2722003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Merge-in include/Makefile.am.
275        Reflect changes to bsp.am.
276        * include/Makefile.am: Remove.
277        * configure.ac: Reflect changes above.
278
2792003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * bsp_specs: Remove *lib:.
282
2832003-09-04      Joel Sherrill <joel@OARcorp.com>
284
285        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
286        URL for license changed.
287
2882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Reflect having moved aclocal/.
291
2922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Reflect having moved automake/.
295        * clock/Makefile.am: Reflect having moved automake/.
296        * console/Makefile.am: Reflect having moved automake/.
297        * include/Makefile.am: Reflect having moved automake/.
298        * start/Makefile.am: Reflect having moved automake/.
299        * startup/Makefile.am: Reflect having moved automake/.
300        * timer/Makefile.am: Reflect having moved automake/.
301        * wrapup/Makefile.am: Reflect having moved automake/.
302
3032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        PR 452/bsps
306        * startup/Makefile.am: Remove USE_INIT_FINI.
307
3082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
311
3122003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        PR 445/bsps
315        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
316        Remove cpp, old_cpp (now unused).
317
3182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Remove AC_CONFIG_AUX_DIR.
321
3222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
325
3262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: AC_PREREQ(2.57).
329
3302003-01-20      Joel Sherrill <joel@OARcorp.com>
331
332        * startup/linkcmds*: Add FreeBSD sysctl() sections.
333
3342002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
337        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
338        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
339        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
340        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
341
3422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * start/Makefile.am: Use install-data-local to install startfile.
345
3462002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
349
3502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353
3542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * .cvsignore: Reformat.
357        Add autom4te*cache.
358        Remove autom4te.cache.
359
3602002-08-21      Joel Sherrill <joel@OARcorp.com>
361
362        * bsp_specs: Added support for -nostdlibs.
363
3642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
367        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
368        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
369        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
370        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
371        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
372
3732002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * start/Makefile.am: Eliminate PGM.
376        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
377
3782002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
381
3822002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
385        Remove $(OBJS) from all-local.
386
3872002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
390
3912001-05-09      Joel Sherrill <joel@OARcorp.com>
392
393        * startup/linkcmds: In support of gcc 3.1, added one of more
394        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
395        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
396        and direction of segments to memory regions may also have been
397        addressed.  This was a sweep across all BSPs.
398 
3992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.ac:
402        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
403        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
404        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
405        * Makefile.am: Remove AUTOMAKE_OPTIONS.
406        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
407        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
408        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
409        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
410        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
411        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
412
4132001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
416
4172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
420        * configure.in: Remove.
421        * configure.ac: New file, generated from configure.in by autoupdate.
422
4232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * include/Makefile.am: Use 'CLEANFILES ='.
426        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
427
4282001-06-19      Joel Sherrill <joel@OARcorp.com>
429
430        * include/Makefile.am: Fixed typo.
431
4322001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.in: Add bspopts.h.
435        * include/.cvsignore: Add bspopts.h*, stamp-h*.
436        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
437        * include/bsp.h: Include bspopts.h.
438
4392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
440
441        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
442
4432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
446
4472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
450
4512000-11-01      Joel Sherrill <joel@OARcorp.com>
452
453        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
454        and libcsupport.h moved from libc to lib/include/rtems and
455        now must be referenced as <rtems/XXX.h>.   Header file order
456        was cleaned up while doing this.
457
4582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
461        Switch to GNU canonicalization.
462
4632000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
464
465        * startup/linkcmds: Added lines so DWARF debug information
466        would be available.  Otherwise gdb complains that the offsets
467        for the debug info are incorrect and doesn't load the files.
468
4692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
472        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
473        compile.am
474
4752000-08-10      Joel Sherrill <joel@OARcorp.com>
476
477        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.