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

4.104.114.95
Last change on this file since b9f9ca37 was b9f9ca37, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/05/08 at 08:34:01

2008-09-05 Ralf Corsépius <ralf.corsepius@…>

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