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

4.104.115
Last change on this file since b1ded240 was b1ded240, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 19:03:28

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

  • Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
  • Property mode set to 100644
File size: 6.2 KB
Line 
12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
4        startup/linkcmdsflash, startup/linkcmdsram: Add use of
5        bsp_get_work_area() in its own file and rely on BSP Framework to
6        perform more initialization. Remove unnecessary includes of
7        rtems/libio.h and rtems/libcsupport.h.
8
92008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
12        phase, all prototypes were removed from bsp.h and empty
13        implementations were removed and made to use the shared stub.
14
152008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * timer/timer.c: Convert to "bool".
18
192008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * timer/timer.c: Eliminate empty function from every benchmark timer
22        driver. Fix spelling.
23
242008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * timer/timer.c: Rename timer driver methods to follow RTEMS
27        programming conventions.
28
292008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
30
31        * startup/bspstart.c, startup/init5282.c: Fixed warnings.
32
332008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * startup/init5282.c: Add missing prototypes.
36
372008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * console/console.c: Eliminate copies of switches to convert termios
40        Bxxx constants to xxx as an integer. Use the shared
41        termios_baud_to_number() routine to do the same conversion.
42
432008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * Makefile.am: Rework to avoid .rel files.
46
472008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * startup/bspstart.c: Refactored and renamed initialization routines to
50        rtems_initialize_data_structures, rtems_initialize_before_drivers,
51        rtems_initialize_device_drivers, and
52        rtems_initialize_start_multitasking. This opened the sequence up so
53        that bootcard() could provide a more robust and flexible framework
54        which is easier to explain and understand. This also lays the
55        groundwork for sharing the division of available memory between the
56        RTEMS workspace and heap and the C library initialization across all
57        BSPs.
58
592008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * console/console.c: Remove all references to console_reserve_resources
62        and termios_reserve_resources.
63
642008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
67        wildcard to gcc_except_table section so programs compiled with gcc
68        4.3.x can link.
69
702007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
73        Configuration Table. Use the RTEMS provided accessor macros to obtain
74        configuration fields.
75
762007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
79        Configuration Table. Eliminate CPU Table from all ports. Delete
80        references to CPU Table in all forms.
81
822007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
85        Table fields to the Configuration Table. This included
86        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
87        do_zero_of_workspace, extra_mpci_receive_server_stack,
88        stack_allocate_hook, and stack_free_hook. As a side-effect of this
89        effort some multiprocessing code was made conditional and some style
90        clean up occurred.
91
922007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * startup/bspstart.c: Fix spacing.
95
962007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
99        m68k CPU Table since it is never read.
100
1012007-05-03      Joel Sherrill <joel@OARcorp.com>
102
103        * startup/linkcmds: Handle .data.* sections
104
1052007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * bsp_specs: Remove qrtems_debug.
108
1092007-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * bsp_specs: Remove lib: (Now supposed to be in GCC).
112
1132007-03-12      Joel Sherrill <joel@OARcorp.com>
114
115        * include/coverhd.h, start/start.S, startup/bspclean.c,
116        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
117        startup/linkcmdsram: Correct license URL and/or fix mistake in
118        copyright notice. Both of these mistakes appear to be from code
119        submitted after these changes were made previously.
120
1212007-03-11      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/bspstart.c: Remove assignments of
124        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
125        value in boot_card.c
126
1272007-03-10      Joel Sherrill <joel@OARcorp.com>
128
129        PR 1227/bsps
130        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
131        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
132
1332006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
136
1372006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * configure.ac: New BUG-REPORT address.
140
1412006-11-15      Joel Sherrill <joel@OARcorp.com>
142
143        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
144        file and simplified initialization.
145
1462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * Makefile.am: Remove superfluous -DASM.
149
1502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * configure.ac: Require autoconf-2.60. Require automake-1.10.
153
1542006-09-11      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/init5282.c: Convert C++ style comments to C style.
157
1582006-02-08      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
161        sections required by newer gcc versions.
162
1632006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * Makefile.am: Add preinstall.am.
166
1672005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * bsp_specs: Remove %cpp.
170        * console/console.c: Eliminate obsolete types.
171
1722005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * include/bsp.h: Eliminate unsigned32.
175        * network/network.c: Several minor bug fixes.
176        * startup/bspstart.c: Eliminate unsigned32.
177
1782005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
179
180        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
181        clock/clock.c, console/console.c, include/bsp.h,
182        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
183        network/network.c, start/start.S, startup/bspclean.c,
184        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
185        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
186
Note: See TracBrowser for help on using the repository browser.