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

4.104.115
Last change on this file since df393962 was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 9.7 KB
RevLine 
[df393962]12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
[4e4dc3a]72008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, preinstall.am: Use shared stub coverhd.h
10        * include/coverhd.h: Removed.
11
[a14fba32]122008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
15        of building libbspstart.a, using automake-rules.
16
[27b355b]172008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
20        * Makefile.am: Reflect changes above.
21
[64eb0c7]222008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate *_SOURCES.
25
[e94666d]262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
29        components.
30
[a1bc0a15]312008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
34
[95aa5e1]352008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * configure.ac: Make letting boot_card() handle work area allocation
38        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
39        BSP_BOOTCARD_OPTIONS.
40
[1762375]412008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
44        optionally print a message, poll for user to press key, and call
45        bsp_reset(). Using this eliminates the various bsp_cleanup()
46        implementations which had their own implementation and variety of
47        string constants.
48        * startup/bspclean.c: Removed.
49
[2fbe159e]502008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * Makefile.am, startup/bspstart.c: Split out bspstart contents. Move
53        cache code to libcpu.
54        * startup/bspgetcpuclockspeed.c: New file.
55
[ccceaf3]562008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * include/bsp.h: Remove unnecessary boilerplate comments.
59
[384171c]602008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile.am, startup/linkcmds, startup/linkcmdsflash,
63        startup/linkcmdsram: Use top level shared bsp_get_work_area()
64        implementation.
65
[b1ded240]662008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
69        startup/linkcmdsflash, startup/linkcmdsram: Add use of
70        bsp_get_work_area() in its own file and rely on BSP Framework to
71        perform more initialization. Remove unnecessary includes of
72        rtems/libio.h and rtems/libcsupport.h.
73
[4909a30]742008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
77        phase, all prototypes were removed from bsp.h and empty
78        implementations were removed and made to use the shared stub.
79
[b9f9ca37]802008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * timer/timer.c: Convert to "bool".
83
[25c62b0]842008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * timer/timer.c: Eliminate empty function from every benchmark timer
87        driver. Fix spelling.
88
[35f52a6]892008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * timer/timer.c: Rename timer driver methods to follow RTEMS
92        programming conventions.
93
[b79c595]942008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * startup/init5235.c: Add missing prototypes.
97
[88fe62b]982008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
99
100        * startup/bspstart.c: Do not disable interrupts twice.
101
[b7ad0ed]1022008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
103
104        * Makefile.am: Add shared/m68kbspgetworkarea.c to sources.
105        * configure.ac: Add RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
106        * include/bsp.h: Add include bspopts.h.
107        * start/start.S: Formatting changes.
108        * startup/bspstart.c: Updated to use the shared BSP support.
109
[288f1c33]1102008-05-29      Chris Johns <chrisj@rtems.org>
111
112        * include/bsp.h: FEC unit numbers based on 0 not 1. Change the
113        interface name to fec0.
114
[6825d06]1152008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * console/console.c: Eliminate copies of switches to convert termios
118        Bxxx constants to xxx as an integer. Use the shared
119        termios_baud_to_number() routine to do the same conversion.
120
[1d0ee80e]1212008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * Makefile.am: Rework to avoid .rel files.
124
[6ea100c1]1252008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * startup/bspstart.c: Refactored and renamed initialization routines to
128        rtems_initialize_data_structures, rtems_initialize_before_drivers,
129        rtems_initialize_device_drivers, and
130        rtems_initialize_start_multitasking. This opened the sequence up so
131        that bootcard() could provide a more robust and flexible framework
132        which is easier to explain and understand. This also lays the
133        groundwork for sharing the division of available memory between the
134        RTEMS workspace and heap and the C library initialization across all
135        BSPs.
136
[3e9f7f66]1372008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * console/console.c: Remove all references to console_reserve_resources
140        and termios_reserve_resources.
141
[33aa635]1422008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
145        wildcard to gcc_except_table section so programs compiled with gcc
146        4.3.x can link.
147
[e85eb70]1482007-12-14      Chris Johns <chrisj@rtems.org>
149
150        * gdb-init: Make the first hb temporary.
151        * network/network.c: Add support for reading the MAC address from
152        the FEC if set by the boot monitor. dBug does not do this unless
153        the network is used which is a shame.
154
[2199d74]1552007-12-14      Chris Johns <chrisj@rtems.org>
156
157        * gdb-init: Add the show-exception.
158
[4130d8e2]1592007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
162        Configuration Table. Use the RTEMS provided accessor macros to obtain
163        configuration fields.
164
[cafa2c5]1652007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
168        Configuration Table. Eliminate CPU Table from all ports. Delete
169        references to CPU Table in all forms.
170
[558bc25]1712007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
174        Table fields to the Configuration Table. This included
175        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
176        do_zero_of_workspace, extra_mpci_receive_server_stack,
177        stack_allocate_hook, and stack_free_hook. As a side-effect of this
178        effort some multiprocessing code was made conditional and some style
179        clean up occurred.
180
[7ace382]1812007-12-03      Chris Johns <chrisj@rtems.org>
182
183        * console/console.c: Set the baud rate for stdin to 19200 when
184        opening the console. This is the default rate for the dbug
185        monitor.
186        * gdb-init: New.
187
[1693c131]1882007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
191        m68k CPU Table since it is never read.
192
[1144653]1932007-05-03      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds: Handle .data.* sections
196
[71c4d68]1972007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * bsp_specs: Remove qrtems_debug.
200
[a474e3c]2012007-03-12      Joel Sherrill <joel@OARcorp.com>
202
203        * include/coverhd.h, start/start.S, startup/bspclean.c,
204        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
205        startup/linkcmdsram: Correct license URL and/or fix mistake in
206        copyright notice. Both of these mistakes appear to be from code
207        submitted after these changes were made previously.
208
[3f0cfc56]2092007-03-11      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/bspstart.c: Remove assignments of
212        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
213        value in boot_card.c
214
[5d3d6d1a]2152007-03-10      Joel Sherrill <joel@OARcorp.com>
216
217        PR 1227/bsps
218        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
219        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
220
[20777a5e]2212006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
224
[fcb0cd46]2252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * configure.ac: New BUG-REPORT address.
228
[aa4369c]2292006-11-15      Joel Sherrill <joel@OARcorp.com>
230
231        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
232        file and simplified initialization.
233
[57357d9]2342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * Makefile.am: Remove superfluous -DASM.
237
[754610f]2382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * configure.ac: Require autoconf-2.60. Require automake-1.10.
241
[1883c87]2422006-09-11      Joel Sherrill <joel@OARcorp.com>
243
244        * console/console.c, startup/init5235.c: Convert C++ style comments to
245        C style.
246
[504c5ca]2472006-06-23      Worth Burruss <worth@motioncontrol.org>
248
249        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
250        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
251        eval boards to either load and run from ram using the dBug moniter as
252        the boot deviced (Board setup as shipped from the factory), or it
253        allows the user to Boot his code from flash he loads onto the eval
254        board. The code changes between the two are based on the selected
255        linker script using a variable in the script.  The options to the
256        linker are used to override the default linker script and select
257        which options to configure at boot either from flash, or from ram:
258            -qnolinkcmds -T linkcmdsflash
259        If no options are given the standard linker sript assumes dBug was
260        used to set up the board and the user is going to load his program
261        to RAM.
262
[cdb3ff9]2632006-02-08      Joel Sherrill <joel@OARcorp.com>
264
265        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
266        sections required by newer gcc versions.
267
[760486f7]2682006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * Makefile.am: Add preinstall.am.
271
[cb98129]2722005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * console/console.c: Eliminate unsigned32, unsigned8.
275        * include/bsp.h: Eliminate unsigned32.
276        * startup/bspstart.c: Eliminate unsigned32.
277
[1612af0]2782005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
279
280        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
281        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
282        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
283        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
284        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
285
Note: See TracBrowser for help on using the repository browser.