source: rtems/c/src/lib/libbsp/arm/vegaplus/ChangeLog @ 97891e5e

4.104.114.84.95
Last change on this file since 97891e5e was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR 610/bsps
8        * Makefile.am: Add include/tm27.h, Cosmetics.
9        * include/tm27.h: Final cosmetics.
10
112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
19        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
20        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
21
222004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * startup/bspstart.c: Convert to using c99 fixed size types.
25
262004-03-03      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds: Add more memory so tests can link. This is a
29        generic BSP for a CPU model so OK to do this.
30
312004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect changes to bsp.am.
34        Preinstall dist_project_lib*.
35
362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect changes to bsp.am.
39
402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
43
442004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Pickup files from ../../arm/shared instead of
47        ../shared. Reformat.
48
492004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
52        Add RTEMS_PROG_CCAS.
53
542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
57        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
58        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
59        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
60        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
61        wrapup/Makefile.am: Remove.
62        * configure.ac: Reflect changes above.
63
642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add PREINSTALL_DIRS.
67        * irq/Makefile.am: Ditto.
68
692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
72        Add PRE/TMPINSTALL_FILES to CLEANFILES.
73        * irq/Makefile.am: Ditto.
74        * start/Makefile.am: Ditto.
75        * startup/Makefile.am: Ditto.
76
772004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Eliminate $(LIB).
80        Use noinst_DATA to trigger building libbsp.a.
81
822003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        PR 541/bsps
85        * startup/linkcmds: Remove SEARCH_DIR.
86
872003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
90        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
91
922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
95        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
96        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
97
982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
101
1022003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * start/Makefile.am: Misc cleanups and fixes.
105        * startup/Makefile.am: Misc cleanups and fixes.
106        * wrapup/Makefile.am: Misc cleanups and fixes.
107
1082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am: Remove all-local: $(ARCH).
111        * console/Makefile.am: Remove all-local: $(ARCH).
112        * irq/Makefile.am: Remove all-local: $(ARCH).
113        * startup/Makefile.am: Remove all-local: $(ARCH).
114        * timer/Makefile.am: Remove all-local: $(ARCH).
115        * wrapup/Makefile.am: Remove all-local: $(ARCH).
116
1172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Merge-in include/Makefile.am.
120        Reflect changes to bsp.am.
121        * include/Makefile.am: Remove.
122        * configure.ac: Reflect changes above.
123
1242003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * bsp_specs: Remove *lib:.
127
1282003-09-04      Joel Sherrill <joel@OARcorp.com>
129
130        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
131        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
132        startup/bspstart.c, startup/exit.c: URL for license changed.
133
1342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Reflect having moved aclocal/.
137
1382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Reflect having moved automake/.
141        * clock/Makefile.am: Reflect having moved automake/.
142        * console/Makefile.am: Reflect having moved automake/.
143        * include/Makefile.am: Reflect having moved automake/.
144        * irq/Makefile.am: Reflect having moved automake/.
145        * start/Makefile.am: Reflect having moved automake/.
146        * startup/Makefile.am: Reflect having moved automake/.
147        * timer/Makefile.am: Reflect having moved automake/.
148        * wrapup/Makefile.am: Reflect having moved automake/.
149
1502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
153
1542003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        PR 445/bsps
157        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
158        Remove cpp, old_cpp (now unused).
159
1602003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        PR 444/bsps
163        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
164
1652003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Remove AC_CONFIG_AUX_DIR.
168
1692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
172
1732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: AC_PREREQ(2.57).
176
1772003-01-20      Joel Sherrill <joel@OARcorp.com>
178
179        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
180
1812002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189
1902002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * start/Makefile.am: Use install-data-local to install startfile.
193
1942002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197
1982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * .cvsignore: Reformat.
201        Add autom4te*cache.
202        Remove autom4te.cache.
203
2042002-08-21      Joel Sherrill <joel@OARcorp.com>
205
206        * bsp_specs: Added support for -nostdlibs.
207
2082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
213        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
214        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
217
2182002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * start/Makefile.am: Eliminate PGM.
221        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
222
2232002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
226
2272002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
228
229        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
230
2312002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
234        Remove $(OBJS) from all-local.
235
2362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * wrapup/Makefile.am: Add $(LIB) to all-local.
239
2402002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
243
2442001-05-09      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds: In support of gcc 3.1, added one of more
247        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
248        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
249        and direction of segments to memory regions may also have been
250        addressed.  This was a sweep across all BSPs.
251 
2522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac:
255        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
256        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
257        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
266
2672002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
270
2712001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
274        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
275
2762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
279
2802001-10-17      Joel Sherrill <joel@OARcorp.com>
281
282        * timer: New subdirectory.
283        * timer/Makefile.am: New file.
284        * timer/.cvsignore: New file.
285        * Makefile.am: Modified to reflect above.
286        * configure.ac: Ditto.
287        * wrapup/Makefile.am: Ditto.
288        * include/bsp.h: Stubs to let tm27 compile and link.
289
2902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
293        * configure.in: Remove.
294        * configure.ac: New file, generated from configure.in by autoupdate.
295
2962001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * include/Makefile.am: Use 'CLEANFILES ='.
299        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
300        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
301
3022001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.in: Add include/bspopts.h.
305        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
306        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
307        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
308        * include/bsp.h: Add bspopts.h.
309
3102001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
311
312        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
313
3142001-01-08      Joel Sherrill <joel@OARcorp.com>
315
316        * include/bsp.h: Added closing brace for extern C.
317
3182001-01-03      Joel Sherrill <joel@OARcorp.com>
319
320        * clock: New directory with stub clock driver.
321        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
322        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
323        to reflect above.
324
3252000-12-06      Joel Sherrill <joel@OARcorp.com>
326
327        * startup/bspstart.c: Removed call of console_reserve_resources().
328        * comm/console.c: Added casts to eliminate warnings.
329
3302000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am, console/Makefile.am, include/Makefile.am,
333        start/Makefile.am: VPATH was not setup correctly
334
3352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
338
3392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
342
3432000-11-01      Joel Sherrill <joel@OARcorp.com>
344
345        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
346        and libcsupport.h moved from libc to lib/include/rtems and
347        now must be referenced as <rtems/XXX.h>.   Header file order
348        was cleaned up while doing this.
349
3502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
353        Switch to GNU canonicalization.
354
3552000-09-13      Joel Sherrill <joel@OARcorp.com>
356
357        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
358        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
359        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
360        Made to conform to current practice concerning automake and
361        autoconf.  Corrected minor warnings.
362
3632000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
364
365        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
366        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.