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

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

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.8 KB
Line 
12006-06-02      Jay Monkman
2
3        * at91rm9200/irq/bsp_irq_init.c, mc9328mxl/clock/clockdrv.c,
4        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
5        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
6        s3c2400/irq/bsp_irq_init.c: Changed interrupt handling
7        to use shared rtems_irq_connect_data struct.
8
92006-05-31      Joel Sherrill <joel@OARcorp.com>
10
11        * at91rm9200/clock/clock.c: Convert to using shared clock driver shell.
12
132006-05-16      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Use RTEMS_AMPOLISH3.
16
172006-03-07      Lars Munch <lars@segv.dk>
18
19        * at91rm9200/clock/clock.c: The clock tick is not very precise on
20        at91rm9200. The attached patch improves the situation by:
21          (1) Not reloading the "period interval timer" register in the
22              interrupt handler since this is done automatically.
23          (2) Use integer rounding in the calculation of the "period interval
24              timer" register value to get as close as posible to the
25              CONFIGURE_MICROSECONDS_PER_TICK value.
26
272005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
30
312005-09-15      Jay Monkman <jtm@lopingdog.com>
32
33        PR 776/bsps
34        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
35        pass interrupt vector number to ISR on AT91RM9200.
36
372005-08-17      Lars Munch <lars@segv.dk>
38
39        PR 727/bsps
40        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
41        tick is not 9.365 miliseconds long.
42
432005-07-07      Philippe Simons <loki_666@fastmail.fm>
44
45        * Makefile.am: Remove s3c2400/lcd/lcd.c
46        * s3c2400/lcd/lcd.c: Remove.
47        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
48
492005-06-01      Philippe Simons <loki_666@fastmail.fm>
50
51        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
52        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
53        * s3c2400/timer/timer.c: Update to use get_PCLK()
54
552005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
56
57        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
58        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
59        should be included after the addition of a parameter to ISRs.
60
612005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Merge-in s3c2400/Makefile.am.
64        * preinstall.am: Regenerate.
65        * s3c2400/Makefile.am: Remove.
66        * configure.ac: Remove s3c2400/Makefile.
67
682005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
71        * preinstall.am: Regenerate.
72        * mc9328mxl/Makefile.am: Remove.
73        * configure.ac: Remove mc9328mxl/Makefile.
74
752005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Merge-in at91rm9200/Makefile.am.
78        * preinstall.am: Regenerate.
79        * at91rm9200/Makefile.am: Remove.
80        * configure.ac: Remove at91rm9200/Makefile.
81
822005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Merge-in shared/Makefile.am.
85        * preinstall.am: New.
86        * shared/Makefile.am: Remove.
87        * configure.ac: Reflect changes above.
88
892005-05-03      Joel Sherrill <joel@OARcorp.com>
90
91        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
92
932005-04-26      Joel Sherrill <joel@OARcorp.com>
94
95        * s3c2400/clock/clockdrv.c: Eliminate warning.
96
972005-03-11      Philippe Simons <loki_666@fastmail.fm>
98
99        * Makefile.am, configure.ac: Added gp32 BSP.
100        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
101        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
102        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
103        s3c2400/timer/timer.c: New files.
104
1052005-03-08      Jay Monkman <jtm@lopingdog.com>
106
107        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
108
1092005-02-24      Jay Monkman <jtm@lopingdog.com>
110
111        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
112
1132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
116        Eliminate CFLAGS_OPTIMIZE_V.
117
1182005-01-04      Joel Sherrill <joel@OARcorp.com>
119
120        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
121        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
122        shared/arm920/mmu.c: Remove warnings.
123
1242005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
127        shared/Makefile.am: Remove build-variant support.
128
1292005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
130
131        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
132        shared/ChangeLog.
133        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
134        Remove.
135
1362004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
139        fixed-size types.
140
1412004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * configure.ac: Remove RTEMS_ENABLE_BARE.
144
1452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * configure.ac: Require automake > 1.9.
148
1492004-07-24      Joel Sherrill <joel@OARcorp.com>
150
151        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
152        New files.
153
1542004-07-15      Jay Monkman
155
156        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
157        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
158        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
159        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
160        at91rm9200/include/at91rm9200.h,
161        at91rm9200/include/at91rm9200_dbgu.h,
162        at91rm9200/include/at91rm9200_emac.h,
163        at91rm9200/include/at91rm9200_gpio.h,
164        at91rm9200/include/at91rm9200_mem.h,
165        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
166        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
167        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
168        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
169        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
170        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
171        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
172        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
173        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
174        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
175        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
176        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
177        shared/include/mmu.h: New files.
178
Note: See TracBrowser for help on using the repository browser.