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

4.104.114.84.95
Last change on this file since 3defec6 was 3defec6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 04:47:38

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

PR 610/bsps

  • Makefile.am: Add include/tm27.h, Cosmetics.
  • include/tm27.h: Final cosmetics.
  • Property mode set to 100644
File size: 11.5 KB
Line 
12004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 610/bsps
4        * Makefile.am: Add include/tm27.h, Cosmetics.
5        * include/tm27.h: Final cosmetics.
6
72004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * include/bsp.h: Split out tmtest27 support.
10        * include/tm27.h: New.
11
122004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
15        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
16        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
17
182004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * startup/bspstart.c: Convert to using c99 fixed size types.
21
222004-03-03      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add more memory so tests can link. This is a
25        generic BSP for a CPU model so OK to do this.
26
272004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect changes to bsp.am.
30        Preinstall dist_project_lib*.
31
322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Reflect changes to bsp.am.
35
362004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
39
402004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Pickup files from ../../arm/shared instead of
43        ../shared. Reformat.
44
452004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
48        Add RTEMS_PROG_CCAS.
49
502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
53        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
54        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
55        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
56        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
57        wrapup/Makefile.am: Remove.
58        * configure.ac: Reflect changes above.
59
602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Add PREINSTALL_DIRS.
63        * irq/Makefile.am: Ditto.
64
652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
68        Add PRE/TMPINSTALL_FILES to CLEANFILES.
69        * irq/Makefile.am: Ditto.
70        * start/Makefile.am: Ditto.
71        * startup/Makefile.am: Ditto.
72
732004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Eliminate $(LIB).
76        Use noinst_DATA to trigger building libbsp.a.
77
782003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        PR 541/bsps
81        * startup/linkcmds: Remove SEARCH_DIR.
82
832003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
86        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
91        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
92        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
93
942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
97
982003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: Misc cleanups and fixes.
101        * startup/Makefile.am: Misc cleanups and fixes.
102        * wrapup/Makefile.am: Misc cleanups and fixes.
103
1042003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * clock/Makefile.am: Remove all-local: $(ARCH).
107        * console/Makefile.am: Remove all-local: $(ARCH).
108        * irq/Makefile.am: Remove all-local: $(ARCH).
109        * startup/Makefile.am: Remove all-local: $(ARCH).
110        * timer/Makefile.am: Remove all-local: $(ARCH).
111        * wrapup/Makefile.am: Remove all-local: $(ARCH).
112
1132003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Merge-in include/Makefile.am.
116        Reflect changes to bsp.am.
117        * include/Makefile.am: Remove.
118        * configure.ac: Reflect changes above.
119
1202003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * bsp_specs: Remove *lib:.
123
1242003-09-04      Joel Sherrill <joel@OARcorp.com>
125
126        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
127        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
128        startup/bspstart.c, startup/exit.c: URL for license changed.
129
1302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Reflect having moved aclocal/.
133
1342003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Reflect having moved automake/.
137        * clock/Makefile.am: Reflect having moved automake/.
138        * console/Makefile.am: Reflect having moved automake/.
139        * include/Makefile.am: Reflect having moved automake/.
140        * irq/Makefile.am: Reflect having moved automake/.
141        * start/Makefile.am: Reflect having moved automake/.
142        * startup/Makefile.am: Reflect having moved automake/.
143        * timer/Makefile.am: Reflect having moved automake/.
144        * wrapup/Makefile.am: Reflect having moved automake/.
145
1462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
149
1502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        PR 445/bsps
153        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
154        Remove cpp, old_cpp (now unused).
155
1562003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        PR 444/bsps
159        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
160
1612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Remove AC_CONFIG_AUX_DIR.
164
1652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
168
1692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: AC_PREREQ(2.57).
172
1732003-01-20      Joel Sherrill <joel@OARcorp.com>
174
175        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
176
1772002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185
1862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * start/Makefile.am: Use install-data-local to install startfile.
189
1902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193
1942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * .cvsignore: Reformat.
197        Add autom4te*cache.
198        Remove autom4te.cache.
199
2002002-08-21      Joel Sherrill <joel@OARcorp.com>
201
202        * bsp_specs: Added support for -nostdlibs.
203
2042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
208        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
209        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
213
2142002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * start/Makefile.am: Eliminate PGM.
217        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
218
2192002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
222
2232002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
224
225        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
226
2272002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
230        Remove $(OBJS) from all-local.
231
2322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * wrapup/Makefile.am: Add $(LIB) to all-local.
235
2362002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
239
2402001-05-09      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/linkcmds: In support of gcc 3.1, added one of more
243        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
244        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
245        and direction of segments to memory regions may also have been
246        addressed.  This was a sweep across all BSPs.
247 
2482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac:
251        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
252        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
253        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
262
2632002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
266
2672001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
270        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
271
2722001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
275
2762001-10-17      Joel Sherrill <joel@OARcorp.com>
277
278        * timer: New subdirectory.
279        * timer/Makefile.am: New file.
280        * timer/.cvsignore: New file.
281        * Makefile.am: Modified to reflect above.
282        * configure.ac: Ditto.
283        * wrapup/Makefile.am: Ditto.
284        * include/bsp.h: Stubs to let tm27 compile and link.
285
2862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
289        * configure.in: Remove.
290        * configure.ac: New file, generated from configure.in by autoupdate.
291
2922001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * include/Makefile.am: Use 'CLEANFILES ='.
295        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
296        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
297
2982001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.in: Add include/bspopts.h.
301        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
302        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
303        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
304        * include/bsp.h: Add bspopts.h.
305
3062001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
307
308        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
309
3102001-01-08      Joel Sherrill <joel@OARcorp.com>
311
312        * include/bsp.h: Added closing brace for extern C.
313
3142001-01-03      Joel Sherrill <joel@OARcorp.com>
315
316        * clock: New directory with stub clock driver.
317        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
318        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
319        to reflect above.
320
3212000-12-06      Joel Sherrill <joel@OARcorp.com>
322
323        * startup/bspstart.c: Removed call of console_reserve_resources().
324        * comm/console.c: Added casts to eliminate warnings.
325
3262000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am, console/Makefile.am, include/Makefile.am,
329        start/Makefile.am: VPATH was not setup correctly
330
3312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
334
3352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
338
3392000-11-01      Joel Sherrill <joel@OARcorp.com>
340
341        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
342        and libcsupport.h moved from libc to lib/include/rtems and
343        now must be referenced as <rtems/XXX.h>.   Header file order
344        was cleaned up while doing this.
345
3462000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
349        Switch to GNU canonicalization.
350
3512000-09-13      Joel Sherrill <joel@OARcorp.com>
352
353        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
354        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
355        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
356        Made to conform to current practice concerning automake and
357        autoconf.  Corrected minor warnings.
358
3592000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
360
361        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
362        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.