source: rtems/c/src/lib/libbsp/arm/ChangeLog @ e890774

4.104.114.84.95
Last change on this file since e890774 was 3544296, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/25/07 at 13:04:37

2007-04-25 Ralf Corsépius <ralf.corsepius@…>

  • acinclude.m4: Regenerate.
  • Property mode set to 100644
File size: 7.8 KB
Line 
12007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * acinclude.m4: Regenerate.
4
52006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * shared/irq/irq_init.c: Remove unused var.
8
92006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: New BUG-REPORT address.
12
132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Require autoconf-2.60. Require automake-1.10.
16
172006-06-02      Jay Monkman <jtm@lopingdog.com>
18
19        * shared/irq/irq_init.c: Changed interrupt handling
20        to use shared rtems_irq_connect_data struct.
21
222005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Merge-in shared/Makefile.am.
25        * ChangeLog: Merge-in shared/ChangeLog.
26        * configure.ac: Remove shared/Makefile.am.
27
282005-07-06      Markku Puro <markku.puro@kopteri.net>
29
30        * acinclude.m4: Added GBA BSP.
31
322005-03-11      Philippe Simons <loki_666@fastmail.fm>
33
34        * acinclude.m4: Added gp32 BSP.
35        * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs,
36        gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c,
37        gp32/console/console.c, gp32/console/defaultfont.c,
38        gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h,
39        gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S,
40        gp32/startup/.cvsignore, gp32/startup/bspstart.c,
41        gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c:
42        New files.
43
442005-03-11      Jay Monkman <jtm@lopingdog.com>
45
46        * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am,
47        vegaplus/bsp_specs, vegaplus/configure.ac,
48        vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore,
49        vegaplus/include/bsp.h, vegaplus/include/registers.h,
50        vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S,
51        vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h,
52        vegaplus/start/start.S, vegaplus/startup/bspstart.c,
53        vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
54        * acinclude.m4: Removed vegaplus BSP.
55
562005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        PR bsps/771
59        * acinclude.m4: Remove arm_bare_bsp.
60        * configure.ac: Remove reference to arm_bare_bsp in
61        AC_CONFIG_SRCDIR. Use ../arm instead.
62
632005-02-25      Joel Sherrill <joel@OARcorp.com>
64
65        * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
66        arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
67        arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
68        arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
69        arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
70        arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
71        arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
72        arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
73        arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
74
752004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * configure.ac: Require automake > 1.9.
78
792004-07-15      Jay Monkman
80
81        * acinclude.m4: Added csb336 and csb337 BSPs
82
832004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
86
872004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
90        * acinclude.m4: Regenerate.
91
922004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * shared/Makefile.am: Add PREINSTALL_DIRS.
95
962004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
99        PRE/TMPINSTALL_FILES to CLEANFILES.
100
1012004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
104        $(RTEMS_BSP_FAMILY).
105
1062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * shared/Makefile.am: Use mkdir_p. Remove dirs from
109        PRE/TMPINSTALL_FILES.
110        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
111
1122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
115        * shared/Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
116        * shared/Makefile.am: Add preinstallation dirstamp support.
117        * shared/comm/Makefile.am, shared/irq/Makefile.am: Remove.
118
1192003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * acinclude.m4: Reflect changes to bootstrap.
122        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
123
1242003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
125
126        PR 480/bsps
127        * shared/irq/irq_asm.S: Remove duplicate code.
128
1292003-09-04      Joel Sherrill <joel@OARcorp.com>
130
131        * shared/comm/console.c, shared/comm/uart.c, shared/comm/uart.h,
132        shared/irq/irq_asm.S, shared/irq/irq_init.c: URL for license
133        changed.
134
1352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Reflect having moved aclocal/.
138
1392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
142        shared/irq/Makefile.am: Reflect having moved automake/.
143
1442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Use rtems-bugs@rtems.com as bug report email
147        address.
148
1492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Remove AC_CONFIG_AUX_DIR.
152
1532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
156        * configure.ac: AC_PREREQ(2.57).
157
1582002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
161
1622002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
163
164        * shared/irq/irq_asm.S, shared/irq/irq_init.c: Fixes a bug with
165        handling the situation where we are processing an IRQ, and we
166        receive an FIQ.
167        * acinclude.m4: Added edb7312.
168
1692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
172
1732002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
174
175        * shared/irq/irq_asm.S: Add FIQ support.
176
1772002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
178
179        * shared/irq/irq_asm.S: ARM port works well enough to run all
180        sptests, tmtests, and ttcp.  In addition to general cleanup, there
181        has been considerable optimization to interrupt disable/enable,
182        endian swapping, and context switching.
183
1842002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
185
186        * shared/irq/irq_asm.S: Significant rework in attempt to make
187        interrupts work.  They appear to be very close to correct but not
188        100%.
189
1902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am, shared/comm/Makefile.am, shared/Makefile.am,
193        shared/irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
194        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
195        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
196
1972002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * shared/comm/console.c, shared/irq/irq_init.c: Include
200        rtems/bspIo.h instead of bspIo.h.
201
2022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
205        * configure.ac: New file, generated from configure.in by autoupdate.
206        * configure.in: Remove.
207
2082001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * acinclude.m4: New file.
211        * configure.in: Use RTEMS_BSP_SUBDIR.
212
2132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * shared/comm/Makefile.am: Use 'PREINSTALL_FILES ='.
216
2172001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.in: remove shared/io/Makefile.
220        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
221
2222000-12-06      Joel Sherrill <joel@OARcorp.com>
223
224        * shared/comm/console.c: Added casts to eliminate warnings.
225        * shared/comm/console.c (console_reserve_resources): Removed.
226
2272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
230
2312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
234        $(RTEMS_TOPdir)/aclocal.
235
2362000-11-02      Joel Sherrill <joel@OARcorp.com>
237
238        * bsp_specs: Remove -Tlinkcmds from *link rule.
239
2402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
243        GNU canonicalization.
244
2452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
248        shared/irq/Makefile.am: Include compile.am
249
2502000-08-10      Joel Sherrill <joel@OARcorp.com>
251
252        * ChangeLog, shared/ChangeLog: New file.
253
Note: See TracBrowser for help on using the repository browser.