source: rtems/c/src/lib/libcpu/arm/ChangeLog @ 7d33199

4.104.114.84.95
Last change on this file since 7d33199 was 7d33199, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/25/07 at 11:48:32

2007-04-25 Ray Xu <xr@…>

  • Makefile.am, configure.ac: Add lpc22xx support.
  • lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h, lpc22xx/irq/bsp_irq_asm.S, lpc22xx/timer/lpc_timer.h, lpc22xx/timer/timer.c: New (Initial submission).
  • Property mode set to 100644
File size: 7.8 KB
Line 
12007-04-25      Ray Xu <xr@trasin.net>
2
3        * Makefile.am, configure.ac: Add lpc22xx support.
4        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
5        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/timer/lpc_timer.h,
6        lpc22xx/timer/timer.c: New (Initial submission).
7
82007-03-12      Joel Sherrill <joel@OARcorp.com>
9
10        * at91rm9200/clock/clock.c, at91rm9200/dbgu/dbgu.c,
11        at91rm9200/include/at91rm9200.h,
12        at91rm9200/include/at91rm9200_dbgu.h,
13        at91rm9200/include/at91rm9200_emac.h,
14        at91rm9200/include/at91rm9200_gpio.h,
15        at91rm9200/include/at91rm9200_mem.h,
16        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
17        at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
18        at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
19        at91rm9200/timer/timer.c, mc9328mxl/clock/clockdrv.c,
20        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/bsp_irq_asm.S,
21        mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c,
22        mc9328mxl/irq/irq.h, mc9328mxl/timer/timer.c,
23        s3c2400/clock/clockdrv.c, s3c2400/timer/timer.c: Correct license URL
24        and/or fix mistake in copyright notice. Both of these mistakes appear
25        to be from code submitted after these changes were made previously.
26
272006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: New BUG-REPORT address.
30
312006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Require autoconf-2.60. Require automake-1.10.
34
352006-09-11      Joel Sherrill <joel@OARcorp.com>
36
37        * at91rm9200/include/at91rm9200.h,
38        at91rm9200/include/at91rm9200_dbgu.h,
39        at91rm9200/include/at91rm9200_emac.h,
40        at91rm9200/include/at91rm9200_gpio.h,
41        at91rm9200/include/at91rm9200_mem.h,
42        at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h:
43        Convert C++ style comments to C style.
44
452006-09-11      Chris Johns <chrisj@rtems.org>
46
47        * s3c2400/include/s3c2400.h: Remove extra CRLF.
48       
492006-06-02      Jay Monkman <jtm@lopingdog.com>
50
51        * mc9328mxl/include/mc9328mxl.h: Added UART register definitions.
52
532006-06-02      Jay Monkman <jtm@lopingdog.com>
54
55        * shared/arm920/mmu.c: Fixed bug in mmu_get_ctrl(),
56        added mmu_set_cpu_async() function.
57
582006-06-02      Jay Monkman <jtm@lopingdog.com>
59
60        * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c,
61        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
62        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
63        s3c2400/irq/bsp_irq_init.c: Changed interrupt handling
64        to use shared rtems_irq_connect_data struct.
65
662006-05-31      Joel Sherrill <joel@OARcorp.com>
67
68        * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
69
702006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * configure.ac: Use RTEMS_AMPOLISH3.
73
742006-03-07      Lars Munch <lars@segv.dk>
75
76        * at91rm9200/clock/clock.c: The clock tick is not very precise on
77        at91rm9200. The attached patch improves the situation by:
78          (1) Not reloading the "period interval timer" register in the
79              interrupt handler since this is done automatically.
80          (2) Use integer rounding in the calculation of the "period interval
81              timer" register value to get as close as posible to the
82              CONFIGURE_MICROSECONDS_PER_TICK value.
83
842005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
87
882005-09-15      Jay Monkman <jtm@lopingdog.com>
89
90        PR 776/bsps
91        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
92        pass interrupt vector number to ISR on AT91RM9200.
93
942005-08-17      Lars Munch <lars@segv.dk>
95
96        PR 727/bsps
97        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
98        tick is not 9.365 miliseconds long.
99
1002005-07-07      Philippe Simons <loki_666@fastmail.fm>
101
102        * Makefile.am: Remove s3c2400/lcd/lcd.c
103        * s3c2400/lcd/lcd.c: Remove.
104        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
105
1062005-06-01      Philippe Simons <loki_666@fastmail.fm>
107
108        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
109        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
110        * s3c2400/timer/timer.c: Update to use get_PCLK()
111
1122005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
113
114        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
115        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
116        should be included after the addition of a parameter to ISRs.
117
1182005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * Makefile.am: Merge-in s3c2400/Makefile.am.
121        * preinstall.am: Regenerate.
122        * s3c2400/Makefile.am: Remove.
123        * configure.ac: Remove s3c2400/Makefile.
124
1252005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
128        * preinstall.am: Regenerate.
129        * mc9328mxl/Makefile.am: Remove.
130        * configure.ac: Remove mc9328mxl/Makefile.
131
1322005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Merge-in at91rm9200/Makefile.am.
135        * preinstall.am: Regenerate.
136        * at91rm9200/Makefile.am: Remove.
137        * configure.ac: Remove at91rm9200/Makefile.
138
1392005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * Makefile.am: Merge-in shared/Makefile.am.
142        * preinstall.am: New.
143        * shared/Makefile.am: Remove.
144        * configure.ac: Reflect changes above.
145
1462005-05-03      Joel Sherrill <joel@OARcorp.com>
147
148        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
149
1502005-04-26      Joel Sherrill <joel@OARcorp.com>
151
152        * s3c2400/clock/clockdrv.c: Eliminate warning.
153
1542005-03-11      Philippe Simons <loki_666@fastmail.fm>
155
156        * Makefile.am, configure.ac: Added gp32 BSP.
157        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
158        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
159        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
160        s3c2400/timer/timer.c: New files.
161
1622005-03-08      Jay Monkman <jtm@lopingdog.com>
163
164        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
165
1662005-02-24      Jay Monkman <jtm@lopingdog.com>
167
168        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
169
1702005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
173        Eliminate CFLAGS_OPTIMIZE_V.
174
1752005-01-04      Joel Sherrill <joel@OARcorp.com>
176
177        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
178        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
179        shared/arm920/mmu.c: Remove warnings.
180
1812005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
184        shared/Makefile.am: Remove build-variant support.
185
1862005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
187
188        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
189        shared/ChangeLog.
190        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
191        Remove.
192
1932004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
194
195        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
196        fixed-size types.
197
1982004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * configure.ac: Remove RTEMS_ENABLE_BARE.
201
2022004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
203
204        * configure.ac: Require automake > 1.9.
205
2062004-07-24      Joel Sherrill <joel@OARcorp.com>
207
208        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
209        New files.
210
2112004-07-15      Jay Monkman
212
213        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
214        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
215        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
216        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
217        at91rm9200/include/at91rm9200.h,
218        at91rm9200/include/at91rm9200_dbgu.h,
219        at91rm9200/include/at91rm9200_emac.h,
220        at91rm9200/include/at91rm9200_gpio.h,
221        at91rm9200/include/at91rm9200_mem.h,
222        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
223        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
224        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
225        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
226        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
227        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
228        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
229        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
230        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
231        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
232        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
233        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
234        shared/include/mmu.h: New files.
235
Note: See TracBrowser for help on using the repository browser.