source: rtems/c/src/lib/libcpu/arm/ChangeLog @ 139ec149

4.115
Last change on this file since 139ec149 was 139ec149, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 09:32:25

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • pxa255/pmc/pmc.c, shared/include/arm-cp15.h: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 17.8 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * pxa255/pmc/pmc.c, shared/include/arm-cp15.h:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
11
12        * s3c24xx/irq/irq.c: Fix typo where license said found in found in.
13
142010-08-15      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * at91rm9200/dbgu/dbgu.c, pxa255/ffuart/ffuart.c: Add BSP_poll_char.
17
182010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        * at91rm9200/dbgu/dbgu.c, at91rm9200/usart/usart.c,
21        pxa255/ffuart/ffuart.c: Fixed warnings due to Termios API change.
22
232010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, lpc22xx/irq/irq.c,
26        lpc22xx/irq/irq.h, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
27        pxa255/irq/irq.c, pxa255/irq/irq.h, s3c24xx/irq/irq.c,
28        s3c24xx/irq/irq.h: The previous interrupt warning fix changed the
29        interrupt handler API.  To fix this problem the generic interrupt
30        support framework will be used now.  This eliminates a lot of copy and
31        paste code.  The interrupt header file is now <bsp/irq.h>.
32        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
33        mc9328mxl/clock/clockdrv.c, pxa255/clock/clock.c,
34        s3c24xx/clock/clockdrv.c: Include <bsp/irq.h> instead of <irq.h>.
35        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
36        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
37        s3c24xx/irq/bsp_irq_asm.S, s3c24xx/irq/bsp_irq_init.c: Removed files.
38        * Makefile.am, preinstall.am: Reflect changes above.
39
402010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
41
42        * configure.ac, Makefile.am, at91rm9200/clock/clock.c,
43        at91rm9200/irq/bsp_irq_init.c,
44        at91rm9200/irq/irq.h, at91rm9200/usart/usart.c,
45        lpc22xx/clock/clockdrv.c, lpc22xx/irq/bsp_irq_init.c,
46        lpc22xx/irq/irq.h, mc9328mxl/irq/bsp_irq_init.c,
47        mc9328mxl/irq/irq.h libcpu/arm/pxa255/clock/clock.c,
48        pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.h,
49        s3c24xx/clock/clockdrv.c, s3c24xx/irq/bsp_irq_init.c,
50        s3c24xx/irq/irq.h: changes to consolidate s3c24xx support and to
51        make irq system warning-free
52        * s3c2400/clock/clockdrv.c, s3c2400/clock/support.c,
53        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
54        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c
55        libcpu/arm/s3c2400/irq/irq.h, s3c2400/timer/timer.c,
56        s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
57        s3c2410/irq/irq.h: removed after merge into s3c24xx
58
59        * s3c24xx/include/s3c2400.h, s3c24xx/include/s3c2410.h,
60        s3c24xx/rq/bsp_irq_asm.S: moved from s3c2400 or s3c2410 tree
61
622010-04-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
63
64        * shared/include/arm-cp15.h: Documentation.  Fixed mask defines.
65
662010-03-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
67
68        * shared/include/cache.h: Fixed _CPU_cache_disable_data().
69
702010-01-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
71
72        * shared/include/arm-cp15.h, shared/include/cache.h,
73        shared/include/cache_.h: New files.
74        * Makefile.am, preinstall.am: Update for new files.
75        * shared/arm920/mmu.c: Include and use <libcpu/arm-cp15.h>.
76
772009-11-30      Fernando Nicodemos <fgnicodemos@terra.com.br>
78
79        * at91rm9200/include/at91rm9200.h: Update to match development version.
80
812009-11-21      Fernando Nicodemos <fgnicodemos@terra.com.br>
82
83        * Makefile.am, preinstall.am, at91rm9200/include/at91rm9200.h: Add
84        initial support for USART on at91rm9200.
85        * at91rm9200/include/at91rm9200_usart.h, at91rm9200/usart/usart.c:
86        New files.
87
882009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * pxa255/ffuart/ffuart.c: Add BSP_poll_char.
91
922009-08-22      Xi Yang <hiyangxi@gmail.com>
93
94        * pxa255/include/pxa255.h: Add constants for LCD, Network, and Timer.
95        * pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.c,
96        pxa255/irq/irq.h: Change to dummy_handler().
97
982009-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * s3c2400/clock/clockdrv.c, s3c24xx/clock/clockdrv.c: Add stubs for
101        nanoseconds since tick handler.
102
1032009-08-06      Xi Yang <hiyangxi@gmail.com>
104
105        * pxa255/clock/clock.c: Adjust clock for Skyeye. Joel added empty
106        nanoseconds since last tick handler.
107
1082009-08-04      Xi Yang <hiyangxi@gmail.com>
109
110        * pxa255/clock/clock.c: Move parentheses to improve math. More tests
111        run.
112
1132009-07-15      Sebastian Huber <sebastian.huber@embedded-brains.de>
114
115        * Makefile.am: Removed references to deleted file
116        '../../libbsp/arm/shared/irq/irq_asm.S'.
117        * s3c2410/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_asm.S,
118        pxa255/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_asm.S,
119        at91rm9200/irq/bsp_irq_asm.S, s3c2400/irq/bsp_irq_asm.S: Renamed
120        ExecuteITHandler() into bsp_interrupt_dispatch().
121
1222009-07-10      Xi Yang <hiyangxi@gmail.com>
123
124        * Makefile.am, pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h,
125        pxa255/pmc/pmc.c: Add PMC support.
126
1272009-06-29      Xi Yang <hiyangxi@gmail.com>
128
129        * pxa255/ffuart/ffuart.c, pxa255/include/pxa255.h: Add Skyeye support.
130        * pxa255/include/bits.h: Removed.
131
1322009-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * preinstall.am, pxa255/clock/clock.c, pxa255/ffuart/ffuart.c,
135        pxa255/irq/bsp_irq_init.c, pxa255/timer/timer.c: Fix typos and update
136        timer.
137
1382009-06-05      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * pxa255/clock/clock.c: Add ON_SKYEYE option to enable fast idle mode.
141
1422009-06-04      Xi Yang <hiyangxi@gmail.com>
143
144        * Makefile.am, configure.ac, preinstall.am: New Gumstix BSP and PXA255
145        support.
146        * pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/include/bits.h,
147        pxa255/include/ffuart.h, pxa255/include/pxa255.h,
148        pxa255/irq/bsp_irq_asm.S, pxa255/irq/bsp_irq_init.c,
149        pxa255/irq/irq.c, pxa255/irq/irq.h, pxa255/pmc/pmc.c,
150        pxa255/timer/timer.c: New files.
151
1522009-06-02      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * at91rm9200/dbgu/dbgu.c: Needed carriage return on newline.
155
1562009-05-27      Fernando Nicodemos <fgnicodemos@terra.com.br>
157
158        * at91rm9200/clock/clock.c: Add support for nanoseconds since last
159        tick. The resolution is not that high but better than nothing.
160
1612008-12-11      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
164        mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c,
165        s3c24xx/clock/clockdrv.c:
166        Include ../../../../libbsp/shared/clockdrv_shell.h
167        instead of ../../../../libbsp/shared/clockdrv_shell.c.
168
1692008-12-11      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * lpc22xx/include/lpc22xx.h, mc9328mxl/include/mc9328mxl.h:
172        #include <stdint.h> instead of <rtems/stdint.h>.
173        * at91rm9200/dbgu/dbgu.c: Add missing prototype.
174
1752008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * at91rm9200/dbgu/dbgu.c: Use standardized bsp_cleanup() which can
178        optionally print a message, poll for user to press key, and call
179        bsp_reset(). Using this eliminates the various bsp_cleanup()
180        implementations which had their own implementation and variety of
181        string constants. This driver had to support the standard poll
182        key input method.
183
1842008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,
187        mc9328mxl/timer/timer.c, s3c2400/timer/timer.c,
188        s3c24xx/timer/timer.c: Convert to "bool".
189
1902008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
191
192        * at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,
193        mc9328mxl/timer/timer.c, s3c2400/timer/timer.c,
194        s3c24xx/timer/timer.c: Rename timer driver methods to follow RTEMS
195        programming conventions.
196
1972008-08-27      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * lpc22xx/timer/timer.c: Remove broken bool implementation.
200        Remove unused vars.
201
2022008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * at91rm9200/irq/bsp_irq_init.c, lpc22xx/irq/bsp_irq_init.c,
205        mc9328mxl/irq/bsp_irq_init.c, s3c24xx/irq/bsp_irq_init.c:
206        Add missing prototypes.
207
2082008-05-06      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        * s3c24xx/clock/clockdrv.c: Use
211        rtems_configuration_get_microseconds_per_tick() rather than obsolete
212        BSP_Configuration reference.
213
2142008-05-06      Ray Xu <rayx.cn@gmail.com>
215
216        * Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h:
217        Add CPU type s3c2410. Add a new s3c24xx common file shared between
218        s3c2400 and s3c2410. Most content is moved from s3c2400 now. Some
219        were changed to include <s3c24xx.h> instead of <s3c2400.h>.
220        * s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S,
221        s3c2410/irq/irq.h, s3c24xx/clock/clockdrv.c, s3c24xx/clock/support.c,
222        s3c24xx/include/s3c24xx.h, s3c24xx/irq/bsp_irq_init.c,
223        s3c24xx/irq/irq.c, s3c24xx/irq/irq.h, s3c24xx/timer/timer.c: New files.
224
2252007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * at91rm9200/clock/clock.c, lpc22xx/clock/clockdrv.c,
228        mc9328mxl/clock/clockdrv.c, s3c2400/clock/clockdrv.c: Eliminate
229        copies of the Configuration Table. Use the RTEMS provided accessor
230        macros to obtain configuration fields.
231
2322007-11-03      Ray Xu <rayx.cn@gmail.com>
233        *lpc22xx/irq/bsp_irq_asm.S: Add veneer for ARM<->Thumb
234        lpc22xx/irq/bsp_irq_init.c: add VIC address init
235
2362007-10-05      Ray Xu <xr@trasin.net>
237
238        * lpc22xx/clock/clockdrv.c, lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: Now
239        runs in Skyeye.
240
2412007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        PR 1257/bsps
244        * at91rm9200/irq/irq.c, lpc22xx/irq/irq.c, mc9328mxl/irq/irq.c,
245        s3c2400/irq/irq.c: Code outside of cpukit should use the public API
246        for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
247        public API and directly accessing _CPU_ISR_Disable and
248        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
249        directive which could lead to problems. This patch also changes the
250        type of the variable passed into these routines and addresses minor
251        style issues.
252
2532007-05-01      Ray Xu <xr@trasin.net>
254
255        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
256        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c,
257        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c: Update
258        BSP to address changes between 4.7 and CVS head as well as to address
259        comments from Ralf and Joel.
260
2612007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
262
263        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
264        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c,
265        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c:
266        Use current OAR license file URL.
267
2682007-04-25      Ray Xu <xr@trasin.net>
269
270        * Makefile.am, configure.ac: Add lpc22xx support.
271        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
272        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/timer/lpc_timer.h,
273        lpc22xx/timer/timer.c, lpc22xx/irq/bsp_irq_init.c
274        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: New (Initial submission).
275
2762007-03-12      Joel Sherrill <joel@OARcorp.com>
277
278        * at91rm9200/clock/clock.c, at91rm9200/dbgu/dbgu.c,
279        at91rm9200/include/at91rm9200.h,
280        at91rm9200/include/at91rm9200_dbgu.h,
281        at91rm9200/include/at91rm9200_emac.h,
282        at91rm9200/include/at91rm9200_gpio.h,
283        at91rm9200/include/at91rm9200_mem.h,
284        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
285        at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
286        at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
287        at91rm9200/timer/timer.c, mc9328mxl/clock/clockdrv.c,
288        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/bsp_irq_asm.S,
289        mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c,
290        mc9328mxl/irq/irq.h, mc9328mxl/timer/timer.c,
291        s3c2400/clock/clockdrv.c, s3c2400/timer/timer.c: Correct license URL
292        and/or fix mistake in copyright notice. Both of these mistakes appear
293        to be from code submitted after these changes were made previously.
294
2952006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
296
297        * configure.ac: New BUG-REPORT address.
298
2992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * configure.ac: Require autoconf-2.60. Require automake-1.10.
302
3032006-09-11      Joel Sherrill <joel@OARcorp.com>
304
305        * at91rm9200/include/at91rm9200.h,
306        at91rm9200/include/at91rm9200_dbgu.h,
307        at91rm9200/include/at91rm9200_emac.h,
308        at91rm9200/include/at91rm9200_gpio.h,
309        at91rm9200/include/at91rm9200_mem.h,
310        at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h:
311        Convert C++ style comments to C style.
312
3132006-09-11      Chris Johns <chrisj@rtems.org>
314
315        * s3c2400/include/s3c2400.h: Remove extra CRLF.
316       
3172006-06-02      Jay Monkman <jtm@lopingdog.com>
318
319        * mc9328mxl/include/mc9328mxl.h: Added UART register definitions.
320
3212006-06-02      Jay Monkman <jtm@lopingdog.com>
322
323        * shared/arm920/mmu.c: Fixed bug in mmu_get_ctrl(),
324        added mmu_set_cpu_async() function.
325
3262006-06-02      Jay Monkman <jtm@lopingdog.com>
327
328        * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c,
329        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
330        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
331        s3c2400/irq/bsp_irq_init.c: Changed interrupt handling
332        to use shared rtems_irq_connect_data struct.
333
3342006-05-31      Joel Sherrill <joel@OARcorp.com>
335
336        * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
337
3382006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
339
340        * configure.ac: Use RTEMS_AMPOLISH3.
341
3422006-03-07      Lars Munch <lars@segv.dk>
343
344        * at91rm9200/clock/clock.c: The clock tick is not very precise on
345        at91rm9200. The attached patch improves the situation by:
346          (1) Not reloading the "period interval timer" register in the
347              interrupt handler since this is done automatically.
348          (2) Use integer rounding in the calculation of the "period interval
349              timer" register value to get as close as posible to the
350              CONFIGURE_MICROSECONDS_PER_TICK value.
351
3522005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
355
3562005-09-15      Jay Monkman <jtm@lopingdog.com>
357
358        PR 776/bsps
359        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
360        pass interrupt vector number to ISR on AT91RM9200.
361
3622005-08-17      Lars Munch <lars@segv.dk>
363
364        PR 727/bsps
365        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
366        tick is not 9.365 miliseconds long.
367
3682005-07-07      Philippe Simons <loki_666@fastmail.fm>
369
370        * Makefile.am: Remove s3c2400/lcd/lcd.c
371        * s3c2400/lcd/lcd.c: Remove.
372        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
373
3742005-06-01      Philippe Simons <loki_666@fastmail.fm>
375
376        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
377        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
378        * s3c2400/timer/timer.c: Update to use get_PCLK()
379
3802005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
381
382        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
383        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
384        should be included after the addition of a parameter to ISRs.
385
3862005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
387
388        * Makefile.am: Merge-in s3c2400/Makefile.am.
389        * preinstall.am: Regenerate.
390        * s3c2400/Makefile.am: Remove.
391        * configure.ac: Remove s3c2400/Makefile.
392
3932005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
394
395        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
396        * preinstall.am: Regenerate.
397        * mc9328mxl/Makefile.am: Remove.
398        * configure.ac: Remove mc9328mxl/Makefile.
399
4002005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
401
402        * Makefile.am: Merge-in at91rm9200/Makefile.am.
403        * preinstall.am: Regenerate.
404        * at91rm9200/Makefile.am: Remove.
405        * configure.ac: Remove at91rm9200/Makefile.
406
4072005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * Makefile.am: Merge-in shared/Makefile.am.
410        * preinstall.am: New.
411        * shared/Makefile.am: Remove.
412        * configure.ac: Reflect changes above.
413
4142005-05-03      Joel Sherrill <joel@OARcorp.com>
415
416        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
417
4182005-04-26      Joel Sherrill <joel@OARcorp.com>
419
420        * s3c2400/clock/clockdrv.c: Eliminate warning.
421
4222005-03-11      Philippe Simons <loki_666@fastmail.fm>
423
424        * Makefile.am, configure.ac: Added gp32 BSP.
425        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
426        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
427        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
428        s3c2400/timer/timer.c: New files.
429
4302005-03-08      Jay Monkman <jtm@lopingdog.com>
431
432        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
433
4342005-02-24      Jay Monkman <jtm@lopingdog.com>
435
436        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
437
4382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
439
440        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
441        Eliminate CFLAGS_OPTIMIZE_V.
442
4432005-01-04      Joel Sherrill <joel@OARcorp.com>
444
445        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
446        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
447        shared/arm920/mmu.c: Remove warnings.
448
4492005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
450
451        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
452        shared/Makefile.am: Remove build-variant support.
453
4542005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
455
456        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
457        shared/ChangeLog.
458        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
459        Remove.
460
4612004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
462
463        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
464        fixed-size types.
465
4662004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
467
468        * configure.ac: Remove RTEMS_ENABLE_BARE.
469
4702004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
471
472        * configure.ac: Require automake > 1.9.
473
4742004-07-24      Joel Sherrill <joel@OARcorp.com>
475
476        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
477        New files.
478
4792004-07-15      Jay Monkman
480
481        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
482        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
483        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
484        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
485        at91rm9200/include/at91rm9200.h,
486        at91rm9200/include/at91rm9200_dbgu.h,
487        at91rm9200/include/at91rm9200_emac.h,
488        at91rm9200/include/at91rm9200_gpio.h,
489        at91rm9200/include/at91rm9200_mem.h,
490        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
491        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
492        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
493        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
494        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
495        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
496        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
497        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
498        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
499        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
500        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
501        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
502        shared/include/mmu.h: New files.
503
Note: See TracBrowser for help on using the repository browser.