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

4.104.114.84.95
Last change on this file since 8b10102 was 8b10102, checked in by Joel Sherrill <joel.sherrill@…>, on 11/05/04 at 16:05:59

2004-11-05 Joel Sherrill <joel@…>

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