source: rtems/c/src/lib/libcpu/arm/ChangeLog @ 3ed964f9

4.104.115
Last change on this file since 3ed964f9 was c193baad, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 04/09/10 at 20:24:57

unify irq data types and code, merge s3c2400/s3c2410 support

  • Property mode set to 100644
File size: 16.2 KB
Line 
12010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * configure.ac, Makefile.am, at91rm9200/clock/clock.c,
4        at91rm9200/irq/bsp_irq_init.c,
5        at91rm9200/irq/irq.h, at91rm9200/usart/usart.c,
6        lpc22xx/clock/clockdrv.c, lpc22xx/irq/bsp_irq_init.c,
7        lpc22xx/irq/irq.h, mc9328mxl/irq/bsp_irq_init.c,
8        mc9328mxl/irq/irq.h libcpu/arm/pxa255/clock/clock.c,
9        pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.h,
10        s3c24xx/clock/clockdrv.c, s3c24xx/irq/bsp_irq_init.c,
11        s3c24xx/irq/irq.h: changes to consolidate s3c24xx support and to
12        make irq system warning-free
13        * s3c2400/clock/clockdrv.c, s3c2400/clock/support.c,
14        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
15        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c
16        libcpu/arm/s3c2400/irq/irq.h, s3c2400/timer/timer.c,
17        s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
18        s3c2410/irq/irq.h: removed after merge into s3c24xx
19
20        * s3c24xx/include/s3c2400.h, s3c24xx/include/s3c2410.h,
21        s3c24xx/rq/bsp_irq_asm.S: moved from s3c2400 or s3c2410 tree
22
232010-04-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * shared/include/arm-cp15.h: Documentation.  Fixed mask defines.
26
272010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
28
29        * shared/include/cache.h: Fixed _CPU_cache_disable_data().
30
312010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
32
33        * shared/include/arm-cp15.h, shared/include/cache.h,
34        shared/include/cache_.h: New files.
35        * Makefile.am, preinstall.am: Update for new files.
36        * shared/arm920/mmu.c: Include and use <libcpu/arm-cp15.h>.
37
382009-11-30      Fernando Nicodemos <fgnicodemos@terra.com.br>
39
40        * at91rm9200/include/at91rm9200.h: Update to match development version.
41
422009-11-21      Fernando Nicodemos <fgnicodemos@terra.com.br>
43
44        * Makefile.am, preinstall.am, at91rm9200/include/at91rm9200.h: Add
45        initial support for USART on at91rm9200.
46        * at91rm9200/include/at91rm9200_usart.h, at91rm9200/usart/usart.c:
47        New files.
48
492009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * pxa255/ffuart/ffuart.c: Add BSP_poll_char.
52
532009-08-22      Xi Yang <hiyangxi@gmail.com>
54
55        * pxa255/include/pxa255.h: Add constants for LCD, Network, and Timer.
56        * pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.c,
57        pxa255/irq/irq.h: Change to dummy_handler().
58
592009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * s3c2400/clock/clockdrv.c, s3c24xx/clock/clockdrv.c: Add stubs for
62        nanoseconds since tick handler.
63
642009-08-06      Xi Yang <hiyangxi@gmail.com>
65
66        * pxa255/clock/clock.c: Adjust clock for Skyeye. Joel added empty
67        nanoseconds since last tick handler.
68
692009-08-04      Xi Yang <hiyangxi@gmail.com>
70
71        * pxa255/clock/clock.c: Move parentheses to improve math. More tests
72        run.
73
742009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
75
76        * Makefile.am: Removed references to deleted file
77        '../../libbsp/arm/shared/irq/irq_asm.S'.
78        * s3c2410/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_asm.S,
79        pxa255/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_asm.S,
80        at91rm9200/irq/bsp_irq_asm.S, s3c2400/irq/bsp_irq_asm.S: Renamed
81        ExecuteITHandler() into bsp_interrupt_dispatch().
82
832009-07-10      Xi Yang <hiyangxi@gmail.com>
84
85        * Makefile.am, pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h,
86        pxa255/pmc/pmc.c: Add PMC support.
87
882009-06-29      Xi Yang <hiyangxi@gmail.com>
89
90        * pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h: Add Skyeye support.
91        * pxa255/include/bits.h: Removed.
92
932009-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * preinstall.am, pxa255/clock/clock.c, pxa255/ffuart/ffuart.c,
96        pxa255/irq/bsp_irq_init.c, pxa255/timer/timer.c: Fix typos and update
97        timer.
98
992009-06-05      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * pxa255/clock/clock.c: Add ON_SKYEYE option to enable fast idle mode.
102
1032009-06-04      Xi Yang <hiyangxi@gmail.com>
104
105        * Makefile.am, configure.ac, preinstall.am: New Gumstix BSP and PXA255
106        support.
107        * pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/include/bits.h,
108        pxa255/include/ffuart.h, pxa255/include/pxa255.h,
109        pxa255/irq/bsp_irq_asm.S, pxa255/irq/bsp_irq_init.c,
110        pxa255/irq/irq.c, pxa255/irq/irq.h, pxa255/pmc/pmc.c,
111        pxa255/timer/timer.c: New files.
112
1132009-06-02      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * at91rm9200/dbgu/dbgu.c: Needed carriage return on newline.
116
1172009-05-27      Fernando Nicodemos <fgnicodemos@terra.com.br>
118
119        * at91rm9200/clock/clock.c: Add support for nanoseconds since last
120        tick. The resolution is not that high but better than nothing.
121
1222008-12-11      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
125        mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c,
126        s3c24xx/clock/clockdrv.c:
127        Include ../../../../libbsp/shared/clockdrv_shell.h
128        instead of ../../../../libbsp/shared/clockdrv_shell.c.
129
1302008-12-11      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * lpc22xx/include/lpc22xx.h, mc9328mxl/include/mc9328mxl.h:
133        #include <stdint.h> instead of <rtems/stdint.h>.
134        * at91rm9200/dbgu/dbgu.c: Add missing prototype.
135
1362008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * at91rm9200/dbgu/dbgu.c: Use standardized bsp_cleanup() which can
139        optionally print a message, poll for user to press key, and call
140        bsp_reset(). Using this eliminates the various bsp_cleanup()
141        implementations which had their own implementation and variety of
142        string constants. This driver had to support the standard poll
143        key input method.
144
1452008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,
148        mc9328mxl/timer/timer.c, s3c2400/timer/timer.c,
149        s3c24xx/timer/timer.c: Convert to "bool".
150
1512008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,
154        mc9328mxl/timer/timer.c, s3c2400/timer/timer.c,
155        s3c24xx/timer/timer.c: Rename timer driver methods to follow RTEMS
156        programming conventions.
157
1582008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * lpc22xx/timer/timer.c: Remove broken bool implementation.
161        Remove unused vars.
162
1632008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * at91rm9200/irq/bsp_irq_init.c, lpc22xx/irq/bsp_irq_init.c,
166        mc9328mxl/irq/bsp_irq_init.c, s3c24xx/irq/bsp_irq_init.c:
167        Add missing prototypes.
168
1692008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * s3c24xx/clock/clockdrv.c: Use
172        rtems_configuration_get_microseconds_per_tick() rather than obsolete
173        BSP_Configuration reference.
174
1752008-05-06      Ray Xu <rayx.cn@gmail.com>
176
177        * Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h:
178        Add CPU type s3c2410. Add a new s3c24xx common file shared between
179        s3c2400 and s3c2410. Most content is moved from s3c2400 now. Some
180        were changed to include <s3c24xx.h> instead of <s3c2400.h>.
181        * s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
182        s3c2410/irq/irq.h, s3c24xx/clock/clockdrv.c, s3c24xx/clock/support.c,
183        s3c24xx/include/s3c24xx.h, s3c24xx/irq/bsp_irq_init.c,
184        s3c24xx/irq/irq.c, s3c24xx/irq/irq.h, s3c24xx/timer/timer.c: New files.
185
1862007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
189        mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c: Eliminate
190        copies of the Configuration Table. Use the RTEMS provided accessor
191        macros to obtain configuration fields.
192
1932007-11-03      Ray Xu <rayx.cn@gmail.com>
194        *lpc22xx/irq/bsp_irq_asm.S: Add veneer for ARM<->Thumb
195        lpc22xx/irq/bsp_irq_init.c: add VIC address init
196
1972007-10-05      Ray Xu <xr@trasin.net>
198
199        * lpc22xx/clock/clockdrv.c, lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: Now
200        runs in Skyeye.
201
2022007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        PR 1257/bsps
205        * at91rm9200/irq/irq.c, lpc22xx/irq/irq.c, mc9328mxl/irq/irq.c,
206        s3c2400/irq/irq.c: Code outside of cpukit should use the public API
207        for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
208        public API and directly accessing _CPU_ISR_Disable and
209        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
210        directive which could lead to problems. This patch also changes the
211        type of the variable passed into these routines and addresses minor
212        style issues.
213
2142007-05-01      Ray Xu <xr@trasin.net>
215
216        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
217        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c,
218        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c: Update
219        BSP to address changes between 4.7 and CVS head as well as to address
220        comments from Ralf and Joel.
221
2222007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
225        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c,
226        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c:
227        Use current OAR license file URL.
228
2292007-04-25      Ray Xu <xr@trasin.net>
230
231        * Makefile.am, configure.ac: Add lpc22xx support.
232        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
233        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/timer/lpc_timer.h,
234        lpc22xx/timer/timer.c, lpc22xx/irq/bsp_irq_init.c
235        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: New (Initial submission).
236
2372007-03-12      Joel Sherrill <joel@OARcorp.com>
238
239        * at91rm9200/clock/clock.c, at91rm9200/dbgu/dbgu.c,
240        at91rm9200/include/at91rm9200.h,
241        at91rm9200/include/at91rm9200_dbgu.h,
242        at91rm9200/include/at91rm9200_emac.h,
243        at91rm9200/include/at91rm9200_gpio.h,
244        at91rm9200/include/at91rm9200_mem.h,
245        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
246        at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
247        at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
248        at91rm9200/timer/timer.c, mc9328mxl/clock/clockdrv.c,
249        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/bsp_irq_asm.S,
250        mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c,
251        mc9328mxl/irq/irq.h, mc9328mxl/timer/timer.c,
252        s3c2400/clock/clockdrv.c, s3c2400/timer/timer.c: Correct license URL
253        and/or fix mistake in copyright notice. Both of these mistakes appear
254        to be from code submitted after these changes were made previously.
255
2562006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
257
258        * configure.ac: New BUG-REPORT address.
259
2602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * configure.ac: Require autoconf-2.60. Require automake-1.10.
263
2642006-09-11      Joel Sherrill <joel@OARcorp.com>
265
266        * at91rm9200/include/at91rm9200.h,
267        at91rm9200/include/at91rm9200_dbgu.h,
268        at91rm9200/include/at91rm9200_emac.h,
269        at91rm9200/include/at91rm9200_gpio.h,
270        at91rm9200/include/at91rm9200_mem.h,
271        at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h:
272        Convert C++ style comments to C style.
273
2742006-09-11      Chris Johns <chrisj@rtems.org>
275
276        * s3c2400/include/s3c2400.h: Remove extra CRLF.
277       
2782006-06-02      Jay Monkman <jtm@lopingdog.com>
279
280        * mc9328mxl/include/mc9328mxl.h: Added UART register definitions.
281
2822006-06-02      Jay Monkman <jtm@lopingdog.com>
283
284        * shared/arm920/mmu.c: Fixed bug in mmu_get_ctrl(),
285        added mmu_set_cpu_async() function.
286
2872006-06-02      Jay Monkman <jtm@lopingdog.com>
288
289        * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c,
290        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
291        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
292        s3c2400/irq/bsp_irq_init.c: Changed interrupt handling
293        to use shared rtems_irq_connect_data struct.
294
2952006-05-31      Joel Sherrill <joel@OARcorp.com>
296
297        * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
298
2992006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * configure.ac: Use RTEMS_AMPOLISH3.
302
3032006-03-07      Lars Munch <lars@segv.dk>
304
305        * at91rm9200/clock/clock.c: The clock tick is not very precise on
306        at91rm9200. The attached patch improves the situation by:
307          (1) Not reloading the "period interval timer" register in the
308              interrupt handler since this is done automatically.
309          (2) Use integer rounding in the calculation of the "period interval
310              timer" register value to get as close as posible to the
311              CONFIGURE_MICROSECONDS_PER_TICK value.
312
3132005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
316
3172005-09-15      Jay Monkman <jtm@lopingdog.com>
318
319        PR 776/bsps
320        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
321        pass interrupt vector number to ISR on AT91RM9200.
322
3232005-08-17      Lars Munch <lars@segv.dk>
324
325        PR 727/bsps
326        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
327        tick is not 9.365 miliseconds long.
328
3292005-07-07      Philippe Simons <loki_666@fastmail.fm>
330
331        * Makefile.am: Remove s3c2400/lcd/lcd.c
332        * s3c2400/lcd/lcd.c: Remove.
333        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
334
3352005-06-01      Philippe Simons <loki_666@fastmail.fm>
336
337        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
338        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
339        * s3c2400/timer/timer.c: Update to use get_PCLK()
340
3412005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
342
343        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
344        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
345        should be included after the addition of a parameter to ISRs.
346
3472005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
348
349        * Makefile.am: Merge-in s3c2400/Makefile.am.
350        * preinstall.am: Regenerate.
351        * s3c2400/Makefile.am: Remove.
352        * configure.ac: Remove s3c2400/Makefile.
353
3542005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
355
356        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
357        * preinstall.am: Regenerate.
358        * mc9328mxl/Makefile.am: Remove.
359        * configure.ac: Remove mc9328mxl/Makefile.
360
3612005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * Makefile.am: Merge-in at91rm9200/Makefile.am.
364        * preinstall.am: Regenerate.
365        * at91rm9200/Makefile.am: Remove.
366        * configure.ac: Remove at91rm9200/Makefile.
367
3682005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * Makefile.am: Merge-in shared/Makefile.am.
371        * preinstall.am: New.
372        * shared/Makefile.am: Remove.
373        * configure.ac: Reflect changes above.
374
3752005-05-03      Joel Sherrill <joel@OARcorp.com>
376
377        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
378
3792005-04-26      Joel Sherrill <joel@OARcorp.com>
380
381        * s3c2400/clock/clockdrv.c: Eliminate warning.
382
3832005-03-11      Philippe Simons <loki_666@fastmail.fm>
384
385        * Makefile.am, configure.ac: Added gp32 BSP.
386        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
387        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
388        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
389        s3c2400/timer/timer.c: New files.
390
3912005-03-08      Jay Monkman <jtm@lopingdog.com>
392
393        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
394
3952005-02-24      Jay Monkman <jtm@lopingdog.com>
396
397        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
398
3992005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
402        Eliminate CFLAGS_OPTIMIZE_V.
403
4042005-01-04      Joel Sherrill <joel@OARcorp.com>
405
406        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
407        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
408        shared/arm920/mmu.c: Remove warnings.
409
4102005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
411
412        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
413        shared/Makefile.am: Remove build-variant support.
414
4152005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
416
417        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
418        shared/ChangeLog.
419        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
420        Remove.
421
4222004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
423
424        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
425        fixed-size types.
426
4272004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
428
429        * configure.ac: Remove RTEMS_ENABLE_BARE.
430
4312004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
432
433        * configure.ac: Require automake > 1.9.
434
4352004-07-24      Joel Sherrill <joel@OARcorp.com>
436
437        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
438        New files.
439
4402004-07-15      Jay Monkman
441
442        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
443        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
444        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
445        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
446        at91rm9200/include/at91rm9200.h,
447        at91rm9200/include/at91rm9200_dbgu.h,
448        at91rm9200/include/at91rm9200_emac.h,
449        at91rm9200/include/at91rm9200_gpio.h,
450        at91rm9200/include/at91rm9200_mem.h,
451        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
452        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
453        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
454        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
455        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
456        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
457        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
458        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
459        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
460        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
461        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
462        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
463        shared/include/mmu.h: New files.
464
Note: See TracBrowser for help on using the repository browser.