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

4.104.115
Last change on this file since 4909a30 was 4909a30, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:35:37

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

  • include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
  • Property mode set to 100644
File size: 7.3 KB
Line 
12008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
4        phase, all prototypes were removed from bsp.h and empty
5        implementations were removed and made to use the shared stub.
6
72008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * timer/timer.c: Convert to "bool".
10
112008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * timer/timer.c: Eliminate empty function from every benchmark timer
14        driver. Fix spelling.
15
162008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * timer/timer.c: Rename timer driver methods to follow RTEMS
19        programming conventions.
20
212008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * startup/init5235.c: Add missing prototypes.
24
252008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
26
27        * startup/bspstart.c: Do not disable interrupts twice.
28
292008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
30
31        * Makefile.am: Add shared/m68kbspgetworkarea.c to sources.
32        * configure.ac: Add RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
33        * include/bsp.h: Add include bspopts.h.
34        * start/start.S: Formatting changes.
35        * startup/bspstart.c: Updated to use the shared BSP support.
36
372008-05-29      Chris Johns <chrisj@rtems.org>
38
39        * include/bsp.h: FEC unit numbers based on 0 not 1. Change the
40        interface name to fec0.
41
422008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * console/console.c: Eliminate copies of switches to convert termios
45        Bxxx constants to xxx as an integer. Use the shared
46        termios_baud_to_number() routine to do the same conversion.
47
482008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * Makefile.am: Rework to avoid .rel files.
51
522008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * startup/bspstart.c: Refactored and renamed initialization routines to
55        rtems_initialize_data_structures, rtems_initialize_before_drivers,
56        rtems_initialize_device_drivers, and
57        rtems_initialize_start_multitasking. This opened the sequence up so
58        that bootcard() could provide a more robust and flexible framework
59        which is easier to explain and understand. This also lays the
60        groundwork for sharing the division of available memory between the
61        RTEMS workspace and heap and the C library initialization across all
62        BSPs.
63
642008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * console/console.c: Remove all references to console_reserve_resources
67        and termios_reserve_resources.
68
692008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
72        wildcard to gcc_except_table section so programs compiled with gcc
73        4.3.x can link.
74
752007-12-14      Chris Johns <chrisj@rtems.org>
76
77        * gdb-init: Make the first hb temporary.
78        * network/network.c: Add support for reading the MAC address from
79        the FEC if set by the boot monitor. dBug does not do this unless
80        the network is used which is a shame.
81
822007-12-14      Chris Johns <chrisj@rtems.org>
83
84        * gdb-init: Add the show-exception.
85
862007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
89        Configuration Table. Use the RTEMS provided accessor macros to obtain
90        configuration fields.
91
922007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
95        Configuration Table. Eliminate CPU Table from all ports. Delete
96        references to CPU Table in all forms.
97
982007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
101        Table fields to the Configuration Table. This included
102        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
103        do_zero_of_workspace, extra_mpci_receive_server_stack,
104        stack_allocate_hook, and stack_free_hook. As a side-effect of this
105        effort some multiprocessing code was made conditional and some style
106        clean up occurred.
107
1082007-12-03      Chris Johns <chrisj@rtems.org>
109
110        * console/console.c: Set the baud rate for stdin to 19200 when
111        opening the console. This is the default rate for the dbug
112        monitor.
113        * gdb-init: New.
114
1152007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
118        m68k CPU Table since it is never read.
119
1202007-05-03      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds: Handle .data.* sections
123
1242007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * bsp_specs: Remove qrtems_debug.
127
1282007-03-12      Joel Sherrill <joel@OARcorp.com>
129
130        * include/coverhd.h, start/start.S, startup/bspclean.c,
131        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
132        startup/linkcmdsram: Correct license URL and/or fix mistake in
133        copyright notice. Both of these mistakes appear to be from code
134        submitted after these changes were made previously.
135
1362007-03-11      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/bspstart.c: Remove assignments of
139        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
140        value in boot_card.c
141
1422007-03-10      Joel Sherrill <joel@OARcorp.com>
143
144        PR 1227/bsps
145        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
146        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
147
1482006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
151
1522006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * configure.ac: New BUG-REPORT address.
155
1562006-11-15      Joel Sherrill <joel@OARcorp.com>
157
158        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
159        file and simplified initialization.
160
1612006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * Makefile.am: Remove superfluous -DASM.
164
1652006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * configure.ac: Require autoconf-2.60. Require automake-1.10.
168
1692006-09-11      Joel Sherrill <joel@OARcorp.com>
170
171        * console/console.c, startup/init5235.c: Convert C++ style comments to
172        C style.
173
1742006-06-23      Worth Burruss <worth@motioncontrol.org>
175
176        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
177        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
178        eval boards to either load and run from ram using the dBug moniter as
179        the boot deviced (Board setup as shipped from the factory), or it
180        allows the user to Boot his code from flash he loads onto the eval
181        board. The code changes between the two are based on the selected
182        linker script using a variable in the script.  The options to the
183        linker are used to override the default linker script and select
184        which options to configure at boot either from flash, or from ram:
185            -qnolinkcmds -T linkcmdsflash
186        If no options are given the standard linker sript assumes dBug was
187        used to set up the board and the user is going to load his program
188        to RAM.
189
1902006-02-08      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
193        sections required by newer gcc versions.
194
1952006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Add preinstall.am.
198
1992005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * console/console.c: Eliminate unsigned32, unsigned8.
202        * include/bsp.h: Eliminate unsigned32.
203        * startup/bspstart.c: Eliminate unsigned32.
204
2052005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
206
207        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
208        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
209        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
210        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
211        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
212
Note: See TracBrowser for help on using the repository browser.