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

4.104.115
Last change on this file since b50a77a was b50a77a, checked in by Joel Sherrill <joel.sherrill@…>, on 04/05/10 at 17:07:17

2010-04-05 Thomas Znidar <t.znidar@…>

  • configure.ac: Add mcf5225x BSP.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12010-04-05      Thomas Znidar <t.znidar@embed-it.com>
2
3        * configure.ac: Add mcf5225x BSP.
4
52010-03-04      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * README: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
8        CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
9
102009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
11
12        * console/console.c: adapted to new prototype for *_write
13        function
14
152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * make/custom/mcf52235.cfg: Remove RTEMS_BSP_FAMILY.
18
192009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * make/custom/mcf52235.cfg: New (relocated from /make/custom).
22
232009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * console/console.c: Reflect termios_baud_to_number having been
26        renamed to rtems_termios_baud_to_number.
27
282009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
31
322009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
35        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
36        have the same options.
37
382009-04-28      Chris Johns <chrisj@rtems.org> 
39
40        * startup/init52235.c: Update for boot_card command line change.
41
422009-04-28      Chris Johns <chrisj@rtems.org>
43
44        * startup/linkcmds: Add .data.* for the C++ test.
45        * include/bsp.c: Add BSP_SMALL_MEMORY.
46
472008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * bsp_specs: Move -e start from *link to *startfile to avoid warning
50        for undefined entry symbol when linking relocatables with binutils
51        2.19.
52
532008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * Makefile.am, preinstall.am: Use shared stub coverhd.h
56        * include/coverhd.h: Removed.
57
582008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
61        of building libbspstart.a, using automake-rules.
62
632008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
66        * Makefile.am: Reflect changes above.
67
682008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Eliminate *_SOURCES.
71
722008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
75        components.
76
772008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
80
812008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        PR 1322/bsps
84        * include/bspopts.h.in: Remove.
85
862008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
89        work area allocation mandatory. Rename
90        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
91
922008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
95        bsp_cleanup() which can optionally print a message, poll for user to
96        press key, and call bsp_reset(). Using this eliminates the various
97        bsp_cleanup() implementations which had their own implementation and
98        variety of string constants.
99        * startup/bspclean.c: Removed.
100
1012008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * Makefile.am: Split out bspstart contents. Move cache code to libcpu.
104        * startup/bspgetcpuclockspeed.c: New file.
105        * startup/bspstart.c: Removed.
106
1072008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * include/bsp.h: Remove unnecessary boilerplate comments.
110
1112008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * Makefile.am, start/start.S, startup/linkcmds: Use top level shared
114        bsp_get_work_area() implementation.
115
1162008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * Makefile.am, configure.ac, startup/bspstart.c: Add use of
119        bsp_get_work_area() in its own file and rely on BSP Framework to
120        perform more initialization. Remove unnecessary includes of
121        rtems/libio.h and rtems/libcsupport.h.
122
1232008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
126        phase, all prototypes were removed from bsp.h and empty
127        implementations were removed and made to use the shared stub.
128
1292008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * timer/timer.c: Convert to "bool".
132
1332008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * timer/timer.c: Eliminate empty function from every benchmark timer
136        driver. Fix spelling.
137
1382008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * timer/timer.c: Rename timer driver methods to follow RTEMS
141        programming conventions.
142
1432008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * clock/clock.c, startup/init52235.c: Add missing prototypes.
146
1472008-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * Makefile.am, console/console.c: Split debug IO code into separate
150        file.
151        * console/debugio.c: New file.
152
1532008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
154
155        * startup/cfinit.c, startup/init52235.c: Missed the last patch.
156
1572008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
158
159        * mcf52235/README, mcf52235/gdb-init, mcf52235/clock/clock.c,
160        mcf52235/console/console.c, mcf52235/include/bsp.h,
161        mcf52235/include/coverhd.h, mcf52235/start/start.S,
162        mcf52235/startup/bspclean.c, mcf52235/startup/bspstart.c,
163        mcf52235/startup/linkcmds, mcf52235/timer/timer.c: Cleaned up
164        white space and code formmated to adhere to RTEMS standards. Fixed
165        a bug in the nano seconds since last tick support. Fixed a bug
166        with the location of the start stack (no longer within
167        .bss). Removed double definition of IPSBAR and some type defs
168        etc.. Added timing test overhead results.
169
1702008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
171
172        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
173        clock/clock.c, configure.ac, console/console.c, gdb-init,
174        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
175        include/tm27.h, preinstall.am, start/start.S, startup/bspclean.c,
176        startup/bspstart.c, startup/cfinit.c, startup/init52235.c,
177        startup/linkcmds, timer/timer.c: New.
Note: See TracBrowser for help on using the repository browser.