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

4.104.114.84.95
Last change on this file since ac904b6 was ac904b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/06/04 at 08:11:43

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

  • Makefile.am: Pickup files from ../../arm/shared instead of ../shared. Reformat.
  • Property mode set to 100644
File size: 10.4 KB
Line 
12004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Pickup files from ../../arm/shared instead of
4        ../shared. Reformat.
5
62004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
9        Add RTEMS_PROG_CCAS.
10
112004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
14        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
15        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
16        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
17        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
18        wrapup/Makefile.am: Remove.
19        * configure.ac: Reflect changes above.
20
212004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Add PREINSTALL_DIRS.
24        * irq/Makefile.am: Ditto.
25
262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
29        Add PRE/TMPINSTALL_FILES to CLEANFILES.
30        * irq/Makefile.am: Ditto.
31        * start/Makefile.am: Ditto.
32        * startup/Makefile.am: Ditto.
33
342004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Eliminate $(LIB).
37        Use noinst_DATA to trigger building libbsp.a.
38
392003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        PR 541/bsps
42        * startup/linkcmds: Remove SEARCH_DIR.
43
442003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
47        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
48
492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
52        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
53        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
54
552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
58
592003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * start/Makefile.am: Misc cleanups and fixes.
62        * startup/Makefile.am: Misc cleanups and fixes.
63        * wrapup/Makefile.am: Misc cleanups and fixes.
64
652003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * clock/Makefile.am: Remove all-local: $(ARCH).
68        * console/Makefile.am: Remove all-local: $(ARCH).
69        * irq/Makefile.am: Remove all-local: $(ARCH).
70        * startup/Makefile.am: Remove all-local: $(ARCH).
71        * timer/Makefile.am: Remove all-local: $(ARCH).
72        * wrapup/Makefile.am: Remove all-local: $(ARCH).
73
742003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Merge-in include/Makefile.am.
77        Reflect changes to bsp.am.
78        * include/Makefile.am: Remove.
79        * configure.ac: Reflect changes above.
80
812003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * bsp_specs: Remove *lib:.
84
852003-09-04      Joel Sherrill <joel@OARcorp.com>
86
87        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
88        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
89        startup/bspstart.c, startup/exit.c: URL for license changed.
90
912003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Reflect having moved aclocal/.
94
952003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Reflect having moved automake/.
98        * clock/Makefile.am: Reflect having moved automake/.
99        * console/Makefile.am: Reflect having moved automake/.
100        * include/Makefile.am: Reflect having moved automake/.
101        * irq/Makefile.am: Reflect having moved automake/.
102        * start/Makefile.am: Reflect having moved automake/.
103        * startup/Makefile.am: Reflect having moved automake/.
104        * timer/Makefile.am: Reflect having moved automake/.
105        * wrapup/Makefile.am: Reflect having moved automake/.
106
1072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
110
1112003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        PR 445/bsps
114        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
115        Remove cpp, old_cpp (now unused).
116
1172003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        PR 444/bsps
120        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
121
1222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Remove AC_CONFIG_AUX_DIR.
125
1262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
129
1302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: AC_PREREQ(2.57).
133
1342003-01-20      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
137
1382002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
142        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
143        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
144        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
145        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
146
1472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * start/Makefile.am: Use install-data-local to install startfile.
150
1512002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
154
1552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * .cvsignore: Reformat.
158        Add autom4te*cache.
159        Remove autom4te.cache.
160
1612002-08-21      Joel Sherrill <joel@OARcorp.com>
162
163        * bsp_specs: Added support for -nostdlibs.
164
1652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
173        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
174
1752002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Eliminate PGM.
178        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
179
1802002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
183
1842002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
185
186        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
187
1882002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
191        Remove $(OBJS) from all-local.
192
1932002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * wrapup/Makefile.am: Add $(LIB) to all-local.
196
1972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
200
2012001-05-09      Joel Sherrill <joel@OARcorp.com>
202
203        * startup/linkcmds: In support of gcc 3.1, added one of more
204        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
205        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
206        and direction of segments to memory regions may also have been
207        addressed.  This was a sweep across all BSPs.
208 
2092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac:
212        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
213        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
214        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
223
2242002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
227
2282001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
231        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
232
2332001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
236
2372001-10-17      Joel Sherrill <joel@OARcorp.com>
238
239        * timer: New subdirectory.
240        * timer/Makefile.am: New file.
241        * timer/.cvsignore: New file.
242        * Makefile.am: Modified to reflect above.
243        * configure.ac: Ditto.
244        * wrapup/Makefile.am: Ditto.
245        * include/bsp.h: Stubs to let tm27 compile and link.
246
2472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
250        * configure.in: Remove.
251        * configure.ac: New file, generated from configure.in by autoupdate.
252
2532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * include/Makefile.am: Use 'CLEANFILES ='.
256        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
257        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
258
2592001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.in: Add include/bspopts.h.
262        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
263        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
264        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
265        * include/bsp.h: Add bspopts.h.
266
2672001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
268
269        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
270
2712001-01-08      Joel Sherrill <joel@OARcorp.com>
272
273        * include/bsp.h: Added closing brace for extern C.
274
2752001-01-03      Joel Sherrill <joel@OARcorp.com>
276
277        * clock: New directory with stub clock driver.
278        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
279        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
280        to reflect above.
281
2822000-12-06      Joel Sherrill <joel@OARcorp.com>
283
284        * startup/bspstart.c: Removed call of console_reserve_resources().
285        * comm/console.c: Added casts to eliminate warnings.
286
2872000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am, console/Makefile.am, include/Makefile.am,
290        start/Makefile.am: VPATH was not setup correctly
291
2922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
295
2962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
299
3002000-11-01      Joel Sherrill <joel@OARcorp.com>
301
302        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
303        and libcsupport.h moved from libc to lib/include/rtems and
304        now must be referenced as <rtems/XXX.h>.   Header file order
305        was cleaned up while doing this.
306
3072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
310        Switch to GNU canonicalization.
311
3122000-09-13      Joel Sherrill <joel@OARcorp.com>
313
314        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
315        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
316        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
317        Made to conform to current practice concerning automake and
318        autoconf.  Corrected minor warnings.
319
3202000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
321
322        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
323        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.