source: rtems/c/src/lib/libbsp/arm/edb7312/ChangeLog @ 6d2c4aa4

4.104.114.84.95
Last change on this file since 6d2c4aa4 was 6d2c4aa4, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/05 at 23:27:38

2005-01-04 Joel Sherrill <joel@…>

  • clock/clockdrv.c: Remove warnings.
  • Property mode set to 100644
File size: 8.2 KB
Line 
12005-01-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/clockdrv.c: Remove warnings.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-11-05      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
12        area being named sdram NOT RAM.
13
142004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * configure.ac: Require automake > 1.9.
17
182004-07-30      Jay Monkman <jtm@lopingdog.com>
19
20        * network/network.c: Changes to network driver to get it to compile
21        again.
22
232004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        PR 610/bsps
26        * Makefile.am: Add include/tm27.h, Cosmetics.
27        * include/tm27.h: Final cosmetics.
28
292004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * include/bsp.h: Split out tmtest27 support.
32        * include/tm27.h: New.
33
342004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
37        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
38        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
39
402004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * console/uart.c, include/ep7312.h, startup/bspstart.c,
43        timer/timer.c: Convert to using c99 fixed size types.
44
452004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Reflect changes to bsp.am.
48        Preinstall dist_project_lib*.
49
502004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect changes to bsp.am.
53
542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
57
582004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Pickup files from ../../arm/shared instead of
61        ../shared. Reformat.
62
632004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * include/bsp.h: Remove config.
66        * irq/irq.c: Remove stray blanks.
67        * start/start.S: Add missing */ in comments.
68
692004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
72        network/Makefile.am, irq/Makefile.am, start/Makefile.am,
73        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
74        compilation rules.
75        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
76        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
77        timer/Makefile.am, wrapup/Makefile.am: Remove.
78        * configure.ac: Reflect changes above.
79
802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Add PREINSTALL_DIRS.
83        * irq/Makefile.am: Ditto.
84
852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
88        Add PRE/TMPINSTALL_FILES to CLEANFILES.
89        * irq/Makefile.am: Ditto.
90        * start/Makefile.am: Ditto.
91        * startup/Makefile.am: Ditto.
92
932004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Eliminate $(LIB).
96        Use noinst_DATA to trigger building libbsp.a.
97
982003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        PR 541/bsps
101        * startup/linkcmds: Remove SEARCH_DIR.
102
1032003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
106        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
107
1082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
111        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
112        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
113
1142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
117
1182003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * network/Makefile.am: Misc cleanups and fixes.
121        * start/Makefile.am: Misc cleanups and fixes.
122        * startup/Makefile.am: Misc cleanups and fixes.
123        * wrapup/Makefile.am: Misc cleanups and fixes.
124
1252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Add preinstallation dirstamp support.
128        * irq/Makefile.am: Add preinstallation dirstamp support.
129        * network/Makefile.am: Cosmetics.
130        * wrapup/Makefile.am: Cosmetics.
131
1322003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * clock/Makefile.am: Remove all-local: $(ARCH).
135        * console/Makefile.am: Remove all-local: $(ARCH).
136        * irq/Makefile.am: Remove all-local: $(ARCH).
137        * network/Makefile.am: Remove all-local: $(ARCH).
138        * start/Makefile.am: Remove all-local: $(ARCH).
139        * startup/Makefile.am: Remove all-local: $(ARCH).
140        * timer/Makefile.am: Remove all-local: $(ARCH).
141        * wrapup/Makefile.am: Remove all-local: $(ARCH).
142
1432003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Merge-in include/Makefile.am.
146        Reflect changes to bsp.am.
147        * include/Makefile.am: Remove.
148        * configure.ac: Reflect changes above.
149
1502003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * bsp_specs: Remove *lib:.
153
1542003-09-04      Joel Sherrill <joel@OARcorp.com>
155
156        * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
157        irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
158        start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
159        timer/timer.c: URL for license changed.
160
1612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Reflect having moved aclocal/.
164
1652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Reflect having moved automake/.
168        * clock/Makefile.am: Reflect having moved automake/.
169        * console/Makefile.am: Reflect having moved automake/.
170        * include/Makefile.am: Reflect having moved automake/.
171        * irq/Makefile.am: Reflect having moved automake/.
172        * network/Makefile.am: Reflect having moved automake/.
173        * start/Makefile.am: Reflect having moved automake/.
174        * startup/Makefile.am: Reflect having moved automake/.
175        * timer/Makefile.am: Reflect having moved automake/.
176        * wrapup/Makefile.am: Reflect having moved automake/.
177
1782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
181
1822003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        PR 445/bsps
185        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
186        Remove cpp, old_cpp (now unused).
187
1882003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        PR 444/bsps
191        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
192
1932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Remove AC_CONFIG_AUX_DIR.
196
1972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
200
2012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: AC_PREREQ(2.57).
204
2052003-01-20      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
208
2092002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218
2192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * start/Makefile.am: Use install-data-local to install startfile.
222
2232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226
2272002-12-02      Joel Sherrill <joel@OARcorp.com>
228
229        * configure.ac, network/Makefile.am: Don't build if networking disabled.
230        * startup/linkcmds: Add sections to remove warnings.
231
2322002-11-17      Joel Sherrill <joel@OARcorp.com>
233
234        * network/network.c: Fix inconsistency in prototyping.
235
2362002-11-13      Joel Sherrill <joel@OARcorp.com>
237
238        * network/network.c: Removed warning per Jay's suggestion.
239
2402002-11-13      Joel Sherrill <joel@OARcorp.com>
241
242        * include/.cvsignore: Corrected.
243        * network/.cvsignore: New file.
244
2452002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
246
247        * New BSP.
248        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
249        times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
250        console/.cvsignore, console/Makefile.am, console/uart.c,
251        include/.cvsignore, include/Makefile.am, include/bsp.h,
252        include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
253        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
254        network/network.c, start/.cvsignore, start/Makefile.am,
255        start/start.S, startup/.cvsignore, startup/Makefile.am,
256        startup/bspstart.c, startup/exit.c, startup/linkcmds,
257        timer/.cvsignore, timer/Makefile.am, timer/timer.c,
258        wrapup/.cvsignore, wrapup/Makefile.am: New file.
259
Note: See TracBrowser for help on using the repository browser.