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

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 6.3 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52003-01-20      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
8
92002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17
182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * start/Makefile.am: Use install-data-local to install startfile.
21
222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25
262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * .cvsignore: Reformat.
29        Add autom4te*cache.
30        Remove autom4te.cache.
31
322002-08-21      Joel Sherrill <joel@OARcorp.com>
33
34        * bsp_specs: Added support for -nostdlibs.
35
362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
45
462002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * start/Makefile.am: Eliminate PGM.
49        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
50
512002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
54
552002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
56
57        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
58
592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
62        Remove $(OBJS) from all-local.
63
642002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * wrapup/Makefile.am: Add $(LIB) to all-local.
67
682002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
71
722001-05-09      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds: In support of gcc 3.1, added one of more
75        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
76        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
77        and direction of segments to memory regions may also have been
78        addressed.  This was a sweep across all BSPs.
79 
802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac:
83        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
84        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
85        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
94
952002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
98
992001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
102        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
103
1042001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
107
1082001-10-17      Joel Sherrill <joel@OARcorp.com>
109
110        * timer: New subdirectory.
111        * timer/Makefile.am: New file.
112        * timer/.cvsignore: New file.
113        * Makefile.am: Modified to reflect above.
114        * configure.ac: Ditto.
115        * wrapup/Makefile.am: Ditto.
116        * include/bsp.h: Stubs to let tm27 compile and link.
117
1182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
121        * configure.in: Remove.
122        * configure.ac: New file, generated from configure.in by autoupdate.
123
1242001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * include/Makefile.am: Use 'CLEANFILES ='.
127        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
128        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
129
1302001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.in: Add include/bspopts.h.
133        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
134        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
135        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
136        * include/bsp.h: Add bspopts.h.
137
1382001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
139
140        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
141
1422001-01-08      Joel Sherrill <joel@OARcorp.com>
143
144        * include/bsp.h: Added closing brace for extern C.
145
1462001-01-03      Joel Sherrill <joel@OARcorp.com>
147
148        * clock: New directory with stub clock driver.
149        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
150        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
151        to reflect above.
152
1532000-12-06      Joel Sherrill <joel@OARcorp.com>
154
155        * startup/bspstart.c: Removed call of console_reserve_resources().
156        * comm/console.c: Added casts to eliminate warnings.
157
1582000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am, console/Makefile.am, include/Makefile.am,
161        start/Makefile.am: VPATH was not setup correctly
162
1632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
166
1672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
170
1712000-11-01      Joel Sherrill <joel@OARcorp.com>
172
173        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
174        and libcsupport.h moved from libc to lib/include/rtems and
175        now must be referenced as <rtems/XXX.h>.   Header file order
176        was cleaned up while doing this.
177
1782000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
181        Switch to GNU canonicalization.
182
1832000-09-13      Joel Sherrill <joel@OARcorp.com>
184
185        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
186        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
187        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
188        Made to conform to current practice concerning automake and
189        autoconf.  Corrected minor warnings.
190
1912000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
192
193        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
194        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.