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

4.104.115
Last change on this file since f6c6e17d was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 7.0 KB
Line 
12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
72008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
10        of building libbspstart.a, using automake-rules.
11
122008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * Makefile.am: Eliminate *_SOURCES.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
19        components.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Remove noinst_PROGRAMS (Unused).
24
252008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
28
292008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * configure.ac: Make letting boot_card() handle work area allocation
32        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
33        BSP_BOOTCARD_OPTIONS.
34
352008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * include/bsp.h: Remove unnecessary boilerplate comments.
38
392008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, startup/linkcmds: Use top level shared
42        bsp_get_work_area() implementation.
43
442008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac, startup/linkcmds: Add use of
47        bsp_get_work_area() in its own file and rely on BSP Framework to
48        perform more initialization. Remove unnecessary includes of
49        rtems/libio.h and rtems/libcsupport.h.
50        * startup/bspstart.c: Removed.
51
522008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
55        implementations. In this phase, all prototypes were removed from
56        bsp.h and empty implementations were removed and made to use the
57        shared stub.
58        * startup/bspclean.c: Removed.
59
602008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * startup/init5272.c: Add missing prototypes.
63
642008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * Makefile.am: Rework to avoid .rel files.
67
682008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * startup/bspstart.c: Refactored and renamed initialization routines to
71        rtems_initialize_data_structures, rtems_initialize_before_drivers,
72        rtems_initialize_device_drivers, and
73        rtems_initialize_start_multitasking. This opened the sequence up so
74        that bootcard() could provide a more robust and flexible framework
75        which is easier to explain and understand. This also lays the
76        groundwork for sharing the division of available memory between the
77        RTEMS workspace and heap and the C library initialization across all
78        BSPs.
79
802008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * startup/linkcmds: Add wildcard to gcc_except_table section so
83        programs compiled with gcc 4.3.x can link.
84
852007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
88        Configuration Table. Use the RTEMS provided accessor macros to obtain
89        configuration fields.
90
912007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
94        from CPU Table to Configuration Table. Eliminate CPU Table from all
95        ports. Delete references to CPU Table in all forms.
96
972007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
100        Table fields to the Configuration Table. This included
101        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
102        do_zero_of_workspace, extra_mpci_receive_server_stack,
103        stack_allocate_hook, and stack_free_hook. As a side-effect of this
104        effort some multiprocessing code was made conditional and some style
105        clean up occurred.
106
1072007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
110        m68k CPU Table since it is never read.
111
1122007-05-03      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds: Handle .data.* sections
115
1162007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * bsp_specs: Remove qrtems_debug.
119
1202007-03-12      Joel Sherrill <joel@OARcorp.com>
121
122        * console/console-io.c, include/bsp.h, start/start.S,
123        startup/bspclean.c, startup/bspstart.c, startup/init5272.c: Correct
124        license URL and/or fix mistake in copyright notice. Both of these
125        mistakes appear to be from code submitted after these changes were
126        made previously.
127
1282007-03-11      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/bspstart.c: Remove assignments of
131        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
132        value in boot_card.c
133
1342007-03-10      Joel Sherrill <joel@OARcorp.com>
135
136        PR 1227/bsps
137        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
138        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
139
1402006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * configure.ac: New BUG-REPORT address.
143
1442006-11-15      Joel Sherrill <joel@OARcorp.com>
145
146        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
147        file and simplified initialization.
148
1492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * Makefile.am: Remove superfluous -DASM.
152
1532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * configure.ac: Require autoconf-2.60. Require automake-1.10.
156
1572006-02-08      Joel Sherrill <joel@OARcorp.com>
158
159        * startup/linkcmds: Add sections required by newer gcc versions.
160
1612006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * Makefile.am: Add preinstall.am.
164
1652005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * bsp_specs: Remove %cpp.
168
1692005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * include/bsp.h: New header guard.
172
1732005-02-11      Joel Sherrill <joel@OARcorp.com>
174
175        * include/bsp.h: Correct type of symbols from linkcmds to compile with
176        gcc 4.x.
177
1782005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
181
1822005-01-04      Joel Sherrill <joel@OARcorp.com>
183
184        * console/console-io.c, startup/init5272.c: Remove warnings.
185
1862005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * Makefile.am: Remove build-variant support.
189
1902004-11-25      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
193
1942004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        * start/start.S: Reflect new header locations.
197
1982004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * include/bsp.h, network/network.c, startup/bspstart.c,
201        startup/init5272.c: Use POSIX fixed-size types.
202
2032004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
204
205        * configure.ac: Require automake > 1.9.
206
2072004-09-15      Joel Sherrill <joel@OARcorp.com>
208
209        * README, times, network/network.c, start/start.S, startup/bspclean.c,
210        startup/bspstart.c, startup/init5272.c, startup/linkcmds: Use CVS Id.
211
2122004-08-03      Jay Monkman <jtm@lopingdog.com>
213
214        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
215        times, console/.cvsignore, console/console-io.c, include/.cvsignore,
216        include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c,
217        start/.cvsignore, start/start.S, startup/.cvsignore,
218        startup/bspclean.c, startup/bspstart.c, startup/init5272.c,
219        startup/linkcmds: New files.
220
Note: See TracBrowser for help on using the repository browser.