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

4.104.115
Last change on this file since ccceaf3 was ccceaf3, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 17:42:45

2008-09-18 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h: Remove unnecessary boilerplate comments.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Remove unnecessary boilerplate comments.
4
52008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am, startup/linkcmds, startup/linkcmdsflash,
8        startup/linkcmdsram: Use top level shared bsp_get_work_area()
9        implementation.
10
112008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
14        startup/linkcmdsflash, startup/linkcmdsram: Add use of
15        bsp_get_work_area() in its own file and rely on BSP Framework to
16        perform more initialization. Remove unnecessary includes of
17        rtems/libio.h and rtems/libcsupport.h.
18
192008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
22        phase, all prototypes were removed from bsp.h and empty
23        implementations were removed and made to use the shared stub.
24
252008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * timer/timer.c: Convert to "bool".
28
292008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * timer/timer.c: Eliminate empty function from every benchmark timer
32        driver. Fix spelling.
33
342008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * timer/timer.c: Rename timer driver methods to follow RTEMS
37        programming conventions.
38
392008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
40
41        * startup/bspstart.c, startup/init5282.c: Fixed warnings.
42
432008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * startup/init5282.c: Add missing prototypes.
46
472008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * console/console.c: Eliminate copies of switches to convert termios
50        Bxxx constants to xxx as an integer. Use the shared
51        termios_baud_to_number() routine to do the same conversion.
52
532008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * Makefile.am: Rework to avoid .rel files.
56
572008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * startup/bspstart.c: Refactored and renamed initialization routines to
60        rtems_initialize_data_structures, rtems_initialize_before_drivers,
61        rtems_initialize_device_drivers, and
62        rtems_initialize_start_multitasking. This opened the sequence up so
63        that bootcard() could provide a more robust and flexible framework
64        which is easier to explain and understand. This also lays the
65        groundwork for sharing the division of available memory between the
66        RTEMS workspace and heap and the C library initialization across all
67        BSPs.
68
692008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * console/console.c: Remove all references to console_reserve_resources
72        and termios_reserve_resources.
73
742008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
77        wildcard to gcc_except_table section so programs compiled with gcc
78        4.3.x can link.
79
802007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
83        Configuration Table. Use the RTEMS provided accessor macros to obtain
84        configuration fields.
85
862007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
89        Configuration Table. Eliminate CPU Table from all ports. Delete
90        references to CPU Table in all forms.
91
922007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
95        Table fields to the Configuration Table. This included
96        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
97        do_zero_of_workspace, extra_mpci_receive_server_stack,
98        stack_allocate_hook, and stack_free_hook. As a side-effect of this
99        effort some multiprocessing code was made conditional and some style
100        clean up occurred.
101
1022007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * startup/bspstart.c: Fix spacing.
105
1062007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
109        m68k CPU Table since it is never read.
110
1112007-05-03      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds: Handle .data.* sections
114
1152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * bsp_specs: Remove qrtems_debug.
118
1192007-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * bsp_specs: Remove lib: (Now supposed to be in GCC).
122
1232007-03-12      Joel Sherrill <joel@OARcorp.com>
124
125        * include/coverhd.h, start/start.S, startup/bspclean.c,
126        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
127        startup/linkcmdsram: Correct license URL and/or fix mistake in
128        copyright notice. Both of these mistakes appear to be from code
129        submitted after these changes were made previously.
130
1312007-03-11      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/bspstart.c: Remove assignments of
134        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
135        value in boot_card.c
136
1372007-03-10      Joel Sherrill <joel@OARcorp.com>
138
139        PR 1227/bsps
140        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
141        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
142
1432006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
146
1472006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * configure.ac: New BUG-REPORT address.
150
1512006-11-15      Joel Sherrill <joel@OARcorp.com>
152
153        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
154        file and simplified initialization.
155
1562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * Makefile.am: Remove superfluous -DASM.
159
1602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * configure.ac: Require autoconf-2.60. Require automake-1.10.
163
1642006-09-11      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/init5282.c: Convert C++ style comments to C style.
167
1682006-02-08      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
171        sections required by newer gcc versions.
172
1732006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * Makefile.am: Add preinstall.am.
176
1772005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
178
179        * bsp_specs: Remove %cpp.
180        * console/console.c: Eliminate obsolete types.
181
1822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * include/bsp.h: Eliminate unsigned32.
185        * network/network.c: Several minor bug fixes.
186        * startup/bspstart.c: Eliminate unsigned32.
187
1882005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
189
190        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
191        clock/clock.c, console/console.c, include/bsp.h,
192        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
193        network/network.c, start/start.S, startup/bspclean.c,
194        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
195        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
196
Note: See TracBrowser for help on using the repository browser.