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

4.104.114.84.95
Last change on this file since cba119c9 was 1370850, checked in by Jay Monkman <jtm@…>, on 09/15/05 at 19:40:08

2005-09-15 Jay Monkman <jtm@…>

PR 776/bsps

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