source: rtems/c/src/lib/libcpu/arm/ChangeLog @ dfdf7961

4.115
Last change on this file since dfdf7961 was dfdf7961, checked in by Sebastian Huber <sebastian.huber@…>, on 09/19/11 at 07:01:02

2011-09-19 Andrei Mozzhuhin <nopscmn@…>

PR 1915/libcpu

  • at91rm9200/usart/usart.c: Fixed polled read.
  • Property mode set to 100644
File size: 18.6 KB
Line 
12011-09-19      Andrei Mozzhuhin <nopscmn@gmail.com>
2
3        PR 1915/libcpu
4        * at91rm9200/usart/usart.c: Fixed polled read.
5
62011-07-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        PR 1832/libcpu
9        * at91rm9200/irq/irq.c: he bsp_interrupt_dispatch routine does not
10        determine the correct interrupt source number. According to the
11        datasheet, the reading of the interrupt vector register (AIC_IVR)
12        notifies the hardware that the OS is taken care of the interrupt.
13        Only after AIC_IVR have been read can the correct source number be
14        read from the interrupt status register (AIC_ISR).
15
162011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
17
18        * shared/include/cache_.h: Moved content of "cache.h" to "cache_.h".
19        * shared/include/cache.h: Removed file.
20
212011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * pxa255/pmc/pmc.c, shared/include/arm-cp15.h:
24        Use "__asm__" instead of "asm" for improved c99-compliance.
25
262011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Require autoconf-2.68, automake-1.11.1.
29
302011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
31
32        * s3c24xx/irq/irq.c: Fix typo where license said found in found in.
33
342010-08-15      Joel Sherrill <joel.sherrilL@OARcorp.com>
35
36        * at91rm9200/dbgu/dbgu.c, pxa255/ffuart/ffuart.c: Add BSP_poll_char.
37
382010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
39
40        * at91rm9200/dbgu/dbgu.c, at91rm9200/usart/usart.c,
41        pxa255/ffuart/ffuart.c: Fixed warnings due to Termios API change.
42
432010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
44
45        * at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, lpc22xx/irq/irq.c,
46        lpc22xx/irq/irq.h, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
47        pxa255/irq/irq.c, pxa255/irq/irq.h, s3c24xx/irq/irq.c,
48        s3c24xx/irq/irq.h: The previous interrupt warning fix changed the
49        interrupt handler API.  To fix this problem the generic interrupt
50        support framework will be used now.  This eliminates a lot of copy and
51        paste code.  The interrupt header file is now <bsp/irq.h>.
52        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
53        mc9328mxl/clock/clockdrv.c, pxa255/clock/clock.c,
54        s3c24xx/clock/clockdrv.c: Include <bsp/irq.h> instead of <irq.h>.
55        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
56        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
57        s3c24xx/irq/bsp_irq_asm.S, s3c24xx/irq/bsp_irq_init.c: Removed files.
58        * Makefile.am, preinstall.am: Reflect changes above.
59
602010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
61
62        * configure.ac, Makefile.am, at91rm9200/clock/clock.c,
63        at91rm9200/irq/bsp_irq_init.c,
64        at91rm9200/irq/irq.h, at91rm9200/usart/usart.c,
65        lpc22xx/clock/clockdrv.c, lpc22xx/irq/bsp_irq_init.c,
66        lpc22xx/irq/irq.h, mc9328mxl/irq/bsp_irq_init.c,
67        mc9328mxl/irq/irq.h libcpu/arm/pxa255/clock/clock.c,
68        pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.h,
69        s3c24xx/clock/clockdrv.c, s3c24xx/irq/bsp_irq_init.c,
70        s3c24xx/irq/irq.h: changes to consolidate s3c24xx support and to
71        make irq system warning-free
72        * s3c2400/clock/clockdrv.c, s3c2400/clock/support.c,
73        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
74        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c
75        libcpu/arm/s3c2400/irq/irq.h, s3c2400/timer/timer.c,
76        s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
77        s3c2410/irq/irq.h: removed after merge into s3c24xx
78
79        * s3c24xx/include/s3c2400.h, s3c24xx/include/s3c2410.h,
80        s3c24xx/rq/bsp_irq_asm.S: moved from s3c2400 or s3c2410 tree
81
822010-04-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
83
84        * shared/include/arm-cp15.h: Documentation.  Fixed mask defines.
85
862010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
87
88        * shared/include/cache.h: Fixed _CPU_cache_disable_data().
89
902010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
91
92        * shared/include/arm-cp15.h, shared/include/cache.h,
93        shared/include/cache_.h: New files.
94        * Makefile.am, preinstall.am: Update for new files.
95        * shared/arm920/mmu.c: Include and use <libcpu/arm-cp15.h>.
96
972009-11-30      Fernando Nicodemos <fgnicodemos@terra.com.br>
98
99        * at91rm9200/include/at91rm9200.h: Update to match development version.
100
1012009-11-21      Fernando Nicodemos <fgnicodemos@terra.com.br>
102
103        * Makefile.am, preinstall.am, at91rm9200/include/at91rm9200.h: Add
104        initial support for USART on at91rm9200.
105        * at91rm9200/include/at91rm9200_usart.h, at91rm9200/usart/usart.c:
106        New files.
107
1082009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * pxa255/ffuart/ffuart.c: Add BSP_poll_char.
111
1122009-08-22      Xi Yang <hiyangxi@gmail.com>
113
114        * pxa255/include/pxa255.h: Add constants for LCD, Network, and Timer.
115        * pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.c,
116        pxa255/irq/irq.h: Change to dummy_handler().
117
1182009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * s3c2400/clock/clockdrv.c, s3c24xx/clock/clockdrv.c: Add stubs for
121        nanoseconds since tick handler.
122
1232009-08-06      Xi Yang <hiyangxi@gmail.com>
124
125        * pxa255/clock/clock.c: Adjust clock for Skyeye. Joel added empty
126        nanoseconds since last tick handler.
127
1282009-08-04      Xi Yang <hiyangxi@gmail.com>
129
130        * pxa255/clock/clock.c: Move parentheses to improve math. More tests
131        run.
132
1332009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
134
135        * Makefile.am: Removed references to deleted file
136        '../../libbsp/arm/shared/irq/irq_asm.S'.
137        * s3c2410/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_asm.S,
138        pxa255/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_asm.S,
139        at91rm9200/irq/bsp_irq_asm.S, s3c2400/irq/bsp_irq_asm.S: Renamed
140        ExecuteITHandler() into bsp_interrupt_dispatch().
141
1422009-07-10      Xi Yang <hiyangxi@gmail.com>
143
144        * Makefile.am, pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h,
145        pxa255/pmc/pmc.c: Add PMC support.
146
1472009-06-29      Xi Yang <hiyangxi@gmail.com>
148
149        * pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h: Add Skyeye support.
150        * pxa255/include/bits.h: Removed.
151
1522009-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * preinstall.am, pxa255/clock/clock.c, pxa255/ffuart/ffuart.c,
155        pxa255/irq/bsp_irq_init.c, pxa255/timer/timer.c: Fix typos and update
156        timer.
157
1582009-06-05      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * pxa255/clock/clock.c: Add ON_SKYEYE option to enable fast idle mode.
161
1622009-06-04      Xi Yang <hiyangxi@gmail.com>
163
164        * Makefile.am, configure.ac, preinstall.am: New Gumstix BSP and PXA255
165        support.
166        * pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/include/bits.h,
167        pxa255/include/ffuart.h, pxa255/include/pxa255.h,
168        pxa255/irq/bsp_irq_asm.S, pxa255/irq/bsp_irq_init.c,
169        pxa255/irq/irq.c, pxa255/irq/irq.h, pxa255/pmc/pmc.c,
170        pxa255/timer/timer.c: New files.
171
1722009-06-02      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * at91rm9200/dbgu/dbgu.c: Needed carriage return on newline.
175
1762009-05-27      Fernando Nicodemos <fgnicodemos@terra.com.br>
177
178        * at91rm9200/clock/clock.c: Add support for nanoseconds since last
179        tick. The resolution is not that high but better than nothing.
180
1812008-12-11      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
184        mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c,
185        s3c24xx/clock/clockdrv.c:
186        Include ../../../../libbsp/shared/clockdrv_shell.h
187        instead of ../../../../libbsp/shared/clockdrv_shell.c.
188
1892008-12-11      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * lpc22xx/include/lpc22xx.h, mc9328mxl/include/mc9328mxl.h:
192        #include <stdint.h> instead of <rtems/stdint.h>.
193        * at91rm9200/dbgu/dbgu.c: Add missing prototype.
194
1952008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * at91rm9200/dbgu/dbgu.c: Use standardized bsp_cleanup() which can
198        optionally print a message, poll for user to press key, and call
199        bsp_reset(). Using this eliminates the various bsp_cleanup()
200        implementations which had their own implementation and variety of
201        string constants. This driver had to support the standard poll
202        key input method.
203
2042008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,
207        mc9328mxl/timer/timer.c, s3c2400/timer/timer.c,
208        s3c24xx/timer/timer.c: Convert to "bool".
209
2102008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,
213        mc9328mxl/timer/timer.c, s3c2400/timer/timer.c,
214        s3c24xx/timer/timer.c: Rename timer driver methods to follow RTEMS
215        programming conventions.
216
2172008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * lpc22xx/timer/timer.c: Remove broken bool implementation.
220        Remove unused vars.
221
2222008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * at91rm9200/irq/bsp_irq_init.c, lpc22xx/irq/bsp_irq_init.c,
225        mc9328mxl/irq/bsp_irq_init.c, s3c24xx/irq/bsp_irq_init.c:
226        Add missing prototypes.
227
2282008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        * s3c24xx/clock/clockdrv.c: Use
231        rtems_configuration_get_microseconds_per_tick() rather than obsolete
232        BSP_Configuration reference.
233
2342008-05-06      Ray Xu <rayx.cn@gmail.com>
235
236        * Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h:
237        Add CPU type s3c2410. Add a new s3c24xx common file shared between
238        s3c2400 and s3c2410. Most content is moved from s3c2400 now. Some
239        were changed to include <s3c24xx.h> instead of <s3c2400.h>.
240        * s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
241        s3c2410/irq/irq.h, s3c24xx/clock/clockdrv.c, s3c24xx/clock/support.c,
242        s3c24xx/include/s3c24xx.h, s3c24xx/irq/bsp_irq_init.c,
243        s3c24xx/irq/irq.c, s3c24xx/irq/irq.h, s3c24xx/timer/timer.c: New files.
244
2452007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
246
247        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
248        mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c: Eliminate
249        copies of the Configuration Table. Use the RTEMS provided accessor
250        macros to obtain configuration fields.
251
2522007-11-03      Ray Xu <rayx.cn@gmail.com>
253        *lpc22xx/irq/bsp_irq_asm.S: Add veneer for ARM<->Thumb
254        lpc22xx/irq/bsp_irq_init.c: add VIC address init
255
2562007-10-05      Ray Xu <xr@trasin.net>
257
258        * lpc22xx/clock/clockdrv.c, lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: Now
259        runs in Skyeye.
260
2612007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        PR 1257/bsps
264        * at91rm9200/irq/irq.c, lpc22xx/irq/irq.c, mc9328mxl/irq/irq.c,
265        s3c2400/irq/irq.c: Code outside of cpukit should use the public API
266        for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
267        public API and directly accessing _CPU_ISR_Disable and
268        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
269        directive which could lead to problems. This patch also changes the
270        type of the variable passed into these routines and addresses minor
271        style issues.
272
2732007-05-01      Ray Xu <xr@trasin.net>
274
275        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
276        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c,
277        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c: Update
278        BSP to address changes between 4.7 and CVS head as well as to address
279        comments from Ralf and Joel.
280
2812007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
284        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c,
285        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c:
286        Use current OAR license file URL.
287
2882007-04-25      Ray Xu <xr@trasin.net>
289
290        * Makefile.am, configure.ac: Add lpc22xx support.
291        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
292        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/timer/lpc_timer.h,
293        lpc22xx/timer/timer.c, lpc22xx/irq/bsp_irq_init.c
294        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: New (Initial submission).
295
2962007-03-12      Joel Sherrill <joel@OARcorp.com>
297
298        * at91rm9200/clock/clock.c, at91rm9200/dbgu/dbgu.c,
299        at91rm9200/include/at91rm9200.h,
300        at91rm9200/include/at91rm9200_dbgu.h,
301        at91rm9200/include/at91rm9200_emac.h,
302        at91rm9200/include/at91rm9200_gpio.h,
303        at91rm9200/include/at91rm9200_mem.h,
304        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
305        at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
306        at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
307        at91rm9200/timer/timer.c, mc9328mxl/clock/clockdrv.c,
308        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/bsp_irq_asm.S,
309        mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c,
310        mc9328mxl/irq/irq.h, mc9328mxl/timer/timer.c,
311        s3c2400/clock/clockdrv.c, s3c2400/timer/timer.c: Correct license URL
312        and/or fix mistake in copyright notice. Both of these mistakes appear
313        to be from code submitted after these changes were made previously.
314
3152006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * configure.ac: New BUG-REPORT address.
318
3192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
320
321        * configure.ac: Require autoconf-2.60. Require automake-1.10.
322
3232006-09-11      Joel Sherrill <joel@OARcorp.com>
324
325        * at91rm9200/include/at91rm9200.h,
326        at91rm9200/include/at91rm9200_dbgu.h,
327        at91rm9200/include/at91rm9200_emac.h,
328        at91rm9200/include/at91rm9200_gpio.h,
329        at91rm9200/include/at91rm9200_mem.h,
330        at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h:
331        Convert C++ style comments to C style.
332
3332006-09-11      Chris Johns <chrisj@rtems.org>
334
335        * s3c2400/include/s3c2400.h: Remove extra CRLF.
336       
3372006-06-02      Jay Monkman <jtm@lopingdog.com>
338
339        * mc9328mxl/include/mc9328mxl.h: Added UART register definitions.
340
3412006-06-02      Jay Monkman <jtm@lopingdog.com>
342
343        * shared/arm920/mmu.c: Fixed bug in mmu_get_ctrl(),
344        added mmu_set_cpu_async() function.
345
3462006-06-02      Jay Monkman <jtm@lopingdog.com>
347
348        * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c,
349        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
350        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
351        s3c2400/irq/bsp_irq_init.c: Changed interrupt handling
352        to use shared rtems_irq_connect_data struct.
353
3542006-05-31      Joel Sherrill <joel@OARcorp.com>
355
356        * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
357
3582006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
359
360        * configure.ac: Use RTEMS_AMPOLISH3.
361
3622006-03-07      Lars Munch <lars@segv.dk>
363
364        * at91rm9200/clock/clock.c: The clock tick is not very precise on
365        at91rm9200. The attached patch improves the situation by:
366          (1) Not reloading the "period interval timer" register in the
367              interrupt handler since this is done automatically.
368          (2) Use integer rounding in the calculation of the "period interval
369              timer" register value to get as close as posible to the
370              CONFIGURE_MICROSECONDS_PER_TICK value.
371
3722005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
375
3762005-09-15      Jay Monkman <jtm@lopingdog.com>
377
378        PR 776/bsps
379        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
380        pass interrupt vector number to ISR on AT91RM9200.
381
3822005-08-17      Lars Munch <lars@segv.dk>
383
384        PR 727/bsps
385        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
386        tick is not 9.365 miliseconds long.
387
3882005-07-07      Philippe Simons <loki_666@fastmail.fm>
389
390        * Makefile.am: Remove s3c2400/lcd/lcd.c
391        * s3c2400/lcd/lcd.c: Remove.
392        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
393
3942005-06-01      Philippe Simons <loki_666@fastmail.fm>
395
396        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
397        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
398        * s3c2400/timer/timer.c: Update to use get_PCLK()
399
4002005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
401
402        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
403        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
404        should be included after the addition of a parameter to ISRs.
405
4062005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * Makefile.am: Merge-in s3c2400/Makefile.am.
409        * preinstall.am: Regenerate.
410        * s3c2400/Makefile.am: Remove.
411        * configure.ac: Remove s3c2400/Makefile.
412
4132005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
414
415        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
416        * preinstall.am: Regenerate.
417        * mc9328mxl/Makefile.am: Remove.
418        * configure.ac: Remove mc9328mxl/Makefile.
419
4202005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * Makefile.am: Merge-in at91rm9200/Makefile.am.
423        * preinstall.am: Regenerate.
424        * at91rm9200/Makefile.am: Remove.
425        * configure.ac: Remove at91rm9200/Makefile.
426
4272005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
428
429        * Makefile.am: Merge-in shared/Makefile.am.
430        * preinstall.am: New.
431        * shared/Makefile.am: Remove.
432        * configure.ac: Reflect changes above.
433
4342005-05-03      Joel Sherrill <joel@OARcorp.com>
435
436        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
437
4382005-04-26      Joel Sherrill <joel@OARcorp.com>
439
440        * s3c2400/clock/clockdrv.c: Eliminate warning.
441
4422005-03-11      Philippe Simons <loki_666@fastmail.fm>
443
444        * Makefile.am, configure.ac: Added gp32 BSP.
445        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
446        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
447        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
448        s3c2400/timer/timer.c: New files.
449
4502005-03-08      Jay Monkman <jtm@lopingdog.com>
451
452        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
453
4542005-02-24      Jay Monkman <jtm@lopingdog.com>
455
456        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
457
4582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
459
460        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
461        Eliminate CFLAGS_OPTIMIZE_V.
462
4632005-01-04      Joel Sherrill <joel@OARcorp.com>
464
465        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
466        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
467        shared/arm920/mmu.c: Remove warnings.
468
4692005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
470
471        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
472        shared/Makefile.am: Remove build-variant support.
473
4742005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
475
476        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
477        shared/ChangeLog.
478        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
479        Remove.
480
4812004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
482
483        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
484        fixed-size types.
485
4862004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
487
488        * configure.ac: Remove RTEMS_ENABLE_BARE.
489
4902004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
491
492        * configure.ac: Require automake > 1.9.
493
4942004-07-24      Joel Sherrill <joel@OARcorp.com>
495
496        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
497        New files.
498
4992004-07-15      Jay Monkman
500
501        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
502        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
503        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
504        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
505        at91rm9200/include/at91rm9200.h,
506        at91rm9200/include/at91rm9200_dbgu.h,
507        at91rm9200/include/at91rm9200_emac.h,
508        at91rm9200/include/at91rm9200_gpio.h,
509        at91rm9200/include/at91rm9200_mem.h,
510        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
511        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
512        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
513        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
514        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
515        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
516        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
517        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
518        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
519        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
520        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
521        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
522        shared/include/mmu.h: New files.
523
Note: See TracBrowser for help on using the repository browser.