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

4.8
Last change on this file since eafefdf was 1f0fde99, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:02:10

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        PR 1257/bsps
9        * network/lan91c11x.c: Code outside of cpukit should use the public
10        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
11        the public API and directly accessing _CPU_ISR_Disable and
12        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
13        directive which could lead to problems. This patch also changes the
14        type of the variable passed into these routines and addresses minor
15        style issues.
16
172007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
20        since it was used to configure a no longer used feature. Device names
21        are now part of the filesystem not in a table.
22
232007-05-15      Ray Xu <rayx@gmail.com>
24
25        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
26        not in score/cpu.
27
282007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * bsp_specs: Remove qrtems_debug.
31
322007-03-12      Joel Sherrill <joel@OARcorp.com>
33
34        * include/bsp.h, network/lan91c11x.c, network/lan91c11x.h,
35        network/network.c, start/start.S, startup/bspstart.c, startup/exit.c,
36        startup/linkcmds, startup/memmap.c: Correct license URL and/or fix
37        mistake in copyright notice. Both of these mistakes appear to be from
38        code submitted after these changes were made previously.
39
402007-03-11      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/bspstart.c: Remove assignments of
43        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
44        value in boot_card.c
45
462006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * network/network.c (mc9328mxl_enet_ioctl): Use ioctl_command_t.
49
502006-11-15      Joel Sherrill <joel@OARcorp.com>
51
52        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
53        file and simplified initialization.
54
552006-11-01      Joel Sherrill <joel@OARcorp.com>
56
57        * bsp_specs: Fix typo.
58
592006-10-30      Joel Sherrill <joel@OARcorp.com>
60
61        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
62
632006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Remove superfluous -DASM.
66
672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Require autoconf-2.60. Require automake-1.10.
70
712006-06-02      Jay Monkman <jtm@lopingdog.com>
72
73        * startup/linkcmds: Removed unnecessary global definition of
74        bsp_vector_table.
75
762006-06-02      Jay Monkman <jtm@lopingdog.com>
77
78        * times: Reran timing tests and updated 'times' file.
79
802006-06-02      Jay Monkman <jtm@lopingdog.com>
81
82        * startup/bspstart.c: Fixed PLL calculations.
83
842006-06-02      Jay Monkman <jtm@lopingdog.com>
85
86        * Makefile.am, console/uart.c, startup/exit.c:  Changed UART
87          driver to be interrupt driven, added support for both UARTs.
88
89
902006-06-02      Jay Monkman <jtm@lopingdog.com>
91
92        * network/network.c: Changed interrupt handling
93        to use shared rtems_irq_connect_data struct.
94
952006-06-02      Jay Monkman <jtm@lopingdog.com>
96
97        * start/start.S, startup/linkcmds: Defined UNDEF exception
98        stack space.
99
1002006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Add preinstall.am.
103
1042005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * bsp_specs: remove %lib.
107
1082005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * bsp_specs: Remove %cpp.
111
1122005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * include/bsp.h: New header guard.
115
1162005-04-26      Joel Sherrill <joel@OARcorp.com>
117
118        * network/network.c: Add include rtems/bspIo.h to eliminate warning.
119
1202005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
123
1242005-01-04      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/bspstart.c, startup/exit.c: Remove warnings.
127
1282005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Remove build-variant support.
131
1322004-11-05      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
135        area being named sdram NOT RAM.
136
1372004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
138
139        * startup/bspstart.c: Use POSIX fixed size types.
140
1412004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * configure.ac: Require automake > 1.9.
144
1452004-07-24      Joel Sherrill <joel@OARcorp.com>
146
147        * .cvsignore: New file.
148
1492004-07-15      Jay Monkman
150
151        * console/.cvsignore, include/.cvsignore, network/.cvsignore,
152        start/.cvsignore, startup/.cvsignore: New files.
153
1542004-07-15      Jay Monkman
155
156        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times,
157        console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c,
158        network/lan91c11x.h, network/network.c, start/start.S,
159        startup/bspstart.c, startup/exit.c, startup/linkcmds,
160        startup/memmap.c: New files.
161
Note: See TracBrowser for help on using the repository browser.