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

4.104.114.95
Last change on this file since dbb26e7 was 88fe62b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/04/08 at 16:15:52

2008-07-04 Matthew Riek <matthew.riek@…>

  • startup/bspstart.c: Do not disable interrupts twice.
  • Property mode set to 100644
File size: 6.6 KB
Line 
12008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
2
3        * startup/bspstart.c: Do not disable interrupts twice.
4
52008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
6
7        * Makefile.am: Add shared/m68kbspgetworkarea.c to sources.
8        * configure.ac: Add RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
9        * include/bsp.h: Add include bspopts.h.
10        * start/start.S: Formatting changes.
11        * startup/bspstart.c: Updated to use the shared BSP support.
12
132008-05-29      Chris Johns <chrisj@rtems.org>
14
15        * include/bsp.h: FEC unit numbers based on 0 not 1. Change the
16        interface name to fec0.
17
182008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * console/console.c: Eliminate copies of switches to convert termios
21        Bxxx constants to xxx as an integer. Use the shared
22        termios_baud_to_number() routine to do the same conversion.
23
242008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * Makefile.am: Rework to avoid .rel files.
27
282008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * startup/bspstart.c: Refactored and renamed initialization routines to
31        rtems_initialize_data_structures, rtems_initialize_before_drivers,
32        rtems_initialize_device_drivers, and
33        rtems_initialize_start_multitasking. This opened the sequence up so
34        that bootcard() could provide a more robust and flexible framework
35        which is easier to explain and understand. This also lays the
36        groundwork for sharing the division of available memory between the
37        RTEMS workspace and heap and the C library initialization across all
38        BSPs.
39
402008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * console/console.c: Remove all references to console_reserve_resources
43        and termios_reserve_resources.
44
452008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
48        wildcard to gcc_except_table section so programs compiled with gcc
49        4.3.x can link.
50
512007-12-14      Chris Johns <chrisj@rtems.org>
52
53        * gdb-init: Make the first hb temporary.
54        * network/network.c: Add support for reading the MAC address from
55        the FEC if set by the boot monitor. dBug does not do this unless
56        the network is used which is a shame.
57
582007-12-14      Chris Johns <chrisj@rtems.org>
59
60        * gdb-init: Add the show-exception.
61
622007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
65        Configuration Table. Use the RTEMS provided accessor macros to obtain
66        configuration fields.
67
682007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
71        Configuration Table. Eliminate CPU Table from all ports. Delete
72        references to CPU Table in all forms.
73
742007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
77        Table fields to the Configuration Table. This included
78        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
79        do_zero_of_workspace, extra_mpci_receive_server_stack,
80        stack_allocate_hook, and stack_free_hook. As a side-effect of this
81        effort some multiprocessing code was made conditional and some style
82        clean up occurred.
83
842007-12-03      Chris Johns <chrisj@rtems.org>
85
86        * console/console.c: Set the baud rate for stdin to 19200 when
87        opening the console. This is the default rate for the dbug
88        monitor.
89        * gdb-init: New.
90
912007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
94        m68k CPU Table since it is never read.
95
962007-05-03      Joel Sherrill <joel@OARcorp.com>
97
98        * startup/linkcmds: Handle .data.* sections
99
1002007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * bsp_specs: Remove qrtems_debug.
103
1042007-03-12      Joel Sherrill <joel@OARcorp.com>
105
106        * include/coverhd.h, start/start.S, startup/bspclean.c,
107        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
108        startup/linkcmdsram: Correct license URL and/or fix mistake in
109        copyright notice. Both of these mistakes appear to be from code
110        submitted after these changes were made previously.
111
1122007-03-11      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/bspstart.c: Remove assignments of
115        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
116        value in boot_card.c
117
1182007-03-10      Joel Sherrill <joel@OARcorp.com>
119
120        PR 1227/bsps
121        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
122        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
123
1242006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
127
1282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * configure.ac: New BUG-REPORT address.
131
1322006-11-15      Joel Sherrill <joel@OARcorp.com>
133
134        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
135        file and simplified initialization.
136
1372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Remove superfluous -DASM.
140
1412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * configure.ac: Require autoconf-2.60. Require automake-1.10.
144
1452006-09-11      Joel Sherrill <joel@OARcorp.com>
146
147        * console/console.c, startup/init5235.c: Convert C++ style comments to
148        C style.
149
1502006-06-23      Worth Burruss <worth@motioncontrol.org>
151
152        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
153        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
154        eval boards to either load and run from ram using the dBug moniter as
155        the boot deviced (Board setup as shipped from the factory), or it
156        allows the user to Boot his code from flash he loads onto the eval
157        board. The code changes between the two are based on the selected
158        linker script using a variable in the script.  The options to the
159        linker are used to override the default linker script and select
160        which options to configure at boot either from flash, or from ram:
161            -qnolinkcmds -T linkcmdsflash
162        If no options are given the standard linker sript assumes dBug was
163        used to set up the board and the user is going to load his program
164        to RAM.
165
1662006-02-08      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
169        sections required by newer gcc versions.
170
1712006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Add preinstall.am.
174
1752005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * console/console.c: Eliminate unsigned32, unsigned8.
178        * include/bsp.h: Eliminate unsigned32.
179        * startup/bspstart.c: Eliminate unsigned32.
180
1812005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
182
183        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
184        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
185        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
186        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
187        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
188
Note: See TracBrowser for help on using the repository browser.