source: rtems/c/src/lib/libbsp/m68k/mcf52235/ChangeLog @ 8ee3775

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

2011-02-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * console/debugio.c: Add BSP_poll_char.
8
92010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * README: Remove more ITRON references.
12
132010-04-05      Thomas Znidar <t.znidar@embed-it.com>
14
15        * configure.ac: Add mcf5225x BSP.
16
172010-03-04      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * README: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
20        CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
21
222009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
23
24        * console/console.c: adapted to new prototype for *_write
25        function
26
272009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * make/custom/mcf52235.cfg: Remove RTEMS_BSP_FAMILY.
30
312009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * make/custom/mcf52235.cfg: New (relocated from /make/custom).
34
352009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * console/console.c: Reflect termios_baud_to_number having been
38        renamed to rtems_termios_baud_to_number.
39
402009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
43
442009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
47        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
48        have the same options.
49
502009-04-28      Chris Johns <chrisj@rtems.org> 
51
52        * startup/init52235.c: Update for boot_card command line change.
53
542009-04-28      Chris Johns <chrisj@rtems.org>
55
56        * startup/linkcmds: Add .data.* for the C++ test.
57        * include/bsp.c: Add BSP_SMALL_MEMORY.
58
592008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * bsp_specs: Move -e start from *link to *startfile to avoid warning
62        for undefined entry symbol when linking relocatables with binutils
63        2.19.
64
652008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * Makefile.am, preinstall.am: Use shared stub coverhd.h
68        * include/coverhd.h: Removed.
69
702008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
73        of building libbspstart.a, using automake-rules.
74
752008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
78        * Makefile.am: Reflect changes above.
79
802008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Eliminate *_SOURCES.
83
842008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
87        components.
88
892008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
92
932008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        PR 1322/bsps
96        * include/bspopts.h.in: Remove.
97
982008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
101        work area allocation mandatory. Rename
102        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
103
1042008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
107        bsp_cleanup() which can optionally print a message, poll for user to
108        press key, and call bsp_reset(). Using this eliminates the various
109        bsp_cleanup() implementations which had their own implementation and
110        variety of string constants.
111        * startup/bspclean.c: Removed.
112
1132008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * Makefile.am: Split out bspstart contents. Move cache code to libcpu.
116        * startup/bspgetcpuclockspeed.c: New file.
117        * startup/bspstart.c: Removed.
118
1192008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * include/bsp.h: Remove unnecessary boilerplate comments.
122
1232008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * Makefile.am, start/start.S, startup/linkcmds: Use top level shared
126        bsp_get_work_area() implementation.
127
1282008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * Makefile.am, configure.ac, startup/bspstart.c: Add use of
131        bsp_get_work_area() in its own file and rely on BSP Framework to
132        perform more initialization. Remove unnecessary includes of
133        rtems/libio.h and rtems/libcsupport.h.
134
1352008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
138        phase, all prototypes were removed from bsp.h and empty
139        implementations were removed and made to use the shared stub.
140
1412008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * timer/timer.c: Convert to "bool".
144
1452008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * timer/timer.c: Eliminate empty function from every benchmark timer
148        driver. Fix spelling.
149
1502008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * timer/timer.c: Rename timer driver methods to follow RTEMS
153        programming conventions.
154
1552008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * clock/clock.c, startup/init52235.c: Add missing prototypes.
158
1592008-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * Makefile.am, console/console.c: Split debug IO code into separate
162        file.
163        * console/debugio.c: New file.
164
1652008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
166
167        * startup/cfinit.c, startup/init52235.c: Missed the last patch.
168
1692008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
170
171        * mcf52235/README, mcf52235/gdb-init, mcf52235/clock/clock.c,
172        mcf52235/console/console.c, mcf52235/include/bsp.h,
173        mcf52235/include/coverhd.h, mcf52235/start/start.S,
174        mcf52235/startup/bspclean.c, mcf52235/startup/bspstart.c,
175        mcf52235/startup/linkcmds, mcf52235/timer/timer.c: Cleaned up
176        white space and code formmated to adhere to RTEMS standards. Fixed
177        a bug in the nano seconds since last tick support. Fixed a bug
178        with the location of the start stack (no longer within
179        .bss). Removed double definition of IPSBAR and some type defs
180        etc.. Added timing test overhead results.
181
1822008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
183
184        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
185        clock/clock.c, configure.ac, console/console.c, gdb-init,
186        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
187        include/tm27.h, preinstall.am, start/start.S, startup/bspclean.c,
188        startup/bspstart.c, startup/cfinit.c, startup/init52235.c,
189        startup/linkcmds, timer/timer.c: New.
Note: See TracBrowser for help on using the repository browser.