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

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

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

  • Makefile.am: Eliminate *_SOURCES.
  • Property mode set to 100644
File size: 6.6 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate *_SOURCES.
4
52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
8        components.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove noinst_PROGRAMS (Unused).
13
142008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
17
182008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * configure.ac: Make letting boot_card() handle work area allocation
21        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
22        BSP_BOOTCARD_OPTIONS.
23
242008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * include/bsp.h: Remove unnecessary boilerplate comments.
27
282008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * Makefile.am, startup/linkcmds: Use top level shared
31        bsp_get_work_area() implementation.
32
332008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, configure.ac, startup/linkcmds: Add use of
36        bsp_get_work_area() in its own file and rely on BSP Framework to
37        perform more initialization. Remove unnecessary includes of
38        rtems/libio.h and rtems/libcsupport.h.
39        * startup/bspstart.c: Removed.
40
412008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
44        implementations. In this phase, all prototypes were removed from
45        bsp.h and empty implementations were removed and made to use the
46        shared stub.
47        * startup/bspclean.c: Removed.
48
492008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * startup/init5272.c: Add missing prototypes.
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-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * startup/linkcmds: Add wildcard to gcc_except_table section so
72        programs compiled with gcc 4.3.x can link.
73
742007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
77        Configuration Table. Use the RTEMS provided accessor macros to obtain
78        configuration fields.
79
802007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
83        from CPU Table to Configuration Table. Eliminate CPU Table from all
84        ports. Delete references to CPU Table in all forms.
85
862007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
89        Table fields to the Configuration Table. This included
90        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
91        do_zero_of_workspace, extra_mpci_receive_server_stack,
92        stack_allocate_hook, and stack_free_hook. As a side-effect of this
93        effort some multiprocessing code was made conditional and some style
94        clean up occurred.
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-03-12      Joel Sherrill <joel@OARcorp.com>
110
111        * console/console-io.c, include/bsp.h, start/start.S,
112        startup/bspclean.c, startup/bspstart.c, startup/init5272.c: Correct
113        license URL and/or fix mistake in copyright notice. Both of these
114        mistakes appear to be from code submitted after these changes were
115        made previously.
116
1172007-03-11      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/bspstart.c: Remove assignments of
120        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
121        value in boot_card.c
122
1232007-03-10      Joel Sherrill <joel@OARcorp.com>
124
125        PR 1227/bsps
126        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
127        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
128
1292006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * configure.ac: New BUG-REPORT address.
132
1332006-11-15      Joel Sherrill <joel@OARcorp.com>
134
135        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
136        file and simplified initialization.
137
1382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * Makefile.am: Remove superfluous -DASM.
141
1422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * configure.ac: Require autoconf-2.60. Require automake-1.10.
145
1462006-02-08      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Add sections required by newer gcc versions.
149
1502006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * Makefile.am: Add preinstall.am.
153
1542005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * bsp_specs: Remove %cpp.
157
1582005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * include/bsp.h: New header guard.
161
1622005-02-11      Joel Sherrill <joel@OARcorp.com>
163
164        * include/bsp.h: Correct type of symbols from linkcmds to compile with
165        gcc 4.x.
166
1672005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
170
1712005-01-04      Joel Sherrill <joel@OARcorp.com>
172
173        * console/console-io.c, startup/init5272.c: Remove warnings.
174
1752005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * Makefile.am: Remove build-variant support.
178
1792004-11-25      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
182
1832004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        * start/start.S: Reflect new header locations.
186
1872004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        * include/bsp.h, network/network.c, startup/bspstart.c,
190        startup/init5272.c: Use POSIX fixed-size types.
191
1922004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
193
194        * configure.ac: Require automake > 1.9.
195
1962004-09-15      Joel Sherrill <joel@OARcorp.com>
197
198        * README, times, network/network.c, start/start.S, startup/bspclean.c,
199        startup/bspstart.c, startup/init5272.c, startup/linkcmds: Use CVS Id.
200
2012004-08-03      Jay Monkman <jtm@lopingdog.com>
202
203        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
204        times, console/.cvsignore, console/console-io.c, include/.cvsignore,
205        include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c,
206        start/.cvsignore, start/start.S, startup/.cvsignore,
207        startup/bspclean.c, startup/bspstart.c, startup/init5272.c,
208        startup/linkcmds: New files.
209
Note: See TracBrowser for help on using the repository browser.