source: rtems/c/src/lib/libbsp/arm/csb337/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: 7.8 KB
Line 
12009-04-28      Chris Johns <chrisj@rtems.org>
2
3        * start/start.S: Update for boot_card command line change.
4
52008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove -Qy from *link.
8
92008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * bsp_specs: Move -e start from *link to *startfile to avoid warning
12        for undefined entry symbol when linking relocatables with binutils
13        2.19.
14
152008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * Makefile.am, preinstall.am: Use shared tm27.h stub.
18        * include/tm27.h: Removed.
19
202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
23        of building libbspstart.a, using automake-rules.
24
252008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Eliminate *_SOURCES.
28
292008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
32        components.
33
342008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
37
382008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * configure.ac: Make letting boot_card() handle work area allocation
41        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
42        BSP_BOOTCARD_OPTIONS.
43
442008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac, startup/bspstart.c: Use standardized
47        bsp_cleanup() which can optionally print a message, poll for user to
48        press key, and call bsp_reset(). Using this eliminates the various
49        bsp_cleanup() implementations which had their own implementation and
50        variety of string constants.
51        * startup/bspreset.c: New file.
52        * startup/bspclean.c: Removed.
53
542008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, startup/linkcmds: Use top level shared
57        bsp_get_work_area() implementation.
58
592008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * startup/bspstart.c: Remove unnecessary includes of
62        rtems/libcsupport.h and rtems/libio.h.
63
642008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * Makefile.am, configure.ac, startup/bspclean.c, startup/bspstart.c:
67        Now support bsp_get_work_area() and used shared implementation of it
68        and bsp_pretasking_hook.
69
702008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
73        routine.
74        * startup/bspclean.c: New file.
75        * startup/exit.c: Removed.
76
772008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * startup/bspstart.c: Add missing prototypes.
80
812008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am: Rework to avoid .rel files.
84
852008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * startup/bspstart.c: Refactored and renamed initialization routines to
88        rtems_initialize_data_structures, rtems_initialize_before_drivers,
89        rtems_initialize_device_drivers, and
90        rtems_initialize_start_multitasking. This opened the sequence up so
91        that bootcard() could provide a more robust and flexible framework
92        which is easier to explain and understand. This also lays the
93        groundwork for sharing the division of available memory between the
94        RTEMS workspace and heap and the C library initialization across all
95        BSPs.
96
972008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * startup/linkcmds: Add wildcard to gcc_except_table section so
100        programs compiled with gcc 4.3.x can link.
101
1022007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
105        Configuration Table. Use the RTEMS provided accessor macros to obtain
106        configuration fields.
107
1082007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
111        from CPU Table to Configuration Table. Eliminate CPU Table from all
112        ports. Delete references to CPU Table in all forms.
113
1142007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
117        Table fields to the Configuration Table. This included
118        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
119        do_zero_of_workspace, extra_mpci_receive_server_stack,
120        stack_allocate_hook, and stack_free_hook. As a side-effect of this
121        effort some multiprocessing code was made conditional and some style
122        clean up occurred.
123
1242007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        PR 1257/bsps
127        * startup/bspstart.c: Code outside of cpukit should use the public
128        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
129        the public API and directly accessing _CPU_ISR_Disable and
130        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
131        directive which could lead to problems. This patch also changes the
132        type of the variable passed into these routines and addresses minor
133        style issues.
134
1352007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
138        since it was used to configure a no longer used feature. Device names
139        are now part of the filesystem not in a table.
140
1412007-05-15      Ray Xu <rayx@gmail.com>
142
143        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
144        not in score/cpu.
145
1462007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * bsp_specs: Remove qrtems_debug.
149
1502007-03-26      Chris Johns <chrisj@rtems.org>
151
152        * include/bsp.h: Terminate comment.
153
1542007-03-12      Joel Sherrill <joel@OARcorp.com>
155
156        * console/uarts.c, include/bsp.h, start/start.S, startup/bspstart.c,
157        startup/exit.c, startup/linkcmds: Correct license URL and/or fix
158        mistake in copyright notice. Both of these mistakes appear to be from
159        code submitted after these changes were made previously.
160
1612007-03-11      Joel Sherrill <joel@OARcorp.com>
162
163        * startup/bspstart.c: Remove assignments of
164        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
165        value in boot_card.c
166
1672006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * network/network.c (at91rm9200_emac_ioctl): Use ioctl_command_t.
170
1712006-11-15      Joel Sherrill <joel@OARcorp.com>
172
173        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
174        file and simplified initialization.
175
1762006-11-01      Joel Sherrill <joel@OARcorp.com>
177
178        * bsp_specs: Fix typo.
179
1802006-10-30      Joel Sherrill <joel@OARcorp.com>
181
182        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
183
1842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * Makefile.am: Remove superfluous -DASM.
187
1882006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * configure.ac: Require autoconf-2.60. Require automake-1.10.
191
1922006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * Makefile.am: Add preinstall.am.
195
1962005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * bsp_specs: remove %lib.
199
2002005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * bsp_specs: Remove %cpp.
203
2042005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * include/bsp.h: New header guard.
207
2082005-04-26      Joel Sherrill <joel@OARcorp.com>
209
210        * network/network.c: Eliminate warnings.
211
2122005-02-24      Jay Monkman <jtm@lopingdog.com>
213
214        PR 751/bsps
215        * startup/linkcmds: Cleanup.
216        * network/network.c: Added hardware initialization
217        code.
218
2192005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
222
2232005-01-04      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds: Remove warnings.
226
2272005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * Makefile.am: Remove build-variant support.
230
2312004-11-05      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: Add .gnu.linkonce.b section.
234
2352004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
236
237        * startup/bspstart.c: Use POSIX fixed size types.
238
2392004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
240
241        * configure.ac: Require automake > 1.9.
242
2432004-07-15      Jay Monkman
244
245        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
246        times, console/uarts.c, include/.cvsignore, include/bsp.h,
247        include/tm27.h, network/.cvsignore, network/network.c,
248        start/.cvsignore, start/start.S, startup/.cvsignore,
249        startup/bspstart.c, startup/exit.c, startup/linkcmds,
250        startup/memmap.c: New files.
251
Note: See TracBrowser for help on using the repository browser.