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

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

2003-08-06 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
  • Property mode set to 100644
File size: 6.7 KB
Line 
12003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
4        Remove cpp, old_cpp (now unused).
5
62003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AC_PREREQ(2.57).
21
222003-01-20      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
25
262002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34
352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * start/Makefile.am: Use install-data-local to install startfile.
38
392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * .cvsignore: Reformat.
46        Add autom4te*cache.
47        Remove autom4te.cache.
48
492002-08-21      Joel Sherrill <joel@OARcorp.com>
50
51        * bsp_specs: Added support for -nostdlibs.
52
532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
62
632002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/Makefile.am: Eliminate PGM.
66        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
67
682002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
71
722002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
73
74        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
75
762002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
79        Remove $(OBJS) from all-local.
80
812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Add $(LIB) to all-local.
84
852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
88
892001-05-09      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/linkcmds: In support of gcc 3.1, added one of more
92        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
93        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
94        and direction of segments to memory regions may also have been
95        addressed.  This was a sweep across all BSPs.
96 
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:
100        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
102        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
111
1122002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
115
1162001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
119        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
120
1212001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
124
1252001-10-17      Joel Sherrill <joel@OARcorp.com>
126
127        * timer: New subdirectory.
128        * timer/Makefile.am: New file.
129        * timer/.cvsignore: New file.
130        * Makefile.am: Modified to reflect above.
131        * configure.ac: Ditto.
132        * wrapup/Makefile.am: Ditto.
133        * include/bsp.h: Stubs to let tm27 compile and link.
134
1352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
138        * configure.in: Remove.
139        * configure.ac: New file, generated from configure.in by autoupdate.
140
1412001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * include/Makefile.am: Use 'CLEANFILES ='.
144        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
145        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
146
1472001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.in: Add include/bspopts.h.
150        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
151        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
152        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
153        * include/bsp.h: Add bspopts.h.
154
1552001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
156
157        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
158
1592001-01-08      Joel Sherrill <joel@OARcorp.com>
160
161        * include/bsp.h: Added closing brace for extern C.
162
1632001-01-03      Joel Sherrill <joel@OARcorp.com>
164
165        * clock: New directory with stub clock driver.
166        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
167        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
168        to reflect above.
169
1702000-12-06      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/bspstart.c: Removed call of console_reserve_resources().
173        * comm/console.c: Added casts to eliminate warnings.
174
1752000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am, console/Makefile.am, include/Makefile.am,
178        start/Makefile.am: VPATH was not setup correctly
179
1802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
183
1842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
187
1882000-11-01      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
191        and libcsupport.h moved from libc to lib/include/rtems and
192        now must be referenced as <rtems/XXX.h>.   Header file order
193        was cleaned up while doing this.
194
1952000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
198        Switch to GNU canonicalization.
199
2002000-09-13      Joel Sherrill <joel@OARcorp.com>
201
202        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
203        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
204        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
205        Made to conform to current practice concerning automake and
206        autoconf.  Corrected minor warnings.
207
2082000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
209
210        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
211        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.