source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 67c191b2

4.9
Last change on this file since 67c191b2 was 67c191b2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/30/08 at 16:28:39

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

  • timer/timer.c: Eliminate uses of old benchmark timer names.
  • Property mode set to 100644
File size: 15.8 KB
Line 
12008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Eliminate uses of old benchmark timer names.
4
52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove noinst_PROGRAMS (Unused).
8
92008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * clock/ckinit.c: The Shared Memory Driver no longer requires the
12        special IOCTL in Clock_control. This was a hack which has existed
13        since before the Classic API Timer Manager was implemented. All
14        implementations of and references to Clock_control were removed.
15
162008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * console/console.c, timer/timer.c: Convert to "bool".
19
202008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * timer/timer.c: Eliminate empty function from every benchmark timer
23        driver. Fix spelling.
24
252008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * timer/timer.c: Rename timer driver methods to follow RTEMS
28        programming conventions.
29
302008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * clock/ckinit.c, console/leds.c, console/mc68ec.c,
33        startup/bspstart.c, timer/timer.c: Add missing prototypes.
34
352008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * Makefile.am: Rework to avoid .rel files.
38
392008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * startup/bspstart.c: Refactored and renamed initialization routines to
42        rtems_initialize_data_structures, rtems_initialize_before_drivers,
43        rtems_initialize_device_drivers, and
44        rtems_initialize_start_multitasking. This opened the sequence up so
45        that bootcard() could provide a more robust and flexible framework
46        which is easier to explain and understand. This also lays the
47        groundwork for sharing the division of available memory between the
48        RTEMS workspace and heap and the C library initialization across all
49        BSPs.
50
512008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * startup/linkcmds: Add wildcard to gcc_except_table section so
54        programs compiled with gcc 4.3.x can link.
55
562008-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
59          to rtems/motorola/*.h.
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-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
91        avoid conflicts in application space.
92
932007-05-03      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds: Handle .data.* sections
96
972007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * bsp_specs: Remove qrtems_debug.
100
1012007-04-02      Joel Sherrill <joel@OARcorp.com>
102
103        * Makefile.am: Add dummy printk support so all tests link.
104
1052006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * configure.ac: New BUG-REPORT address.
108
1092006-11-15      Joel Sherrill <joel@OARcorp.com>
110
111        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
112        file and simplified initialization.
113
1142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * Makefile.am: Remove superfluous -DASM.
117
1182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * configure.ac: Require autoconf-2.60. Require automake-1.10.
121
1222006-02-08      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/linkcmds: Add sections required by newer gcc versions.
125
1262006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Add preinstall.am.
129
1302005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * include/bsp.h: New header guard.
133
1342005-05-20      Joel Sherrill <joel@OARcorp.com>
135
136        * console/duart.c: Remove warning.
137
1382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
141
1422005-01-04      Joel Sherrill <joel@OARcorp.com>
143
144        * console/leds.c: Remove warnings.
145
1462005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * Makefile.am: Remove build-variant support.
149
1502005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * console/leds.c: Fix prototype of led_putnum().
153
1542004-11-25      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
157
1582004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        * configure.ac: Require automake > 1.9.
161
1622004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
163
164        PR 610/bsps
165        * Makefile.am: Add include/tm27.h, Cosmetics.
166        * include/tm27.h: Final cosmetics.
167
1682004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
169
170        * include/bsp.h: Split out tmtest27 support.
171        * include/tm27.h: New.
172
1732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
174
175        PR 613/bsps
176        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
177
1782004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        PR 614/bsps
181        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
182
1832004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
186        <motorola/mc68230.h>.
187        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
188        <motorola/mc68681.h>.
189
1902004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
193        <motorola/mc68230.h>.
194
1952004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
198
1992004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
202        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
203        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
204        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
205
2062004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
207
208        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
209        using c99 fixed size types.
210
2112004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Reflect changes to bsp.am.
214        Preinstall dist_project_lib*.
215
2162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Reflect changes to bsp.am.
219
2202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
223
2242004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Pickup files from ../../m68k/shared instead of
227        ../shared. Reformat.
228
2292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
232
2332004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
236        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
237        compilation rules.
238        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
239        timer/Makefile.am, wrapup/Makefile.am: Remove.
240        * configure.ac: Reflect changes above.
241
2422004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Add PREINSTALL_DIRS.
245        * wrapup/Makefile.am: Reflect changes to libcpu.
246
2472004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Reflect changes to libcpu.
250
2512004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
254        Add PRE/TMPINSTALL_FILES to CLEANFILES.
255        * startup/Makefile.am: Ditto.
256
2572004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * start/Makefile.am: Remove.
260        * Makefile.am: Merge-in start/Makefile.am.
261        * configure.ac: Reflect changes above.
262
2632004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * wrapup/Makefile.am: Eliminate $(LIB).
266        Use noinst_DATA to trigger building libbsp.a.
267
2682003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
271        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
272
2732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
276        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
277
2782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
281
2822003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * start/Makefile.am: Misc cleanups and fixes.
285        * startup/Makefile.am: Misc cleanups and fixes.
286        * wrapup/Makefile.am: Misc cleanups and fixes.
287
2882003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Add preinstallation dirstamp support.
291        * clock/Makefile.am: Cosmetics.
292        * console/Makefile.am: Cosmetics.
293        * startup/Makefile.am: Cosmetics.
294        * timer/Makefile.am: Cosmetics.
295        * wrapup/Makefile.am: Cosmetics.
296
2972003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * clock/Makefile.am: Remove all-local: $(ARCH).
300        * console/Makefile.am: Remove all-local: $(ARCH).
301        * start/Makefile.am: Remove all-local: $(ARCH).
302        * startup/Makefile.am: Remove all-local: $(ARCH).
303        * timer/Makefile.am: Remove all-local: $(ARCH).
304        * wrapup/Makefile.am: Remove all-local: $(ARCH).
305
3062003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Merge-in include/Makefile.am.
309        Reflect changes to bsp.am.
310        * include/Makefile.am: Remove.
311        * configure.ac: Reflect changes above.
312
3132003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * bsp_specs: Remove *lib:.
316
3172003-09-04      Joel Sherrill <joel@OARcorp.com>
318
319        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
320        URL for license changed.
321
3222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Reflect having moved aclocal/.
325
3262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Reflect having moved automake/.
329        * clock/Makefile.am: Reflect having moved automake/.
330        * console/Makefile.am: Reflect having moved automake/.
331        * include/Makefile.am: Reflect having moved automake/.
332        * start/Makefile.am: Reflect having moved automake/.
333        * startup/Makefile.am: Reflect having moved automake/.
334        * timer/Makefile.am: Reflect having moved automake/.
335        * wrapup/Makefile.am: Reflect having moved automake/.
336
3372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        PR 452/bsps
340        * startup/Makefile.am: Remove USE_INIT_FINI.
341
3422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
345
3462003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        PR 445/bsps
349        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
350        Remove cpp, old_cpp (now unused).
351
3522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Remove AC_CONFIG_AUX_DIR.
355
3562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
359
3602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: AC_PREREQ(2.57).
363
3642003-01-20      Joel Sherrill <joel@OARcorp.com>
365
366        * startup/linkcmds*: Add FreeBSD sysctl() sections.
367
3682002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
371        * console/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-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387
3882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * .cvsignore: Reformat.
391        Add autom4te*cache.
392        Remove autom4te.cache.
393
3942002-08-21      Joel Sherrill <joel@OARcorp.com>
395
396        * bsp_specs: Added support for -nostdlibs.
397
3982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
401        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
402        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
403        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
404        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
405        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
406
4072002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * start/Makefile.am: Eliminate PGM.
410        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
411
4122002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
415
4162002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
419        Remove $(OBJS) from all-local.
420
4212002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
424
4252001-05-09      Joel Sherrill <joel@OARcorp.com>
426
427        * startup/linkcmds: In support of gcc 3.1, added one of more
428        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
429        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
430        and direction of segments to memory regions may also have been
431        addressed.  This was a sweep across all BSPs.
432 
4332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac:
436        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
437        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
438        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
444        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
445        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
446
4472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
450
4512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
454        * configure.in: Remove.
455        * configure.ac: New file, generated from configure.in by autoupdate.
456
4572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * include/Makefile.am: Use 'CLEANFILES ='.
460        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
461
4622001-06-19      Joel Sherrill <joel@OARcorp.com>
463
464        * include/Makefile.am: Fixed typo.
465
4662001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.in: Add bspopts.h.
469        * include/.cvsignore: Add bspopts.h*, stamp-h*.
470        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
471        * include/bsp.h: Include bspopts.h.
472
4732001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
474
475        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
476
4772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
480
4812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
484
4852000-11-01      Joel Sherrill <joel@OARcorp.com>
486
487        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
488        and libcsupport.h moved from libc to lib/include/rtems and
489        now must be referenced as <rtems/XXX.h>.   Header file order
490        was cleaned up while doing this.
491
4922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
495        Switch to GNU canonicalization.
496
4972000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
498
499        * startup/linkcmds: Added lines so DWARF debug information
500        would be available.  Otherwise gdb complains that the offsets
501        for the debug info are incorrect and doesn't load the files.
502
5032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
506        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
507        compile.am
508
5092000-08-10      Joel Sherrill <joel@OARcorp.com>
510
511        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.