source: rtems/c/src/lib/libcpu/arm/ChangeLog @ 20cacf5c

Last change on this file since 20cacf5c was 20cacf5c, checked in by Joel Sherrill <joel.sherrill@…>, on 03/12/07 at 11:21:10

2007-03-12 Joel Sherrill <joel@…>

  • at91rm9200/clock/clock.c, at91rm9200/dbgu/dbgu.c, at91rm9200/include/at91rm9200.h, at91rm9200/include/at91rm9200_dbgu.h, at91rm9200/include/at91rm9200_emac.h, at91rm9200/include/at91rm9200_gpio.h, at91rm9200/include/at91rm9200_mem.h, at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h, at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c, at91rm9200/timer/timer.c, mc9328mxl/clock/clockdrv.c, mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h, mc9328mxl/timer/timer.c, s3c2400/clock/clockdrv.c, s3c2400/timer/timer.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12007-03-12      Joel Sherrill <joel@OARcorp.com>
2
3        * at91rm9200/clock/clock.c, at91rm9200/dbgu/dbgu.c,
4        at91rm9200/include/at91rm9200.h,
5        at91rm9200/include/at91rm9200_dbgu.h,
6        at91rm9200/include/at91rm9200_emac.h,
7        at91rm9200/include/at91rm9200_gpio.h,
8        at91rm9200/include/at91rm9200_mem.h,
9        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
10        at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/bsp_irq_init.c,
11        at91rm9200/irq/irq.c, at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
12        at91rm9200/timer/timer.c, mc9328mxl/clock/clockdrv.c,
13        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/bsp_irq_asm.S,
14        mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c,
15        mc9328mxl/irq/irq.h, mc9328mxl/timer/timer.c,
16        s3c2400/clock/clockdrv.c, s3c2400/timer/timer.c: Correct license URL
17        and/or fix mistake in copyright notice. Both of these mistakes appear
18        to be from code submitted after these changes were made previously.
19
202006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: New BUG-REPORT address.
23
242006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * configure.ac: Require automake-1.10. Require autoconf-2.60.
27
282006-09-11      Joel Sherrill <joel@OARcorp.com>
29
30        * at91rm9200/include/at91rm9200.h,
31        at91rm9200/include/at91rm9200_dbgu.h,
32        at91rm9200/include/at91rm9200_emac.h,
33        at91rm9200/include/at91rm9200_gpio.h,
34        at91rm9200/include/at91rm9200_mem.h,
35        at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h:
36        Convert C++ style comments to C style.
37
382006-09-11      Chris Johns <chrisj@rtems.org>
39
40        * s3c2400/include/s3c2400.h: Remove extra CRLF.
41       
422006-06-02      Jay Monkman <jtm@lopingdog.com>
43
44        * mc9328mxl/include/mc9328mxl.h: Added UART register definitions.
45
462006-06-02      Jay Monkman <jtm@lopingdog.com>
47
48        * shared/arm920/mmu.c: Fixed bug in mmu_get_ctrl(),
49        added mmu_set_cpu_async() function.
50
512006-06-02      Jay Monkman <jtm@lopingdog.com>
52
53        * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c,
54        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
55        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
56        s3c2400/irq/bsp_irq_init.c: Changed interrupt handling
57        to use shared rtems_irq_connect_data struct.
58
592006-05-31      Joel Sherrill <joel@OARcorp.com>
60
61        * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
62
632006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * configure.ac: Use RTEMS_AMPOLISH3.
66
672006-03-07      Lars Munch <lars@segv.dk>
68
69        * at91rm9200/clock/clock.c: The clock tick is not very precise on
70        at91rm9200. The attached patch improves the situation by:
71          (1) Not reloading the "period interval timer" register in the
72              interrupt handler since this is done automatically.
73          (2) Use integer rounding in the calculation of the "period interval
74              timer" register value to get as close as posible to the
75              CONFIGURE_MICROSECONDS_PER_TICK value.
76
772005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
80
812005-09-15      Jay Monkman <jtm@lopingdog.com>
82
83        PR 776/bsps
84        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
85        pass interrupt vector number to ISR on AT91RM9200.
86
872005-08-17      Lars Munch <lars@segv.dk>
88
89        PR 727/bsps
90        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
91        tick is not 9.365 miliseconds long.
92
932005-07-07      Philippe Simons <loki_666@fastmail.fm>
94
95        * Makefile.am: Remove s3c2400/lcd/lcd.c
96        * s3c2400/lcd/lcd.c: Remove.
97        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
98
992005-06-01      Philippe Simons <loki_666@fastmail.fm>
100
101        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
102        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
103        * s3c2400/timer/timer.c: Update to use get_PCLK()
104
1052005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
106
107        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
108        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
109        should be included after the addition of a parameter to ISRs.
110
1112005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * Makefile.am: Merge-in s3c2400/Makefile.am.
114        * preinstall.am: Regenerate.
115        * s3c2400/Makefile.am: Remove.
116        * configure.ac: Remove s3c2400/Makefile.
117
1182005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
121        * preinstall.am: Regenerate.
122        * mc9328mxl/Makefile.am: Remove.
123        * configure.ac: Remove mc9328mxl/Makefile.
124
1252005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * Makefile.am: Merge-in at91rm9200/Makefile.am.
128        * preinstall.am: Regenerate.
129        * at91rm9200/Makefile.am: Remove.
130        * configure.ac: Remove at91rm9200/Makefile.
131
1322005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Merge-in shared/Makefile.am.
135        * preinstall.am: New.
136        * shared/Makefile.am: Remove.
137        * configure.ac: Reflect changes above.
138
1392005-05-03      Joel Sherrill <joel@OARcorp.com>
140
141        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
142
1432005-04-26      Joel Sherrill <joel@OARcorp.com>
144
145        * s3c2400/clock/clockdrv.c: Eliminate warning.
146
1472005-03-11      Philippe Simons <loki_666@fastmail.fm>
148
149        * Makefile.am, configure.ac: Added gp32 BSP.
150        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
151        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
152        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
153        s3c2400/timer/timer.c: New files.
154
1552005-03-08      Jay Monkman <jtm@lopingdog.com>
156
157        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
158
1592005-02-24      Jay Monkman <jtm@lopingdog.com>
160
161        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
162
1632005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
166        Eliminate CFLAGS_OPTIMIZE_V.
167
1682005-01-04      Joel Sherrill <joel@OARcorp.com>
169
170        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
171        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
172        shared/arm920/mmu.c: Remove warnings.
173
1742005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
177        shared/Makefile.am: Remove build-variant support.
178
1792005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
182        shared/ChangeLog.
183        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
184        Remove.
185
1862004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
187
188        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
189        fixed-size types.
190
1912004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
192
193        * configure.ac: Remove RTEMS_ENABLE_BARE.
194
1952004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
196
197        * configure.ac: Require automake > 1.9.
198
1992004-07-24      Joel Sherrill <joel@OARcorp.com>
200
201        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
202        New files.
203
2042004-07-15      Jay Monkman
205
206        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
207        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
208        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
209        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
210        at91rm9200/include/at91rm9200.h,
211        at91rm9200/include/at91rm9200_dbgu.h,
212        at91rm9200/include/at91rm9200_emac.h,
213        at91rm9200/include/at91rm9200_gpio.h,
214        at91rm9200/include/at91rm9200_mem.h,
215        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
216        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
217        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
218        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
219        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
220        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
221        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
222        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
223        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
224        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
225        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
226        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
227        shared/include/mmu.h: New files.
228
Note: See TracBrowser for help on using the repository browser.