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

4.104.114.95
Last change on this file since 288b1f9 was 6825d06, checked in by Joel Sherrill <joel.sherrill@…>, on 05/23/08 at 15:48:38

2008-05-23 Joel Sherrill <joel.sherrill@…>

  • console/console.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * console/console.c: Eliminate copies of switches to convert termios
4        Bxxx constants to xxx as an integer. Use the shared
5        termios_baud_to_number() routine to do the same conversion.
6
72008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am: Rework to avoid .rel files.
10
112008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * startup/bspstart.c: Refactored and renamed initialization routines to
14        rtems_initialize_data_structures, rtems_initialize_before_drivers,
15        rtems_initialize_device_drivers, and
16        rtems_initialize_start_multitasking. This opened the sequence up so
17        that bootcard() could provide a more robust and flexible framework
18        which is easier to explain and understand. This also lays the
19        groundwork for sharing the division of available memory between the
20        RTEMS workspace and heap and the C library initialization across all
21        BSPs.
22
232008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * console/console.c: Remove all references to console_reserve_resources
26        and termios_reserve_resources.
27
282008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
31        wildcard to gcc_except_table section so programs compiled with gcc
32        4.3.x can link.
33
342007-12-14      Chris Johns <chrisj@rtems.org>
35
36        * gdb-init: Make the first hb temporary.
37        * network/network.c: Add support for reading the MAC address from
38        the FEC if set by the boot monitor. dBug does not do this unless
39        the network is used which is a shame.
40
412007-12-14      Chris Johns <chrisj@rtems.org>
42
43        * gdb-init: Add the show-exception.
44
452007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
48        Configuration Table. Use the RTEMS provided accessor macros to obtain
49        configuration fields.
50
512007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
54        Configuration Table. Eliminate CPU Table from all ports. Delete
55        references to CPU Table in all forms.
56
572007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
60        Table fields to the Configuration Table. This included
61        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
62        do_zero_of_workspace, extra_mpci_receive_server_stack,
63        stack_allocate_hook, and stack_free_hook. As a side-effect of this
64        effort some multiprocessing code was made conditional and some style
65        clean up occurred.
66
672007-12-03      Chris Johns <chrisj@rtems.org>
68
69        * console/console.c: Set the baud rate for stdin to 19200 when
70        opening the console. This is the default rate for the dbug
71        monitor.
72        * gdb-init: New.
73
742007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
77        m68k CPU Table since it is never read.
78
792007-05-03      Joel Sherrill <joel@OARcorp.com>
80
81        * startup/linkcmds: Handle .data.* sections
82
832007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * bsp_specs: Remove qrtems_debug.
86
872007-03-12      Joel Sherrill <joel@OARcorp.com>
88
89        * include/coverhd.h, start/start.S, startup/bspclean.c,
90        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
91        startup/linkcmdsram: Correct license URL and/or fix mistake in
92        copyright notice. Both of these mistakes appear to be from code
93        submitted after these changes were made previously.
94
952007-03-11      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/bspstart.c: Remove assignments of
98        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
99        value in boot_card.c
100
1012007-03-10      Joel Sherrill <joel@OARcorp.com>
102
103        PR 1227/bsps
104        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
105        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
106
1072006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
110
1112006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * configure.ac: New BUG-REPORT address.
114
1152006-11-15      Joel Sherrill <joel@OARcorp.com>
116
117        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
118        file and simplified initialization.
119
1202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Remove superfluous -DASM.
123
1242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * configure.ac: Require autoconf-2.60. Require automake-1.10.
127
1282006-09-11      Joel Sherrill <joel@OARcorp.com>
129
130        * console/console.c, startup/init5235.c: Convert C++ style comments to
131        C style.
132
1332006-06-23      Worth Burruss <worth@motioncontrol.org>
134
135        * Makefile.am, README, startup/init5235.c, startup/linkcmds,
136        startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235
137        eval boards to either load and run from ram using the dBug moniter as
138        the boot deviced (Board setup as shipped from the factory), or it
139        allows the user to Boot his code from flash he loads onto the eval
140        board. The code changes between the two are based on the selected
141        linker script using a variable in the script.  The options to the
142        linker are used to override the default linker script and select
143        which options to configure at boot either from flash, or from ram:
144            -qnolinkcmds -T linkcmdsflash
145        If no options are given the standard linker sript assumes dBug was
146        used to set up the board and the user is going to load his program
147        to RAM.
148
1492006-02-08      Joel Sherrill <joel@OARcorp.com>
150
151        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
152        sections required by newer gcc versions.
153
1542006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * Makefile.am: Add preinstall.am.
157
1582005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * console/console.c: Eliminate unsigned32, unsigned8.
161        * include/bsp.h: Eliminate unsigned32.
162        * startup/bspstart.c: Eliminate unsigned32.
163
1642005-06-17      Mike Bertosh <mbertosh@motioncontrol.org>
165
166        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
167        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
168        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
169        startup/bspstart.c, startup/init5235.c, startup/linkcmds,
170        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
171
Note: See TracBrowser for help on using the repository browser.