source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ 34ef6c7

4.104.114.95
Last change on this file since 34ef6c7 was 34ef6c7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/08 at 22:06:51

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

  • clock/ckinit.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
  • Property mode set to 100644
File size: 16.4 KB
Line 
12008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * clock/ckinit.c: The Shared Memory Driver no longer requires the
4        special IOCTL in Clock_control. This was a hack which has existed
5        since before the Classic API Timer Manager was implemented. All
6        implementations of and references to Clock_control were removed.
7
82008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * console/console.c, timer/timer.c: Convert to "bool".
11
122008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * timer/timer.c: Eliminate empty function from every benchmark timer
15        driver. Fix spelling.
16
172008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * timer/timer.c: Rename timer driver methods to follow RTEMS
20        programming conventions.
21
222008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * startup/bspclean.c, timer/timer.c: Add missing prototypes.
25
262008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * Makefile.am, configure.ac, startup/bspstart.c: Add capability for
29        bootcard.c BSP Initialization Framework to ask the BSP where it has
30        memory for the RTEMS Workspace and C Program Heap. These collectively
31        are referred to as work area. If the BSP supports this, then it does
32        not have to include code to split the available memory between the
33        two areas. This reduces the amount of code in the BSP specific
34        bspstart.c file. Additionally, the shared framework can dirty the
35        work area memory. Until most/all BSPs support this new capability, if
36        the BSP supports this, it should call
37        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
38        the transition is complete, this autoconf macro can be removed.
39
402008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * Makefile.am: Rework to avoid .rel files.
43
442008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * startup/bspstart.c: Refactored and renamed initialization routines to
47        rtems_initialize_data_structures, rtems_initialize_before_drivers,
48        rtems_initialize_device_drivers, and
49        rtems_initialize_start_multitasking. This opened the sequence up so
50        that bootcard() could provide a more robust and flexible framework
51        which is easier to explain and understand. This also lays the
52        groundwork for sharing the division of available memory between the
53        RTEMS workspace and heap and the C library initialization across all
54        BSPs.
55
562008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * startup/linkcmds: Add wildcard to gcc_except_table section so
59        programs compiled with gcc 4.3.x can link.
60
612007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
64        of the Configuration Table. Use the RTEMS provided accessor macros to
65        obtain configuration fields.
66
672007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
70        from CPU Table to Configuration Table. Eliminate CPU Table from all
71        ports. Delete references to CPU Table in all forms.
72
732007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
76        Table fields to the Configuration Table. This included
77        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
78        do_zero_of_workspace, extra_mpci_receive_server_stack,
79        stack_allocate_hook, and stack_free_hook. As a side-effect of this
80        effort some multiprocessing code was made conditional and some style
81        clean up occurred.
82
832007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
86        m68k CPU Table since it is never read.
87
882007-05-03      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds: Handle .data.* sections
91
922007-05-01      Joel Sherrill <joel@OARcorp.com>
93
94        * Makefile.am: Minor rework to shrink minimum size to <48K.
95
962007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * bsp_specs: Remove qrtems_debug.
99
1002007-04-02      Joel Sherrill <joel@OARcorp.com>
101
102        * Makefile.am: Add dummy printk support so all tests link.
103
1042006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * configure.ac: New BUG-REPORT address.
107
1082006-11-15      Joel Sherrill <joel@OARcorp.com>
109
110        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
111        file and simplified initialization.
112
1132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Remove superfluous -DASM.
116
1172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Require autoconf-2.60. Require automake-1.10.
120
1212006-02-08      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Add sections required by newer gcc versions.
124
1252006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * Makefile.am: Add preinstall.am.
128
1292005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * include/bsp.h: New header guard.
132
1332005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
136
1372005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Remove build-variant support.
140
1412004-11-25      Joel Sherrill <joel@OARcorp.com>
142
143        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
144
1452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * configure.ac: Require automake > 1.9.
148
1492004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        PR 610/bsps
152        * Makefile.am: Add include/tm27.h, Cosmetics.
153        * include/tm27.h: Final cosmetics.
154
1552004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * include/bsp.h: Split out tmtest27 support.
158        * include/tm27.h: New.
159
1602004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        PR 613/bsps
163        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
164
1652004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        PR 614/bsps
168        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
169
1702004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
173        mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
174        <rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
175
1762004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
179
1802004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
183        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
184        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
185        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
186
1872004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        * clock/ckinit.c, include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
190        shmsupp/mpisr.c, startup/bspstart.c, timer/timer.c: Convert to using
191        c99 fixed size types.
192
1932004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Reflect changes to bsp.am.
196        Preinstall dist_project_lib*.
197
1982004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Reflect changes to bsp.am.
201
2022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
205
2062004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Pickup files from ../../m68k/shared instead of
209        ../shared. Reformat.
210
2112004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
214        Remove AM_CONDITIONAL(HAS_MP).
215
2162004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
219
2202004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
223        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
224        wrapup/Makefile.am.
225        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am
226        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
227        Remove.
228        * configure.ac: Reflect changes above.
229
2302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Add PREINSTALL_DIRS.
233        * wrapup/Makefile.am: Reflect changes to libcpu.
234
2352004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Reflect changes to libcpu.
238
2392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
242        Add PRE/TMPINSTALL_FILES to CLEANFILES.
243        * startup/Makefile.am: Ditto.
244
2452004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/.cvsignore: Remove.
248        * start/Makefile.am: Remove.
249        * Makefile.am: Merge-in start/Makefile.am.
250        * configure.ac: Reflect changes above.
251
2522004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Eliminate $(LIB).
255        Use noinst_DATA to trigger building libbsp.a.
256
2572003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Remove GENERIC_FILES.
260
2612003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
264        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
265
2662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
269        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
270
2712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
274
2752003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: Misc cleanups and fixes.
278        * startup/Makefile.am: Misc cleanups and fixes.
279        * wrapup/Makefile.am: Misc cleanups and fixes.
280
2812003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Add preinstallation dirstamp support.
284        * clock/Makefile.am: Cosmetics.
285        * console/Makefile.am: Cosmetics.
286        * shmsupp/Makefile.am: Cosmetics.
287        * startup/Makefile.am: Cosmetics.
288        * timer/Makefile.am: Cosmetics.
289        * wrapup/Makefile.am: Cosmetics.
290
2912003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * clock/Makefile.am: Remove all-local: $(ARCH).
294        * console/Makefile.am: Remove all-local: $(ARCH).
295        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
296        * start/Makefile.am: Remove all-local: $(ARCH).
297        * startup/Makefile.am: Remove all-local: $(ARCH).
298        * timer/Makefile.am: Remove all-local: $(ARCH).
299        * wrapup/Makefile.am: Remove all-local: $(ARCH).
300
3012003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Merge-in include/Makefile.am.
304        Reflect changes to bsp.am.
305        * include/Makefile.am: Remove.
306        * configure.ac: Reflect changes above.
307
3082003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * bsp_specs: Remove *lib:.
311
3122003-09-04      Joel Sherrill <joel@OARcorp.com>
313
314        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
315        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
316        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
317        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
318        changed.
319
3202003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: Reflect having moved aclocal/.
323
3242003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Reflect having moved automake/.
327        * clock/Makefile.am: Reflect having moved automake/.
328        * console/Makefile.am: Reflect having moved automake/.
329        * include/Makefile.am: Reflect having moved automake/.
330        * shmsupp/Makefile.am: Reflect having moved automake/.
331        * start/Makefile.am: Reflect having moved automake/.
332        * startup/Makefile.am: Reflect having moved automake/.
333        * timer/Makefile.am: Reflect having moved automake/.
334        * wrapup/Makefile.am: Reflect having moved automake/.
335
3362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        PR 452/bsps
339        * startup/Makefile.am: Remove USE_INIT_FINI.
340
3412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
344
3452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        PR 445/bsps
348        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
349        Remove cpp, old_cpp (now unused).
350
3512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Remove AC_CONFIG_AUX_DIR.
354
3552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
358
3592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: AC_PREREQ(2.57).
362
3632003-01-20      Joel Sherrill <joel@OARcorp.com>
364
365        * startup/linkcmds*: Add FreeBSD sysctl() sections.
366
3672002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
371        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
372        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
373        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
374        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
375
3762002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * start/Makefile.am: Use install-data-local to install startfile.
379
3802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
383
3842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * .cvsignore: Reformat.
387        Add autom4te*cache.
388        Remove autom4te.cache.
389
3902002-08-21      Joel Sherrill <joel@OARcorp.com>
391
392        * bsp_specs: Added support for -nostdlibs.
393
3942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
398        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
399        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
400        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
401        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
402        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
403
4042002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * start/Makefile.am: Eliminate PGM.
407        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
408
4092002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
412
4132002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
416        Remove $(OBJS) from all-local.
417
4182002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
421
4222001-05-09      Joel Sherrill <joel@OARcorp.com>
423
424        * startup/linkcmds: In support of gcc 3.1, added one of more
425        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
426        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
427        and direction of segments to memory regions may also have been
428        addressed.  This was a sweep across all BSPs.
429 
4302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac:
433        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
434        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
435        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
444
4452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
448
4492001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
452        * configure.in: Remove.
453        * configure.ac: New file, generated from configure.in by autoupdate.
454
4552001-09-27      Joel Sherrill <joel@OARcorp.com>
456
457        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
458
4592001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
462
4632001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
466        happy.
467
4682001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.in: Add bspopts.h.
471        * include/.cvsignore: Add bspopts.h*, stamp-h*.
472        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
473        * include/bsp.h: Include bspopts.h.
474
4752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
476
477        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
478
4792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
482
4832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
486
4872000-11-01      Joel Sherrill <joel@OARcorp.com>
488
489        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
490        and libcsupport.h moved from libc to lib/include/rtems and
491        now must be referenced as <rtems/XXX.h>.   Header file order
492        was cleaned up while doing this.
493
4942000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
497        Switch to GNU canonicalization.
498
4992000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
500
501        * startup/linkcmds: Added lines so DWARF debug information
502        would be available.  Otherwise gdb complains that the offsets
503        for the debug info are incorrect and doesn't load the files.
504
5052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
508        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
509        wrapup/Makefile.am: Include compile.am
510
5112000-08-10      Joel Sherrill <joel@OARcorp.com>
512
513        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.