source: rtems/c/src/lib/libbsp/arm/csb337/ChangeLog @ 5c15be81

4.104.115
Last change on this file since 5c15be81 was 5c15be81, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/09 at 17:36:59

2009-06-12 Joel Sherrill <joel.sherrill@…>

  • Property mode set to 100644
File size: 8.9 KB
Line 
12009-06-12      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am: Add MicroMonitor support.
4
52009-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * Makefile.am, preinstall.am: Add MicroMonitor support.
8        * startup/umonsupp.c: New file.
9
102009-06-11      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * network/network.c: Attempt to support csb637 PHY.
13
142009-06-04      Xi Yang <hiyangxi@gmail.com>
15
16        * startup/bspstart.c: Eliminate unused variables.
17
182009-06-02      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * Makefile.am, configure.ac, preinstall.am, console/uarts.c,
21        include/bsp.h, startup/memmap.c: Add support for /dev/fbcons which is
22        a console type output only device to print to the LCD screen. The
23        video controller (SED) and fonts are copied from MicroMonitor and
24        proper attribution is made in those files and confirmed by Ed Sutter.
25        * console/fbcons.c, console/font8x16.h, console/sed1356.c,
26        console/sed1356_16bit.h, include/sed1356.h: New files.
27
282009-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * Makefile.am, README, configure.ac, preinstall.am, start/start.S,
31        startup/memmap.c: Add csb637 as alias and variant.
32        * startup/linkcmds.csb637: New file.
33
342009-04-28      Chris Johns <chrisj@rtems.org>
35
36        * start/start.S: Update for boot_card command line change.
37
382008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * bsp_specs: Remove -Qy from *link.
41
422008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * bsp_specs: Move -e start from *link to *startfile to avoid warning
45        for undefined entry symbol when linking relocatables with binutils
46        2.19.
47
482008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * Makefile.am, preinstall.am: Use shared tm27.h stub.
51        * include/tm27.h: Removed.
52
532008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
56        of building libbspstart.a, using automake-rules.
57
582008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Eliminate *_SOURCES.
61
622008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
65        components.
66
672008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
70
712008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * configure.ac: Make letting boot_card() handle work area allocation
74        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
75        BSP_BOOTCARD_OPTIONS.
76
772008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile.am, configure.ac, startup/bspstart.c: Use standardized
80        bsp_cleanup() which can optionally print a message, poll for user to
81        press key, and call bsp_reset(). Using this eliminates the various
82        bsp_cleanup() implementations which had their own implementation and
83        variety of string constants.
84        * startup/bspreset.c: New file.
85        * startup/bspclean.c: Removed.
86
872008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * Makefile.am, startup/linkcmds: Use top level shared
90        bsp_get_work_area() implementation.
91
922008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * startup/bspstart.c: Remove unnecessary includes of
95        rtems/libcsupport.h and rtems/libio.h.
96
972008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * Makefile.am, configure.ac, startup/bspclean.c, startup/bspstart.c:
100        Now support bsp_get_work_area() and used shared implementation of it
101        and bsp_pretasking_hook.
102
1032008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
106        routine.
107        * startup/bspclean.c: New file.
108        * startup/exit.c: Removed.
109
1102008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * startup/bspstart.c: Add missing prototypes.
113
1142008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * Makefile.am: Rework to avoid .rel files.
117
1182008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * startup/bspstart.c: Refactored and renamed initialization routines to
121        rtems_initialize_data_structures, rtems_initialize_before_drivers,
122        rtems_initialize_device_drivers, and
123        rtems_initialize_start_multitasking. This opened the sequence up so
124        that bootcard() could provide a more robust and flexible framework
125        which is easier to explain and understand. This also lays the
126        groundwork for sharing the division of available memory between the
127        RTEMS workspace and heap and the C library initialization across all
128        BSPs.
129
1302008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * startup/linkcmds: Add wildcard to gcc_except_table section so
133        programs compiled with gcc 4.3.x can link.
134
1352007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
138        Configuration Table. Use the RTEMS provided accessor macros to obtain
139        configuration fields.
140
1412007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
144        from CPU Table to Configuration Table. Eliminate CPU Table from all
145        ports. Delete references to CPU Table in all forms.
146
1472007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
150        Table fields to the Configuration Table. This included
151        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
152        do_zero_of_workspace, extra_mpci_receive_server_stack,
153        stack_allocate_hook, and stack_free_hook. As a side-effect of this
154        effort some multiprocessing code was made conditional and some style
155        clean up occurred.
156
1572007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        PR 1257/bsps
160        * startup/bspstart.c: Code outside of cpukit should use the public
161        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
162        the public API and directly accessing _CPU_ISR_Disable and
163        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
164        directive which could lead to problems. This patch also changes the
165        type of the variable passed into these routines and addresses minor
166        style issues.
167
1682007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
171        since it was used to configure a no longer used feature. Device names
172        are now part of the filesystem not in a table.
173
1742007-05-15      Ray Xu <rayx@gmail.com>
175
176        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
177        not in score/cpu.
178
1792007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * bsp_specs: Remove qrtems_debug.
182
1832007-03-26      Chris Johns <chrisj@rtems.org>
184
185        * include/bsp.h: Terminate comment.
186
1872007-03-12      Joel Sherrill <joel@OARcorp.com>
188
189        * console/uarts.c, include/bsp.h, start/start.S, startup/bspstart.c,
190        startup/exit.c, startup/linkcmds: Correct license URL and/or fix
191        mistake in copyright notice. Both of these mistakes appear to be from
192        code submitted after these changes were made previously.
193
1942007-03-11      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/bspstart.c: Remove assignments of
197        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
198        value in boot_card.c
199
2002006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * network/network.c (at91rm9200_emac_ioctl): Use ioctl_command_t.
203
2042006-11-15      Joel Sherrill <joel@OARcorp.com>
205
206        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
207        file and simplified initialization.
208
2092006-11-01      Joel Sherrill <joel@OARcorp.com>
210
211        * bsp_specs: Fix typo.
212
2132006-10-30      Joel Sherrill <joel@OARcorp.com>
214
215        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
216
2172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * Makefile.am: Remove superfluous -DASM.
220
2212006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * configure.ac: Require autoconf-2.60. Require automake-1.10.
224
2252006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * Makefile.am: Add preinstall.am.
228
2292005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * bsp_specs: remove %lib.
232
2332005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * bsp_specs: Remove %cpp.
236
2372005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * include/bsp.h: New header guard.
240
2412005-04-26      Joel Sherrill <joel@OARcorp.com>
242
243        * network/network.c: Eliminate warnings.
244
2452005-02-24      Jay Monkman <jtm@lopingdog.com>
246
247        PR 751/bsps
248        * startup/linkcmds: Cleanup.
249        * network/network.c: Added hardware initialization
250        code.
251
2522005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
255
2562005-01-04      Joel Sherrill <joel@OARcorp.com>
257
258        * startup/linkcmds: Remove warnings.
259
2602005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * Makefile.am: Remove build-variant support.
263
2642004-11-05      Joel Sherrill <joel@OARcorp.com>
265
266        * startup/linkcmds: Add .gnu.linkonce.b section.
267
2682004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        * startup/bspstart.c: Use POSIX fixed size types.
271
2722004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
273
274        * configure.ac: Require automake > 1.9.
275
2762004-07-15      Jay Monkman
277
278        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
279        times, console/uarts.c, include/.cvsignore, include/bsp.h,
280        include/tm27.h, network/.cvsignore, network/network.c,
281        start/.cvsignore, start/start.S, startup/.cvsignore,
282        startup/bspstart.c, startup/exit.c, startup/linkcmds,
283        startup/memmap.c: New files.
284
Note: See TracBrowser for help on using the repository browser.