source: rtems/c/src/lib/libbsp/arm/csb336/ChangeLog @ 820d1ab0

4.104.115
Last change on this file since 820d1ab0 was 820d1ab0, checked in by Chris Johns <chrisj@…>, on 04/28/09 at 06:34:00

2009-04-28 Chris Johns <chrisj@…>

  • start/start.S: Update for boot_card command line change.
  • Property mode set to 100644
File size: 8.9 KB
Line 
12009-04-28      Chris Johns <chrisj@rtems.org>
2
3        * start/start.S: Update for boot_card command line change.
4
52009-01-06      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        PR 1350/bsps
8        * network/lan91c11x.c: Do not write 65th element into 64 element array.
9
102008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * bsp_specs: Remove -Qy from *link.
13
142008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * bsp_specs: Move -e start from *link to *startfile to avoid warning
17        for undefined entry symbol when linking relocatables with binutils
18        2.19.
19
202008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * Makefile.am, preinstall.am: Use shared tm27.h stub.
23        * include/tm27.h: Removed.
24
252008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
28        of building libbspstart.a, using automake-rules.
29
302008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Eliminate *_SOURCES.
33
342008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
37        components.
38
392008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
42
432008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * configure.ac: Make letting boot_card() handle work area allocation
46        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
47        BSP_BOOTCARD_OPTIONS.
48
492008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * startup/bspclean.c: Removed.
52
532008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * Makefile.am, configure.ac, console/uart.c, startup/bspclean.c,
56        startup/bspstart.c: Use standardized bsp_cleanup() which can
57        optionally print a message, poll for user to press key, and call
58        bsp_reset(). Using this eliminates the various bsp_cleanup()
59        implementations which had their own implementation and variety of
60        string constants.
61        * startup/bspreset.c: New file.
62
632008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * Makefile.am, startup/linkcmds: Use top level shared
66        bsp_get_work_area() implementation.
67
682008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * startup/bspstart.c: Remove unnecessary includes of
71        rtems/libcsupport.h and rtems/libio.h.
72
732008-09-12      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, configure.ac, startup/bspstart.c: Split out
76        bsp_get_work_area() into its own file and user BSP Framework to
77        perform more initialization. Let edb7312 and csb336 shared the
78        implementation.
79
802008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
83        routine.
84        * startup/bspclean.c: New file.
85        * startup/exit.c: Removed.
86
872008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * startup/exit.c: Add missing prototypes.
90
912008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * Makefile.am: Rework to avoid .rel files.
94
952008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * startup/bspstart.c: Refactored and renamed initialization routines to
98        rtems_initialize_data_structures, rtems_initialize_before_drivers,
99        rtems_initialize_device_drivers, and
100        rtems_initialize_start_multitasking. This opened the sequence up so
101        that bootcard() could provide a more robust and flexible framework
102        which is easier to explain and understand. This also lays the
103        groundwork for sharing the division of available memory between the
104        RTEMS workspace and heap and the C library initialization across all
105        BSPs.
106
1072008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * startup/linkcmds: Add wildcard to gcc_except_table section so
110        programs compiled with gcc 4.3.x can link.
111
1122007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
115        Configuration Table. Use the RTEMS provided accessor macros to obtain
116        configuration fields.
117
1182007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
121        from CPU Table to Configuration Table. Eliminate CPU Table from all
122        ports. Delete references to CPU Table in all forms.
123
1242007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
127        Table fields to the Configuration Table. This included
128        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
129        do_zero_of_workspace, extra_mpci_receive_server_stack,
130        stack_allocate_hook, and stack_free_hook. As a side-effect of this
131        effort some multiprocessing code was made conditional and some style
132        clean up occurred.
133
1342007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        PR 1257/bsps
137        * network/lan91c11x.c: Code outside of cpukit should use the public
138        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
139        the public API and directly accessing _CPU_ISR_Disable and
140        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
141        directive which could lead to problems. This patch also changes the
142        type of the variable passed into these routines and addresses minor
143        style issues.
144
1452007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
148        since it was used to configure a no longer used feature. Device names
149        are now part of the filesystem not in a table.
150
1512007-05-15      Ray Xu <rayx@gmail.com>
152
153        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
154        not in score/cpu.
155
1562007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * bsp_specs: Remove qrtems_debug.
159
1602007-03-12      Joel Sherrill <joel@OARcorp.com>
161
162        * include/bsp.h, network/lan91c11x.c, network/lan91c11x.h,
163        network/network.c, start/start.S, startup/bspstart.c, startup/exit.c,
164        startup/linkcmds, startup/memmap.c: Correct license URL and/or fix
165        mistake in copyright notice. Both of these mistakes appear to be from
166        code submitted after these changes were made previously.
167
1682007-03-11      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/bspstart.c: Remove assignments of
171        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
172        value in boot_card.c
173
1742006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * network/network.c (mc9328mxl_enet_ioctl): Use ioctl_command_t.
177
1782006-11-15      Joel Sherrill <joel@OARcorp.com>
179
180        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
181        file and simplified initialization.
182
1832006-11-01      Joel Sherrill <joel@OARcorp.com>
184
185        * bsp_specs: Fix typo.
186
1872006-10-30      Joel Sherrill <joel@OARcorp.com>
188
189        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
190
1912006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * Makefile.am: Remove superfluous -DASM.
194
1952006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * configure.ac: Require autoconf-2.60. Require automake-1.10.
198
1992006-06-02      Jay Monkman <jtm@lopingdog.com>
200
201        * startup/linkcmds: Removed unnecessary global definition of
202        bsp_vector_table.
203
2042006-06-02      Jay Monkman <jtm@lopingdog.com>
205
206        * times: Reran timing tests and updated 'times' file.
207
2082006-06-02      Jay Monkman <jtm@lopingdog.com>
209
210        * startup/bspstart.c: Fixed PLL calculations.
211
2122006-06-02      Jay Monkman <jtm@lopingdog.com>
213
214        * Makefile.am, console/uart.c, startup/exit.c:  Changed UART
215          driver to be interrupt driven, added support for both UARTs.
216
217
2182006-06-02      Jay Monkman <jtm@lopingdog.com>
219
220        * network/network.c: Changed interrupt handling
221        to use shared rtems_irq_connect_data struct.
222
2232006-06-02      Jay Monkman <jtm@lopingdog.com>
224
225        * start/start.S, startup/linkcmds: Defined UNDEF exception
226        stack space.
227
2282006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * Makefile.am: Add preinstall.am.
231
2322005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * bsp_specs: remove %lib.
235
2362005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        * bsp_specs: Remove %cpp.
239
2402005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * include/bsp.h: New header guard.
243
2442005-04-26      Joel Sherrill <joel@OARcorp.com>
245
246        * network/network.c: Add include rtems/bspIo.h to eliminate warning.
247
2482005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
251
2522005-01-04      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/bspstart.c, startup/exit.c: Remove warnings.
255
2562005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * Makefile.am: Remove build-variant support.
259
2602004-11-05      Joel Sherrill <joel@OARcorp.com>
261
262        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
263        area being named sdram NOT RAM.
264
2652004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
266
267        * startup/bspstart.c: Use POSIX fixed size types.
268
2692004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
270
271        * configure.ac: Require automake > 1.9.
272
2732004-07-24      Joel Sherrill <joel@OARcorp.com>
274
275        * .cvsignore: New file.
276
2772004-07-15      Jay Monkman
278
279        * console/.cvsignore, include/.cvsignore, network/.cvsignore,
280        start/.cvsignore, startup/.cvsignore: New files.
281
2822004-07-15      Jay Monkman
283
284        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times,
285        console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c,
286        network/lan91c11x.h, network/network.c, start/start.S,
287        startup/bspstart.c, startup/exit.c, startup/linkcmds,
288        startup/memmap.c: New files.
289
Note: See TracBrowser for help on using the repository browser.