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

4.104.114.84.95
Last change on this file since ce0f13ef was ce0f13ef, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/15/03 at 08:06:17

2003-12-15 Ralf Corsepius <corsepiu@…>

  • startup/linkcmds: Remove SEARCH_DIR.
  • Property mode set to 100644
File size: 9.2 KB
Line 
12003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/linkcmds: Remove SEARCH_DIR.
4
52003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
8        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
9
102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
13        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
14        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
15
162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
19
202003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * start/Makefile.am: Misc cleanups and fixes.
23        * startup/Makefile.am: Misc cleanups and fixes.
24        * wrapup/Makefile.am: Misc cleanups and fixes.
25
262003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * clock/Makefile.am: Remove all-local: $(ARCH).
29        * console/Makefile.am: Remove all-local: $(ARCH).
30        * irq/Makefile.am: Remove all-local: $(ARCH).
31        * startup/Makefile.am: Remove all-local: $(ARCH).
32        * timer/Makefile.am: Remove all-local: $(ARCH).
33        * wrapup/Makefile.am: Remove all-local: $(ARCH).
34
352003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Merge-in include/Makefile.am.
38        Reflect changes to bsp.am.
39        * include/Makefile.am: Remove.
40        * configure.ac: Reflect changes above.
41
422003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * bsp_specs: Remove *lib:.
45
462003-09-04      Joel Sherrill <joel@OARcorp.com>
47
48        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
49        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
50        startup/bspstart.c, startup/exit.c: URL for license changed.
51
522003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Reflect having moved aclocal/.
55
562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Reflect having moved automake/.
59        * clock/Makefile.am: Reflect having moved automake/.
60        * console/Makefile.am: Reflect having moved automake/.
61        * include/Makefile.am: Reflect having moved automake/.
62        * irq/Makefile.am: Reflect having moved automake/.
63        * start/Makefile.am: Reflect having moved automake/.
64        * startup/Makefile.am: Reflect having moved automake/.
65        * timer/Makefile.am: Reflect having moved automake/.
66        * wrapup/Makefile.am: Reflect having moved automake/.
67
682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
71
722003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        PR 445/bsps
75        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
76        Remove cpp, old_cpp (now unused).
77
782003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        PR 444/bsps
81        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
82
832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove AC_CONFIG_AUX_DIR.
86
872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
90
912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: AC_PREREQ(2.57).
94
952003-01-20      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
98
992002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
103        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
104        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
105        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
106        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
107
1082002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: Use install-data-local to install startfile.
111
1122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
115
1162002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * .cvsignore: Reformat.
119        Add autom4te*cache.
120        Remove autom4te.cache.
121
1222002-08-21      Joel Sherrill <joel@OARcorp.com>
123
124        * bsp_specs: Added support for -nostdlibs.
125
1262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
129        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
130        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
131        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
132        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
133        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
134        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
135
1362002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: Eliminate PGM.
139        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
140
1412002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
144
1452002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
146
147        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
148
1492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
152        Remove $(OBJS) from all-local.
153
1542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Add $(LIB) to all-local.
157
1582002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
161
1622001-05-09      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds: In support of gcc 3.1, added one of more
165        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
166        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
167        and direction of segments to memory regions may also have been
168        addressed.  This was a sweep across all BSPs.
169 
1702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac:
173        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
174        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
175        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
184
1852002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
188
1892001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
192        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
193
1942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
197
1982001-10-17      Joel Sherrill <joel@OARcorp.com>
199
200        * timer: New subdirectory.
201        * timer/Makefile.am: New file.
202        * timer/.cvsignore: New file.
203        * Makefile.am: Modified to reflect above.
204        * configure.ac: Ditto.
205        * wrapup/Makefile.am: Ditto.
206        * include/bsp.h: Stubs to let tm27 compile and link.
207
2082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
211        * configure.in: Remove.
212        * configure.ac: New file, generated from configure.in by autoupdate.
213
2142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * include/Makefile.am: Use 'CLEANFILES ='.
217        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
218        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
219
2202001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.in: Add include/bspopts.h.
223        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
224        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
225        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
226        * include/bsp.h: Add bspopts.h.
227
2282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
229
230        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
231
2322001-01-08      Joel Sherrill <joel@OARcorp.com>
233
234        * include/bsp.h: Added closing brace for extern C.
235
2362001-01-03      Joel Sherrill <joel@OARcorp.com>
237
238        * clock: New directory with stub clock driver.
239        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
240        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
241        to reflect above.
242
2432000-12-06      Joel Sherrill <joel@OARcorp.com>
244
245        * startup/bspstart.c: Removed call of console_reserve_resources().
246        * comm/console.c: Added casts to eliminate warnings.
247
2482000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am, console/Makefile.am, include/Makefile.am,
251        start/Makefile.am: VPATH was not setup correctly
252
2532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
256
2572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
260
2612000-11-01      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
264        and libcsupport.h moved from libc to lib/include/rtems and
265        now must be referenced as <rtems/XXX.h>.   Header file order
266        was cleaned up while doing this.
267
2682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
271        Switch to GNU canonicalization.
272
2732000-09-13      Joel Sherrill <joel@OARcorp.com>
274
275        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
276        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
277        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
278        Made to conform to current practice concerning automake and
279        autoconf.  Corrected minor warnings.
280
2812000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
282
283        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
284        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.