source: rtems/c/src/lib/libbsp/arm/csb337/ChangeLog @ 99f0d19b

4.104.115
Last change on this file since 99f0d19b 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: 7.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-22      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * Makefile.am, configure.ac, startup/bspstart.c: Use standardized
33        bsp_cleanup() which can optionally print a message, poll for user to
34        press key, and call bsp_reset(). Using this eliminates the various
35        bsp_cleanup() implementations which had their own implementation and
36        variety of string constants.
37        * startup/bspreset.c: New file.
38        * startup/bspclean.c: Removed.
39
402008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * Makefile.am, startup/linkcmds: Use top level shared
43        bsp_get_work_area() implementation.
44
452008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * startup/bspstart.c: Remove unnecessary includes of
48        rtems/libcsupport.h and rtems/libio.h.
49
502008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * Makefile.am, configure.ac, startup/bspclean.c, startup/bspstart.c:
53        Now support bsp_get_work_area() and used shared implementation of it
54        and bsp_pretasking_hook.
55
562008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
59        routine.
60        * startup/bspclean.c: New file.
61        * startup/exit.c: Removed.
62
632008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * startup/bspstart.c: Add missing prototypes.
66
672008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * Makefile.am: Rework to avoid .rel files.
70
712008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * startup/bspstart.c: Refactored and renamed initialization routines to
74        rtems_initialize_data_structures, rtems_initialize_before_drivers,
75        rtems_initialize_device_drivers, and
76        rtems_initialize_start_multitasking. This opened the sequence up so
77        that bootcard() could provide a more robust and flexible framework
78        which is easier to explain and understand. This also lays the
79        groundwork for sharing the division of available memory between the
80        RTEMS workspace and heap and the C library initialization across all
81        BSPs.
82
832008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * startup/linkcmds: Add wildcard to gcc_except_table section so
86        programs compiled with gcc 4.3.x can link.
87
882007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
91        Configuration Table. Use the RTEMS provided accessor macros to obtain
92        configuration fields.
93
942007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
97        from CPU Table to Configuration Table. Eliminate CPU Table from all
98        ports. Delete references to CPU Table in all forms.
99
1002007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
103        Table fields to the Configuration Table. This included
104        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
105        do_zero_of_workspace, extra_mpci_receive_server_stack,
106        stack_allocate_hook, and stack_free_hook. As a side-effect of this
107        effort some multiprocessing code was made conditional and some style
108        clean up occurred.
109
1102007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        PR 1257/bsps
113        * startup/bspstart.c: Code outside of cpukit should use the public
114        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
115        the public API and directly accessing _CPU_ISR_Disable and
116        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
117        directive which could lead to problems. This patch also changes the
118        type of the variable passed into these routines and addresses minor
119        style issues.
120
1212007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
124        since it was used to configure a no longer used feature. Device names
125        are now part of the filesystem not in a table.
126
1272007-05-15      Ray Xu <rayx@gmail.com>
128
129        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
130        not in score/cpu.
131
1322007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * bsp_specs: Remove qrtems_debug.
135
1362007-03-26      Chris Johns <chrisj@rtems.org>
137
138        * include/bsp.h: Terminate comment.
139
1402007-03-12      Joel Sherrill <joel@OARcorp.com>
141
142        * console/uarts.c, include/bsp.h, start/start.S, startup/bspstart.c,
143        startup/exit.c, startup/linkcmds: Correct license URL and/or fix
144        mistake in copyright notice. Both of these mistakes appear to be from
145        code submitted after these changes were made previously.
146
1472007-03-11      Joel Sherrill <joel@OARcorp.com>
148
149        * startup/bspstart.c: Remove assignments of
150        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
151        value in boot_card.c
152
1532006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * network/network.c (at91rm9200_emac_ioctl): Use ioctl_command_t.
156
1572006-11-15      Joel Sherrill <joel@OARcorp.com>
158
159        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
160        file and simplified initialization.
161
1622006-11-01      Joel Sherrill <joel@OARcorp.com>
163
164        * bsp_specs: Fix typo.
165
1662006-10-30      Joel Sherrill <joel@OARcorp.com>
167
168        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
169
1702006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * Makefile.am: Remove superfluous -DASM.
173
1742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * configure.ac: Require autoconf-2.60. Require automake-1.10.
177
1782006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Add preinstall.am.
181
1822005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * bsp_specs: remove %lib.
185
1862005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * bsp_specs: Remove %cpp.
189
1902005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * include/bsp.h: New header guard.
193
1942005-04-26      Joel Sherrill <joel@OARcorp.com>
195
196        * network/network.c: Eliminate warnings.
197
1982005-02-24      Jay Monkman <jtm@lopingdog.com>
199
200        PR 751/bsps
201        * startup/linkcmds: Cleanup.
202        * network/network.c: Added hardware initialization
203        code.
204
2052005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
208
2092005-01-04      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/linkcmds: Remove warnings.
212
2132005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * Makefile.am: Remove build-variant support.
216
2172004-11-05      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/linkcmds: Add .gnu.linkonce.b section.
220
2212004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        * startup/bspstart.c: Use POSIX fixed size types.
224
2252004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * configure.ac: Require automake > 1.9.
228
2292004-07-15      Jay Monkman
230
231        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
232        times, console/uarts.c, include/.cvsignore, include/bsp.h,
233        include/tm27.h, network/.cvsignore, network/network.c,
234        start/.cvsignore, start/start.S, startup/.cvsignore,
235        startup/bspstart.c, startup/exit.c, startup/linkcmds,
236        startup/memmap.c: New files.
237
Note: See TracBrowser for help on using the repository browser.