source: rtems/c/src/lib/libbsp/m68k/mcf5329/ChangeLog @ 989938f1

4.115
Last change on this file since 989938f1 was 989938f1, checked in by Joel Sherrill <joel.sherrill@…>, on 08/03/10 at 14:16:41

2010-08-03 Joel Sherrill <joel.sherrilL@…>

  • console/console.c: Add BSP_poll_char.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * console/console.c: Add BSP_poll_char.
4
52010-04-13      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * console/console.c: Fix broken comment formatting.
8
92009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
10
11        * console/console.c: adapted to new prototype for *_write
12        function
13
142009-11-03      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * startup/cfinit.c: Remove init_vbr (Unused).
17
182009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * make/custom/mcf5329.cfg: Remove RTEMS_BSP_FAMILY.
21
222009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * make/custom/mcf5329.cfg: New (relocated from /make/custom).
25
262009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * console/console.c: Reflect termios_baud_to_number having been
29        renamed to rtems_termios_baud_to_number.
30
312009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
34
352009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
38        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
39        have the same options.
40
412009-04-28      Chris Johns <chrisj@rtems.org>
42
43        * startup/init5329.c: Update for boot_card command line change.
44
452008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * bsp_specs: Move -e start from *link to *startfile to avoid warning
48        for undefined entry symbol when linking relocatables with binutils
49        2.19.
50
512008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * Makefile.am, preinstall.am: Use shared stub coverhd.h
54        * include/coverhd.h: Removed.
55
562008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
59        of building libbspstart.a, using automake-rules.
60
612008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
64        * Makefile.am: Reflect changes above.
65
662008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Eliminate *_SOURCES.
69
702008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
73        components.
74
752008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
78
792008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        PR 1322/bsps
82        * include/bspopts.h.in: Remove.
83
842008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
87        work area allocation mandatory. Rename
88        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
89
902008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
93        bsp_cleanup() which can optionally print a message, poll for user to
94        press key, and call bsp_reset(). Using this eliminates the various
95        bsp_cleanup() implementations which had their own implementation and
96        variety of string constants.
97        * startup/bspclean.c: Removed.
98
992008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * include/bsp.h: Remove unnecessary boilerplate comments.
102
1032008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * Makefile.am, startup/linkcmds, startup/linkcmdsflash: Use top level
106        shared bsp_get_work_area() implementation.
107
1082008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * Makefile.am, configure.ac, startup/bspstart.c: Add use of
111        bsp_get_work_area() in its own file and rely on BSP Framework to
112        perform more initialization. Remove unnecessary includes of
113        rtems/libio.h and rtems/libcsupport.h.
114
1152008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
118        phase, all prototypes were removed from bsp.h and empty
119        implementations were removed and made to use the shared stub.
120
1212008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * timer/timer.c: Convert to "bool".
124
1252008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * timer/timer.c: Eliminate empty function from every benchmark timer
128        driver. Fix spelling.
129
1302008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * timer/timer.c: Rename timer driver methods to follow RTEMS
133        programming conventions.
134
1352008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * clock/clock.c, startup/init5329.c: Add missing prototypes.
138
1392008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
140
141        * Makefile.am, README, include/coverhd.h, network/network.c,
142        startup/bspstart.c, startup/cfinit.c, startup/linkcmdsflash: Add
143        cache support for 5329. Fix bug in network driver. Enable the cache
144        in copyback and write-through so we can assume that in BSP.
145
1462008-06-23      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * .cvsignore: New file.
149
1502008-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * startup/linkcmds: Use wildcard on .data section.
153
1542008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
155
156        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init,
157        preinstall.am, clock/clock.c, console/console.c, include/bsp.h,
158        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
159        network/network.c, start/start.S, startup/bspclean.c,
160        startup/bspstart.c, startup/cfinit.c, startup/init5329.c,
161        startup/linkcmds, startup/linkcmdsflash, timer/timer.c: New files.
162
Note: See TracBrowser for help on using the repository browser.