source: rtems/c/src/lib/libcpu/arm/ChangeLog @ 07f8af1

4.115
Last change on this file since 07f8af1 was 07f8af1, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/11 at 07:58:16

2011-06-07 Sebastian Huber <sebastian.huber@…>

  • shared/include/cache_.h: Moved content of "cache.h" to "cache_.h".
  • shared/include/cache.h: Removed file.
  • Property mode set to 100644
File size: 18.0 KB
Line 
12011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * shared/include/cache_.h: Moved content of "cache.h" to "cache_.h".
4        * shared/include/cache.h: Removed file.
5
62011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * pxa255/pmc/pmc.c, shared/include/arm-cp15.h:
9        Use "__asm__" instead of "asm" for improved c99-compliance.
10
112011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * configure.ac: Require autoconf-2.68, automake-1.11.1.
14
152011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
16
17        * s3c24xx/irq/irq.c: Fix typo where license said found in found in.
18
192010-08-15      Joel Sherrill <joel.sherrilL@OARcorp.com>
20
21        * at91rm9200/dbgu/dbgu.c, pxa255/ffuart/ffuart.c: Add BSP_poll_char.
22
232010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * at91rm9200/dbgu/dbgu.c, at91rm9200/usart/usart.c,
26        pxa255/ffuart/ffuart.c: Fixed warnings due to Termios API change.
27
282010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
29
30        * at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, lpc22xx/irq/irq.c,
31        lpc22xx/irq/irq.h, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
32        pxa255/irq/irq.c, pxa255/irq/irq.h, s3c24xx/irq/irq.c,
33        s3c24xx/irq/irq.h: The previous interrupt warning fix changed the
34        interrupt handler API.  To fix this problem the generic interrupt
35        support framework will be used now.  This eliminates a lot of copy and
36        paste code.  The interrupt header file is now <bsp/irq.h>.
37        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
38        mc9328mxl/clock/clockdrv.c, pxa255/clock/clock.c,
39        s3c24xx/clock/clockdrv.c: Include <bsp/irq.h> instead of <irq.h>.
40        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
41        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
42        s3c24xx/irq/bsp_irq_asm.S, s3c24xx/irq/bsp_irq_init.c: Removed files.
43        * Makefile.am, preinstall.am: Reflect changes above.
44
452010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
46
47        * configure.ac, Makefile.am, at91rm9200/clock/clock.c,
48        at91rm9200/irq/bsp_irq_init.c,
49        at91rm9200/irq/irq.h, at91rm9200/usart/usart.c,
50        lpc22xx/clock/clockdrv.c, lpc22xx/irq/bsp_irq_init.c,
51        lpc22xx/irq/irq.h, mc9328mxl/irq/bsp_irq_init.c,
52        mc9328mxl/irq/irq.h libcpu/arm/pxa255/clock/clock.c,
53        pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.h,
54        s3c24xx/clock/clockdrv.c, s3c24xx/irq/bsp_irq_init.c,
55        s3c24xx/irq/irq.h: changes to consolidate s3c24xx support and to
56        make irq system warning-free
57        * s3c2400/clock/clockdrv.c, s3c2400/clock/support.c,
58        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
59        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c
60        libcpu/arm/s3c2400/irq/irq.h, s3c2400/timer/timer.c,
61        s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
62        s3c2410/irq/irq.h: removed after merge into s3c24xx
63
64        * s3c24xx/include/s3c2400.h, s3c24xx/include/s3c2410.h,
65        s3c24xx/rq/bsp_irq_asm.S: moved from s3c2400 or s3c2410 tree
66
672010-04-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
68
69        * shared/include/arm-cp15.h: Documentation.  Fixed mask defines.
70
712010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
72
73        * shared/include/cache.h: Fixed _CPU_cache_disable_data().
74
752010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
76
77        * shared/include/arm-cp15.h, shared/include/cache.h,
78        shared/include/cache_.h: New files.
79        * Makefile.am, preinstall.am: Update for new files.
80        * shared/arm920/mmu.c: Include and use <libcpu/arm-cp15.h>.
81
822009-11-30      Fernando Nicodemos <fgnicodemos@terra.com.br>
83
84        * at91rm9200/include/at91rm9200.h: Update to match development version.
85
862009-11-21      Fernando Nicodemos <fgnicodemos@terra.com.br>
87
88        * Makefile.am, preinstall.am, at91rm9200/include/at91rm9200.h: Add
89        initial support for USART on at91rm9200.
90        * at91rm9200/include/at91rm9200_usart.h, at91rm9200/usart/usart.c:
91        New files.
92
932009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * pxa255/ffuart/ffuart.c: Add BSP_poll_char.
96
972009-08-22      Xi Yang <hiyangxi@gmail.com>
98
99        * pxa255/include/pxa255.h: Add constants for LCD, Network, and Timer.
100        * pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.c,
101        pxa255/irq/irq.h: Change to dummy_handler().
102
1032009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * s3c2400/clock/clockdrv.c, s3c24xx/clock/clockdrv.c: Add stubs for
106        nanoseconds since tick handler.
107
1082009-08-06      Xi Yang <hiyangxi@gmail.com>
109
110        * pxa255/clock/clock.c: Adjust clock for Skyeye. Joel added empty
111        nanoseconds since last tick handler.
112
1132009-08-04      Xi Yang <hiyangxi@gmail.com>
114
115        * pxa255/clock/clock.c: Move parentheses to improve math. More tests
116        run.
117
1182009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
119
120        * Makefile.am: Removed references to deleted file
121        '../../libbsp/arm/shared/irq/irq_asm.S'.
122        * s3c2410/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_asm.S,
123        pxa255/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_asm.S,
124        at91rm9200/irq/bsp_irq_asm.S, s3c2400/irq/bsp_irq_asm.S: Renamed
125        ExecuteITHandler() into bsp_interrupt_dispatch().
126
1272009-07-10      Xi Yang <hiyangxi@gmail.com>
128
129        * Makefile.am, pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h,
130        pxa255/pmc/pmc.c: Add PMC support.
131
1322009-06-29      Xi Yang <hiyangxi@gmail.com>
133
134        * pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h: Add Skyeye support.
135        * pxa255/include/bits.h: Removed.
136
1372009-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * preinstall.am, pxa255/clock/clock.c, pxa255/ffuart/ffuart.c,
140        pxa255/irq/bsp_irq_init.c, pxa255/timer/timer.c: Fix typos and update
141        timer.
142
1432009-06-05      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * pxa255/clock/clock.c: Add ON_SKYEYE option to enable fast idle mode.
146
1472009-06-04      Xi Yang <hiyangxi@gmail.com>
148
149        * Makefile.am, configure.ac, preinstall.am: New Gumstix BSP and PXA255
150        support.
151        * pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/include/bits.h,
152        pxa255/include/ffuart.h, pxa255/include/pxa255.h,
153        pxa255/irq/bsp_irq_asm.S, pxa255/irq/bsp_irq_init.c,
154        pxa255/irq/irq.c, pxa255/irq/irq.h, pxa255/pmc/pmc.c,
155        pxa255/timer/timer.c: New files.
156
1572009-06-02      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * at91rm9200/dbgu/dbgu.c: Needed carriage return on newline.
160
1612009-05-27      Fernando Nicodemos <fgnicodemos@terra.com.br>
162
163        * at91rm9200/clock/clock.c: Add support for nanoseconds since last
164        tick. The resolution is not that high but better than nothing.
165
1662008-12-11      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
169        mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c,
170        s3c24xx/clock/clockdrv.c:
171        Include ../../../../libbsp/shared/clockdrv_shell.h
172        instead of ../../../../libbsp/shared/clockdrv_shell.c.
173
1742008-12-11      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * lpc22xx/include/lpc22xx.h, mc9328mxl/include/mc9328mxl.h:
177        #include <stdint.h> instead of <rtems/stdint.h>.
178        * at91rm9200/dbgu/dbgu.c: Add missing prototype.
179
1802008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * at91rm9200/dbgu/dbgu.c: Use standardized bsp_cleanup() which can
183        optionally print a message, poll for user to press key, and call
184        bsp_reset(). Using this eliminates the various bsp_cleanup()
185        implementations which had their own implementation and variety of
186        string constants. This driver had to support the standard poll
187        key input method.
188
1892008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,
192        mc9328mxl/timer/timer.c, s3c2400/timer/timer.c,
193        s3c24xx/timer/timer.c: Convert to "bool".
194
1952008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,
198        mc9328mxl/timer/timer.c, s3c2400/timer/timer.c,
199        s3c24xx/timer/timer.c: Rename timer driver methods to follow RTEMS
200        programming conventions.
201
2022008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * lpc22xx/timer/timer.c: Remove broken bool implementation.
205        Remove unused vars.
206
2072008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * at91rm9200/irq/bsp_irq_init.c, lpc22xx/irq/bsp_irq_init.c,
210        mc9328mxl/irq/bsp_irq_init.c, s3c24xx/irq/bsp_irq_init.c:
211        Add missing prototypes.
212
2132008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * s3c24xx/clock/clockdrv.c: Use
216        rtems_configuration_get_microseconds_per_tick() rather than obsolete
217        BSP_Configuration reference.
218
2192008-05-06      Ray Xu <rayx.cn@gmail.com>
220
221        * Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h:
222        Add CPU type s3c2410. Add a new s3c24xx common file shared between
223        s3c2400 and s3c2410. Most content is moved from s3c2400 now. Some
224        were changed to include <s3c24xx.h> instead of <s3c2400.h>.
225        * s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
226        s3c2410/irq/irq.h, s3c24xx/clock/clockdrv.c, s3c24xx/clock/support.c,
227        s3c24xx/include/s3c24xx.h, s3c24xx/irq/bsp_irq_init.c,
228        s3c24xx/irq/irq.c, s3c24xx/irq/irq.h, s3c24xx/timer/timer.c: New files.
229
2302007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
233        mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c: Eliminate
234        copies of the Configuration Table. Use the RTEMS provided accessor
235        macros to obtain configuration fields.
236
2372007-11-03      Ray Xu <rayx.cn@gmail.com>
238        *lpc22xx/irq/bsp_irq_asm.S: Add veneer for ARM<->Thumb
239        lpc22xx/irq/bsp_irq_init.c: add VIC address init
240
2412007-10-05      Ray Xu <xr@trasin.net>
242
243        * lpc22xx/clock/clockdrv.c, lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: Now
244        runs in Skyeye.
245
2462007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        PR 1257/bsps
249        * at91rm9200/irq/irq.c, lpc22xx/irq/irq.c, mc9328mxl/irq/irq.c,
250        s3c2400/irq/irq.c: Code outside of cpukit should use the public API
251        for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
252        public API and directly accessing _CPU_ISR_Disable and
253        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
254        directive which could lead to problems. This patch also changes the
255        type of the variable passed into these routines and addresses minor
256        style issues.
257
2582007-05-01      Ray Xu <xr@trasin.net>
259
260        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
261        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c,
262        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c: Update
263        BSP to address changes between 4.7 and CVS head as well as to address
264        comments from Ralf and Joel.
265
2662007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
267
268        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
269        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c,
270        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c:
271        Use current OAR license file URL.
272
2732007-04-25      Ray Xu <xr@trasin.net>
274
275        * Makefile.am, configure.ac: Add lpc22xx support.
276        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
277        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/timer/lpc_timer.h,
278        lpc22xx/timer/timer.c, lpc22xx/irq/bsp_irq_init.c
279        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: New (Initial submission).
280
2812007-03-12      Joel Sherrill <joel@OARcorp.com>
282
283        * at91rm9200/clock/clock.c, at91rm9200/dbgu/dbgu.c,
284        at91rm9200/include/at91rm9200.h,
285        at91rm9200/include/at91rm9200_dbgu.h,
286        at91rm9200/include/at91rm9200_emac.h,
287        at91rm9200/include/at91rm9200_gpio.h,
288        at91rm9200/include/at91rm9200_mem.h,
289        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
290        at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
291        at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
292        at91rm9200/timer/timer.c, mc9328mxl/clock/clockdrv.c,
293        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/bsp_irq_asm.S,
294        mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c,
295        mc9328mxl/irq/irq.h, mc9328mxl/timer/timer.c,
296        s3c2400/clock/clockdrv.c, s3c2400/timer/timer.c: Correct license URL
297        and/or fix mistake in copyright notice. Both of these mistakes appear
298        to be from code submitted after these changes were made previously.
299
3002006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
301
302        * configure.ac: New BUG-REPORT address.
303
3042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
305
306        * configure.ac: Require autoconf-2.60. Require automake-1.10.
307
3082006-09-11      Joel Sherrill <joel@OARcorp.com>
309
310        * at91rm9200/include/at91rm9200.h,
311        at91rm9200/include/at91rm9200_dbgu.h,
312        at91rm9200/include/at91rm9200_emac.h,
313        at91rm9200/include/at91rm9200_gpio.h,
314        at91rm9200/include/at91rm9200_mem.h,
315        at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h:
316        Convert C++ style comments to C style.
317
3182006-09-11      Chris Johns <chrisj@rtems.org>
319
320        * s3c2400/include/s3c2400.h: Remove extra CRLF.
321       
3222006-06-02      Jay Monkman <jtm@lopingdog.com>
323
324        * mc9328mxl/include/mc9328mxl.h: Added UART register definitions.
325
3262006-06-02      Jay Monkman <jtm@lopingdog.com>
327
328        * shared/arm920/mmu.c: Fixed bug in mmu_get_ctrl(),
329        added mmu_set_cpu_async() function.
330
3312006-06-02      Jay Monkman <jtm@lopingdog.com>
332
333        * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c,
334        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
335        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
336        s3c2400/irq/bsp_irq_init.c: Changed interrupt handling
337        to use shared rtems_irq_connect_data struct.
338
3392006-05-31      Joel Sherrill <joel@OARcorp.com>
340
341        * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
342
3432006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * configure.ac: Use RTEMS_AMPOLISH3.
346
3472006-03-07      Lars Munch <lars@segv.dk>
348
349        * at91rm9200/clock/clock.c: The clock tick is not very precise on
350        at91rm9200. The attached patch improves the situation by:
351          (1) Not reloading the "period interval timer" register in the
352              interrupt handler since this is done automatically.
353          (2) Use integer rounding in the calculation of the "period interval
354              timer" register value to get as close as posible to the
355              CONFIGURE_MICROSECONDS_PER_TICK value.
356
3572005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
358
359        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
360
3612005-09-15      Jay Monkman <jtm@lopingdog.com>
362
363        PR 776/bsps
364        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
365        pass interrupt vector number to ISR on AT91RM9200.
366
3672005-08-17      Lars Munch <lars@segv.dk>
368
369        PR 727/bsps
370        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
371        tick is not 9.365 miliseconds long.
372
3732005-07-07      Philippe Simons <loki_666@fastmail.fm>
374
375        * Makefile.am: Remove s3c2400/lcd/lcd.c
376        * s3c2400/lcd/lcd.c: Remove.
377        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
378
3792005-06-01      Philippe Simons <loki_666@fastmail.fm>
380
381        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
382        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
383        * s3c2400/timer/timer.c: Update to use get_PCLK()
384
3852005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
386
387        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
388        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
389        should be included after the addition of a parameter to ISRs.
390
3912005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
392
393        * Makefile.am: Merge-in s3c2400/Makefile.am.
394        * preinstall.am: Regenerate.
395        * s3c2400/Makefile.am: Remove.
396        * configure.ac: Remove s3c2400/Makefile.
397
3982005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
399
400        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
401        * preinstall.am: Regenerate.
402        * mc9328mxl/Makefile.am: Remove.
403        * configure.ac: Remove mc9328mxl/Makefile.
404
4052005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
406
407        * Makefile.am: Merge-in at91rm9200/Makefile.am.
408        * preinstall.am: Regenerate.
409        * at91rm9200/Makefile.am: Remove.
410        * configure.ac: Remove at91rm9200/Makefile.
411
4122005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * Makefile.am: Merge-in shared/Makefile.am.
415        * preinstall.am: New.
416        * shared/Makefile.am: Remove.
417        * configure.ac: Reflect changes above.
418
4192005-05-03      Joel Sherrill <joel@OARcorp.com>
420
421        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
422
4232005-04-26      Joel Sherrill <joel@OARcorp.com>
424
425        * s3c2400/clock/clockdrv.c: Eliminate warning.
426
4272005-03-11      Philippe Simons <loki_666@fastmail.fm>
428
429        * Makefile.am, configure.ac: Added gp32 BSP.
430        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
431        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
432        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
433        s3c2400/timer/timer.c: New files.
434
4352005-03-08      Jay Monkman <jtm@lopingdog.com>
436
437        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
438
4392005-02-24      Jay Monkman <jtm@lopingdog.com>
440
441        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
442
4432005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
444
445        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
446        Eliminate CFLAGS_OPTIMIZE_V.
447
4482005-01-04      Joel Sherrill <joel@OARcorp.com>
449
450        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
451        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
452        shared/arm920/mmu.c: Remove warnings.
453
4542005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
455
456        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
457        shared/Makefile.am: Remove build-variant support.
458
4592005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
460
461        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
462        shared/ChangeLog.
463        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
464        Remove.
465
4662004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
467
468        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
469        fixed-size types.
470
4712004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
472
473        * configure.ac: Remove RTEMS_ENABLE_BARE.
474
4752004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
476
477        * configure.ac: Require automake > 1.9.
478
4792004-07-24      Joel Sherrill <joel@OARcorp.com>
480
481        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
482        New files.
483
4842004-07-15      Jay Monkman
485
486        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
487        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
488        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
489        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
490        at91rm9200/include/at91rm9200.h,
491        at91rm9200/include/at91rm9200_dbgu.h,
492        at91rm9200/include/at91rm9200_emac.h,
493        at91rm9200/include/at91rm9200_gpio.h,
494        at91rm9200/include/at91rm9200_mem.h,
495        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
496        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
497        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
498        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
499        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
500        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
501        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
502        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
503        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
504        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
505        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
506        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
507        shared/include/mmu.h: New files.
508
Note: See TracBrowser for help on using the repository browser.