source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 7be8d6b

4.9
Last change on this file since 7be8d6b was 7be8d6b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:48:04

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove noinst_PROGRAMS (Unused).
  • Property mode set to 100644
File size: 15.6 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove noinst_PROGRAMS (Unused).
4
52008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * clock/ckinit.c: The Shared Memory Driver no longer requires the
8        special IOCTL in Clock_control. This was a hack which has existed
9        since before the Classic API Timer Manager was implemented. All
10        implementations of and references to Clock_control were removed.
11
122008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * console/console.c, timer/timer.c: Convert to "bool".
15
162008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * timer/timer.c: Eliminate empty function from every benchmark timer
19        driver. Fix spelling.
20
212008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * timer/timer.c: Rename timer driver methods to follow RTEMS
24        programming conventions.
25
262008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * clock/ckinit.c, console/leds.c, console/mc68ec.c,
29        startup/bspstart.c, timer/timer.c: Add missing prototypes.
30
312008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * Makefile.am: Rework to avoid .rel files.
34
352008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * startup/bspstart.c: Refactored and renamed initialization routines to
38        rtems_initialize_data_structures, rtems_initialize_before_drivers,
39        rtems_initialize_device_drivers, and
40        rtems_initialize_start_multitasking. This opened the sequence up so
41        that bootcard() could provide a more robust and flexible framework
42        which is easier to explain and understand. This also lays the
43        groundwork for sharing the division of available memory between the
44        RTEMS workspace and heap and the C library initialization across all
45        BSPs.
46
472008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * startup/linkcmds: Add wildcard to gcc_except_table section so
50        programs compiled with gcc 4.3.x can link.
51
522008-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
55          to rtems/motorola/*.h.
56
572007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
60        of the Configuration Table. Use the RTEMS provided accessor macros to
61        obtain configuration fields.
62
632007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
66        from CPU Table to Configuration Table. Eliminate CPU Table from all
67        ports. Delete references to CPU Table in all forms.
68
692007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
72        Table fields to the Configuration Table. This included
73        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
74        do_zero_of_workspace, extra_mpci_receive_server_stack,
75        stack_allocate_hook, and stack_free_hook. As a side-effect of this
76        effort some multiprocessing code was made conditional and some style
77        clean up occurred.
78
792007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
82        m68k CPU Table since it is never read.
83
842007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
87        avoid conflicts in application space.
88
892007-05-03      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/linkcmds: Handle .data.* sections
92
932007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * bsp_specs: Remove qrtems_debug.
96
972007-04-02      Joel Sherrill <joel@OARcorp.com>
98
99        * Makefile.am: Add dummy printk support so all tests link.
100
1012006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * configure.ac: New BUG-REPORT address.
104
1052006-11-15      Joel Sherrill <joel@OARcorp.com>
106
107        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
108        file and simplified initialization.
109
1102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Remove superfluous -DASM.
113
1142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * configure.ac: Require autoconf-2.60. Require automake-1.10.
117
1182006-02-08      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/linkcmds: Add sections required by newer gcc versions.
121
1222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * Makefile.am: Add preinstall.am.
125
1262005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * include/bsp.h: New header guard.
129
1302005-05-20      Joel Sherrill <joel@OARcorp.com>
131
132        * console/duart.c: Remove warning.
133
1342005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
137
1382005-01-04      Joel Sherrill <joel@OARcorp.com>
139
140        * console/leds.c: Remove warnings.
141
1422005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * Makefile.am: Remove build-variant support.
145
1462005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
147
148        * console/leds.c: Fix prototype of led_putnum().
149
1502004-11-25      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
153
1542004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * configure.ac: Require automake > 1.9.
157
1582004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        PR 610/bsps
161        * Makefile.am: Add include/tm27.h, Cosmetics.
162        * include/tm27.h: Final cosmetics.
163
1642004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * include/bsp.h: Split out tmtest27 support.
167        * include/tm27.h: New.
168
1692004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        PR 613/bsps
172        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
173
1742004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        PR 614/bsps
177        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
178
1792004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
182        <motorola/mc68230.h>.
183        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
184        <motorola/mc68681.h>.
185
1862004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
187
188        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
189        <motorola/mc68230.h>.
190
1912004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
192
193        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
194
1952004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
198        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
199        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
200        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
201
2022004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
203
204        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
205        using c99 fixed size types.
206
2072004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Reflect changes to bsp.am.
210        Preinstall dist_project_lib*.
211
2122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Reflect changes to bsp.am.
215
2162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
219
2202004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Pickup files from ../../m68k/shared instead of
223        ../shared. Reformat.
224
2252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
228
2292004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
232        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
233        compilation rules.
234        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
235        timer/Makefile.am, wrapup/Makefile.am: Remove.
236        * configure.ac: Reflect changes above.
237
2382004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Add PREINSTALL_DIRS.
241        * wrapup/Makefile.am: Reflect changes to libcpu.
242
2432004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * wrapup/Makefile.am: Reflect changes to libcpu.
246
2472004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
250        Add PRE/TMPINSTALL_FILES to CLEANFILES.
251        * startup/Makefile.am: Ditto.
252
2532004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * start/Makefile.am: Remove.
256        * Makefile.am: Merge-in start/Makefile.am.
257        * configure.ac: Reflect changes above.
258
2592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Eliminate $(LIB).
262        Use noinst_DATA to trigger building libbsp.a.
263
2642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
267        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
268
2692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
272        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
273
2742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
277
2782003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Misc cleanups and fixes.
281        * startup/Makefile.am: Misc cleanups and fixes.
282        * wrapup/Makefile.am: Misc cleanups and fixes.
283
2842003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Add preinstallation dirstamp support.
287        * clock/Makefile.am: Cosmetics.
288        * console/Makefile.am: Cosmetics.
289        * startup/Makefile.am: Cosmetics.
290        * timer/Makefile.am: Cosmetics.
291        * wrapup/Makefile.am: Cosmetics.
292
2932003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * clock/Makefile.am: Remove all-local: $(ARCH).
296        * console/Makefile.am: Remove all-local: $(ARCH).
297        * start/Makefile.am: Remove all-local: $(ARCH).
298        * startup/Makefile.am: Remove all-local: $(ARCH).
299        * timer/Makefile.am: Remove all-local: $(ARCH).
300        * wrapup/Makefile.am: Remove all-local: $(ARCH).
301
3022003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Merge-in include/Makefile.am.
305        Reflect changes to bsp.am.
306        * include/Makefile.am: Remove.
307        * configure.ac: Reflect changes above.
308
3092003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * bsp_specs: Remove *lib:.
312
3132003-09-04      Joel Sherrill <joel@OARcorp.com>
314
315        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
316        URL for license changed.
317
3182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Reflect having moved aclocal/.
321
3222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Reflect having moved automake/.
325        * clock/Makefile.am: Reflect having moved automake/.
326        * console/Makefile.am: Reflect having moved automake/.
327        * include/Makefile.am: Reflect having moved automake/.
328        * start/Makefile.am: Reflect having moved automake/.
329        * startup/Makefile.am: Reflect having moved automake/.
330        * timer/Makefile.am: Reflect having moved automake/.
331        * wrapup/Makefile.am: Reflect having moved automake/.
332
3332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        PR 452/bsps
336        * startup/Makefile.am: Remove USE_INIT_FINI.
337
3382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
341
3422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        PR 445/bsps
345        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
346        Remove cpp, old_cpp (now unused).
347
3482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: Remove AC_CONFIG_AUX_DIR.
351
3522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
355
3562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: AC_PREREQ(2.57).
359
3602003-01-20      Joel Sherrill <joel@OARcorp.com>
361
362        * startup/linkcmds*: Add FreeBSD sysctl() sections.
363
3642002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
371
3722002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * start/Makefile.am: Use install-data-local to install startfile.
375
3762002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
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        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
399        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
400        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
401        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
402
4032002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * start/Makefile.am: Eliminate PGM.
406        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
407
4082002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
411
4122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
415        Remove $(OBJS) from all-local.
416
4172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
420
4212001-05-09      Joel Sherrill <joel@OARcorp.com>
422
423        * startup/linkcmds: In support of gcc 3.1, added one of more
424        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
425        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
426        and direction of segments to memory regions may also have been
427        addressed.  This was a sweep across all BSPs.
428 
4292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac:
432        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
433        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
434        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
435        * Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
442
4432001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
446
4472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
450        * configure.in: Remove.
451        * configure.ac: New file, generated from configure.in by autoupdate.
452
4532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * include/Makefile.am: Use 'CLEANFILES ='.
456        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
457
4582001-06-19      Joel Sherrill <joel@OARcorp.com>
459
460        * include/Makefile.am: Fixed typo.
461
4622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.in: Add bspopts.h.
465        * include/.cvsignore: Add bspopts.h*, stamp-h*.
466        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
467        * include/bsp.h: Include bspopts.h.
468
4692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
470
471        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
472
4732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
476
4772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
480
4812000-11-01      Joel Sherrill <joel@OARcorp.com>
482
483        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
484        and libcsupport.h moved from libc to lib/include/rtems and
485        now must be referenced as <rtems/XXX.h>.   Header file order
486        was cleaned up while doing this.
487
4882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
491        Switch to GNU canonicalization.
492
4932000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
494
495        * startup/linkcmds: Added lines so DWARF debug information
496        would be available.  Otherwise gdb complains that the offsets
497        for the debug info are incorrect and doesn't load the files.
498
4992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
502        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
503        compile.am
504
5052000-08-10      Joel Sherrill <joel@OARcorp.com>
506
507        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.