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

4.104.115
Last change on this file since acc4994 was acc4994, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:48:25

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

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