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

4.104.115
Last change on this file since 4ba8866 was 4ba8866, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:27:11

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

  • Makefile.am: Remove noinst_PROGRAMS (Unused).
  • Property mode set to 100644
File size: 6.4 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove noinst_PROGRAMS (Unused).
4
52008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
8
92008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * configure.ac: Make letting boot_card() handle work area allocation
12        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
13        BSP_BOOTCARD_OPTIONS.
14
152008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * include/bsp.h: Remove unnecessary boilerplate comments.
18
192008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * Makefile.am, startup/linkcmds: Use top level shared
22        bsp_get_work_area() implementation.
23
242008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * Makefile.am, configure.ac, startup/linkcmds: Add use of
27        bsp_get_work_area() in its own file and rely on BSP Framework to
28        perform more initialization. Remove unnecessary includes of
29        rtems/libio.h and rtems/libcsupport.h.
30        * startup/bspstart.c: Removed.
31
322008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
35        implementations. In this phase, all prototypes were removed from
36        bsp.h and empty implementations were removed and made to use the
37        shared stub.
38        * startup/bspclean.c: Removed.
39
402008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * startup/init5272.c: Add missing prototypes.
43
442008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * Makefile.am: Rework to avoid .rel files.
47
482008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * startup/bspstart.c: Refactored and renamed initialization routines to
51        rtems_initialize_data_structures, rtems_initialize_before_drivers,
52        rtems_initialize_device_drivers, and
53        rtems_initialize_start_multitasking. This opened the sequence up so
54        that bootcard() could provide a more robust and flexible framework
55        which is easier to explain and understand. This also lays the
56        groundwork for sharing the division of available memory between the
57        RTEMS workspace and heap and the C library initialization across all
58        BSPs.
59
602008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * startup/linkcmds: Add wildcard to gcc_except_table section so
63        programs compiled with gcc 4.3.x can link.
64
652007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
68        Configuration Table. Use the RTEMS provided accessor macros to obtain
69        configuration fields.
70
712007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
74        from CPU Table to Configuration Table. Eliminate CPU Table from all
75        ports. Delete references to CPU Table in all forms.
76
772007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
80        Table fields to the Configuration Table. This included
81        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
82        do_zero_of_workspace, extra_mpci_receive_server_stack,
83        stack_allocate_hook, and stack_free_hook. As a side-effect of this
84        effort some multiprocessing code was made conditional and some style
85        clean up occurred.
86
872007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
90        m68k CPU Table since it is never read.
91
922007-05-03      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/linkcmds: Handle .data.* sections
95
962007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * bsp_specs: Remove qrtems_debug.
99
1002007-03-12      Joel Sherrill <joel@OARcorp.com>
101
102        * console/console-io.c, include/bsp.h, start/start.S,
103        startup/bspclean.c, startup/bspstart.c, startup/init5272.c: Correct
104        license URL and/or fix mistake in copyright notice. Both of these
105        mistakes appear to be from code submitted after these changes were
106        made previously.
107
1082007-03-11      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/bspstart.c: Remove assignments of
111        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
112        value in boot_card.c
113
1142007-03-10      Joel Sherrill <joel@OARcorp.com>
115
116        PR 1227/bsps
117        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
118        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
119
1202006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * configure.ac: New BUG-REPORT address.
123
1242006-11-15      Joel Sherrill <joel@OARcorp.com>
125
126        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
127        file and simplified initialization.
128
1292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * Makefile.am: Remove superfluous -DASM.
132
1332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * configure.ac: Require autoconf-2.60. Require automake-1.10.
136
1372006-02-08      Joel Sherrill <joel@OARcorp.com>
138
139        * startup/linkcmds: Add sections required by newer gcc versions.
140
1412006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * Makefile.am: Add preinstall.am.
144
1452005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * bsp_specs: Remove %cpp.
148
1492005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * include/bsp.h: New header guard.
152
1532005-02-11      Joel Sherrill <joel@OARcorp.com>
154
155        * include/bsp.h: Correct type of symbols from linkcmds to compile with
156        gcc 4.x.
157
1582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
161
1622005-01-04      Joel Sherrill <joel@OARcorp.com>
163
164        * console/console-io.c, startup/init5272.c: Remove warnings.
165
1662005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * Makefile.am: Remove build-variant support.
169
1702004-11-25      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
173
1742004-10-27      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * start/start.S: Reflect new header locations.
177
1782004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        * include/bsp.h, network/network.c, startup/bspstart.c,
181        startup/init5272.c: Use POSIX fixed-size types.
182
1832004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        * configure.ac: Require automake > 1.9.
186
1872004-09-15      Joel Sherrill <joel@OARcorp.com>
188
189        * README, times, network/network.c, start/start.S, startup/bspclean.c,
190        startup/bspstart.c, startup/init5272.c, startup/linkcmds: Use CVS Id.
191
1922004-08-03      Jay Monkman <jtm@lopingdog.com>
193
194        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
195        times, console/.cvsignore, console/console-io.c, include/.cvsignore,
196        include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c,
197        start/.cvsignore, start/start.S, startup/.cvsignore,
198        startup/bspclean.c, startup/bspstart.c, startup/init5272.c,
199        startup/linkcmds: New files.
200
Note: See TracBrowser for help on using the repository browser.