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

4.8
Last change on this file since e02d489a was e02d489a, checked in by Joel Sherrill <joel.sherrill@…>, on 01/06/09 at 16:26:55

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

PR 1350/bsps

  • network/lan91c11x.c: Do not write 65th element into 64 element array.
  • Property mode set to 100644
File size: 4.8 KB
Line 
12009-01-06      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        PR 1350/bsps
4        * network/lan91c11x.c: Do not write 65th element into 64 element array.
5
62008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * startup/linkcmds: Add wildcard to gcc_except_table section so
9        programs compiled with gcc 4.3.x can link.
10
112007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        PR 1257/bsps
14        * network/lan91c11x.c: Code outside of cpukit should use the public
15        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
16        the public API and directly accessing _CPU_ISR_Disable and
17        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
18        directive which could lead to problems. This patch also changes the
19        type of the variable passed into these routines and addresses minor
20        style issues.
21
222007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
25        since it was used to configure a no longer used feature. Device names
26        are now part of the filesystem not in a table.
27
282007-05-15      Ray Xu <rayx@gmail.com>
29
30        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
31        not in score/cpu.
32
332007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * bsp_specs: Remove qrtems_debug.
36
372007-03-12      Joel Sherrill <joel@OARcorp.com>
38
39        * include/bsp.h, network/lan91c11x.c, network/lan91c11x.h,
40        network/network.c, start/start.S, startup/bspstart.c, startup/exit.c,
41        startup/linkcmds, startup/memmap.c: Correct license URL and/or fix
42        mistake in copyright notice. Both of these mistakes appear to be from
43        code submitted after these changes were made previously.
44
452007-03-11      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/bspstart.c: Remove assignments of
48        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
49        value in boot_card.c
50
512006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * network/network.c (mc9328mxl_enet_ioctl): Use ioctl_command_t.
54
552006-11-15      Joel Sherrill <joel@OARcorp.com>
56
57        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
58        file and simplified initialization.
59
602006-11-01      Joel Sherrill <joel@OARcorp.com>
61
62        * bsp_specs: Fix typo.
63
642006-10-30      Joel Sherrill <joel@OARcorp.com>
65
66        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
67
682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Remove superfluous -DASM.
71
722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Require autoconf-2.60. Require automake-1.10.
75
762006-06-02      Jay Monkman <jtm@lopingdog.com>
77
78        * startup/linkcmds: Removed unnecessary global definition of
79        bsp_vector_table.
80
812006-06-02      Jay Monkman <jtm@lopingdog.com>
82
83        * times: Reran timing tests and updated 'times' file.
84
852006-06-02      Jay Monkman <jtm@lopingdog.com>
86
87        * startup/bspstart.c: Fixed PLL calculations.
88
892006-06-02      Jay Monkman <jtm@lopingdog.com>
90
91        * Makefile.am, console/uart.c, startup/exit.c:  Changed UART
92          driver to be interrupt driven, added support for both UARTs.
93
94
952006-06-02      Jay Monkman <jtm@lopingdog.com>
96
97        * network/network.c: Changed interrupt handling
98        to use shared rtems_irq_connect_data struct.
99
1002006-06-02      Jay Monkman <jtm@lopingdog.com>
101
102        * start/start.S, startup/linkcmds: Defined UNDEF exception
103        stack space.
104
1052006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Add preinstall.am.
108
1092005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * bsp_specs: remove %lib.
112
1132005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * bsp_specs: Remove %cpp.
116
1172005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * include/bsp.h: New header guard.
120
1212005-04-26      Joel Sherrill <joel@OARcorp.com>
122
123        * network/network.c: Add include rtems/bspIo.h to eliminate warning.
124
1252005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
128
1292005-01-04      Joel Sherrill <joel@OARcorp.com>
130
131        * startup/bspstart.c, startup/exit.c: Remove warnings.
132
1332005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * Makefile.am: Remove build-variant support.
136
1372004-11-05      Joel Sherrill <joel@OARcorp.com>
138
139        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
140        area being named sdram NOT RAM.
141
1422004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        * startup/bspstart.c: Use POSIX fixed size types.
145
1462004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
147
148        * configure.ac: Require automake > 1.9.
149
1502004-07-24      Joel Sherrill <joel@OARcorp.com>
151
152        * .cvsignore: New file.
153
1542004-07-15      Jay Monkman
155
156        * console/.cvsignore, include/.cvsignore, network/.cvsignore,
157        start/.cvsignore, startup/.cvsignore: New files.
158
1592004-07-15      Jay Monkman
160
161        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times,
162        console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c,
163        network/lan91c11x.h, network/network.c, start/start.S,
164        startup/bspstart.c, startup/exit.c, startup/linkcmds,
165        startup/memmap.c: New files.
166
Note: See TracBrowser for help on using the repository browser.