source: rtems/c/src/lib/libbsp/m68k/mcf5235/ChangeLog @ 1762375

4.104.115
Last change on this file since 1762375 was 1762375, checked in by Joel Sherrill <joel.sherrill@…>, on 09/22/08 at 21:50:40

2008-09-22 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants.
  • startup/bspclean.c: Removed.
  • Property mode set to 100644
File size: 8.5 KB
Line 
12008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
4        optionally print a message, poll for user to press key, and call
5        bsp_reset(). Using this eliminates the various bsp_cleanup()
6        implementations which had their own implementation and variety of
7        string constants.
8        * startup/bspclean.c: Removed.
9
102008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * Makefile.am, startup/bspstart.c: Split out bspstart contents. Move
13        cache code to libcpu.
14        * startup/bspgetcpuclockspeed.c: New file.
15
162008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * include/bsp.h: Remove unnecessary boilerplate comments.
19
202008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * Makefile.am, startup/linkcmds, startup/linkcmdsflash,
23        startup/linkcmdsram: Use top level shared bsp_get_work_area()
24        implementation.
25
262008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
29        startup/linkcmdsflash, startup/linkcmdsram: Add use of
30        bsp_get_work_area() in its own file and rely on BSP Framework to
31        perform more initialization. Remove unnecessary includes of
32        rtems/libio.h and rtems/libcsupport.h.
33
342008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
37        phase, all prototypes were removed from bsp.h and empty
38        implementations were removed and made to use the shared stub.
39
402008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * timer/timer.c: Convert to "bool".
43
442008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * timer/timer.c: Eliminate empty function from every benchmark timer
47        driver. Fix spelling.
48
492008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * timer/timer.c: Rename timer driver methods to follow RTEMS
52        programming conventions.
53
542008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * startup/init5235.c: Add missing prototypes.
57
582008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
59
60        * startup/bspstart.c: Do not disable interrupts twice.
61
622008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
63
64        * Makefile.am: Add shared/m68kbspgetworkarea.c to sources.
65        * configure.ac: Add RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
66        * include/bsp.h: Add include bspopts.h.
67        * start/start.S: Formatting changes.
68        * startup/bspstart.c: Updated to use the shared BSP support.
69
702008-05-29      Chris Johns <chrisj@rtems.org>
71
72        * include/bsp.h: FEC unit numbers based on 0 not 1. Change the
73        interface name to fec0.
74
752008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * console/console.c: Eliminate copies of switches to convert termios
78        Bxxx constants to xxx as an integer. Use the shared
79        termios_baud_to_number() routine to do the same conversion.
80
812008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am: Rework to avoid .rel files.
84
852008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * startup/bspstart.c: Refactored and renamed initialization routines to
88        rtems_initialize_data_structures, rtems_initialize_before_drivers,
89        rtems_initialize_device_drivers, and
90        rtems_initialize_start_multitasking. This opened the sequence up so
91        that bootcard() could provide a more robust and flexible framework
92        which is easier to explain and understand. This also lays the
93        groundwork for sharing the division of available memory between the
94        RTEMS workspace and heap and the C library initialization across all
95        BSPs.
96
972008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * console/console.c: Remove all references to console_reserve_resources
100        and termios_reserve_resources.
101
1022008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
105        wildcard to gcc_except_table section so programs compiled with gcc
106        4.3.x can link.
107
1082007-12-14      Chris Johns <chrisj@rtems.org>
109
110        * gdb-init: Make the first hb temporary.
111        * network/network.c: Add support for reading the MAC address from
112        the FEC if set by the boot monitor. dBug does not do this unless
113        the network is used which is a shame.
114
1152007-12-14      Chris Johns <chrisj@rtems.org>
116
117        * gdb-init: Add the show-exception.
118
1192007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
122        Configuration Table. Use the RTEMS provided accessor macros to obtain
123        configuration fields.
124
1252007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
128        Configuration Table. Eliminate CPU Table from all ports. Delete
129        references to CPU Table in all forms.
130
1312007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
134        Table fields to the Configuration Table. This included
135        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
136        do_zero_of_workspace, extra_mpci_receive_server_stack,
137        stack_allocate_hook, and stack_free_hook. As a side-effect of this
138        effort some multiprocessing code was made conditional and some style
139        clean up occurred.
140
1412007-12-03      Chris Johns <chrisj@rtems.org>
142
143        * console/console.c: Set the baud rate for stdin to 19200 when
144        opening the console. This is the default rate for the dbug
145        monitor.
146        * gdb-init: New.
147
1482007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
151        m68k CPU Table since it is never read.
152
1532007-05-03      Joel Sherrill <joel@OARcorp.com>
154
155        * startup/linkcmds: Handle .data.* sections
156
1572007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * bsp_specs: Remove qrtems_debug.
160
1612007-03-12      Joel Sherrill <joel@OARcorp.com>
162
163        * include/coverhd.h, start/start.S, startup/bspclean.c,
164        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
165        startup/linkcmdsram: Correct license URL and/or fix mistake in
166        copyright notice. Both of these mistakes appear to be from code
167        submitted after these changes were made previously.
168
1692007-03-11      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/bspstart.c: Remove assignments of
172        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
173        value in boot_card.c
174
1752007-03-10      Joel Sherrill <joel@OARcorp.com>
176
177        PR 1227/bsps
178        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
179        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
180
1812006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
184
1852006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * configure.ac: New BUG-REPORT address.
188
1892006-11-15      Joel Sherrill <joel@OARcorp.com>
190
191        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
192        file and simplified initialization.
193
1942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * Makefile.am: Remove superfluous -DASM.
197
1982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * configure.ac: Require autoconf-2.60. Require automake-1.10.
201
2022006-09-11      Joel Sherrill <joel@OARcorp.com>
203
204        * console/console.c, startup/init5235.c: Convert C++ style comments to
205        C style.
206
2072006-06-23      Worth Burruss <worth@motioncontrol.org>
208
209        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
210        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
211        eval boards to either load and run from ram using the dBug moniter as
212        the boot deviced (Board setup as shipped from the factory), or it
213        allows the user to Boot his code from flash he loads onto the eval
214        board. The code changes between the two are based on the selected
215        linker script using a variable in the script.  The options to the
216        linker are used to override the default linker script and select
217        which options to configure at boot either from flash, or from ram:
218            -qnolinkcmds -T linkcmdsflash
219        If no options are given the standard linker sript assumes dBug was
220        used to set up the board and the user is going to load his program
221        to RAM.
222
2232006-02-08      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
226        sections required by newer gcc versions.
227
2282006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * Makefile.am: Add preinstall.am.
231
2322005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * console/console.c: Eliminate unsigned32, unsigned8.
235        * include/bsp.h: Eliminate unsigned32.
236        * startup/bspstart.c: Eliminate unsigned32.
237
2382005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
239
240        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
241        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
242        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
243        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
244        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
245
Note: See TracBrowser for help on using the repository browser.