source: rtems/c/src/lib/libbsp/arm/csb336/ChangeLog @ 9957dbf

4.104.115
Last change on this file since 9957dbf was 9957dbf, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:39:40

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared tm27.h stub.
  • include/tm27.h: Removed.
  • Property mode set to 100644
File size: 8.4 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared tm27.h stub.
4        * include/tm27.h: Removed.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
9        of building libbspstart.a, using automake-rules.
10
112008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Eliminate *_SOURCES.
14
152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
18        components.
19
202008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
23
242008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * configure.ac: Make letting boot_card() handle work area allocation
27        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
28        BSP_BOOTCARD_OPTIONS.
29
302008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * startup/bspclean.c: Removed.
33
342008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * Makefile.am, configure.ac, console/uart.c, startup/bspclean.c,
37        startup/bspstart.c: Use standardized bsp_cleanup() which can
38        optionally print a message, poll for user to press key, and call
39        bsp_reset(). Using this eliminates the various bsp_cleanup()
40        implementations which had their own implementation and variety of
41        string constants.
42        * startup/bspreset.c: New file.
43
442008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, startup/linkcmds: Use top level shared
47        bsp_get_work_area() implementation.
48
492008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * startup/bspstart.c: Remove unnecessary includes of
52        rtems/libcsupport.h and rtems/libio.h.
53
542008-09-12      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, configure.ac, startup/bspstart.c: Split out
57        bsp_get_work_area() into its own file and user BSP Framework to
58        perform more initialization. Let edb7312 and csb336 shared the
59        implementation.
60
612008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
64        routine.
65        * startup/bspclean.c: New file.
66        * startup/exit.c: Removed.
67
682008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * startup/exit.c: Add missing prototypes.
71
722008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * Makefile.am: Rework to avoid .rel files.
75
762008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * startup/bspstart.c: Refactored and renamed initialization routines to
79        rtems_initialize_data_structures, rtems_initialize_before_drivers,
80        rtems_initialize_device_drivers, and
81        rtems_initialize_start_multitasking. This opened the sequence up so
82        that bootcard() could provide a more robust and flexible framework
83        which is easier to explain and understand. This also lays the
84        groundwork for sharing the division of available memory between the
85        RTEMS workspace and heap and the C library initialization across all
86        BSPs.
87
882008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * startup/linkcmds: Add wildcard to gcc_except_table section so
91        programs compiled with gcc 4.3.x can link.
92
932007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
96        Configuration Table. Use the RTEMS provided accessor macros to obtain
97        configuration fields.
98
992007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
102        from CPU Table to Configuration Table. Eliminate CPU Table from all
103        ports. Delete references to CPU Table in all forms.
104
1052007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
108        Table fields to the Configuration Table. This included
109        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
110        do_zero_of_workspace, extra_mpci_receive_server_stack,
111        stack_allocate_hook, and stack_free_hook. As a side-effect of this
112        effort some multiprocessing code was made conditional and some style
113        clean up occurred.
114
1152007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        PR 1257/bsps
118        * network/lan91c11x.c: Code outside of cpukit should use the public
119        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
120        the public API and directly accessing _CPU_ISR_Disable and
121        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
122        directive which could lead to problems. This patch also changes the
123        type of the variable passed into these routines and addresses minor
124        style issues.
125
1262007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
129        since it was used to configure a no longer used feature. Device names
130        are now part of the filesystem not in a table.
131
1322007-05-15      Ray Xu <rayx@gmail.com>
133
134        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
135        not in score/cpu.
136
1372007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * bsp_specs: Remove qrtems_debug.
140
1412007-03-12      Joel Sherrill <joel@OARcorp.com>
142
143        * include/bsp.h, network/lan91c11x.c, network/lan91c11x.h,
144        network/network.c, start/start.S, startup/bspstart.c, startup/exit.c,
145        startup/linkcmds, startup/memmap.c: Correct license URL and/or fix
146        mistake in copyright notice. Both of these mistakes appear to be from
147        code submitted after these changes were made previously.
148
1492007-03-11      Joel Sherrill <joel@OARcorp.com>
150
151        * startup/bspstart.c: Remove assignments of
152        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
153        value in boot_card.c
154
1552006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * network/network.c (mc9328mxl_enet_ioctl): Use ioctl_command_t.
158
1592006-11-15      Joel Sherrill <joel@OARcorp.com>
160
161        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
162        file and simplified initialization.
163
1642006-11-01      Joel Sherrill <joel@OARcorp.com>
165
166        * bsp_specs: Fix typo.
167
1682006-10-30      Joel Sherrill <joel@OARcorp.com>
169
170        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
171
1722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * Makefile.am: Remove superfluous -DASM.
175
1762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * configure.ac: Require autoconf-2.60. Require automake-1.10.
179
1802006-06-02      Jay Monkman <jtm@lopingdog.com>
181
182        * startup/linkcmds: Removed unnecessary global definition of
183        bsp_vector_table.
184
1852006-06-02      Jay Monkman <jtm@lopingdog.com>
186
187        * times: Reran timing tests and updated 'times' file.
188
1892006-06-02      Jay Monkman <jtm@lopingdog.com>
190
191        * startup/bspstart.c: Fixed PLL calculations.
192
1932006-06-02      Jay Monkman <jtm@lopingdog.com>
194
195        * Makefile.am, console/uart.c, startup/exit.c:  Changed UART
196          driver to be interrupt driven, added support for both UARTs.
197
198
1992006-06-02      Jay Monkman <jtm@lopingdog.com>
200
201        * network/network.c: Changed interrupt handling
202        to use shared rtems_irq_connect_data struct.
203
2042006-06-02      Jay Monkman <jtm@lopingdog.com>
205
206        * start/start.S, startup/linkcmds: Defined UNDEF exception
207        stack space.
208
2092006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Add preinstall.am.
212
2132005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * bsp_specs: remove %lib.
216
2172005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * bsp_specs: Remove %cpp.
220
2212005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * include/bsp.h: New header guard.
224
2252005-04-26      Joel Sherrill <joel@OARcorp.com>
226
227        * network/network.c: Add include rtems/bspIo.h to eliminate warning.
228
2292005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
232
2332005-01-04      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/bspstart.c, startup/exit.c: Remove warnings.
236
2372005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * Makefile.am: Remove build-variant support.
240
2412004-11-05      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
244        area being named sdram NOT RAM.
245
2462004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        * startup/bspstart.c: Use POSIX fixed size types.
249
2502004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
251
252        * configure.ac: Require automake > 1.9.
253
2542004-07-24      Joel Sherrill <joel@OARcorp.com>
255
256        * .cvsignore: New file.
257
2582004-07-15      Jay Monkman
259
260        * console/.cvsignore, include/.cvsignore, network/.cvsignore,
261        start/.cvsignore, startup/.cvsignore: New files.
262
2632004-07-15      Jay Monkman
264
265        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times,
266        console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c,
267        network/lan91c11x.h, network/network.c, start/start.S,
268        startup/bspstart.c, startup/exit.c, startup/linkcmds,
269        startup/memmap.c: New files.
270
Note: See TracBrowser for help on using the repository browser.