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

4.104.114.84.95
Last change on this file since 7f3d5557 was 7f3d5557, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/22/04 at 15:49:36

2004-04-22 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Split out tmtest27 support.
  • include/tm27.h: New.
  • Property mode set to 100644
File size: 11.3 KB
Line 
12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Split out tmtest27 support.
4        * include/tm27.h: New.
5
62004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
9        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
10        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
11
122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * startup/bspstart.c: Convert to using c99 fixed size types.
15
162004-03-03      Joel Sherrill <joel@OARcorp.com>
17
18        * startup/linkcmds: Add more memory so tests can link. This is a
19        generic BSP for a CPU model so OK to do this.
20
212004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect changes to bsp.am.
24        Preinstall dist_project_lib*.
25
262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect changes to bsp.am.
29
302004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
33
342004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Pickup files from ../../arm/shared instead of
37        ../shared. Reformat.
38
392004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
42        Add RTEMS_PROG_CCAS.
43
442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
47        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
48        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
49        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
50        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
51        wrapup/Makefile.am: Remove.
52        * configure.ac: Reflect changes above.
53
542004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Add PREINSTALL_DIRS.
57        * irq/Makefile.am: Ditto.
58
592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
62        Add PRE/TMPINSTALL_FILES to CLEANFILES.
63        * irq/Makefile.am: Ditto.
64        * start/Makefile.am: Ditto.
65        * startup/Makefile.am: Ditto.
66
672004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Eliminate $(LIB).
70        Use noinst_DATA to trigger building libbsp.a.
71
722003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        PR 541/bsps
75        * startup/linkcmds: Remove SEARCH_DIR.
76
772003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
80        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
81
822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
85        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
86        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
91
922003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Misc cleanups and fixes.
95        * startup/Makefile.am: Misc cleanups and fixes.
96        * wrapup/Makefile.am: Misc cleanups and fixes.
97
982003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * clock/Makefile.am: Remove all-local: $(ARCH).
101        * console/Makefile.am: Remove all-local: $(ARCH).
102        * irq/Makefile.am: Remove all-local: $(ARCH).
103        * startup/Makefile.am: Remove all-local: $(ARCH).
104        * timer/Makefile.am: Remove all-local: $(ARCH).
105        * wrapup/Makefile.am: Remove all-local: $(ARCH).
106
1072003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Merge-in include/Makefile.am.
110        Reflect changes to bsp.am.
111        * include/Makefile.am: Remove.
112        * configure.ac: Reflect changes above.
113
1142003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * bsp_specs: Remove *lib:.
117
1182003-09-04      Joel Sherrill <joel@OARcorp.com>
119
120        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
121        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
122        startup/bspstart.c, startup/exit.c: URL for license changed.
123
1242003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Reflect having moved aclocal/.
127
1282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Reflect having moved automake/.
131        * clock/Makefile.am: Reflect having moved automake/.
132        * console/Makefile.am: Reflect having moved automake/.
133        * include/Makefile.am: Reflect having moved automake/.
134        * irq/Makefile.am: Reflect having moved automake/.
135        * start/Makefile.am: Reflect having moved automake/.
136        * startup/Makefile.am: Reflect having moved automake/.
137        * timer/Makefile.am: Reflect having moved automake/.
138        * wrapup/Makefile.am: Reflect having moved automake/.
139
1402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
143
1442003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        PR 445/bsps
147        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
148        Remove cpp, old_cpp (now unused).
149
1502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        PR 444/bsps
153        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
154
1552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Remove AC_CONFIG_AUX_DIR.
158
1592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
162
1632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: AC_PREREQ(2.57).
166
1672003-01-20      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
170
1712002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179
1802002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * start/Makefile.am: Use install-data-local to install startfile.
183
1842002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187
1882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * .cvsignore: Reformat.
191        Add autom4te*cache.
192        Remove autom4te.cache.
193
1942002-08-21      Joel Sherrill <joel@OARcorp.com>
195
196        * bsp_specs: Added support for -nostdlibs.
197
1982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
207
2082002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * start/Makefile.am: Eliminate PGM.
211        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
212
2132002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
216
2172002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
218
219        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
220
2212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
224        Remove $(OBJS) from all-local.
225
2262002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * wrapup/Makefile.am: Add $(LIB) to all-local.
229
2302002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
233
2342001-05-09      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/linkcmds: In support of gcc 3.1, added one of more
237        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
238        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
239        and direction of segments to memory regions may also have been
240        addressed.  This was a sweep across all BSPs.
241 
2422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac:
245        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
246        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
247        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
256
2572002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
260
2612001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
264        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
265
2662001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
269
2702001-10-17      Joel Sherrill <joel@OARcorp.com>
271
272        * timer: New subdirectory.
273        * timer/Makefile.am: New file.
274        * timer/.cvsignore: New file.
275        * Makefile.am: Modified to reflect above.
276        * configure.ac: Ditto.
277        * wrapup/Makefile.am: Ditto.
278        * include/bsp.h: Stubs to let tm27 compile and link.
279
2802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
283        * configure.in: Remove.
284        * configure.ac: New file, generated from configure.in by autoupdate.
285
2862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * include/Makefile.am: Use 'CLEANFILES ='.
289        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
290        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
291
2922001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.in: Add include/bspopts.h.
295        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
296        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
297        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
298        * include/bsp.h: Add bspopts.h.
299
3002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
301
302        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
303
3042001-01-08      Joel Sherrill <joel@OARcorp.com>
305
306        * include/bsp.h: Added closing brace for extern C.
307
3082001-01-03      Joel Sherrill <joel@OARcorp.com>
309
310        * clock: New directory with stub clock driver.
311        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
312        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
313        to reflect above.
314
3152000-12-06      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/bspstart.c: Removed call of console_reserve_resources().
318        * comm/console.c: Added casts to eliminate warnings.
319
3202000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am, console/Makefile.am, include/Makefile.am,
323        start/Makefile.am: VPATH was not setup correctly
324
3252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
328
3292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
332
3332000-11-01      Joel Sherrill <joel@OARcorp.com>
334
335        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
336        and libcsupport.h moved from libc to lib/include/rtems and
337        now must be referenced as <rtems/XXX.h>.   Header file order
338        was cleaned up while doing this.
339
3402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
343        Switch to GNU canonicalization.
344
3452000-09-13      Joel Sherrill <joel@OARcorp.com>
346
347        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
348        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
349        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
350        Made to conform to current practice concerning automake and
351        autoconf.  Corrected minor warnings.
352
3532000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
354
355        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
356        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.