source: rtems/c/src/lib/libbsp/m68k/csb360/ChangeLog @ 212f7b0

4.104.115
Last change on this file since 212f7b0 was 6651791, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 10:30:29

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
  • Property mode set to 100644
File size: 6.8 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
4        of building libbspstart.a, using automake-rules.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate *_SOURCES.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
13        components.
14
152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Remove noinst_PROGRAMS (Unused).
18
192008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
22
232008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * configure.ac: Make letting boot_card() handle work area allocation
26        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
27        BSP_BOOTCARD_OPTIONS.
28
292008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * include/bsp.h: Remove unnecessary boilerplate comments.
32
332008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, startup/linkcmds: Use top level shared
36        bsp_get_work_area() implementation.
37
382008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * Makefile.am, configure.ac, startup/linkcmds: Add use of
41        bsp_get_work_area() in its own file and rely on BSP Framework to
42        perform more initialization. Remove unnecessary includes of
43        rtems/libio.h and rtems/libcsupport.h.
44        * startup/bspstart.c: Removed.
45
462008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
49        implementations. In this phase, all prototypes were removed from
50        bsp.h and empty implementations were removed and made to use the
51        shared stub.
52        * startup/bspclean.c: Removed.
53
542008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * startup/init5272.c: Add missing prototypes.
57
582008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * Makefile.am: Rework to avoid .rel files.
61
622008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * startup/bspstart.c: Refactored and renamed initialization routines to
65        rtems_initialize_data_structures, rtems_initialize_before_drivers,
66        rtems_initialize_device_drivers, and
67        rtems_initialize_start_multitasking. This opened the sequence up so
68        that bootcard() could provide a more robust and flexible framework
69        which is easier to explain and understand. This also lays the
70        groundwork for sharing the division of available memory between the
71        RTEMS workspace and heap and the C library initialization across all
72        BSPs.
73
742008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * startup/linkcmds: Add wildcard to gcc_except_table section so
77        programs compiled with gcc 4.3.x can link.
78
792007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
82        Configuration Table. Use the RTEMS provided accessor macros to obtain
83        configuration fields.
84
852007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
88        from CPU Table to Configuration Table. Eliminate CPU Table from all
89        ports. Delete references to CPU Table in all forms.
90
912007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
94        Table fields to the Configuration Table. This included
95        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
96        do_zero_of_workspace, extra_mpci_receive_server_stack,
97        stack_allocate_hook, and stack_free_hook. As a side-effect of this
98        effort some multiprocessing code was made conditional and some style
99        clean up occurred.
100
1012007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
104        m68k CPU Table since it is never read.
105
1062007-05-03      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/linkcmds: Handle .data.* sections
109
1102007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * bsp_specs: Remove qrtems_debug.
113
1142007-03-12      Joel Sherrill <joel@OARcorp.com>
115
116        * console/console-io.c, include/bsp.h, start/start.S,
117        startup/bspclean.c, startup/bspstart.c, startup/init5272.c: Correct
118        license URL and/or fix mistake in copyright notice. Both of these
119        mistakes appear to be from code submitted after these changes were
120        made previously.
121
1222007-03-11      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/bspstart.c: Remove assignments of
125        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
126        value in boot_card.c
127
1282007-03-10      Joel Sherrill <joel@OARcorp.com>
129
130        PR 1227/bsps
131        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
132        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
133
1342006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * configure.ac: New BUG-REPORT address.
137
1382006-11-15      Joel Sherrill <joel@OARcorp.com>
139
140        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
141        file and simplified initialization.
142
1432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * Makefile.am: Remove superfluous -DASM.
146
1472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * configure.ac: Require autoconf-2.60. Require automake-1.10.
150
1512006-02-08      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/linkcmds: Add sections required by newer gcc versions.
154
1552006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * Makefile.am: Add preinstall.am.
158
1592005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * bsp_specs: Remove %cpp.
162
1632005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * include/bsp.h: New header guard.
166
1672005-02-11      Joel Sherrill <joel@OARcorp.com>
168
169        * include/bsp.h: Correct type of symbols from linkcmds to compile with
170        gcc 4.x.
171
1722005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
175
1762005-01-04      Joel Sherrill <joel@OARcorp.com>
177
178        * console/console-io.c, startup/init5272.c: Remove warnings.
179
1802005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * Makefile.am: Remove build-variant support.
183
1842004-11-25      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
187
1882004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
189
190        * start/start.S: Reflect new header locations.
191
1922004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
193
194        * include/bsp.h, network/network.c, startup/bspstart.c,
195        startup/init5272.c: Use POSIX fixed-size types.
196
1972004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        * configure.ac: Require automake > 1.9.
200
2012004-09-15      Joel Sherrill <joel@OARcorp.com>
202
203        * README, times, network/network.c, start/start.S, startup/bspclean.c,
204        startup/bspstart.c, startup/init5272.c, startup/linkcmds: Use CVS Id.
205
2062004-08-03      Jay Monkman <jtm@lopingdog.com>
207
208        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
209        times, console/.cvsignore, console/console-io.c, include/.cvsignore,
210        include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c,
211        start/.cvsignore, start/start.S, startup/.cvsignore,
212        startup/bspclean.c, startup/bspstart.c, startup/init5272.c,
213        startup/linkcmds: New files.
214
Note: See TracBrowser for help on using the repository browser.