source: rtems/c/src/lib/libbsp/arm/vegaplus/ChangeLog @ 6ac101b

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
8
92004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Pickup files from ../../arm/shared instead of
12        ../shared. Reformat.
13
142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
17        Add RTEMS_PROG_CCAS.
18
192004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
22        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
23        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
24        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
25        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
26        wrapup/Makefile.am: Remove.
27        * configure.ac: Reflect changes above.
28
292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Add PREINSTALL_DIRS.
32        * irq/Makefile.am: Ditto.
33
342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
37        Add PRE/TMPINSTALL_FILES to CLEANFILES.
38        * irq/Makefile.am: Ditto.
39        * start/Makefile.am: Ditto.
40        * startup/Makefile.am: Ditto.
41
422004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Eliminate $(LIB).
45        Use noinst_DATA to trigger building libbsp.a.
46
472003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        PR 541/bsps
50        * startup/linkcmds: Remove SEARCH_DIR.
51
522003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
55        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
56
572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
60        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
61        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
62
632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
66
672003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: Misc cleanups and fixes.
70        * startup/Makefile.am: Misc cleanups and fixes.
71        * wrapup/Makefile.am: Misc cleanups and fixes.
72
732003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * clock/Makefile.am: Remove all-local: $(ARCH).
76        * console/Makefile.am: Remove all-local: $(ARCH).
77        * irq/Makefile.am: Remove all-local: $(ARCH).
78        * startup/Makefile.am: Remove all-local: $(ARCH).
79        * timer/Makefile.am: Remove all-local: $(ARCH).
80        * wrapup/Makefile.am: Remove all-local: $(ARCH).
81
822003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Merge-in include/Makefile.am.
85        Reflect changes to bsp.am.
86        * include/Makefile.am: Remove.
87        * configure.ac: Reflect changes above.
88
892003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * bsp_specs: Remove *lib:.
92
932003-09-04      Joel Sherrill <joel@OARcorp.com>
94
95        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
96        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
97        startup/bspstart.c, startup/exit.c: URL for license changed.
98
992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Reflect having moved aclocal/.
102
1032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Reflect having moved automake/.
106        * clock/Makefile.am: Reflect having moved automake/.
107        * console/Makefile.am: Reflect having moved automake/.
108        * include/Makefile.am: Reflect having moved automake/.
109        * irq/Makefile.am: Reflect having moved automake/.
110        * start/Makefile.am: Reflect having moved automake/.
111        * startup/Makefile.am: Reflect having moved automake/.
112        * timer/Makefile.am: Reflect having moved automake/.
113        * wrapup/Makefile.am: Reflect having moved automake/.
114
1152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
118
1192003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        PR 445/bsps
122        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
123        Remove cpp, old_cpp (now unused).
124
1252003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        PR 444/bsps
128        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
129
1302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Remove AC_CONFIG_AUX_DIR.
133
1342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
137
1382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: AC_PREREQ(2.57).
141
1422003-01-20      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
145
1462002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
149        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
150        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
151        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
152        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
153        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
154
1552002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * start/Makefile.am: Use install-data-local to install startfile.
158
1592002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
162
1632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * .cvsignore: Reformat.
166        Add autom4te*cache.
167        Remove autom4te.cache.
168
1692002-08-21      Joel Sherrill <joel@OARcorp.com>
170
171        * bsp_specs: Added support for -nostdlibs.
172
1732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
176        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
177        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
178        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
179        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
180        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
181        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
182
1832002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * start/Makefile.am: Eliminate PGM.
186        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
187
1882002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
191
1922002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
193
194        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
195
1962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
199        Remove $(OBJS) from all-local.
200
2012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * wrapup/Makefile.am: Add $(LIB) to all-local.
204
2052002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
208
2092001-05-09      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/linkcmds: In support of gcc 3.1, added one of more
212        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
213        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
214        and direction of segments to memory regions may also have been
215        addressed.  This was a sweep across all BSPs.
216 
2172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac:
220        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
221        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
222        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
230        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
231
2322002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
235
2362001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
239        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
240
2412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
244
2452001-10-17      Joel Sherrill <joel@OARcorp.com>
246
247        * timer: New subdirectory.
248        * timer/Makefile.am: New file.
249        * timer/.cvsignore: New file.
250        * Makefile.am: Modified to reflect above.
251        * configure.ac: Ditto.
252        * wrapup/Makefile.am: Ditto.
253        * include/bsp.h: Stubs to let tm27 compile and link.
254
2552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
258        * configure.in: Remove.
259        * configure.ac: New file, generated from configure.in by autoupdate.
260
2612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * include/Makefile.am: Use 'CLEANFILES ='.
264        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
265        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
266
2672001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.in: Add include/bspopts.h.
270        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
271        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
272        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
273        * include/bsp.h: Add bspopts.h.
274
2752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
276
277        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
278
2792001-01-08      Joel Sherrill <joel@OARcorp.com>
280
281        * include/bsp.h: Added closing brace for extern C.
282
2832001-01-03      Joel Sherrill <joel@OARcorp.com>
284
285        * clock: New directory with stub clock driver.
286        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
287        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
288        to reflect above.
289
2902000-12-06      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/bspstart.c: Removed call of console_reserve_resources().
293        * comm/console.c: Added casts to eliminate warnings.
294
2952000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am, console/Makefile.am, include/Makefile.am,
298        start/Makefile.am: VPATH was not setup correctly
299
3002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
303
3042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
307
3082000-11-01      Joel Sherrill <joel@OARcorp.com>
309
310        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
311        and libcsupport.h moved from libc to lib/include/rtems and
312        now must be referenced as <rtems/XXX.h>.   Header file order
313        was cleaned up while doing this.
314
3152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
318        Switch to GNU canonicalization.
319
3202000-09-13      Joel Sherrill <joel@OARcorp.com>
321
322        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
323        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
324        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
325        Made to conform to current practice concerning automake and
326        autoconf.  Corrected minor warnings.
327
3282000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
329
330        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
331        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.