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

4.115
Last change on this file since b2c02c74 was b2c02c74, checked in by Joel Sherrill <joel.sherrill@…>, on 08/03/10 at 14:15:54

2010-08-03 Joel Sherrill <joel.sherrilL@…>

  • console/debugio.c: Add BSP_poll_char.
  • Property mode set to 100644
File size: 6.0 KB
RevLine 
[b2c02c74]12010-08-03      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * console/debugio.c: Add BSP_poll_char.
4
[5283f858]52010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * README: Remove more ITRON references.
8
[b50a77a]92010-04-05      Thomas Znidar <t.znidar@embed-it.com>
10
11        * configure.ac: Add mcf5225x BSP.
12
[3080a7c7]132010-03-04      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * README: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of
16        CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
17
[39a9f8e]182009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
19
20        * console/console.c: adapted to new prototype for *_write
21        function
22
[acc4994]232009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * make/custom/mcf52235.cfg: Remove RTEMS_BSP_FAMILY.
26
[cefeb62]272009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * make/custom/mcf52235.cfg: New (relocated from /make/custom).
30
[b96f338]312009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * console/console.c: Reflect termios_baud_to_number having been
34        renamed to rtems_termios_baud_to_number.
35
[6b2b37d2]362009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
39
[b96f338]402009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
[d1be26b]41
42        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
43        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
44        have the same options.
45
[bcd1228]462009-04-28      Chris Johns <chrisj@rtems.org> 
47
48        * startup/init52235.c: Update for boot_card command line change.
49
[a263aa72]502009-04-28      Chris Johns <chrisj@rtems.org>
51
52        * startup/linkcmds: Add .data.* for the C++ test.
53        * include/bsp.c: Add BSP_SMALL_MEMORY.
54
[df393962]552008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * bsp_specs: Move -e start from *link to *startfile to avoid warning
58        for undefined entry symbol when linking relocatables with binutils
59        2.19.
60
[4e4dc3a]612008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * Makefile.am, preinstall.am: Use shared stub coverhd.h
64        * include/coverhd.h: Removed.
65
[a14fba32]662008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
69        of building libbspstart.a, using automake-rules.
70
[27b355b]712008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
74        * Makefile.am: Reflect changes above.
75
[64eb0c7]762008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Eliminate *_SOURCES.
79
[e94666d]802008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
83        components.
84
[a1bc0a15]852008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
88
[1495d91]892008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        PR 1322/bsps
92        * include/bspopts.h.in: Remove.
93
[63d82b7]942008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
97        work area allocation mandatory. Rename
98        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
99
[87a38dd]1002008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
103        bsp_cleanup() which can optionally print a message, poll for user to
104        press key, and call bsp_reset(). Using this eliminates the various
105        bsp_cleanup() implementations which had their own implementation and
106        variety of string constants.
107        * startup/bspclean.c: Removed.
108
[8074c0b1]1092008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * Makefile.am: Split out bspstart contents. Move cache code to libcpu.
112        * startup/bspgetcpuclockspeed.c: New file.
113        * startup/bspstart.c: Removed.
114
[ccceaf3]1152008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * include/bsp.h: Remove unnecessary boilerplate comments.
118
[ec2ae9f]1192008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * Makefile.am, start/start.S, startup/linkcmds: Use top level shared
122        bsp_get_work_area() implementation.
123
[9b0c089]1242008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * Makefile.am, configure.ac, startup/bspstart.c: Add use of
127        bsp_get_work_area() in its own file and rely on BSP Framework to
128        perform more initialization. Remove unnecessary includes of
129        rtems/libio.h and rtems/libcsupport.h.
130
[4909a30]1312008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
134        phase, all prototypes were removed from bsp.h and empty
135        implementations were removed and made to use the shared stub.
136
[b9f9ca37]1372008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * timer/timer.c: Convert to "bool".
140
[25c62b0]1412008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * timer/timer.c: Eliminate empty function from every benchmark timer
144        driver. Fix spelling.
145
[35f52a6]1462008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * timer/timer.c: Rename timer driver methods to follow RTEMS
149        programming conventions.
150
[686d078]1512008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * clock/clock.c, startup/init52235.c: Add missing prototypes.
154
[6dcf06e]1552008-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * Makefile.am, console/console.c: Split debug IO code into separate
158        file.
159        * console/debugio.c: New file.
160
[8d26950]1612008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
162
163        * startup/cfinit.c, startup/init52235.c: Missed the last patch.
164
[9374e9b0]1652008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
166
167        * mcf52235/README, mcf52235/gdb-init, mcf52235/clock/clock.c,
168        mcf52235/console/console.c, mcf52235/include/bsp.h,
169        mcf52235/include/coverhd.h, mcf52235/start/start.S,
170        mcf52235/startup/bspclean.c, mcf52235/startup/bspstart.c,
171        mcf52235/startup/linkcmds, mcf52235/timer/timer.c: Cleaned up
172        white space and code formmated to adhere to RTEMS standards. Fixed
173        a bug in the nano seconds since last tick support. Fixed a bug
174        with the location of the start stack (no longer within
175        .bss). Removed double definition of IPSBAR and some type defs
176        etc.. Added timing test overhead results.
177
[3aac2db]1782008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
179
180        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
181        clock/clock.c, configure.ac, console/console.c, gdb-init,
182        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
183        include/tm27.h, preinstall.am, start/start.S, startup/bspclean.c,
184        startup/bspstart.c, startup/cfinit.c, startup/init52235.c,
185        startup/linkcmds, timer/timer.c: New.
Note: See TracBrowser for help on using the repository browser.