source: rtems/c/src/lib/libbsp/arm/ChangeLog @ 754610f

4.104.114.84.95
Last change on this file since 754610f was 965c3924, checked in by Jay Monkman <jtm@…>, on 06/03/06 at 03:24:00

2006-06-02 Jay Monkman <jtm@…>

  • shared/irq/irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.
  • Property mode set to 100644
File size: 7.4 KB
Line 
12006-06-02      Jay Monkman <jtm@lopingdog.com>
2
3        * shared/irq/irq_init.c: Changed interrupt handling
4        to use shared rtems_irq_connect_data struct.
5
62005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Merge-in shared/Makefile.am.
9        * ChangeLog: Merge-in shared/ChangeLog.
10        * configure.ac: Remove shared/Makefile.am.
11
122005-07-06      Markku Puro <markku.puro@kopteri.net>
13
14        * acinclude.m4: Added GBA BSP.
15
162005-03-11      Philippe Simons <loki_666@fastmail.fm>
17
18        * acinclude.m4: Added gp32 BSP.
19        * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs,
20        gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c,
21        gp32/console/console.c, gp32/console/defaultfont.c,
22        gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h,
23        gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S,
24        gp32/startup/.cvsignore, gp32/startup/bspstart.c,
25        gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c:
26        New files.
27
282005-03-11      Jay Monkman <jtm@lopingdog.com>
29
30        * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am,
31        vegaplus/bsp_specs, vegaplus/configure.ac,
32        vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore,
33        vegaplus/include/bsp.h, vegaplus/include/registers.h,
34        vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S,
35        vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h,
36        vegaplus/start/start.S, vegaplus/startup/bspstart.c,
37        vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
38        * acinclude.m4: Removed vegaplus BSP.
39
402005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        PR bsps/771
43        * acinclude.m4: Remove arm_bare_bsp.
44        * configure.ac: Remove reference to arm_bare_bsp in
45        AC_CONFIG_SRCDIR. Use ../arm instead.
46
472005-02-25      Joel Sherrill <joel@OARcorp.com>
48
49        * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
50        arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
51        arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
52        arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
53        arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
54        arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
55        arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
56        arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
57        arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
58
592004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * configure.ac: Require automake > 1.9.
62
632004-07-15      Jay Monkman
64
65        * acinclude.m4: Added csb336 and csb337 BSPs
66
672004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
70
712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
74        * acinclude.m4: Regenerate.
75
762004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * shared/Makefile.am: Add PREINSTALL_DIRS.
79
802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
83        PRE/TMPINSTALL_FILES to CLEANFILES.
84
852004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
88        $(RTEMS_BSP_FAMILY).
89
902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * shared/Makefile.am: Use mkdir_p. Remove dirs from
93        PRE/TMPINSTALL_FILES.
94        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
95
962003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
99        * shared/Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
100        * shared/Makefile.am: Add preinstallation dirstamp support.
101        * shared/comm/Makefile.am, shared/irq/Makefile.am: Remove.
102
1032003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * acinclude.m4: Reflect changes to bootstrap.
106        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
107
1082003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
109
110        PR 480/bsps
111        * shared/irq/irq_asm.S: Remove duplicate code.
112
1132003-09-04      Joel Sherrill <joel@OARcorp.com>
114
115        * shared/comm/console.c, shared/comm/uart.c, shared/comm/uart.h,
116        shared/irq/irq_asm.S, shared/irq/irq_init.c: URL for license
117        changed.
118
1192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Reflect having moved aclocal/.
122
1232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
126        shared/irq/Makefile.am: Reflect having moved automake/.
127
1282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Use rtems-bugs@rtems.com as bug report email
131        address.
132
1332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove AC_CONFIG_AUX_DIR.
136
1372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
140        * configure.ac: AC_PREREQ(2.57).
141
1422002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
145
1462002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
147
148        * shared/irq/irq_asm.S, shared/irq/irq_init.c: Fixes a bug with
149        handling the situation where we are processing an IRQ, and we
150        receive an FIQ.
151        * acinclude.m4: Added edb7312.
152
1532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
156
1572002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
158
159        * shared/irq/irq_asm.S: Add FIQ support.
160
1612002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
162
163        * shared/irq/irq_asm.S: ARM port works well enough to run all
164        sptests, tmtests, and ttcp.  In addition to general cleanup, there
165        has been considerable optimization to interrupt disable/enable,
166        endian swapping, and context switching.
167
1682002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
169
170        * shared/irq/irq_asm.S: Significant rework in attempt to make
171        interrupts work.  They appear to be very close to correct but not
172        100%.
173
1742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am, shared/comm/Makefile.am, shared/Makefile.am,
177        shared/irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
179        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
180
1812002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * shared/comm/console.c, shared/irq/irq_init.c: Include
184        rtems/bspIo.h instead of bspIo.h.
185
1862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
189        * configure.ac: New file, generated from configure.in by autoupdate.
190        * configure.in: Remove.
191
1922001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * acinclude.m4: New file.
195        * configure.in: Use RTEMS_BSP_SUBDIR.
196
1972001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * shared/comm/Makefile.am: Use 'PREINSTALL_FILES ='.
200
2012001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.in: remove shared/io/Makefile.
204        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
205
2062000-12-06      Joel Sherrill <joel@OARcorp.com>
207
208        * shared/comm/console.c: Added casts to eliminate warnings.
209        * shared/comm/console.c (console_reserve_resources): Removed.
210
2112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
214
2152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
218        $(RTEMS_TOPdir)/aclocal.
219
2202000-11-02      Joel Sherrill <joel@OARcorp.com>
221
222        * bsp_specs: Remove -Tlinkcmds from *link rule.
223
2242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
227        GNU canonicalization.
228
2292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
232        shared/irq/Makefile.am: Include compile.am
233
2342000-08-10      Joel Sherrill <joel@OARcorp.com>
235
236        * ChangeLog, shared/ChangeLog: New file.
237
Note: See TracBrowser for help on using the repository browser.