source: rtems/c/src/lib/libcpu/arm/ChangeLog @ 010d830

4.115
Last change on this file since 010d830 was 010d830, checked in by Joel Sherrill <joel.sherrill@…>, on 08/15/10 at 23:28:46

2010-08-15 Joel Sherrill <joel.sherrilL@…>

  • at91rm9200/dbgu/dbgu.c, pxa255/ffuart/ffuart.c: Add BSP_poll_char.
  • Property mode set to 100644
File size: 17.4 KB
RevLine 
[010d830]12010-08-15      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * at91rm9200/dbgu/dbgu.c, pxa255/ffuart/ffuart.c: Add BSP_poll_char.
4
[ae3c037]52010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * at91rm9200/dbgu/dbgu.c, at91rm9200/usart/usart.c,
8        pxa255/ffuart/ffuart.c: Fixed warnings due to Termios API change.
9
[f4dc319a]102010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, lpc22xx/irq/irq.c,
13        lpc22xx/irq/irq.h, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
14        pxa255/irq/irq.c, pxa255/irq/irq.h, s3c24xx/irq/irq.c,
15        s3c24xx/irq/irq.h: The previous interrupt warning fix changed the
16        interrupt handler API.  To fix this problem the generic interrupt
17        support framework will be used now.  This eliminates a lot of copy and
18        paste code.  The interrupt header file is now <bsp/irq.h>.
19        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
20        mc9328mxl/clock/clockdrv.c, pxa255/clock/clock.c,
21        s3c24xx/clock/clockdrv.c: Include <bsp/irq.h> instead of <irq.h>.
22        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
23        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
24        s3c24xx/irq/bsp_irq_asm.S, s3c24xx/irq/bsp_irq_init.c: Removed files.
25        * Makefile.am, preinstall.am: Reflect changes above.
26
[c193baad]272010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
28
29        * configure.ac, Makefile.am, at91rm9200/clock/clock.c,
30        at91rm9200/irq/bsp_irq_init.c,
31        at91rm9200/irq/irq.h, at91rm9200/usart/usart.c,
32        lpc22xx/clock/clockdrv.c, lpc22xx/irq/bsp_irq_init.c,
33        lpc22xx/irq/irq.h, mc9328mxl/irq/bsp_irq_init.c,
34        mc9328mxl/irq/irq.h libcpu/arm/pxa255/clock/clock.c,
35        pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.h,
36        s3c24xx/clock/clockdrv.c, s3c24xx/irq/bsp_irq_init.c,
37        s3c24xx/irq/irq.h: changes to consolidate s3c24xx support and to
38        make irq system warning-free
39        * s3c2400/clock/clockdrv.c, s3c2400/clock/support.c,
40        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
41        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c
42        libcpu/arm/s3c2400/irq/irq.h, s3c2400/timer/timer.c,
43        s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
44        s3c2410/irq/irq.h: removed after merge into s3c24xx
45
46        * s3c24xx/include/s3c2400.h, s3c24xx/include/s3c2410.h,
47        s3c24xx/rq/bsp_irq_asm.S: moved from s3c2400 or s3c2410 tree
48
[5e657e2]492010-04-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
50
51        * shared/include/arm-cp15.h: Documentation.  Fixed mask defines.
52
[171090c]532010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
54
55        * shared/include/cache.h: Fixed _CPU_cache_disable_data().
56
[39c8fdb]572010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
58
59        * shared/include/arm-cp15.h, shared/include/cache.h,
60        shared/include/cache_.h: New files.
61        * Makefile.am, preinstall.am: Update for new files.
62        * shared/arm920/mmu.c: Include and use <libcpu/arm-cp15.h>.
63
[4e545aaa]642009-11-30      Fernando Nicodemos <fgnicodemos@terra.com.br>
65
66        * at91rm9200/include/at91rm9200.h: Update to match development version.
67
[4eee8434]682009-11-21      Fernando Nicodemos <fgnicodemos@terra.com.br>
69
70        * Makefile.am, preinstall.am, at91rm9200/include/at91rm9200.h: Add
71        initial support for USART on at91rm9200.
72        * at91rm9200/include/at91rm9200_usart.h, at91rm9200/usart/usart.c:
73        New files.
74
[96d8af5b]752009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * pxa255/ffuart/ffuart.c: Add BSP_poll_char.
78
[d46a0055]792009-08-22      Xi Yang <hiyangxi@gmail.com>
80
81        * pxa255/include/pxa255.h: Add constants for LCD, Network, and Timer.
82        * pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.c,
83        pxa255/irq/irq.h: Change to dummy_handler().
84
[7ca51e3]852009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * s3c2400/clock/clockdrv.c, s3c24xx/clock/clockdrv.c: Add stubs for
88        nanoseconds since tick handler.
89
[076bc8b]902009-08-06      Xi Yang <hiyangxi@gmail.com>
91
92        * pxa255/clock/clock.c: Adjust clock for Skyeye. Joel added empty
93        nanoseconds since last tick handler.
94
[389afd9]952009-08-04      Xi Yang <hiyangxi@gmail.com>
96
97        * pxa255/clock/clock.c: Move parentheses to improve math. More tests
98        run.
99
[9832a22c]1002009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
101
102        * Makefile.am: Removed references to deleted file
103        '../../libbsp/arm/shared/irq/irq_asm.S'.
104        * s3c2410/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_asm.S,
105        pxa255/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_asm.S,
106        at91rm9200/irq/bsp_irq_asm.S, s3c2400/irq/bsp_irq_asm.S: Renamed
107        ExecuteITHandler() into bsp_interrupt_dispatch().
108
[142a9df]1092009-07-10      Xi Yang <hiyangxi@gmail.com>
110
111        * Makefile.am, pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h,
112        pxa255/pmc/pmc.c: Add PMC support.
113
[b4e5a619]1142009-06-29      Xi Yang <hiyangxi@gmail.com>
115
116        * pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h: Add Skyeye support.
117        * pxa255/include/bits.h: Removed.
118
[b360885]1192009-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * preinstall.am, pxa255/clock/clock.c, pxa255/ffuart/ffuart.c,
122        pxa255/irq/bsp_irq_init.c, pxa255/timer/timer.c: Fix typos and update
123        timer.
124
[7a5c013]1252009-06-05      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * pxa255/clock/clock.c: Add ON_SKYEYE option to enable fast idle mode.
128
[d7a915da]1292009-06-04      Xi Yang <hiyangxi@gmail.com>
130
131        * Makefile.am, configure.ac, preinstall.am: New Gumstix BSP and PXA255
132        support.
133        * pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/include/bits.h,
134        pxa255/include/ffuart.h, pxa255/include/pxa255.h,
135        pxa255/irq/bsp_irq_asm.S, pxa255/irq/bsp_irq_init.c,
136        pxa255/irq/irq.c, pxa255/irq/irq.h, pxa255/pmc/pmc.c,
137        pxa255/timer/timer.c: New files.
138
[3b8dfa66]1392009-06-02      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * at91rm9200/dbgu/dbgu.c: Needed carriage return on newline.
142
[8d64f08e]1432009-05-27      Fernando Nicodemos <fgnicodemos@terra.com.br>
144
145        * at91rm9200/clock/clock.c: Add support for nanoseconds since last
146        tick. The resolution is not that high but better than nothing.
147
[130a08c]1482008-12-11      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
151        mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c,
152        s3c24xx/clock/clockdrv.c:
153        Include ../../../../libbsp/shared/clockdrv_shell.h
154        instead of ../../../../libbsp/shared/clockdrv_shell.c.
155
[0e7cdc1e]1562008-12-11      Ralf Corsepius <ralf.corsepius@rtems.org>
157
[532ef15]158        * lpc22xx/include/lpc22xx.h, mc9328mxl/include/mc9328mxl.h:
159        #include <stdint.h> instead of <rtems/stdint.h>.
[0e7cdc1e]160        * at91rm9200/dbgu/dbgu.c: Add missing prototype.
161
[9b623ee]1622008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * at91rm9200/dbgu/dbgu.c: Use standardized bsp_cleanup() which can
165        optionally print a message, poll for user to press key, and call
166        bsp_reset(). Using this eliminates the various bsp_cleanup()
167        implementations which had their own implementation and variety of
168        string constants. This driver had to support the standard poll
169        key input method.
170
[b6fe6334]1712008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,
174        mc9328mxl/timer/timer.c, s3c2400/timer/timer.c,
175        s3c24xx/timer/timer.c: Convert to "bool".
176
[7d6a5e2]1772008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,
180        mc9328mxl/timer/timer.c, s3c2400/timer/timer.c,
181        s3c24xx/timer/timer.c: Rename timer driver methods to follow RTEMS
182        programming conventions.
183
[f9c186c6]1842008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * lpc22xx/timer/timer.c: Remove broken bool implementation.
187        Remove unused vars.
188
[752b8951]1892008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * at91rm9200/irq/bsp_irq_init.c, lpc22xx/irq/bsp_irq_init.c,
192        mc9328mxl/irq/bsp_irq_init.c, s3c24xx/irq/bsp_irq_init.c:
193        Add missing prototypes.
194
[e6a4446]1952008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * s3c24xx/clock/clockdrv.c: Use
198        rtems_configuration_get_microseconds_per_tick() rather than obsolete
199        BSP_Configuration reference.
200
[dbdb0255]2012008-05-06      Ray Xu <rayx.cn@gmail.com>
202
203        * Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h:
204        Add CPU type s3c2410. Add a new s3c24xx common file shared between
205        s3c2400 and s3c2410. Most content is moved from s3c2400 now. Some
206        were changed to include <s3c24xx.h> instead of <s3c2400.h>.
207        * s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
208        s3c2410/irq/irq.h, s3c24xx/clock/clockdrv.c, s3c24xx/clock/support.c,
209        s3c24xx/include/s3c24xx.h, s3c24xx/irq/bsp_irq_init.c,
210        s3c24xx/irq/irq.c, s3c24xx/irq/irq.h, s3c24xx/timer/timer.c: New files.
211
[35f1d89]2122007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
215        mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c: Eliminate
216        copies of the Configuration Table. Use the RTEMS provided accessor
217        macros to obtain configuration fields.
218
[5a364be3]2192007-11-03      Ray Xu <rayx.cn@gmail.com>
220        *lpc22xx/irq/bsp_irq_asm.S: Add veneer for ARM<->Thumb
221        lpc22xx/irq/bsp_irq_init.c: add VIC address init
222
[c9274ae]2232007-10-05      Ray Xu <xr@trasin.net>
224
225        * lpc22xx/clock/clockdrv.c, lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: Now
226        runs in Skyeye.
227
[23f1974]2282007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        PR 1257/bsps
231        * at91rm9200/irq/irq.c, lpc22xx/irq/irq.c, mc9328mxl/irq/irq.c,
232        s3c2400/irq/irq.c: Code outside of cpukit should use the public API
233        for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
234        public API and directly accessing _CPU_ISR_Disable and
235        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
236        directive which could lead to problems. This patch also changes the
237        type of the variable passed into these routines and addresses minor
238        style issues.
239
[716f6be]2402007-05-01      Ray Xu <xr@trasin.net>
241
242        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
243        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c,
244        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c: Update
245        BSP to address changes between 4.7 and CVS head as well as to address
246        comments from Ralf and Joel.
247
[8b7e446e]2482007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
249
250        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
251        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c,
252        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c:
253        Use current OAR license file URL.
254
[7d33199]2552007-04-25      Ray Xu <xr@trasin.net>
256
257        * Makefile.am, configure.ac: Add lpc22xx support.
258        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
259        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/timer/lpc_timer.h,
[a44e045b]260        lpc22xx/timer/timer.c, lpc22xx/irq/bsp_irq_init.c
261        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: New (Initial submission).
[7d33199]262
[93f4a906]2632007-03-12      Joel Sherrill <joel@OARcorp.com>
264
265        * at91rm9200/clock/clock.c, at91rm9200/dbgu/dbgu.c,
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, at91rm9200/include/bits.h,
272        at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
273        at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
274        at91rm9200/timer/timer.c, mc9328mxl/clock/clockdrv.c,
275        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/bsp_irq_asm.S,
276        mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c,
277        mc9328mxl/irq/irq.h, mc9328mxl/timer/timer.c,
278        s3c2400/clock/clockdrv.c, s3c2400/timer/timer.c: Correct license URL
279        and/or fix mistake in copyright notice. Both of these mistakes appear
280        to be from code submitted after these changes were made previously.
281
[fcb0cd46]2822006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * configure.ac: New BUG-REPORT address.
285
[11c60096]2862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
287
288        * configure.ac: Require autoconf-2.60. Require automake-1.10.
289
[5e14d89]2902006-09-11      Joel Sherrill <joel@OARcorp.com>
291
292        * at91rm9200/include/at91rm9200.h,
293        at91rm9200/include/at91rm9200_dbgu.h,
294        at91rm9200/include/at91rm9200_emac.h,
295        at91rm9200/include/at91rm9200_gpio.h,
296        at91rm9200/include/at91rm9200_mem.h,
297        at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h:
298        Convert C++ style comments to C style.
299
[cb66894]3002006-09-11      Chris Johns <chrisj@rtems.org>
301
302        * s3c2400/include/s3c2400.h: Remove extra CRLF.
303       
[bc19e2a]3042006-06-02      Jay Monkman <jtm@lopingdog.com>
305
306        * mc9328mxl/include/mc9328mxl.h: Added UART register definitions.
307
3082006-06-02      Jay Monkman <jtm@lopingdog.com>
[7afe5a2]309
310        * shared/arm920/mmu.c: Fixed bug in mmu_get_ctrl(),
311        added mmu_set_cpu_async() function.
312
[bc19e2a]3132006-06-02      Jay Monkman <jtm@lopingdog.com>
[ada5201]314
315        * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c,
316        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
317        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
318        s3c2400/irq/bsp_irq_init.c: Changed interrupt handling
319        to use shared rtems_irq_connect_data struct.
320
[5c89efa]3212006-05-31      Joel Sherrill <joel@OARcorp.com>
322
323        * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
324
[4bee7d9c]3252006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
326
327        * configure.ac: Use RTEMS_AMPOLISH3.
328
[75bf564]3292006-03-07      Lars Munch <lars@segv.dk>
330
331        * at91rm9200/clock/clock.c: The clock tick is not very precise on
332        at91rm9200. The attached patch improves the situation by:
333          (1) Not reloading the "period interval timer" register in the
334              interrupt handler since this is done automatically.
335          (2) Use integer rounding in the calculation of the "period interval
336              timer" register value to get as close as posible to the
337              CONFIGURE_MICROSECONDS_PER_TICK value.
338
[4609200]3392005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
342
[1370850]3432005-09-15      Jay Monkman <jtm@lopingdog.com>
344
345        PR 776/bsps
346        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
347        pass interrupt vector number to ISR on AT91RM9200.
348
[77bb84e]3492005-08-17      Lars Munch <lars@segv.dk>
350
351        PR 727/bsps
352        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
353        tick is not 9.365 miliseconds long.
354
[1f18710]3552005-07-07      Philippe Simons <loki_666@fastmail.fm>
356
357        * Makefile.am: Remove s3c2400/lcd/lcd.c
358        * s3c2400/lcd/lcd.c: Remove.
359        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
360
[b2a4e861]3612005-06-01      Philippe Simons <loki_666@fastmail.fm>
362
363        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
364        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
365        * s3c2400/timer/timer.c: Update to use get_PCLK()
366
[2c24794]3672005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
368
[086c1c3]369        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
370        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
371        should be included after the addition of a parameter to ISRs.
[2c24794]372
[c9cc5be]3732005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
374
375        * Makefile.am: Merge-in s3c2400/Makefile.am.
376        * preinstall.am: Regenerate.
377        * s3c2400/Makefile.am: Remove.
378        * configure.ac: Remove s3c2400/Makefile.
379
[8540218]3802005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
381
382        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
383        * preinstall.am: Regenerate.
384        * mc9328mxl/Makefile.am: Remove.
385        * configure.ac: Remove mc9328mxl/Makefile.
386
[76aa03a]3872005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * Makefile.am: Merge-in at91rm9200/Makefile.am.
390        * preinstall.am: Regenerate.
391        * at91rm9200/Makefile.am: Remove.
392        * configure.ac: Remove at91rm9200/Makefile.
393
[08966e16]3942005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
395
396        * Makefile.am: Merge-in shared/Makefile.am.
397        * preinstall.am: New.
398        * shared/Makefile.am: Remove.
399        * configure.ac: Reflect changes above.
400
[d409705]4012005-05-03      Joel Sherrill <joel@OARcorp.com>
402
403        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
404
[7c6a5ca]4052005-04-26      Joel Sherrill <joel@OARcorp.com>
406
407        * s3c2400/clock/clockdrv.c: Eliminate warning.
408
[479ac2d8]4092005-03-11      Philippe Simons <loki_666@fastmail.fm>
410
411        * Makefile.am, configure.ac: Added gp32 BSP.
412        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
413        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
414        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
415        s3c2400/timer/timer.c: New files.
416
[8008148]4172005-03-08      Jay Monkman <jtm@lopingdog.com>
418
419        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
420
[c743b48]4212005-02-24      Jay Monkman <jtm@lopingdog.com>
422
423        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
424
[e56f1b4]4252005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
426
427        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
428        Eliminate CFLAGS_OPTIMIZE_V.
429
[aaca942]4302005-01-04      Joel Sherrill <joel@OARcorp.com>
431
432        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
433        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
434        shared/arm920/mmu.c: Remove warnings.
435
[81db9ef]4362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
437
438        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
439        shared/Makefile.am: Remove build-variant support.
440
[f9485bb]4412005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
442
443        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
444        shared/ChangeLog.
445        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
446        Remove.
447
4482004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
449
450        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
451        fixed-size types.
452
[1469078f]4532004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
454
455        * configure.ac: Remove RTEMS_ENABLE_BARE.
456
[97891e5e]4572004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
458
459        * configure.ac: Require automake > 1.9.
460
[6daca108]4612004-07-24      Joel Sherrill <joel@OARcorp.com>
462
463        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
464        New files.
465
[ccaceb0]4662004-07-15      Jay Monkman
467
[f9485bb]468        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
469        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
470        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
471        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
472        at91rm9200/include/at91rm9200.h,
473        at91rm9200/include/at91rm9200_dbgu.h,
474        at91rm9200/include/at91rm9200_emac.h,
475        at91rm9200/include/at91rm9200_gpio.h,
476        at91rm9200/include/at91rm9200_mem.h,
477        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
478        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
479        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
480        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
481        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
482        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
483        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
484        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
485        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
486        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
487        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
488        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
489        shared/include/mmu.h: New files.
[ccaceb0]490
Note: See TracBrowser for help on using the repository browser.