source: rtems/c/src/lib/libbsp/arm/ChangeLog @ 1781f59f

4.104.114.95
Last change on this file since 1781f59f was 34dd9782, checked in by Joel Sherrill <joel.sherrill@…>, on 04/16/08 at 18:38:04

2008-04-16 Matthieu Bucchianeri <mbucchia@…>

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