source: rtems/c/src/lib/libcpu/arm/ChangeLog @ 77bb84e

4.104.114.84.95
Last change on this file since 77bb84e was 77bb84e, checked in by Joel Sherrill <joel.sherrill@…>, on 08/17/05 at 19:25:00

2005-08-17 Lars Munch <lars@…>

PR 727/bsps

  • at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds tick is not 9.365 miliseconds long.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12005-08-17      Lars Munch <lars@segv.dk>
2
3        PR 727/bsps
4        * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
5        tick is not 9.365 miliseconds long.
6
72005-07-07      Philippe Simons <loki_666@fastmail.fm>
8
9        * Makefile.am: Remove s3c2400/lcd/lcd.c
10        * s3c2400/lcd/lcd.c: Remove.
11        * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
12
132005-06-01      Philippe Simons <loki_666@fastmail.fm>
14
15        * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
16        * s3c2400/clock/clockdrv.c: Update to use get_PCLK()
17        * s3c2400/timer/timer.c: Update to use get_PCLK()
18
192005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
20
21        * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h:
22        Modified names and types to match rtems/irq.h. Note: rtems/irq.h
23        should be included after the addition of a parameter to ISRs.
24
252005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Merge-in s3c2400/Makefile.am.
28        * preinstall.am: Regenerate.
29        * s3c2400/Makefile.am: Remove.
30        * configure.ac: Remove s3c2400/Makefile.
31
322005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Merge-in mc9328mxl/Makefile.am.
35        * preinstall.am: Regenerate.
36        * mc9328mxl/Makefile.am: Remove.
37        * configure.ac: Remove mc9328mxl/Makefile.
38
392005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Merge-in at91rm9200/Makefile.am.
42        * preinstall.am: Regenerate.
43        * at91rm9200/Makefile.am: Remove.
44        * configure.ac: Remove at91rm9200/Makefile.
45
462005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Merge-in shared/Makefile.am.
49        * preinstall.am: New.
50        * shared/Makefile.am: Remove.
51        * configure.ac: Reflect changes above.
52
532005-05-03      Joel Sherrill <joel@OARcorp.com>
54
55        * mc9328mxl/irq/irq.c, s3c2400/irq/irq.c: Remove warnings.
56
572005-04-26      Joel Sherrill <joel@OARcorp.com>
58
59        * s3c2400/clock/clockdrv.c: Eliminate warning.
60
612005-03-11      Philippe Simons <loki_666@fastmail.fm>
62
63        * Makefile.am, configure.ac: Added gp32 BSP.
64        * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c,
65        s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S,
66        s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h,
67        s3c2400/timer/timer.c: New files.
68
692005-03-08      Jay Monkman <jtm@lopingdog.com>
70
71        * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
72
732005-02-24      Jay Monkman <jtm@lopingdog.com>
74
75        * at91rm9200/include/at91rm9200_emac.h: Cleanup.
76
772005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am, shared/Makefile.am:
80        Eliminate CFLAGS_OPTIMIZE_V.
81
822005-01-04      Joel Sherrill <joel@OARcorp.com>
83
84        * at91rm9200/clock/clock.c, at91rm9200/irq/irq.c, at91rm9200/pmc/pmc.c,
85        mc9328mxl/clock/clockdrv.c, mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
86        shared/arm920/mmu.c: Remove warnings.
87
882005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * at91rm9200/Makefile.am, mc9328mxl/Makefile.am,
91        shared/Makefile.am: Remove build-variant support.
92
932005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * ChangeLog: Merge-in at91rm9200/ChangeLog, mc9328mxl/ChangeLog,
96        shared/ChangeLog.
97        * at91rm9200/ChangeLog, mc9328mxl/ChangeLog, shared/ChangeLog:
98        Remove.
99
1002004-10-20      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * at91rm9200/timer/timer.c, mc9328mxl/timer/timer.c: Use POSIX
103        fixed-size types.
104
1052004-10-19      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * configure.ac: Remove RTEMS_ENABLE_BARE.
108
1092004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        * configure.ac: Require automake > 1.9.
112
1132004-07-24      Joel Sherrill <joel@OARcorp.com>
114
115        * at91rm9200/.cvsignore, mc9328mxl/.cvsignore, shared/.cvsignore:
116        New files.
117
1182004-07-15      Jay Monkman
119
120        * .cvsignore, ChangeLog, Makefile.am, configure.ac,
121        at91rm9200/ChangeLog, at91rm9200/Makefile.am,
122        at91rm9200/clock/.cvsignore, at91rm9200/clock/clock.c,
123        at91rm9200/dbgu/.cvsignore, at91rm9200/dbgu/dbgu.c,
124        at91rm9200/include/at91rm9200.h,
125        at91rm9200/include/at91rm9200_dbgu.h,
126        at91rm9200/include/at91rm9200_emac.h,
127        at91rm9200/include/at91rm9200_gpio.h,
128        at91rm9200/include/at91rm9200_mem.h,
129        at91rm9200/include/at91rm9200_pmc.h, at91rm9200/include/bits.h,
130        at91rm9200/irq/.cvsignore, at91rm9200/irq/bsp_irq_asm.S,
131        at91rm9200/irq/bsp_irq_init.c, at91rm9200/irq/irq.c,
132        at91rm9200/irq/irq.h, at91rm9200/pmc/pmc.c,
133        at91rm9200/timer/.cvsignore, at91rm9200/timer/timer.c,
134        mc9328mxl/ChangeLog, mc9328mxl/Makefile.am,
135        mc9328mxl/clock/.cvsignore, mc9328mxl/clock/clockdrv.c,
136        mc9328mxl/include/mc9328mxl.h, mc9328mxl/irq/.cvsignore,
137        mc9328mxl/irq/bsp_irq_asm.S, mc9328mxl/irq/bsp_irq_init.c,
138        mc9328mxl/irq/irq.c, mc9328mxl/irq/irq.h,
139        mc9328mxl/timer/.cvsignore, mc9328mxl/timer/timer.c,
140        shared/ChangeLog, shared/Makefile.am, shared/arm920/mmu.c,
141        shared/include/mmu.h: New files.
142
Note: See TracBrowser for help on using the repository browser.