source: rtems/c/src/lib/libbsp/arm/csb336/ChangeLog @ 2a0f6dc

4.104.115
Last change on this file since 2a0f6dc was 2a0f6dc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/05/08 at 13:37:47

2008-12-05 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove -Qy from *link.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Remove -Qy from *link.
4
52008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * bsp_specs: Move -e start from *link to *startfile to avoid warning
8        for undefined entry symbol when linking relocatables with binutils
9        2.19.
10
112008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * Makefile.am, preinstall.am: Use shared tm27.h stub.
14        * include/tm27.h: Removed.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
19        of building libbspstart.a, using automake-rules.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate *_SOURCES.
24
252008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
28        components.
29
302008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
33
342008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * configure.ac: Make letting boot_card() handle work area allocation
37        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
38        BSP_BOOTCARD_OPTIONS.
39
402008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * startup/bspclean.c: Removed.
43
442008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac, console/uart.c, startup/bspclean.c,
47        startup/bspstart.c: Use standardized bsp_cleanup() which can
48        optionally print a message, poll for user to press key, and call
49        bsp_reset(). Using this eliminates the various bsp_cleanup()
50        implementations which had their own implementation and variety of
51        string constants.
52        * startup/bspreset.c: New file.
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/bspstart.c: Split out
67        bsp_get_work_area() into its own file and user BSP Framework to
68        perform more initialization. Let edb7312 and csb336 shared the
69        implementation.
70
712008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
74        routine.
75        * startup/bspclean.c: New file.
76        * startup/exit.c: Removed.
77
782008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * startup/exit.c: Add missing prototypes.
81
822008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * Makefile.am: Rework to avoid .rel files.
85
862008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * startup/bspstart.c: Refactored and renamed initialization routines to
89        rtems_initialize_data_structures, rtems_initialize_before_drivers,
90        rtems_initialize_device_drivers, and
91        rtems_initialize_start_multitasking. This opened the sequence up so
92        that bootcard() could provide a more robust and flexible framework
93        which is easier to explain and understand. This also lays the
94        groundwork for sharing the division of available memory between the
95        RTEMS workspace and heap and the C library initialization across all
96        BSPs.
97
982008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * startup/linkcmds: Add wildcard to gcc_except_table section so
101        programs compiled with gcc 4.3.x can link.
102
1032007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
106        Configuration Table. Use the RTEMS provided accessor macros to obtain
107        configuration fields.
108
1092007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
112        from CPU Table to Configuration Table. Eliminate CPU Table from all
113        ports. Delete references to CPU Table in all forms.
114
1152007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
118        Table fields to the Configuration Table. This included
119        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
120        do_zero_of_workspace, extra_mpci_receive_server_stack,
121        stack_allocate_hook, and stack_free_hook. As a side-effect of this
122        effort some multiprocessing code was made conditional and some style
123        clean up occurred.
124
1252007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        PR 1257/bsps
128        * network/lan91c11x.c: Code outside of cpukit should use the public
129        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
130        the public API and directly accessing _CPU_ISR_Disable and
131        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
132        directive which could lead to problems. This patch also changes the
133        type of the variable passed into these routines and addresses minor
134        style issues.
135
1362007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
139        since it was used to configure a no longer used feature. Device names
140        are now part of the filesystem not in a table.
141
1422007-05-15      Ray Xu <rayx@gmail.com>
143
144        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
145        not in score/cpu.
146
1472007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * bsp_specs: Remove qrtems_debug.
150
1512007-03-12      Joel Sherrill <joel@OARcorp.com>
152
153        * include/bsp.h, network/lan91c11x.c, network/lan91c11x.h,
154        network/network.c, start/start.S, startup/bspstart.c, startup/exit.c,
155        startup/linkcmds, startup/memmap.c: Correct license URL and/or fix
156        mistake in copyright notice. Both of these mistakes appear to be from
157        code submitted after these changes were made previously.
158
1592007-03-11      Joel Sherrill <joel@OARcorp.com>
160
161        * startup/bspstart.c: Remove assignments of
162        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
163        value in boot_card.c
164
1652006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * network/network.c (mc9328mxl_enet_ioctl): Use ioctl_command_t.
168
1692006-11-15      Joel Sherrill <joel@OARcorp.com>
170
171        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
172        file and simplified initialization.
173
1742006-11-01      Joel Sherrill <joel@OARcorp.com>
175
176        * bsp_specs: Fix typo.
177
1782006-10-30      Joel Sherrill <joel@OARcorp.com>
179
180        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
181
1822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Remove superfluous -DASM.
185
1862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * configure.ac: Require autoconf-2.60. Require automake-1.10.
189
1902006-06-02      Jay Monkman <jtm@lopingdog.com>
191
192        * startup/linkcmds: Removed unnecessary global definition of
193        bsp_vector_table.
194
1952006-06-02      Jay Monkman <jtm@lopingdog.com>
196
197        * times: Reran timing tests and updated 'times' file.
198
1992006-06-02      Jay Monkman <jtm@lopingdog.com>
200
201        * startup/bspstart.c: Fixed PLL calculations.
202
2032006-06-02      Jay Monkman <jtm@lopingdog.com>
204
205        * Makefile.am, console/uart.c, startup/exit.c:  Changed UART
206          driver to be interrupt driven, added support for both UARTs.
207
208
2092006-06-02      Jay Monkman <jtm@lopingdog.com>
210
211        * network/network.c: Changed interrupt handling
212        to use shared rtems_irq_connect_data struct.
213
2142006-06-02      Jay Monkman <jtm@lopingdog.com>
215
216        * start/start.S, startup/linkcmds: Defined UNDEF exception
217        stack space.
218
2192006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * Makefile.am: Add preinstall.am.
222
2232005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * bsp_specs: remove %lib.
226
2272005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * bsp_specs: Remove %cpp.
230
2312005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * include/bsp.h: New header guard.
234
2352005-04-26      Joel Sherrill <joel@OARcorp.com>
236
237        * network/network.c: Add include rtems/bspIo.h to eliminate warning.
238
2392005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
242
2432005-01-04      Joel Sherrill <joel@OARcorp.com>
244
245        * startup/bspstart.c, startup/exit.c: Remove warnings.
246
2472005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * Makefile.am: Remove build-variant support.
250
2512004-11-05      Joel Sherrill <joel@OARcorp.com>
252
253        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
254        area being named sdram NOT RAM.
255
2562004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
257
258        * startup/bspstart.c: Use POSIX fixed size types.
259
2602004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
261
262        * configure.ac: Require automake > 1.9.
263
2642004-07-24      Joel Sherrill <joel@OARcorp.com>
265
266        * .cvsignore: New file.
267
2682004-07-15      Jay Monkman
269
270        * console/.cvsignore, include/.cvsignore, network/.cvsignore,
271        start/.cvsignore, startup/.cvsignore: New files.
272
2732004-07-15      Jay Monkman
274
275        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times,
276        console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c,
277        network/lan91c11x.h, network/network.c, start/start.S,
278        startup/bspstart.c, startup/exit.c, startup/linkcmds,
279        startup/memmap.c: New files.
280
Note: See TracBrowser for help on using the repository browser.