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

4.104.115
Last change on this file since 820d1ab0 was 820d1ab0, checked in by Chris Johns <chrisj@…>, on 04/28/09 at 06:34:00

2009-04-28 Chris Johns <chrisj@…>

  • start/start.S: Update for boot_card command line change.
  • Property mode set to 100644
File size: 9.8 KB
Line 
12009-04-28      Chris Johns <chrisj@rtems.org>
2
3        * start/start.S: Update for boot_card command line change.
4
52008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * bsp_specs: Move -e start from *link to *startfile to avoid warning
8        for undefined entry symbol when linking relocatables with binutils
9        2.19.
10
112008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * Makefile.am, preinstall.am: Use shared stub coverhd.h
14        * include/coverhd.h: Removed.
15
162008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
19        of building libbspstart.a, using automake-rules.
20
212008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
24        * Makefile.am: Reflect changes above.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Eliminate *_SOURCES.
29
302008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
33        components.
34
352008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
38
392008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * configure.ac: Make letting boot_card() handle work area allocation
42        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
43        BSP_BOOTCARD_OPTIONS.
44
452008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
48        optionally print a message, poll for user to press key, and call
49        bsp_reset(). Using this eliminates the various bsp_cleanup()
50        implementations which had their own implementation and variety of
51        string constants.
52        * startup/bspclean.c: Removed.
53
542008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, startup/bspstart.c: Split out bspstart contents. Move
57        cache code to libcpu.
58        * startup/bspgetcpuclockspeed.c: New file.
59
602008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * include/bsp.h: Remove unnecessary boilerplate comments.
63
642008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile.am, startup/linkcmds, startup/linkcmdsflash,
67        startup/linkcmdsram: Use top level shared bsp_get_work_area()
68        implementation.
69
702008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
73        startup/linkcmdsflash, startup/linkcmdsram: Add use of
74        bsp_get_work_area() in its own file and rely on BSP Framework to
75        perform more initialization. Remove unnecessary includes of
76        rtems/libio.h and rtems/libcsupport.h.
77
782008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
81        phase, all prototypes were removed from bsp.h and empty
82        implementations were removed and made to use the shared stub.
83
842008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * timer/timer.c: Convert to "bool".
87
882008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * timer/timer.c: Eliminate empty function from every benchmark timer
91        driver. Fix spelling.
92
932008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * timer/timer.c: Rename timer driver methods to follow RTEMS
96        programming conventions.
97
982008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * startup/init5235.c: Add missing prototypes.
101
1022008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
103
104        * startup/bspstart.c: Do not disable interrupts twice.
105
1062008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
107
108        * Makefile.am: Add shared/m68kbspgetworkarea.c to sources.
109        * configure.ac: Add RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
110        * include/bsp.h: Add include bspopts.h.
111        * start/start.S: Formatting changes.
112        * startup/bspstart.c: Updated to use the shared BSP support.
113
1142008-05-29      Chris Johns <chrisj@rtems.org>
115
116        * include/bsp.h: FEC unit numbers based on 0 not 1. Change the
117        interface name to fec0.
118
1192008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * console/console.c: Eliminate copies of switches to convert termios
122        Bxxx constants to xxx as an integer. Use the shared
123        termios_baud_to_number() routine to do the same conversion.
124
1252008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * Makefile.am: Rework to avoid .rel files.
128
1292008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * startup/bspstart.c: Refactored and renamed initialization routines to
132        rtems_initialize_data_structures, rtems_initialize_before_drivers,
133        rtems_initialize_device_drivers, and
134        rtems_initialize_start_multitasking. This opened the sequence up so
135        that bootcard() could provide a more robust and flexible framework
136        which is easier to explain and understand. This also lays the
137        groundwork for sharing the division of available memory between the
138        RTEMS workspace and heap and the C library initialization across all
139        BSPs.
140
1412008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * console/console.c: Remove all references to console_reserve_resources
144        and termios_reserve_resources.
145
1462008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
149        wildcard to gcc_except_table section so programs compiled with gcc
150        4.3.x can link.
151
1522007-12-14      Chris Johns <chrisj@rtems.org>
153
154        * gdb-init: Make the first hb temporary.
155        * network/network.c: Add support for reading the MAC address from
156        the FEC if set by the boot monitor. dBug does not do this unless
157        the network is used which is a shame.
158
1592007-12-14      Chris Johns <chrisj@rtems.org>
160
161        * gdb-init: Add the show-exception.
162
1632007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
166        Configuration Table. Use the RTEMS provided accessor macros to obtain
167        configuration fields.
168
1692007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
172        Configuration Table. Eliminate CPU Table from all ports. Delete
173        references to CPU Table in all forms.
174
1752007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
178        Table fields to the Configuration Table. This included
179        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
180        do_zero_of_workspace, extra_mpci_receive_server_stack,
181        stack_allocate_hook, and stack_free_hook. As a side-effect of this
182        effort some multiprocessing code was made conditional and some style
183        clean up occurred.
184
1852007-12-03      Chris Johns <chrisj@rtems.org>
186
187        * console/console.c: Set the baud rate for stdin to 19200 when
188        opening the console. This is the default rate for the dbug
189        monitor.
190        * gdb-init: New.
191
1922007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
195        m68k CPU Table since it is never read.
196
1972007-05-03      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/linkcmds: Handle .data.* sections
200
2012007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
202
203        * bsp_specs: Remove qrtems_debug.
204
2052007-03-12      Joel Sherrill <joel@OARcorp.com>
206
207        * include/coverhd.h, start/start.S, startup/bspclean.c,
208        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
209        startup/linkcmdsram: Correct license URL and/or fix mistake in
210        copyright notice. Both of these mistakes appear to be from code
211        submitted after these changes were made previously.
212
2132007-03-11      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/bspstart.c: Remove assignments of
216        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
217        value in boot_card.c
218
2192007-03-10      Joel Sherrill <joel@OARcorp.com>
220
221        PR 1227/bsps
222        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
223        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
224
2252006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
228
2292006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * configure.ac: New BUG-REPORT address.
232
2332006-11-15      Joel Sherrill <joel@OARcorp.com>
234
235        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
236        file and simplified initialization.
237
2382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * Makefile.am: Remove superfluous -DASM.
241
2422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * configure.ac: Require autoconf-2.60. Require automake-1.10.
245
2462006-09-11      Joel Sherrill <joel@OARcorp.com>
247
248        * console/console.c, startup/init5235.c: Convert C++ style comments to
249        C style.
250
2512006-06-23      Worth Burruss <worth@motioncontrol.org>
252
253        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
254        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
255        eval boards to either load and run from ram using the dBug moniter as
256        the boot deviced (Board setup as shipped from the factory), or it
257        allows the user to Boot his code from flash he loads onto the eval
258        board. The code changes between the two are based on the selected
259        linker script using a variable in the script.  The options to the
260        linker are used to override the default linker script and select
261        which options to configure at boot either from flash, or from ram:
262            -qnolinkcmds -T linkcmdsflash
263        If no options are given the standard linker sript assumes dBug was
264        used to set up the board and the user is going to load his program
265        to RAM.
266
2672006-02-08      Joel Sherrill <joel@OARcorp.com>
268
269        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
270        sections required by newer gcc versions.
271
2722006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * Makefile.am: Add preinstall.am.
275
2762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * console/console.c: Eliminate unsigned32, unsigned8.
279        * include/bsp.h: Eliminate unsigned32.
280        * startup/bspstart.c: Eliminate unsigned32.
281
2822005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
283
284        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
285        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
286        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
287        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
288        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
289
Note: See TracBrowser for help on using the repository browser.