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

4.104.115
Last change on this file since b1ded240 was b1ded240, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 19:03:28

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

  • Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
  • Property mode set to 100644
File size: 7.6 KB
RevLine 
[b1ded240]12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
4        startup/linkcmdsflash, startup/linkcmdsram: Add use of
5        bsp_get_work_area() in its own file and rely on BSP Framework to
6        perform more initialization. Remove unnecessary includes of
7        rtems/libio.h and rtems/libcsupport.h.
8
[4909a30]92008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
12        phase, all prototypes were removed from bsp.h and empty
13        implementations were removed and made to use the shared stub.
14
[b9f9ca37]152008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * timer/timer.c: Convert to "bool".
18
[25c62b0]192008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * timer/timer.c: Eliminate empty function from every benchmark timer
22        driver. Fix spelling.
23
[35f52a6]242008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * timer/timer.c: Rename timer driver methods to follow RTEMS
27        programming conventions.
28
[b79c595]292008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * startup/init5235.c: Add missing prototypes.
32
[88fe62b]332008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
34
35        * startup/bspstart.c: Do not disable interrupts twice.
36
[b7ad0ed]372008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
38
39        * Makefile.am: Add shared/m68kbspgetworkarea.c to sources.
40        * configure.ac: Add RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
41        * include/bsp.h: Add include bspopts.h.
42        * start/start.S: Formatting changes.
43        * startup/bspstart.c: Updated to use the shared BSP support.
44
[288f1c33]452008-05-29      Chris Johns <chrisj@rtems.org>
46
47        * include/bsp.h: FEC unit numbers based on 0 not 1. Change the
48        interface name to fec0.
49
[6825d06]502008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * console/console.c: Eliminate copies of switches to convert termios
53        Bxxx constants to xxx as an integer. Use the shared
54        termios_baud_to_number() routine to do the same conversion.
55
[1d0ee80e]562008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * Makefile.am: Rework to avoid .rel files.
59
[6ea100c1]602008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * startup/bspstart.c: Refactored and renamed initialization routines to
63        rtems_initialize_data_structures, rtems_initialize_before_drivers,
64        rtems_initialize_device_drivers, and
65        rtems_initialize_start_multitasking. This opened the sequence up so
66        that bootcard() could provide a more robust and flexible framework
67        which is easier to explain and understand. This also lays the
68        groundwork for sharing the division of available memory between the
69        RTEMS workspace and heap and the C library initialization across all
70        BSPs.
71
[3e9f7f66]722008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * console/console.c: Remove all references to console_reserve_resources
75        and termios_reserve_resources.
76
[33aa635]772008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
80        wildcard to gcc_except_table section so programs compiled with gcc
81        4.3.x can link.
82
[e85eb70]832007-12-14      Chris Johns <chrisj@rtems.org>
84
85        * gdb-init: Make the first hb temporary.
86        * network/network.c: Add support for reading the MAC address from
87        the FEC if set by the boot monitor. dBug does not do this unless
88        the network is used which is a shame.
89
[2199d74]902007-12-14      Chris Johns <chrisj@rtems.org>
91
92        * gdb-init: Add the show-exception.
93
[4130d8e2]942007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
97        Configuration Table. Use the RTEMS provided accessor macros to obtain
98        configuration fields.
99
[cafa2c5]1002007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
103        Configuration Table. Eliminate CPU Table from all ports. Delete
104        references to CPU Table in all forms.
105
[558bc25]1062007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
109        Table fields to the Configuration Table. This included
110        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
111        do_zero_of_workspace, extra_mpci_receive_server_stack,
112        stack_allocate_hook, and stack_free_hook. As a side-effect of this
113        effort some multiprocessing code was made conditional and some style
114        clean up occurred.
115
[7ace382]1162007-12-03      Chris Johns <chrisj@rtems.org>
117
118        * console/console.c: Set the baud rate for stdin to 19200 when
119        opening the console. This is the default rate for the dbug
120        monitor.
121        * gdb-init: New.
122
[1693c131]1232007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
126        m68k CPU Table since it is never read.
127
[1144653]1282007-05-03      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/linkcmds: Handle .data.* sections
131
[71c4d68]1322007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * bsp_specs: Remove qrtems_debug.
135
[a474e3c]1362007-03-12      Joel Sherrill <joel@OARcorp.com>
137
138        * include/coverhd.h, start/start.S, startup/bspclean.c,
139        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
140        startup/linkcmdsram: Correct license URL and/or fix mistake in
141        copyright notice. Both of these mistakes appear to be from code
142        submitted after these changes were made previously.
143
[3f0cfc56]1442007-03-11      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/bspstart.c: Remove assignments of
147        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
148        value in boot_card.c
149
[5d3d6d1a]1502007-03-10      Joel Sherrill <joel@OARcorp.com>
151
152        PR 1227/bsps
153        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
154        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
155
[20777a5e]1562006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
159
[fcb0cd46]1602006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * configure.ac: New BUG-REPORT address.
163
[aa4369c]1642006-11-15      Joel Sherrill <joel@OARcorp.com>
165
166        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
167        file and simplified initialization.
168
[57357d9]1692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Remove superfluous -DASM.
172
[754610f]1732006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * configure.ac: Require autoconf-2.60. Require automake-1.10.
176
[1883c87]1772006-09-11      Joel Sherrill <joel@OARcorp.com>
178
179        * console/console.c, startup/init5235.c: Convert C++ style comments to
180        C style.
181
[504c5ca]1822006-06-23      Worth Burruss <worth@motioncontrol.org>
183
184        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
185        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
186        eval boards to either load and run from ram using the dBug moniter as
187        the boot deviced (Board setup as shipped from the factory), or it
188        allows the user to Boot his code from flash he loads onto the eval
189        board. The code changes between the two are based on the selected
190        linker script using a variable in the script.  The options to the
191        linker are used to override the default linker script and select
192        which options to configure at boot either from flash, or from ram:
193            -qnolinkcmds -T linkcmdsflash
194        If no options are given the standard linker sript assumes dBug was
195        used to set up the board and the user is going to load his program
196        to RAM.
197
[cdb3ff9]1982006-02-08      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
201        sections required by newer gcc versions.
202
[760486f7]2032006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * Makefile.am: Add preinstall.am.
206
[cb98129]2072005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * console/console.c: Eliminate unsigned32, unsigned8.
210        * include/bsp.h: Eliminate unsigned32.
211        * startup/bspstart.c: Eliminate unsigned32.
212
[1612af0]2132005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
214
215        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
216        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
217        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
218        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
219        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
220
Note: See TracBrowser for help on using the repository browser.