source: rtems/c/src/lib/libcpu/arm/ChangeLog @ 086c1c3

4.104.114.84.95
Last change on this file since 086c1c3 was 086c1c3, checked in by Joel Sherrill <joel.sherrill@…>, on 11/07/05 at 16:19:21

Fixed formatting.

  • Property mode set to 100644
File size: 4.9 KB
Line 
12005-11-04      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
4
52005-09-15      Jay Monkman <jtm@lopingdog.com>
6
7        PR 776/bsps
8        * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
9        pass interrupt vector number to ISR on AT91RM9200.
10
112005-08-17      Lars Munch <lars@segv.dk>
12
13        PR 727/bsps
14        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
15        tick is not 9.365 miliseconds long.
16
172005-07-07      Philippe Simons <loki_666@fastmail.fm>
18
19        * Makefile.am: Remove s3c2400/lcd/lcd.c
20        * s3c2400/lcd/lcd.c: Remove.
21        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
22
232005-06-01      Philippe Simons <loki_666@fastmail.fm>
24
25        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
26        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
27        * s3c2400/timer/timer.c: Update to use get_PCLK()
28
292005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
30
31        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
32        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
33        should be included after the addition of a parameter to ISRs.
34
352005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Merge-in s3c2400/Makefile.am.
38        * preinstall.am: Regenerate.
39        * s3c2400/Makefile.am: Remove.
40        * configure.ac: Remove s3c2400/Makefile.
41
422005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
45        * preinstall.am: Regenerate.
46        * mc9328mxl/Makefile.am: Remove.
47        * configure.ac: Remove mc9328mxl/Makefile.
48
492005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Merge-in at91rm9200/Makefile.am.
52        * preinstall.am: Regenerate.
53        * at91rm9200/Makefile.am: Remove.
54        * configure.ac: Remove at91rm9200/Makefile.
55
562005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Merge-in shared/Makefile.am.
59        * preinstall.am: New.
60        * shared/Makefile.am: Remove.
61        * configure.ac: Reflect changes above.
62
632005-05-03      Joel Sherrill <joel@OARcorp.com>
64
65        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
66
672005-04-26      Joel Sherrill <joel@OARcorp.com>
68
69        * s3c2400/clock/clockdrv.c: Eliminate warning.
70
712005-03-11      Philippe Simons <loki_666@fastmail.fm>
72
73        * Makefile.am, configure.ac: Added gp32 BSP.
74        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
75        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
76        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
77        s3c2400/timer/timer.c: New files.
78
792005-03-08      Jay Monkman <jtm@lopingdog.com>
80
81        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
82
832005-02-24      Jay Monkman <jtm@lopingdog.com>
84
85        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
86
872005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
90        Eliminate CFLAGS_OPTIMIZE_V.
91
922005-01-04      Joel Sherrill <joel@OARcorp.com>
93
94        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
95        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
96        shared/arm920/mmu.c: Remove warnings.
97
982005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
101        shared/Makefile.am: Remove build-variant support.
102
1032005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
106        shared/ChangeLog.
107        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
108        Remove.
109
1102004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
111
112        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
113        fixed-size types.
114
1152004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
116
117        * configure.ac: Remove RTEMS_ENABLE_BARE.
118
1192004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        * configure.ac: Require automake > 1.9.
122
1232004-07-24      Joel Sherrill <joel@OARcorp.com>
124
125        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
126        New files.
127
1282004-07-15      Jay Monkman
129
130        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
131        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
132        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
133        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
134        at91rm9200/include/at91rm9200.h,
135        at91rm9200/include/at91rm9200_dbgu.h,
136        at91rm9200/include/at91rm9200_emac.h,
137        at91rm9200/include/at91rm9200_gpio.h,
138        at91rm9200/include/at91rm9200_mem.h,
139        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
140        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
141        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
142        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
143        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
144        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
145        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
146        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
147        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
148        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
149        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
150        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
151        shared/include/mmu.h: New files.
152
Note: See TracBrowser for help on using the repository browser.