source: rtems/c/src/lib/libbsp/m68k/mcf52235/ChangeLog @ 26c17377

4.115
Last change on this file since 26c17377 was 26c17377, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/11 at 12:15:54

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

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