source: rtems/c/src/lib/libbsp/m68k/av5282/ChangeLog @ c608efb

4.9
Last change on this file since c608efb was c608efb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/08/08 at 05:16:05

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

  • bsp_specs: Backport from CVS-HEAD.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12008-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Backport from CVS-HEAD.
4
52008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * timer/timer.c: Convert to "bool".
8
92008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * timer/timer.c: Eliminate empty function from every benchmark timer
12        driver. Fix spelling.
13
142008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * timer/timer.c: Rename timer driver methods to follow RTEMS
17        programming conventions.
18
192008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
20
21        * startup/bspstart.c, startup/init5282.c: Fixed warnings.
22
232008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * startup/init5282.c: Add missing prototypes.
26
272008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * console/console.c: Eliminate copies of switches to convert termios
30        Bxxx constants to xxx as an integer. Use the shared
31        termios_baud_to_number() routine to do the same conversion.
32
332008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * Makefile.am: Rework to avoid .rel files.
36
372008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * startup/bspstart.c: Refactored and renamed initialization routines to
40        rtems_initialize_data_structures, rtems_initialize_before_drivers,
41        rtems_initialize_device_drivers, and
42        rtems_initialize_start_multitasking. This opened the sequence up so
43        that bootcard() could provide a more robust and flexible framework
44        which is easier to explain and understand. This also lays the
45        groundwork for sharing the division of available memory between the
46        RTEMS workspace and heap and the C library initialization across all
47        BSPs.
48
492008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * console/console.c: Remove all references to console_reserve_resources
52        and termios_reserve_resources.
53
542008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
57        wildcard to gcc_except_table section so programs compiled with gcc
58        4.3.x can link.
59
602007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
63        Configuration Table. Use the RTEMS provided accessor macros to obtain
64        configuration fields.
65
662007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
69        Configuration Table. Eliminate CPU Table from all ports. Delete
70        references to CPU Table in all forms.
71
722007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
75        Table fields to the Configuration Table. This included
76        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
77        do_zero_of_workspace, extra_mpci_receive_server_stack,
78        stack_allocate_hook, and stack_free_hook. As a side-effect of this
79        effort some multiprocessing code was made conditional and some style
80        clean up occurred.
81
822007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * startup/bspstart.c: Fix spacing.
85
862007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
89        m68k CPU Table since it is never read.
90
912007-05-03      Joel Sherrill <joel@OARcorp.com>
92
93        * startup/linkcmds: Handle .data.* sections
94
952007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * bsp_specs: Remove qrtems_debug.
98
992007-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * bsp_specs: Remove lib: (Now supposed to be in GCC).
102
1032007-03-12      Joel Sherrill <joel@OARcorp.com>
104
105        * include/coverhd.h, start/start.S, startup/bspclean.c,
106        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
107        startup/linkcmdsram: Correct license URL and/or fix mistake in
108        copyright notice. Both of these mistakes appear to be from code
109        submitted after these changes were made previously.
110
1112007-03-11      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/bspstart.c: Remove assignments of
114        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
115        value in boot_card.c
116
1172007-03-10      Joel Sherrill <joel@OARcorp.com>
118
119        PR 1227/bsps
120        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
121        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
122
1232006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
126
1272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * configure.ac: New BUG-REPORT address.
130
1312006-11-15      Joel Sherrill <joel@OARcorp.com>
132
133        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
134        file and simplified initialization.
135
1362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Remove superfluous -DASM.
139
1402006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * configure.ac: Require autoconf-2.60. Require automake-1.10.
143
1442006-09-11      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/init5282.c: Convert C++ style comments to C style.
147
1482006-02-08      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
151        sections required by newer gcc versions.
152
1532006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * Makefile.am: Add preinstall.am.
156
1572005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
158
159        * bsp_specs: Remove %cpp.
160        * console/console.c: Eliminate obsolete types.
161
1622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * include/bsp.h: Eliminate unsigned32.
165        * network/network.c: Several minor bug fixes.
166        * startup/bspstart.c: Eliminate unsigned32.
167
1682005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
169
170        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
171        clock/clock.c, console/console.c, include/bsp.h,
172        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
173        network/network.c, start/start.S, startup/bspclean.c,
174        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
175        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
176
Note: See TracBrowser for help on using the repository browser.