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

4.9
Last change on this file since c608efb was c608efb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/08/08 at 05:16:05

2008-12-08 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Backport from CVS-HEAD.
  • Property mode set to 100644
File size: 7.2 KB
Line 
12008-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Backport from CVS-HEAD.
4
52008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * timer/timer.c: Convert to "bool".
8
92008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * timer/timer.c: Eliminate empty function from every benchmark timer
12        driver. Fix spelling.
13
142008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * timer/timer.c: Rename timer driver methods to follow RTEMS
17        programming conventions.
18
192008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * startup/init5235.c: Add missing prototypes.
22
232008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
24
25        * startup/bspstart.c: Do not disable interrupts twice.
26
272008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
28
29        * Makefile.am: Add shared/m68kbspgetworkarea.c to sources.
30        * configure.ac: Add RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
31        * include/bsp.h: Add include bspopts.h.
32        * start/start.S: Formatting changes.
33        * startup/bspstart.c: Updated to use the shared BSP support.
34
352008-05-29      Chris Johns <chrisj@rtems.org>
36
37        * include/bsp.h: FEC unit numbers based on 0 not 1. Change the
38        interface name to fec0.
39
402008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * console/console.c: Eliminate copies of switches to convert termios
43        Bxxx constants to xxx as an integer. Use the shared
44        termios_baud_to_number() routine to do the same conversion.
45
462008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * Makefile.am: Rework to avoid .rel files.
49
502008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * startup/bspstart.c: Refactored and renamed initialization routines to
53        rtems_initialize_data_structures, rtems_initialize_before_drivers,
54        rtems_initialize_device_drivers, and
55        rtems_initialize_start_multitasking. This opened the sequence up so
56        that bootcard() could provide a more robust and flexible framework
57        which is easier to explain and understand. This also lays the
58        groundwork for sharing the division of available memory between the
59        RTEMS workspace and heap and the C library initialization across all
60        BSPs.
61
622008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * console/console.c: Remove all references to console_reserve_resources
65        and termios_reserve_resources.
66
672008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
70        wildcard to gcc_except_table section so programs compiled with gcc
71        4.3.x can link.
72
732007-12-14      Chris Johns <chrisj@rtems.org>
74
75        * gdb-init: Make the first hb temporary.
76        * network/network.c: Add support for reading the MAC address from
77        the FEC if set by the boot monitor. dBug does not do this unless
78        the network is used which is a shame.
79
802007-12-14      Chris Johns <chrisj@rtems.org>
81
82        * gdb-init: Add the show-exception.
83
842007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
87        Configuration Table. Use the RTEMS provided accessor macros to obtain
88        configuration fields.
89
902007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
93        Configuration Table. Eliminate CPU Table from all ports. Delete
94        references to CPU Table in all forms.
95
962007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
99        Table fields to the Configuration Table. This included
100        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
101        do_zero_of_workspace, extra_mpci_receive_server_stack,
102        stack_allocate_hook, and stack_free_hook. As a side-effect of this
103        effort some multiprocessing code was made conditional and some style
104        clean up occurred.
105
1062007-12-03      Chris Johns <chrisj@rtems.org>
107
108        * console/console.c: Set the baud rate for stdin to 19200 when
109        opening the console. This is the default rate for the dbug
110        monitor.
111        * gdb-init: New.
112
1132007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
116        m68k CPU Table since it is never read.
117
1182007-05-03      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/linkcmds: Handle .data.* sections
121
1222007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * bsp_specs: Remove qrtems_debug.
125
1262007-03-12      Joel Sherrill <joel@OARcorp.com>
127
128        * include/coverhd.h, start/start.S, startup/bspclean.c,
129        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
130        startup/linkcmdsram: Correct license URL and/or fix mistake in
131        copyright notice. Both of these mistakes appear to be from code
132        submitted after these changes were made previously.
133
1342007-03-11      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/bspstart.c: Remove assignments of
137        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
138        value in boot_card.c
139
1402007-03-10      Joel Sherrill <joel@OARcorp.com>
141
142        PR 1227/bsps
143        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
144        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
145
1462006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
149
1502006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * configure.ac: New BUG-REPORT address.
153
1542006-11-15      Joel Sherrill <joel@OARcorp.com>
155
156        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
157        file and simplified initialization.
158
1592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * Makefile.am: Remove superfluous -DASM.
162
1632006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * configure.ac: Require autoconf-2.60. Require automake-1.10.
166
1672006-09-11      Joel Sherrill <joel@OARcorp.com>
168
169        * console/console.c, startup/init5235.c: Convert C++ style comments to
170        C style.
171
1722006-06-23      Worth Burruss <worth@motioncontrol.org>
173
174        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
175        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
176        eval boards to either load and run from ram using the dBug moniter as
177        the boot deviced (Board setup as shipped from the factory), or it
178        allows the user to Boot his code from flash he loads onto the eval
179        board. The code changes between the two are based on the selected
180        linker script using a variable in the script.  The options to the
181        linker are used to override the default linker script and select
182        which options to configure at boot either from flash, or from ram:
183            -qnolinkcmds -T linkcmdsflash
184        If no options are given the standard linker sript assumes dBug was
185        used to set up the board and the user is going to load his program
186        to RAM.
187
1882006-02-08      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
191        sections required by newer gcc versions.
192
1932006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * Makefile.am: Add preinstall.am.
196
1972005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * console/console.c: Eliminate unsigned32, unsigned8.
200        * include/bsp.h: Eliminate unsigned32.
201        * startup/bspstart.c: Eliminate unsigned32.
202
2032005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
204
205        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
206        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
207        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
208        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
209        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
210
Note: See TracBrowser for help on using the repository browser.