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

4.104.115
Last change on this file since cefeb62 was cefeb62, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 09:15:07

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/mcf52235.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 5.3 KB
Line 
12009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/mcf52235.cfg: New (relocated from /make/custom).
4
52009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * console/console.c: Reflect termios_baud_to_number having been
8        renamed to rtems_termios_baud_to_number.
9
102009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
13
142009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
17        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
18        have the same options.
19
202009-04-28      Chris Johns <chrisj@rtems.org> 
21
22        * startup/init52235.c: Update for boot_card command line change.
23
242009-04-28      Chris Johns <chrisj@rtems.org>
25
26        * startup/linkcmds: Add .data.* for the C++ test.
27        * include/bsp.c: Add BSP_SMALL_MEMORY.
28
292008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * bsp_specs: Move -e start from *link to *startfile to avoid warning
32        for undefined entry symbol when linking relocatables with binutils
33        2.19.
34
352008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * Makefile.am, preinstall.am: Use shared stub coverhd.h
38        * include/coverhd.h: Removed.
39
402008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
43        of building libbspstart.a, using automake-rules.
44
452008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
48        * Makefile.am: Reflect changes above.
49
502008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Eliminate *_SOURCES.
53
542008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
57        components.
58
592008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
62
632008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        PR 1322/bsps
66        * include/bspopts.h.in: Remove.
67
682008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
71        work area allocation mandatory. Rename
72        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
73
742008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
77        bsp_cleanup() which can optionally print a message, poll for user to
78        press key, and call bsp_reset(). Using this eliminates the various
79        bsp_cleanup() implementations which had their own implementation and
80        variety of string constants.
81        * startup/bspclean.c: Removed.
82
832008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * Makefile.am: Split out bspstart contents. Move cache code to libcpu.
86        * startup/bspgetcpuclockspeed.c: New file.
87        * startup/bspstart.c: Removed.
88
892008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * include/bsp.h: Remove unnecessary boilerplate comments.
92
932008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * Makefile.am, start/start.S, startup/linkcmds: Use top level shared
96        bsp_get_work_area() implementation.
97
982008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile.am, configure.ac, startup/bspstart.c: Add use of
101        bsp_get_work_area() in its own file and rely on BSP Framework to
102        perform more initialization. Remove unnecessary includes of
103        rtems/libio.h and rtems/libcsupport.h.
104
1052008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
108        phase, all prototypes were removed from bsp.h and empty
109        implementations were removed and made to use the shared stub.
110
1112008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * timer/timer.c: Convert to "bool".
114
1152008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * timer/timer.c: Eliminate empty function from every benchmark timer
118        driver. Fix spelling.
119
1202008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * timer/timer.c: Rename timer driver methods to follow RTEMS
123        programming conventions.
124
1252008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * clock/clock.c, startup/init52235.c: Add missing prototypes.
128
1292008-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * Makefile.am, console/console.c: Split debug IO code into separate
132        file.
133        * console/debugio.c: New file.
134
1352008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
136
137        * startup/cfinit.c, startup/init52235.c: Missed the last patch.
138
1392008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
140
141        * mcf52235/README, mcf52235/gdb-init, mcf52235/clock/clock.c,
142        mcf52235/console/console.c, mcf52235/include/bsp.h,
143        mcf52235/include/coverhd.h, mcf52235/start/start.S,
144        mcf52235/startup/bspclean.c, mcf52235/startup/bspstart.c,
145        mcf52235/startup/linkcmds, mcf52235/timer/timer.c: Cleaned up
146        white space and code formmated to adhere to RTEMS standards. Fixed
147        a bug in the nano seconds since last tick support. Fixed a bug
148        with the location of the start stack (no longer within
149        .bss). Removed double definition of IPSBAR and some type defs
150        etc.. Added timing test overhead results.
151
1522008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
153
154        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
155        clock/clock.c, configure.ac, console/console.c, gdb-init,
156        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
157        include/tm27.h, preinstall.am, start/start.S, startup/bspclean.c,
158        startup/bspstart.c, startup/cfinit.c, startup/init52235.c,
159        startup/linkcmds, timer/timer.c: New.
Note: See TracBrowser for help on using the repository browser.