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

4.104.114.95
Last change on this file since b7ad0ed was b7ad0ed, checked in by Chris Johns <chrisj@…>, on 06/11/08 at 08:03:50

2008-06-10 Matthew Riek <matthew.riek@…>

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