source: rtems/c/src/lib/libbsp/arm/ChangeLog @ 17fbf03b

4.104.114.95
Last change on this file since 17fbf03b was 17fbf03b, checked in by Joel Sherrill <joel.sherrill@…>, on 05/06/08 at 21:03:02

2008-05-06 Ray Xu <rayx.cn@…>

  • acinclude.m4: Add smdk2410. Update gp32 to use shared code.
  • Property mode set to 100644
File size: 10.2 KB
Line 
12008-05-06      Ray Xu <rayx.cn@gmail.com>
2
3        * acinclude.m4: Add smdk2410. Update gp32 to use shared code.
4
52008-04-16      Matthieu Bucchianeri <mbucchia@gmail.com>
6
7        * acinclude.m4: Adding Nintendo DS BSP.
8
92008-02-15      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * shared/comm/console.c: Do not have BSP specific __assert.
12
132007-11-03      Ray Xu <rayx.cn@gmail.com>
14
15        * shared/abort/simple_abort.c: Add veneer for ARM<->Thumb
16        shared/irq/irq_asm.S: Add veneer for ARM<->Thumb
17
182007-11-06      Till Straumann <strauman@slac.stanford.edu>
19
20        * gba/irq/irq.c: test for non-NULL-ness before calling
21        'on'/'off' methods so that users don't have to provide
22        no-ops if they don't want this feature.
23
242007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        PR 1257/bsps
27        * shared/abort/abort.c, shared/abort/simple_abort.c,
28        shared/irq/irq_init.c: Code outside of cpukit should use the public
29        API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
30        the public API and directly accessing _CPU_ISR_Disable and
31        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
32        directive which could lead to problems. This patch also changes the
33        type of the variable passed into these routines and addresses minor
34        style issues.
35
362007-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * shared/abort/abort.c, shared/abort/simple_abort.c: Remove incorrect
39        and unneccessary prototype of printk.
40
412007-06-13      Ray Xu <rayx@gmail.com>
42
43        * shared/abort/simple_abort.c: Shrink the memory requirements. Joel
44        reformatted for style.
45
462007-06-13      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * acinclude.m4: Remove armulator.
49
502007-06-12      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am,
53        armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am,
54        armulator/clock/clockdrv.c, armulator/console/console-io.c,
55        armulator/console/mon-syscalls.S, armulator/include/.cvsignore,
56        armulator/include/bsp.h, armulator/include/tm27.h,
57        armulator/start/start.S, armulator/startup/bspstart.c,
58        armulator/startup/libcfunc.c, armulator/startup/linkcmds,
59        armulator/startup/swi.h, armulator/startup/syscalls.c,
60        armulator/startup/trap.S: Removed.
61
622007-05-15      Ray Xu <rayx.cn@gmail.com>
63
64        * shared/abort/abort.c, shared/abort/simple_abort.c: New files.
65
662007-05-15      Ray Xu <rayx.cn@gmail.com>
67
68        * Makefile.am: Add abort.rel since it is now in the BSP shared source,
69        not in score/cpu.
70
712007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * acinclude.m4: Regenerate.
74
752006-12-14      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * shared/irq/irq_init.c: Remove unused var.
78
792006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * configure.ac: New BUG-REPORT address.
82
832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * configure.ac: Require autoconf-2.60. Require automake-1.10.
86
872006-06-02      Jay Monkman <jtm@lopingdog.com>
88
89        * shared/irq/irq_init.c: Changed interrupt handling
90        to use shared rtems_irq_connect_data struct.
91
922005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Merge-in shared/Makefile.am.
95        * ChangeLog: Merge-in shared/ChangeLog.
96        * configure.ac: Remove shared/Makefile.am.
97
982005-07-06      Markku Puro <markku.puro@kopteri.net>
99
100        * acinclude.m4: Added GBA BSP.
101
1022005-03-11      Philippe Simons <loki_666@fastmail.fm>
103
104        * acinclude.m4: Added gp32 BSP.
105        * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs,
106        gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c,
107        gp32/console/console.c, gp32/console/defaultfont.c,
108        gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h,
109        gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S,
110        gp32/startup/.cvsignore, gp32/startup/bspstart.c,
111        gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c:
112        New files.
113
1142005-03-11      Jay Monkman <jtm@lopingdog.com>
115
116        * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am,
117        vegaplus/bsp_specs, vegaplus/configure.ac,
118        vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore,
119        vegaplus/include/bsp.h, vegaplus/include/registers.h,
120        vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S,
121        vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h,
122        vegaplus/start/start.S, vegaplus/startup/bspstart.c,
123        vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
124        * acinclude.m4: Removed vegaplus BSP.
125
1262005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        PR bsps/771
129        * acinclude.m4: Remove arm_bare_bsp.
130        * configure.ac: Remove reference to arm_bare_bsp in
131        AC_CONFIG_SRCDIR. Use ../arm instead.
132
1332005-02-25      Joel Sherrill <joel@OARcorp.com>
134
135        * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
136        arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
137        arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
138        arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
139        arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
140        arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
141        arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
142        arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
143        arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
144
1452004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * configure.ac: Require automake > 1.9.
148
1492004-07-15      Jay Monkman
150
151        * acinclude.m4: Added csb336 and csb337 BSPs
152
1532004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
156
1572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
160        * acinclude.m4: Regenerate.
161
1622004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * shared/Makefile.am: Add PREINSTALL_DIRS.
165
1662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
169        PRE/TMPINSTALL_FILES to CLEANFILES.
170
1712004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
174        $(RTEMS_BSP_FAMILY).
175
1762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * shared/Makefile.am: Use mkdir_p. Remove dirs from
179        PRE/TMPINSTALL_FILES.
180        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
181
1822003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
185        * shared/Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
186        * shared/Makefile.am: Add preinstallation dirstamp support.
187        * shared/comm/Makefile.am, shared/irq/Makefile.am: Remove.
188
1892003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * acinclude.m4: Reflect changes to bootstrap.
192        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
193
1942003-09-15      Jay Monkman <jtm@smoothsmoothie.com>
195
196        PR 480/bsps
197        * shared/irq/irq_asm.S: Remove duplicate code.
198
1992003-09-04      Joel Sherrill <joel@OARcorp.com>
200
201        * shared/comm/console.c, shared/comm/uart.c, shared/comm/uart.h,
202        shared/irq/irq_asm.S, shared/irq/irq_init.c: URL for license
203        changed.
204
2052003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Reflect having moved aclocal/.
208
2092003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
212        shared/irq/Makefile.am: Reflect having moved automake/.
213
2142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Use rtems-bugs@rtems.com as bug report email
217        address.
218
2192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove AC_CONFIG_AUX_DIR.
222
2232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
226        * configure.ac: AC_PREREQ(2.57).
227
2282002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
231
2322002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
233
234        * shared/irq/irq_asm.S, shared/irq/irq_init.c: Fixes a bug with
235        handling the situation where we are processing an IRQ, and we
236        receive an FIQ.
237        * acinclude.m4: Added edb7312.
238
2392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
242
2432002-10-04      Jay Monkman <jtm@smoothsmoothie.com>
244
245        * shared/irq/irq_asm.S: Add FIQ support.
246
2472002-07-30      Jay Monkman <jtm@smoothsmoothie.com>
248
249        * shared/irq/irq_asm.S: ARM port works well enough to run all
250        sptests, tmtests, and ttcp.  In addition to general cleanup, there
251        has been considerable optimization to interrupt disable/enable,
252        endian swapping, and context switching.
253
2542002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
255
256        * shared/irq/irq_asm.S: Significant rework in attempt to make
257        interrupts work.  They appear to be very close to correct but not
258        100%.
259
2602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am, shared/comm/Makefile.am, shared/Makefile.am,
263        shared/irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
265        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
266
2672002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * shared/comm/console.c, shared/irq/irq_init.c: Include
270        rtems/bspIo.h instead of bspIo.h.
271
2722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
275        * configure.ac: New file, generated from configure.in by autoupdate.
276        * configure.in: Remove.
277
2782001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * acinclude.m4: New file.
281        * configure.in: Use RTEMS_BSP_SUBDIR.
282
2832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * shared/comm/Makefile.am: Use 'PREINSTALL_FILES ='.
286
2872001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.in: remove shared/io/Makefile.
290        * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
291
2922000-12-06      Joel Sherrill <joel@OARcorp.com>
293
294        * shared/comm/console.c: Added casts to eliminate warnings.
295        * shared/comm/console.c (console_reserve_resources): Removed.
296
2972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
300
3012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
304        $(RTEMS_TOPdir)/aclocal.
305
3062000-11-02      Joel Sherrill <joel@OARcorp.com>
307
308        * bsp_specs: Remove -Tlinkcmds from *link rule.
309
3102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
313        GNU canonicalization.
314
3152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
318        shared/irq/Makefile.am: Include compile.am
319
3202000-08-10      Joel Sherrill <joel@OARcorp.com>
321
322        * ChangeLog, shared/ChangeLog: New file.
323
Note: See TracBrowser for help on using the repository browser.