source: rtems/c/src/lib/libbsp/arm/csb336/ChangeLog @ 4130d8e2

4.104.114.95
Last change on this file since 4130d8e2 was 4130d8e2, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 15:50:25

2007-12-11 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h, startup/bspstart.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
4        Configuration Table. Use the RTEMS provided accessor macros to obtain
5        configuration fields.
6
72007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
10        from CPU Table to Configuration Table. Eliminate CPU Table from all
11        ports. Delete references to CPU Table in all forms.
12
132007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
16        Table fields to the Configuration Table. This included
17        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
18        do_zero_of_workspace, extra_mpci_receive_server_stack,
19        stack_allocate_hook, and stack_free_hook. As a side-effect of this
20        effort some multiprocessing code was made conditional and some style
21        clean up occurred.
22
232007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        PR 1257/bsps
26        * network/lan91c11x.c: Code outside of cpukit should use the public
27        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
28        the public API and directly accessing _CPU_ISR_Disable and
29        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
30        directive which could lead to problems. This patch also changes the
31        type of the variable passed into these routines and addresses minor
32        style issues.
33
342007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
37        since it was used to configure a no longer used feature. Device names
38        are now part of the filesystem not in a table.
39
402007-05-15      Ray Xu <rayx@gmail.com>
41
42        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
43        not in score/cpu.
44
452007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * bsp_specs: Remove qrtems_debug.
48
492007-03-12      Joel Sherrill <joel@OARcorp.com>
50
51        * include/bsp.h, network/lan91c11x.c, network/lan91c11x.h,
52        network/network.c, start/start.S, startup/bspstart.c, startup/exit.c,
53        startup/linkcmds, startup/memmap.c: Correct license URL and/or fix
54        mistake in copyright notice. Both of these mistakes appear to be from
55        code submitted after these changes were made previously.
56
572007-03-11      Joel Sherrill <joel@OARcorp.com>
58
59        * startup/bspstart.c: Remove assignments of
60        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
61        value in boot_card.c
62
632006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * network/network.c (mc9328mxl_enet_ioctl): Use ioctl_command_t.
66
672006-11-15      Joel Sherrill <joel@OARcorp.com>
68
69        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
70        file and simplified initialization.
71
722006-11-01      Joel Sherrill <joel@OARcorp.com>
73
74        * bsp_specs: Fix typo.
75
762006-10-30      Joel Sherrill <joel@OARcorp.com>
77
78        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
79
802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Remove superfluous -DASM.
83
842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * configure.ac: Require autoconf-2.60. Require automake-1.10.
87
882006-06-02      Jay Monkman <jtm@lopingdog.com>
89
90        * startup/linkcmds: Removed unnecessary global definition of
91        bsp_vector_table.
92
932006-06-02      Jay Monkman <jtm@lopingdog.com>
94
95        * times: Reran timing tests and updated 'times' file.
96
972006-06-02      Jay Monkman <jtm@lopingdog.com>
98
99        * startup/bspstart.c: Fixed PLL calculations.
100
1012006-06-02      Jay Monkman <jtm@lopingdog.com>
102
103        * Makefile.am, console/uart.c, startup/exit.c:  Changed UART
104          driver to be interrupt driven, added support for both UARTs.
105
106
1072006-06-02      Jay Monkman <jtm@lopingdog.com>
108
109        * network/network.c: Changed interrupt handling
110        to use shared rtems_irq_connect_data struct.
111
1122006-06-02      Jay Monkman <jtm@lopingdog.com>
113
114        * start/start.S, startup/linkcmds: Defined UNDEF exception
115        stack space.
116
1172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Add preinstall.am.
120
1212005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * bsp_specs: remove %lib.
124
1252005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * bsp_specs: Remove %cpp.
128
1292005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * include/bsp.h: New header guard.
132
1332005-04-26      Joel Sherrill <joel@OARcorp.com>
134
135        * network/network.c: Add include rtems/bspIo.h to eliminate warning.
136
1372005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
140
1412005-01-04      Joel Sherrill <joel@OARcorp.com>
142
143        * startup/bspstart.c, startup/exit.c: Remove warnings.
144
1452005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * Makefile.am: Remove build-variant support.
148
1492004-11-05      Joel Sherrill <joel@OARcorp.com>
150
151        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
152        area being named sdram NOT RAM.
153
1542004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * startup/bspstart.c: Use POSIX fixed size types.
157
1582004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        * configure.ac: Require automake > 1.9.
161
1622004-07-24      Joel Sherrill <joel@OARcorp.com>
163
164        * .cvsignore: New file.
165
1662004-07-15      Jay Monkman
167
168        * console/.cvsignore, include/.cvsignore, network/.cvsignore,
169        start/.cvsignore, startup/.cvsignore: New files.
170
1712004-07-15      Jay Monkman
172
173        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times,
174        console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c,
175        network/lan91c11x.h, network/network.c, start/start.S,
176        startup/bspstart.c, startup/exit.c, startup/linkcmds,
177        startup/memmap.c: New files.
178
Note: See TracBrowser for help on using the repository browser.