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

4.104.114.84.95
Last change on this file since afaa498d was afaa498d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:42:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 6.5 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
16
172002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25
262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * start/Makefile.am: Use install-data-local to install startfile.
29
302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33
342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * .cvsignore: Reformat.
37        Add autom4te*cache.
38        Remove autom4te.cache.
39
402002-08-21      Joel Sherrill <joel@OARcorp.com>
41
42        * bsp_specs: Added support for -nostdlibs.
43
442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
53
542002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * start/Makefile.am: Eliminate PGM.
57        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
58
592002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
62
632002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
64
65        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
66
672002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
70        Remove $(OBJS) from all-local.
71
722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Add $(LIB) to all-local.
75
762002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
79
802001-05-09      Joel Sherrill <joel@OARcorp.com>
81
82        * startup/linkcmds: In support of gcc 3.1, added one of more
83        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
84        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
85        and direction of segments to memory regions may also have been
86        addressed.  This was a sweep across all BSPs.
87 
882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac:
91        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
92        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
93        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
102
1032002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
106
1072001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
110        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
111
1122001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
115
1162001-10-17      Joel Sherrill <joel@OARcorp.com>
117
118        * timer: New subdirectory.
119        * timer/Makefile.am: New file.
120        * timer/.cvsignore: New file.
121        * Makefile.am: Modified to reflect above.
122        * configure.ac: Ditto.
123        * wrapup/Makefile.am: Ditto.
124        * include/bsp.h: Stubs to let tm27 compile and link.
125
1262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
129        * configure.in: Remove.
130        * configure.ac: New file, generated from configure.in by autoupdate.
131
1322001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * include/Makefile.am: Use 'CLEANFILES ='.
135        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
136        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
137
1382001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.in: Add include/bspopts.h.
141        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
142        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
143        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
144        * include/bsp.h: Add bspopts.h.
145
1462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
147
148        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
149
1502001-01-08      Joel Sherrill <joel@OARcorp.com>
151
152        * include/bsp.h: Added closing brace for extern C.
153
1542001-01-03      Joel Sherrill <joel@OARcorp.com>
155
156        * clock: New directory with stub clock driver.
157        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
158        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
159        to reflect above.
160
1612000-12-06      Joel Sherrill <joel@OARcorp.com>
162
163        * startup/bspstart.c: Removed call of console_reserve_resources().
164        * comm/console.c: Added casts to eliminate warnings.
165
1662000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am, console/Makefile.am, include/Makefile.am,
169        start/Makefile.am: VPATH was not setup correctly
170
1712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
174
1752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
178
1792000-11-01      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
182        and libcsupport.h moved from libc to lib/include/rtems and
183        now must be referenced as <rtems/XXX.h>.   Header file order
184        was cleaned up while doing this.
185
1862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
189        Switch to GNU canonicalization.
190
1912000-09-13      Joel Sherrill <joel@OARcorp.com>
192
193        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
194        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
195        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
196        Made to conform to current practice concerning automake and
197        autoconf.  Corrected minor warnings.
198
1992000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
200
201        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
202        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.