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

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

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

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am: Misc cleanups and fixes.
8        * startup/Makefile.am: Misc cleanups and fixes.
9        * wrapup/Makefile.am: Misc cleanups and fixes.
10
112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * clock/Makefile.am: Remove all-local: $(ARCH).
14        * console/Makefile.am: Remove all-local: $(ARCH).
15        * irq/Makefile.am: Remove all-local: $(ARCH).
16        * startup/Makefile.am: Remove all-local: $(ARCH).
17        * timer/Makefile.am: Remove all-local: $(ARCH).
18        * wrapup/Makefile.am: Remove all-local: $(ARCH).
19
202003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Merge-in include/Makefile.am.
23        Reflect changes to bsp.am.
24        * include/Makefile.am: Remove.
25        * configure.ac: Reflect changes above.
26
272003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * bsp_specs: Remove *lib:.
30
312003-09-04      Joel Sherrill <joel@OARcorp.com>
32
33        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
34        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
35        startup/bspstart.c, startup/exit.c: URL for license changed.
36
372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reflect having moved aclocal/.
40
412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect having moved automake/.
44        * clock/Makefile.am: Reflect having moved automake/.
45        * console/Makefile.am: Reflect having moved automake/.
46        * include/Makefile.am: Reflect having moved automake/.
47        * irq/Makefile.am: Reflect having moved automake/.
48        * start/Makefile.am: Reflect having moved automake/.
49        * startup/Makefile.am: Reflect having moved automake/.
50        * timer/Makefile.am: Reflect having moved automake/.
51        * wrapup/Makefile.am: Reflect having moved automake/.
52
532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
56
572003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        PR 445/bsps
60        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
61        Remove cpp, old_cpp (now unused).
62
632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        PR 444/bsps
66        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
67
682003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove AC_CONFIG_AUX_DIR.
71
722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
75
762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: AC_PREREQ(2.57).
79
802003-01-20      Joel Sherrill <joel@OARcorp.com>
81
82        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
83
842002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
87        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
90        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
92
932002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * start/Makefile.am: Use install-data-local to install startfile.
96
972002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
100
1012002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * .cvsignore: Reformat.
104        Add autom4te*cache.
105        Remove autom4te.cache.
106
1072002-08-21      Joel Sherrill <joel@OARcorp.com>
108
109        * bsp_specs: Added support for -nostdlibs.
110
1112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
120
1212002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * start/Makefile.am: Eliminate PGM.
124        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
125
1262002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
129
1302002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
131
132        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
133
1342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
137        Remove $(OBJS) from all-local.
138
1392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Add $(LIB) to all-local.
142
1432002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
146
1472001-05-09      Joel Sherrill <joel@OARcorp.com>
148
149        * startup/linkcmds: In support of gcc 3.1, added one of more
150        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
151        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
152        and direction of segments to memory regions may also have been
153        addressed.  This was a sweep across all BSPs.
154 
1552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac:
158        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
159        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
160        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
169
1702002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
173
1742001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
177        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
178
1792001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
182
1832001-10-17      Joel Sherrill <joel@OARcorp.com>
184
185        * timer: New subdirectory.
186        * timer/Makefile.am: New file.
187        * timer/.cvsignore: New file.
188        * Makefile.am: Modified to reflect above.
189        * configure.ac: Ditto.
190        * wrapup/Makefile.am: Ditto.
191        * include/bsp.h: Stubs to let tm27 compile and link.
192
1932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
196        * configure.in: Remove.
197        * configure.ac: New file, generated from configure.in by autoupdate.
198
1992001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * include/Makefile.am: Use 'CLEANFILES ='.
202        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
203        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
204
2052001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.in: Add include/bspopts.h.
208        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
209        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
210        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
211        * include/bsp.h: Add bspopts.h.
212
2132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
214
215        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
216
2172001-01-08      Joel Sherrill <joel@OARcorp.com>
218
219        * include/bsp.h: Added closing brace for extern C.
220
2212001-01-03      Joel Sherrill <joel@OARcorp.com>
222
223        * clock: New directory with stub clock driver.
224        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
225        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
226        to reflect above.
227
2282000-12-06      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/bspstart.c: Removed call of console_reserve_resources().
231        * comm/console.c: Added casts to eliminate warnings.
232
2332000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am, console/Makefile.am, include/Makefile.am,
236        start/Makefile.am: VPATH was not setup correctly
237
2382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
241
2422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
245
2462000-11-01      Joel Sherrill <joel@OARcorp.com>
247
248        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
249        and libcsupport.h moved from libc to lib/include/rtems and
250        now must be referenced as <rtems/XXX.h>.   Header file order
251        was cleaned up while doing this.
252
2532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
256        Switch to GNU canonicalization.
257
2582000-09-13      Joel Sherrill <joel@OARcorp.com>
259
260        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
261        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
262        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
263        Made to conform to current practice concerning automake and
264        autoconf.  Corrected minor warnings.
265
2662000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
267
268        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
269        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.