source: rtems/c/src/lib/libcpu/arm/ChangeLog @ 9e0e37c

4.104.114.84.95
Last change on this file since 9e0e37c was 8b7e446e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/25/07 at 11:57:21

2007-04-25 Ralf Corsépius <ralf.corsepius@…>

  • lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h, lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c, lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c: Use current OAR license file URL.
  • Property mode set to 100644
File size: 8.2 KB
Line 
12007-04-25      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
4        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/irq/bsp_irq_init.c,
5        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h, lpc22xx/timer/timer.c:
6        Use current OAR license file URL.
7
82007-04-25      Ray Xu <xr@trasin.net>
9
10        * Makefile.am, configure.ac: Add lpc22xx support.
11        * lpc22xx/clock/clockdrv.c, lpc22xx/include/lpc22xx.h,
12        lpc22xx/irq/bsp_irq_asm.S, lpc22xx/timer/lpc_timer.h,
13        lpc22xx/timer/timer.c, lpc22xx/irq/bsp_irq_init.c
14        lpc22xx/irq/irq.c, lpc22xx/irq/irq.h: New (Initial submission).
15
162007-03-12      Joel Sherrill <joel@OARcorp.com>
17
18        * at91rm9200/clock/clock.c, at91rm9200/dbgu/dbgu.c,
19        at91rm9200/include/at91rm9200.h,
20        at91rm9200/include/at91rm9200_dbgu.h,
21        at91rm9200/include/at91rm9200_emac.h,
22        at91rm9200/include/at91rm9200_gpio.h,
23        at91rm9200/include/at91rm9200_mem.h,
24        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
25        at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
26        at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
27        at91rm9200/timer/timer.c, mc9328mxl/clock/clockdrv.c,
28        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/bsp_irq_asm.S,
29        mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c,
30        mc9328mxl/irq/irq.h, mc9328mxl/timer/timer.c,
31        s3c2400/clock/clockdrv.c, s3c2400/timer/timer.c: Correct license URL
32        and/or fix mistake in copyright notice. Both of these mistakes appear
33        to be from code submitted after these changes were made previously.
34
352006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * configure.ac: New BUG-REPORT address.
38
392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Require autoconf-2.60. Require automake-1.10.
42
432006-09-11      Joel Sherrill <joel@OARcorp.com>
44
45        * at91rm9200/include/at91rm9200.h,
46        at91rm9200/include/at91rm9200_dbgu.h,
47        at91rm9200/include/at91rm9200_emac.h,
48        at91rm9200/include/at91rm9200_gpio.h,
49        at91rm9200/include/at91rm9200_mem.h,
50        at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h:
51        Convert C++ style comments to C style.
52
532006-09-11      Chris Johns <chrisj@rtems.org>
54
55        * s3c2400/include/s3c2400.h: Remove extra CRLF.
56       
572006-06-02      Jay Monkman <jtm@lopingdog.com>
58
59        * mc9328mxl/include/mc9328mxl.h: Added UART register definitions.
60
612006-06-02      Jay Monkman <jtm@lopingdog.com>
62
63        * shared/arm920/mmu.c: Fixed bug in mmu_get_ctrl(),
64        added mmu_set_cpu_async() function.
65
662006-06-02      Jay Monkman <jtm@lopingdog.com>
67
68        * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c,
69        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
70        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
71        s3c2400/irq/bsp_irq_init.c: Changed interrupt handling
72        to use shared rtems_irq_connect_data struct.
73
742006-05-31      Joel Sherrill <joel@OARcorp.com>
75
76        * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
77
782006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * configure.ac: Use RTEMS_AMPOLISH3.
81
822006-03-07      Lars Munch <lars@segv.dk>
83
84        * at91rm9200/clock/clock.c: The clock tick is not very precise on
85        at91rm9200. The attached patch improves the situation by:
86          (1) Not reloading the "period interval timer" register in the
87              interrupt handler since this is done automatically.
88          (2) Use integer rounding in the calculation of the "period interval
89              timer" register value to get as close as posible to the
90              CONFIGURE_MICROSECONDS_PER_TICK value.
91
922005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
95
962005-09-15      Jay Monkman <jtm@lopingdog.com>
97
98        PR 776/bsps
99        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
100        pass interrupt vector number to ISR on AT91RM9200.
101
1022005-08-17      Lars Munch <lars@segv.dk>
103
104        PR 727/bsps
105        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
106        tick is not 9.365 miliseconds long.
107
1082005-07-07      Philippe Simons <loki_666@fastmail.fm>
109
110        * Makefile.am: Remove s3c2400/lcd/lcd.c
111        * s3c2400/lcd/lcd.c: Remove.
112        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
113
1142005-06-01      Philippe Simons <loki_666@fastmail.fm>
115
116        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
117        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
118        * s3c2400/timer/timer.c: Update to use get_PCLK()
119
1202005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
121
122        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
123        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
124        should be included after the addition of a parameter to ISRs.
125
1262005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Merge-in s3c2400/Makefile.am.
129        * preinstall.am: Regenerate.
130        * s3c2400/Makefile.am: Remove.
131        * configure.ac: Remove s3c2400/Makefile.
132
1332005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
136        * preinstall.am: Regenerate.
137        * mc9328mxl/Makefile.am: Remove.
138        * configure.ac: Remove mc9328mxl/Makefile.
139
1402005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * Makefile.am: Merge-in at91rm9200/Makefile.am.
143        * preinstall.am: Regenerate.
144        * at91rm9200/Makefile.am: Remove.
145        * configure.ac: Remove at91rm9200/Makefile.
146
1472005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * Makefile.am: Merge-in shared/Makefile.am.
150        * preinstall.am: New.
151        * shared/Makefile.am: Remove.
152        * configure.ac: Reflect changes above.
153
1542005-05-03      Joel Sherrill <joel@OARcorp.com>
155
156        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
157
1582005-04-26      Joel Sherrill <joel@OARcorp.com>
159
160        * s3c2400/clock/clockdrv.c: Eliminate warning.
161
1622005-03-11      Philippe Simons <loki_666@fastmail.fm>
163
164        * Makefile.am, configure.ac: Added gp32 BSP.
165        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
166        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
167        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
168        s3c2400/timer/timer.c: New files.
169
1702005-03-08      Jay Monkman <jtm@lopingdog.com>
171
172        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
173
1742005-02-24      Jay Monkman <jtm@lopingdog.com>
175
176        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
177
1782005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
181        Eliminate CFLAGS_OPTIMIZE_V.
182
1832005-01-04      Joel Sherrill <joel@OARcorp.com>
184
185        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
186        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
187        shared/arm920/mmu.c: Remove warnings.
188
1892005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
192        shared/Makefile.am: Remove build-variant support.
193
1942005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
197        shared/ChangeLog.
198        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
199        Remove.
200
2012004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
204        fixed-size types.
205
2062004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
207
208        * configure.ac: Remove RTEMS_ENABLE_BARE.
209
2102004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
211
212        * configure.ac: Require automake > 1.9.
213
2142004-07-24      Joel Sherrill <joel@OARcorp.com>
215
216        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
217        New files.
218
2192004-07-15      Jay Monkman
220
221        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
222        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
223        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
224        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
225        at91rm9200/include/at91rm9200.h,
226        at91rm9200/include/at91rm9200_dbgu.h,
227        at91rm9200/include/at91rm9200_emac.h,
228        at91rm9200/include/at91rm9200_gpio.h,
229        at91rm9200/include/at91rm9200_mem.h,
230        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
231        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
232        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
233        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
234        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
235        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
236        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
237        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
238        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
239        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
240        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
241        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
242        shared/include/mmu.h: New files.
243
Note: See TracBrowser for help on using the repository browser.