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

4.104.114.84.95
Last change on this file since 7afe5a2 was 7afe5a2, checked in by Jay Monkman <jtm@…>, on 06/03/06 at 03:14:07

2006-06-02 Jay Monkman

  • at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h, s3c2400/irq/bsp_irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12006-06-02      Jay Monkman
2
3        * shared/arm920/mmu.c: Fixed bug in mmu_get_ctrl(),
4        added mmu_set_cpu_async() function.
5
62006-06-02      Jay Monkman
7
8        * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c,
9        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
10        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
11        s3c2400/irq/bsp_irq_init.c: Changed interrupt handling
12        to use shared rtems_irq_connect_data struct.
13
142006-05-31      Joel Sherrill <joel@OARcorp.com>
15
16        * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
17
182006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Use RTEMS_AMPOLISH3.
21
222006-03-07      Lars Munch <lars@segv.dk>
23
24        * at91rm9200/clock/clock.c: The clock tick is not very precise on
25        at91rm9200. The attached patch improves the situation by:
26          (1) Not reloading the "period interval timer" register in the
27              interrupt handler since this is done automatically.
28          (2) Use integer rounding in the calculation of the "period interval
29              timer" register value to get as close as posible to the
30              CONFIGURE_MICROSECONDS_PER_TICK value.
31
322005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
35
362005-09-15      Jay Monkman <jtm@lopingdog.com>
37
38        PR 776/bsps
39        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
40        pass interrupt vector number to ISR on AT91RM9200.
41
422005-08-17      Lars Munch <lars@segv.dk>
43
44        PR 727/bsps
45        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
46        tick is not 9.365 miliseconds long.
47
482005-07-07      Philippe Simons <loki_666@fastmail.fm>
49
50        * Makefile.am: Remove s3c2400/lcd/lcd.c
51        * s3c2400/lcd/lcd.c: Remove.
52        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
53
542005-06-01      Philippe Simons <loki_666@fastmail.fm>
55
56        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
57        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
58        * s3c2400/timer/timer.c: Update to use get_PCLK()
59
602005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
61
62        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
63        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
64        should be included after the addition of a parameter to ISRs.
65
662005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Merge-in s3c2400/Makefile.am.
69        * preinstall.am: Regenerate.
70        * s3c2400/Makefile.am: Remove.
71        * configure.ac: Remove s3c2400/Makefile.
72
732005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
76        * preinstall.am: Regenerate.
77        * mc9328mxl/Makefile.am: Remove.
78        * configure.ac: Remove mc9328mxl/Makefile.
79
802005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Merge-in at91rm9200/Makefile.am.
83        * preinstall.am: Regenerate.
84        * at91rm9200/Makefile.am: Remove.
85        * configure.ac: Remove at91rm9200/Makefile.
86
872005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Merge-in shared/Makefile.am.
90        * preinstall.am: New.
91        * shared/Makefile.am: Remove.
92        * configure.ac: Reflect changes above.
93
942005-05-03      Joel Sherrill <joel@OARcorp.com>
95
96        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
97
982005-04-26      Joel Sherrill <joel@OARcorp.com>
99
100        * s3c2400/clock/clockdrv.c: Eliminate warning.
101
1022005-03-11      Philippe Simons <loki_666@fastmail.fm>
103
104        * Makefile.am, configure.ac: Added gp32 BSP.
105        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
106        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
107        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
108        s3c2400/timer/timer.c: New files.
109
1102005-03-08      Jay Monkman <jtm@lopingdog.com>
111
112        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
113
1142005-02-24      Jay Monkman <jtm@lopingdog.com>
115
116        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
117
1182005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
121        Eliminate CFLAGS_OPTIMIZE_V.
122
1232005-01-04      Joel Sherrill <joel@OARcorp.com>
124
125        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
126        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
127        shared/arm920/mmu.c: Remove warnings.
128
1292005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
132        shared/Makefile.am: Remove build-variant support.
133
1342005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
135
136        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
137        shared/ChangeLog.
138        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
139        Remove.
140
1412004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
144        fixed-size types.
145
1462004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
147
148        * configure.ac: Remove RTEMS_ENABLE_BARE.
149
1502004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
151
152        * configure.ac: Require automake > 1.9.
153
1542004-07-24      Joel Sherrill <joel@OARcorp.com>
155
156        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
157        New files.
158
1592004-07-15      Jay Monkman
160
161        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
162        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
163        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
164        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
165        at91rm9200/include/at91rm9200.h,
166        at91rm9200/include/at91rm9200_dbgu.h,
167        at91rm9200/include/at91rm9200_emac.h,
168        at91rm9200/include/at91rm9200_gpio.h,
169        at91rm9200/include/at91rm9200_mem.h,
170        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
171        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
172        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
173        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
174        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
175        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
176        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
177        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
178        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
179        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
180        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
181        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
182        shared/include/mmu.h: New files.
183
Note: See TracBrowser for help on using the repository browser.