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

4.104.114.95
Last change on this file since b79c595 was b79c595, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/19/08 at 11:25:13

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

  • startup/init5235.c: Add missing prototypes.
  • Property mode set to 100644
File size: 6.7 KB
RevLine 
[b79c595]12008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * startup/init5235.c: Add missing prototypes.
4
[88fe62b]52008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
6
7        * startup/bspstart.c: Do not disable interrupts twice.
8
[b7ad0ed]92008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
10
11        * Makefile.am: Add shared/m68kbspgetworkarea.c to sources.
12        * configure.ac: Add RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
13        * include/bsp.h: Add include bspopts.h.
14        * start/start.S: Formatting changes.
15        * startup/bspstart.c: Updated to use the shared BSP support.
16
[288f1c33]172008-05-29      Chris Johns <chrisj@rtems.org>
18
19        * include/bsp.h: FEC unit numbers based on 0 not 1. Change the
20        interface name to fec0.
21
[6825d06]222008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * console/console.c: Eliminate copies of switches to convert termios
25        Bxxx constants to xxx as an integer. Use the shared
26        termios_baud_to_number() routine to do the same conversion.
27
[1d0ee80e]282008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * Makefile.am: Rework to avoid .rel files.
31
[6ea100c1]322008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * startup/bspstart.c: Refactored and renamed initialization routines to
35        rtems_initialize_data_structures, rtems_initialize_before_drivers,
36        rtems_initialize_device_drivers, and
37        rtems_initialize_start_multitasking. This opened the sequence up so
38        that bootcard() could provide a more robust and flexible framework
39        which is easier to explain and understand. This also lays the
40        groundwork for sharing the division of available memory between the
41        RTEMS workspace and heap and the C library initialization across all
42        BSPs.
43
[3e9f7f66]442008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * console/console.c: Remove all references to console_reserve_resources
47        and termios_reserve_resources.
48
[33aa635]492008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
52        wildcard to gcc_except_table section so programs compiled with gcc
53        4.3.x can link.
54
[e85eb70]552007-12-14      Chris Johns <chrisj@rtems.org>
56
57        * gdb-init: Make the first hb temporary.
58        * network/network.c: Add support for reading the MAC address from
59        the FEC if set by the boot monitor. dBug does not do this unless
60        the network is used which is a shame.
61
[2199d74]622007-12-14      Chris Johns <chrisj@rtems.org>
63
64        * gdb-init: Add the show-exception.
65
[4130d8e2]662007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
69        Configuration Table. Use the RTEMS provided accessor macros to obtain
70        configuration fields.
71
[cafa2c5]722007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
75        Configuration Table. Eliminate CPU Table from all ports. Delete
76        references to CPU Table in all forms.
77
[558bc25]782007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
81        Table fields to the Configuration Table. This included
82        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
83        do_zero_of_workspace, extra_mpci_receive_server_stack,
84        stack_allocate_hook, and stack_free_hook. As a side-effect of this
85        effort some multiprocessing code was made conditional and some style
86        clean up occurred.
87
[7ace382]882007-12-03      Chris Johns <chrisj@rtems.org>
89
90        * console/console.c: Set the baud rate for stdin to 19200 when
91        opening the console. This is the default rate for the dbug
92        monitor.
93        * gdb-init: New.
94
[1693c131]952007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
98        m68k CPU Table since it is never read.
99
[1144653]1002007-05-03      Joel Sherrill <joel@OARcorp.com>
101
102        * startup/linkcmds: Handle .data.* sections
103
[71c4d68]1042007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * bsp_specs: Remove qrtems_debug.
107
[a474e3c]1082007-03-12      Joel Sherrill <joel@OARcorp.com>
109
110        * include/coverhd.h, start/start.S, startup/bspclean.c,
111        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
112        startup/linkcmdsram: Correct license URL and/or fix mistake in
113        copyright notice. Both of these mistakes appear to be from code
114        submitted after these changes were made previously.
115
[3f0cfc56]1162007-03-11      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/bspstart.c: Remove assignments of
119        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
120        value in boot_card.c
121
[5d3d6d1a]1222007-03-10      Joel Sherrill <joel@OARcorp.com>
123
124        PR 1227/bsps
125        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
126        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
127
[20777a5e]1282006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
131
[fcb0cd46]1322006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * configure.ac: New BUG-REPORT address.
135
[aa4369c]1362006-11-15      Joel Sherrill <joel@OARcorp.com>
137
138        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
139        file and simplified initialization.
140
[57357d9]1412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * Makefile.am: Remove superfluous -DASM.
144
[754610f]1452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * configure.ac: Require autoconf-2.60. Require automake-1.10.
148
[1883c87]1492006-09-11      Joel Sherrill <joel@OARcorp.com>
150
151        * console/console.c, startup/init5235.c: Convert C++ style comments to
152        C style.
153
[504c5ca]1542006-06-23      Worth Burruss <worth@motioncontrol.org>
155
156        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
157        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
158        eval boards to either load and run from ram using the dBug moniter as
159        the boot deviced (Board setup as shipped from the factory), or it
160        allows the user to Boot his code from flash he loads onto the eval
161        board. The code changes between the two are based on the selected
162        linker script using a variable in the script.  The options to the
163        linker are used to override the default linker script and select
164        which options to configure at boot either from flash, or from ram:
165            -qnolinkcmds -T linkcmdsflash
166        If no options are given the standard linker sript assumes dBug was
167        used to set up the board and the user is going to load his program
168        to RAM.
169
[cdb3ff9]1702006-02-08      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
173        sections required by newer gcc versions.
174
[760486f7]1752006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * Makefile.am: Add preinstall.am.
178
[cb98129]1792005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * console/console.c: Eliminate unsigned32, unsigned8.
182        * include/bsp.h: Eliminate unsigned32.
183        * startup/bspstart.c: Eliminate unsigned32.
184
[1612af0]1852005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
186
187        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
188        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
189        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
190        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
191        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
192
Note: See TracBrowser for help on using the repository browser.