source: rtems/c/src/lib/libbsp/arm/ChangeLog @ 89b7e69

4.104.114.84.95
Last change on this file since 89b7e69 was 89b7e69, checked in by Joel Sherrill <joel.sherrill@…>, on 06/13/07 at 21:20:50

2007-06-13 Ray Xu <rayx@…>

  • shared/abort/simple_abort.c: Shrink the memory requirements. Joel reformatted for style.
  • Property mode set to 100644
File size: 8.8 KB
Line 
12007-06-13      Ray Xu <rayx@gmail.com>
2
3        * shared/abort/simple_abort.c: Shrink the memory requirements. Joel
4        reformatted for style.
5
62007-06-13      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * acinclude.m4: Remove armulator.
9
102007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am,
13        armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am,
14        armulator/clock/clockdrv.c, armulator/console/console-io.c,
15        armulator/console/mon-syscalls.S, armulator/include/.cvsignore,
16        armulator/include/bsp.h, armulator/include/tm27.h,
17        armulator/start/start.S, armulator/startup/bspstart.c,
18        armulator/startup/libcfunc.c, armulator/startup/linkcmds,
19        armulator/startup/swi.h, armulator/startup/syscalls.c,
20        armulator/startup/trap.S: Removed.
21
222007-05-15      Ray Xu <rayx@gmail.com>
23
24        * shared/abort/abort.c, shared/abort/simple_abort.c: New files.
25
262007-05-15      Ray Xu <rayx@gmail.com>
27
28        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
29        not in score/cpu.
30
312007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * acinclude.m4: Regenerate.
34
352006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * shared/irq/irq_init.c: Remove unused var.
38
392006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: New BUG-REPORT address.
42
432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Require autoconf-2.60. Require automake-1.10.
46
472006-06-02      Jay Monkman <jtm@lopingdog.com>
48
49        * shared/irq/irq_init.c: Changed interrupt handling
50        to use shared rtems_irq_connect_data struct.
51
522005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Merge-in shared/Makefile.am.
55        * ChangeLog: Merge-in shared/ChangeLog.
56        * configure.ac: Remove shared/Makefile.am.
57
582005-07-06      Markku Puro <markku.puro@kopteri.net>
59
60        * acinclude.m4: Added GBA BSP.
61
622005-03-11      Philippe Simons <loki_666@fastmail.fm>
63
64        * acinclude.m4: Added gp32 BSP.
65        * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs,
66        gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c,
67        gp32/console/console.c, gp32/console/defaultfont.c,
68        gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h,
69        gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S,
70        gp32/startup/.cvsignore, gp32/startup/bspstart.c,
71        gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c:
72        New files.
73
742005-03-11      Jay Monkman <jtm@lopingdog.com>
75
76        * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am,
77        vegaplus/bsp_specs, vegaplus/configure.ac,
78        vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore,
79        vegaplus/include/bsp.h, vegaplus/include/registers.h,
80        vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S,
81        vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h,
82        vegaplus/start/start.S, vegaplus/startup/bspstart.c,
83        vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
84        * acinclude.m4: Removed vegaplus BSP.
85
862005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        PR bsps/771
89        * acinclude.m4: Remove arm_bare_bsp.
90        * configure.ac: Remove reference to arm_bare_bsp in
91        AC_CONFIG_SRCDIR. Use ../arm instead.
92
932005-02-25      Joel Sherrill <joel@OARcorp.com>
94
95        * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
96        arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
97        arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
98        arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
99        arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
100        arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
101        arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
102        arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
103        arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
104
1052004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * configure.ac: Require automake > 1.9.
108
1092004-07-15      Jay Monkman
110
111        * acinclude.m4: Added csb336 and csb337 BSPs
112
1132004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
116
1172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
120        * acinclude.m4: Regenerate.
121
1222004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * shared/Makefile.am: Add PREINSTALL_DIRS.
125
1262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
129        PRE/TMPINSTALL_FILES to CLEANFILES.
130
1312004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
134        $(RTEMS_BSP_FAMILY).
135
1362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * shared/Makefile.am: Use mkdir_p. Remove dirs from
139        PRE/TMPINSTALL_FILES.
140        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
141
1422003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
145        * shared/Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
146        * shared/Makefile.am: Add preinstallation dirstamp support.
147        * shared/comm/Makefile.am, shared/irq/Makefile.am: Remove.
148
1492003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * acinclude.m4: Reflect changes to bootstrap.
152        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
153
1542003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
155
156        PR 480/bsps
157        * shared/irq/irq_asm.S: Remove duplicate code.
158
1592003-09-04      Joel Sherrill <joel@OARcorp.com>
160
161        * shared/comm/console.c, shared/comm/uart.c, shared/comm/uart.h,
162        shared/irq/irq_asm.S, shared/irq/irq_init.c: URL for license
163        changed.
164
1652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Reflect having moved aclocal/.
168
1692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
172        shared/irq/Makefile.am: Reflect having moved automake/.
173
1742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Use rtems-bugs@rtems.com as bug report email
177        address.
178
1792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Remove AC_CONFIG_AUX_DIR.
182
1832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
186        * configure.ac: AC_PREREQ(2.57).
187
1882002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
191
1922002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
193
194        * shared/irq/irq_asm.S, shared/irq/irq_init.c: Fixes a bug with
195        handling the situation where we are processing an IRQ, and we
196        receive an FIQ.
197        * acinclude.m4: Added edb7312.
198
1992002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
202
2032002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
204
205        * shared/irq/irq_asm.S: Add FIQ support.
206
2072002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
208
209        * shared/irq/irq_asm.S: ARM port works well enough to run all
210        sptests, tmtests, and ttcp.  In addition to general cleanup, there
211        has been considerable optimization to interrupt disable/enable,
212        endian swapping, and context switching.
213
2142002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
215
216        * shared/irq/irq_asm.S: Significant rework in attempt to make
217        interrupts work.  They appear to be very close to correct but not
218        100%.
219
2202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am, shared/comm/Makefile.am, shared/Makefile.am,
223        shared/irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
225        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
226
2272002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * shared/comm/console.c, shared/irq/irq_init.c: Include
230        rtems/bspIo.h instead of bspIo.h.
231
2322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
235        * configure.ac: New file, generated from configure.in by autoupdate.
236        * configure.in: Remove.
237
2382001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * acinclude.m4: New file.
241        * configure.in: Use RTEMS_BSP_SUBDIR.
242
2432001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * shared/comm/Makefile.am: Use 'PREINSTALL_FILES ='.
246
2472001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.in: remove shared/io/Makefile.
250        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
251
2522000-12-06      Joel Sherrill <joel@OARcorp.com>
253
254        * shared/comm/console.c: Added casts to eliminate warnings.
255        * shared/comm/console.c (console_reserve_resources): Removed.
256
2572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
260
2612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
264        $(RTEMS_TOPdir)/aclocal.
265
2662000-11-02      Joel Sherrill <joel@OARcorp.com>
267
268        * bsp_specs: Remove -Tlinkcmds from *link rule.
269
2702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
273        GNU canonicalization.
274
2752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
278        shared/irq/Makefile.am: Include compile.am
279
2802000-08-10      Joel Sherrill <joel@OARcorp.com>
281
282        * ChangeLog, shared/ChangeLog: New file.
283
Note: See TracBrowser for help on using the repository browser.