source: rtems/c/src/lib/libbsp/arm/csb337/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: 7.1 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-26      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
13
142008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * configure.ac: Make letting boot_card() handle work area allocation
17        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
18        BSP_BOOTCARD_OPTIONS.
19
202008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * Makefile.am, configure.ac, startup/bspstart.c: Use standardized
23        bsp_cleanup() which can optionally print a message, poll for user to
24        press key, and call bsp_reset(). Using this eliminates the various
25        bsp_cleanup() implementations which had their own implementation and
26        variety of string constants.
27        * startup/bspreset.c: New file.
28        * startup/bspclean.c: Removed.
29
302008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * Makefile.am, startup/linkcmds: Use top level shared
33        bsp_get_work_area() implementation.
34
352008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * startup/bspstart.c: Remove unnecessary includes of
38        rtems/libcsupport.h and rtems/libio.h.
39
402008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * Makefile.am, configure.ac, startup/bspclean.c, startup/bspstart.c:
43        Now support bsp_get_work_area() and used shared implementation of it
44        and bsp_pretasking_hook.
45
462008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
49        routine.
50        * startup/bspclean.c: New file.
51        * startup/exit.c: Removed.
52
532008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * startup/bspstart.c: Add missing prototypes.
56
572008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * Makefile.am: Rework to avoid .rel files.
60
612008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * startup/bspstart.c: Refactored and renamed initialization routines to
64        rtems_initialize_data_structures, rtems_initialize_before_drivers,
65        rtems_initialize_device_drivers, and
66        rtems_initialize_start_multitasking. This opened the sequence up so
67        that bootcard() could provide a more robust and flexible framework
68        which is easier to explain and understand. This also lays the
69        groundwork for sharing the division of available memory between the
70        RTEMS workspace and heap and the C library initialization across all
71        BSPs.
72
732008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * startup/linkcmds: Add wildcard to gcc_except_table section so
76        programs compiled with gcc 4.3.x can link.
77
782007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
81        Configuration Table. Use the RTEMS provided accessor macros to obtain
82        configuration fields.
83
842007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
87        from CPU Table to Configuration Table. Eliminate CPU Table from all
88        ports. Delete references to CPU Table in all forms.
89
902007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
93        Table fields to the Configuration Table. This included
94        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
95        do_zero_of_workspace, extra_mpci_receive_server_stack,
96        stack_allocate_hook, and stack_free_hook. As a side-effect of this
97        effort some multiprocessing code was made conditional and some style
98        clean up occurred.
99
1002007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        PR 1257/bsps
103        * startup/bspstart.c: Code outside of cpukit should use the public
104        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
105        the public API and directly accessing _CPU_ISR_Disable and
106        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
107        directive which could lead to problems. This patch also changes the
108        type of the variable passed into these routines and addresses minor
109        style issues.
110
1112007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
114        since it was used to configure a no longer used feature. Device names
115        are now part of the filesystem not in a table.
116
1172007-05-15      Ray Xu <rayx@gmail.com>
118
119        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
120        not in score/cpu.
121
1222007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * bsp_specs: Remove qrtems_debug.
125
1262007-03-26      Chris Johns <chrisj@rtems.org>
127
128        * include/bsp.h: Terminate comment.
129
1302007-03-12      Joel Sherrill <joel@OARcorp.com>
131
132        * console/uarts.c, include/bsp.h, start/start.S, startup/bspstart.c,
133        startup/exit.c, startup/linkcmds: Correct license URL and/or fix
134        mistake in copyright notice. Both of these mistakes appear to be from
135        code submitted after these changes were made previously.
136
1372007-03-11      Joel Sherrill <joel@OARcorp.com>
138
139        * startup/bspstart.c: Remove assignments of
140        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
141        value in boot_card.c
142
1432006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * network/network.c (at91rm9200_emac_ioctl): Use ioctl_command_t.
146
1472006-11-15      Joel Sherrill <joel@OARcorp.com>
148
149        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
150        file and simplified initialization.
151
1522006-11-01      Joel Sherrill <joel@OARcorp.com>
153
154        * bsp_specs: Fix typo.
155
1562006-10-30      Joel Sherrill <joel@OARcorp.com>
157
158        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
159
1602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * Makefile.am: Remove superfluous -DASM.
163
1642006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * configure.ac: Require autoconf-2.60. Require automake-1.10.
167
1682006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * Makefile.am: Add preinstall.am.
171
1722005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * bsp_specs: remove %lib.
175
1762005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * bsp_specs: Remove %cpp.
179
1802005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * include/bsp.h: New header guard.
183
1842005-04-26      Joel Sherrill <joel@OARcorp.com>
185
186        * network/network.c: Eliminate warnings.
187
1882005-02-24      Jay Monkman <jtm@lopingdog.com>
189
190        PR 751/bsps
191        * startup/linkcmds: Cleanup.
192        * network/network.c: Added hardware initialization
193        code.
194
1952005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
198
1992005-01-04      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/linkcmds: Remove warnings.
202
2032005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * Makefile.am: Remove build-variant support.
206
2072004-11-05      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds: Add .gnu.linkonce.b section.
210
2112004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
212
213        * startup/bspstart.c: Use POSIX fixed size types.
214
2152004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
216
217        * configure.ac: Require automake > 1.9.
218
2192004-07-15      Jay Monkman
220
221        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
222        times, console/uarts.c, include/.cvsignore, include/bsp.h,
223        include/tm27.h, network/.cvsignore, network/network.c,
224        start/.cvsignore, start/start.S, startup/.cvsignore,
225        startup/bspstart.c, startup/exit.c, startup/linkcmds,
226        startup/memmap.c: New files.
227
Note: See TracBrowser for help on using the repository browser.