source: rtems/c/src/lib/libcpu/arm/ChangeLog @ 1bfedfe

4.104.114.84.95
Last change on this file since 1bfedfe was bc19e2a, checked in by Jay Monkman <jtm@…>, on 06/03/06 at 03:16:18

2006-06-02 Jay Monkman <jtm@…>

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