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

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

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

  • lpc22xx/irq/bsp_irq_init.c lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: New (Initial submission).
  • Property mode set to 100644
File size: 7.9 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, lpc22xx/irq/bsp_irq_init.c
7        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: New (Initial submission).
8
92007-03-12      Joel Sherrill <joel@OARcorp.com>
10
11        * at91rm9200/clock/clock.c, at91rm9200/dbgu/dbgu.c,
12        at91rm9200/include/at91rm9200.h,
13        at91rm9200/include/at91rm9200_dbgu.h,
14        at91rm9200/include/at91rm9200_emac.h,
15        at91rm9200/include/at91rm9200_gpio.h,
16        at91rm9200/include/at91rm9200_mem.h,
17        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
18        at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
19        at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
20        at91rm9200/timer/timer.c, mc9328mxl/clock/clockdrv.c,
21        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/bsp_irq_asm.S,
22        mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c,
23        mc9328mxl/irq/irq.h, mc9328mxl/timer/timer.c,
24        s3c2400/clock/clockdrv.c, s3c2400/timer/timer.c: Correct license URL
25        and/or fix mistake in copyright notice. Both of these mistakes appear
26        to be from code submitted after these changes were made previously.
27
282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: New BUG-REPORT address.
31
322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Require autoconf-2.60. Require automake-1.10.
35
362006-09-11      Joel Sherrill <joel@OARcorp.com>
37
38        * at91rm9200/include/at91rm9200.h,
39        at91rm9200/include/at91rm9200_dbgu.h,
40        at91rm9200/include/at91rm9200_emac.h,
41        at91rm9200/include/at91rm9200_gpio.h,
42        at91rm9200/include/at91rm9200_mem.h,
43        at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h:
44        Convert C++ style comments to C style.
45
462006-09-11      Chris Johns <chrisj@rtems.org>
47
48        * s3c2400/include/s3c2400.h: Remove extra CRLF.
49       
502006-06-02      Jay Monkman <jtm@lopingdog.com>
51
52        * mc9328mxl/include/mc9328mxl.h: Added UART register definitions.
53
542006-06-02      Jay Monkman <jtm@lopingdog.com>
55
56        * shared/arm920/mmu.c: Fixed bug in mmu_get_ctrl(),
57        added mmu_set_cpu_async() function.
58
592006-06-02      Jay Monkman <jtm@lopingdog.com>
60
61        * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c,
62        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
63        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
64        s3c2400/irq/bsp_irq_init.c: Changed interrupt handling
65        to use shared rtems_irq_connect_data struct.
66
672006-05-31      Joel Sherrill <joel@OARcorp.com>
68
69        * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
70
712006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * configure.ac: Use RTEMS_AMPOLISH3.
74
752006-03-07      Lars Munch <lars@segv.dk>
76
77        * at91rm9200/clock/clock.c: The clock tick is not very precise on
78        at91rm9200. The attached patch improves the situation by:
79          (1) Not reloading the "period interval timer" register in the
80              interrupt handler since this is done automatically.
81          (2) Use integer rounding in the calculation of the "period interval
82              timer" register value to get as close as posible to the
83              CONFIGURE_MICROSECONDS_PER_TICK value.
84
852005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
88
892005-09-15      Jay Monkman <jtm@lopingdog.com>
90
91        PR 776/bsps
92        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
93        pass interrupt vector number to ISR on AT91RM9200.
94
952005-08-17      Lars Munch <lars@segv.dk>
96
97        PR 727/bsps
98        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
99        tick is not 9.365 miliseconds long.
100
1012005-07-07      Philippe Simons <loki_666@fastmail.fm>
102
103        * Makefile.am: Remove s3c2400/lcd/lcd.c
104        * s3c2400/lcd/lcd.c: Remove.
105        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
106
1072005-06-01      Philippe Simons <loki_666@fastmail.fm>
108
109        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
110        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
111        * s3c2400/timer/timer.c: Update to use get_PCLK()
112
1132005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
114
115        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
116        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
117        should be included after the addition of a parameter to ISRs.
118
1192005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * Makefile.am: Merge-in s3c2400/Makefile.am.
122        * preinstall.am: Regenerate.
123        * s3c2400/Makefile.am: Remove.
124        * configure.ac: Remove s3c2400/Makefile.
125
1262005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
129        * preinstall.am: Regenerate.
130        * mc9328mxl/Makefile.am: Remove.
131        * configure.ac: Remove mc9328mxl/Makefile.
132
1332005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * Makefile.am: Merge-in at91rm9200/Makefile.am.
136        * preinstall.am: Regenerate.
137        * at91rm9200/Makefile.am: Remove.
138        * configure.ac: Remove at91rm9200/Makefile.
139
1402005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * Makefile.am: Merge-in shared/Makefile.am.
143        * preinstall.am: New.
144        * shared/Makefile.am: Remove.
145        * configure.ac: Reflect changes above.
146
1472005-05-03      Joel Sherrill <joel@OARcorp.com>
148
149        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
150
1512005-04-26      Joel Sherrill <joel@OARcorp.com>
152
153        * s3c2400/clock/clockdrv.c: Eliminate warning.
154
1552005-03-11      Philippe Simons <loki_666@fastmail.fm>
156
157        * Makefile.am, configure.ac: Added gp32 BSP.
158        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
159        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
160        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
161        s3c2400/timer/timer.c: New files.
162
1632005-03-08      Jay Monkman <jtm@lopingdog.com>
164
165        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
166
1672005-02-24      Jay Monkman <jtm@lopingdog.com>
168
169        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
170
1712005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
174        Eliminate CFLAGS_OPTIMIZE_V.
175
1762005-01-04      Joel Sherrill <joel@OARcorp.com>
177
178        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
179        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
180        shared/arm920/mmu.c: Remove warnings.
181
1822005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
185        shared/Makefile.am: Remove build-variant support.
186
1872005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
188
189        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
190        shared/ChangeLog.
191        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
192        Remove.
193
1942004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
197        fixed-size types.
198
1992004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        * configure.ac: Remove RTEMS_ENABLE_BARE.
202
2032004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
204
205        * configure.ac: Require automake > 1.9.
206
2072004-07-24      Joel Sherrill <joel@OARcorp.com>
208
209        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
210        New files.
211
2122004-07-15      Jay Monkman
213
214        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
215        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
216        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
217        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
218        at91rm9200/include/at91rm9200.h,
219        at91rm9200/include/at91rm9200_dbgu.h,
220        at91rm9200/include/at91rm9200_emac.h,
221        at91rm9200/include/at91rm9200_gpio.h,
222        at91rm9200/include/at91rm9200_mem.h,
223        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
224        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
225        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
226        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
227        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
228        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
229        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
230        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
231        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
232        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
233        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
234        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
235        shared/include/mmu.h: New files.
236
Note: See TracBrowser for help on using the repository browser.