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

4.104.114.84.95
Last change on this file since 4eef8f7 was 89e1b54, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/02 at 04:44:31

2002-12-13 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9
102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Use install-data-local to install startfile.
13
142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17
182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * .cvsignore: Reformat.
21        Add autom4te*cache.
22        Remove autom4te.cache.
23
242002-08-21      Joel Sherrill <joel@OARcorp.com>
25
26        * bsp_specs: Added support for -nostdlibs.
27
282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
37
382002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Eliminate PGM.
41        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
42
432002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
46
472002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
48
49        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
50
512002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
54        Remove $(OBJS) from all-local.
55
562002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Add $(LIB) to all-local.
59
602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
63
642001-05-09      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: In support of gcc 3.1, added one of more
67        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
68        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
69        and direction of segments to memory regions may also have been
70        addressed.  This was a sweep across all BSPs.
71 
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac:
75        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
76        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
77        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
86
872002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
90
912001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
94        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
95
962001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
99
1002001-10-17      Joel Sherrill <joel@OARcorp.com>
101
102        * timer: New subdirectory.
103        * timer/Makefile.am: New file.
104        * timer/.cvsignore: New file.
105        * Makefile.am: Modified to reflect above.
106        * configure.ac: Ditto.
107        * wrapup/Makefile.am: Ditto.
108        * include/bsp.h: Stubs to let tm27 compile and link.
109
1102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
113        * configure.in: Remove.
114        * configure.ac: New file, generated from configure.in by autoupdate.
115
1162001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * include/Makefile.am: Use 'CLEANFILES ='.
119        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
120        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
121
1222001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.in: Add include/bspopts.h.
125        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
126        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
127        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
128        * include/bsp.h: Add bspopts.h.
129
1302001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
131
132        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
133
1342001-01-08      Joel Sherrill <joel@OARcorp.com>
135
136        * include/bsp.h: Added closing brace for extern C.
137
1382001-01-03      Joel Sherrill <joel@OARcorp.com>
139
140        * clock: New directory with stub clock driver.
141        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
142        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
143        to reflect above.
144
1452000-12-06      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/bspstart.c: Removed call of console_reserve_resources().
148        * comm/console.c: Added casts to eliminate warnings.
149
1502000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am, console/Makefile.am, include/Makefile.am,
153        start/Makefile.am: VPATH was not setup correctly
154
1552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
158
1592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
162
1632000-11-01      Joel Sherrill <joel@OARcorp.com>
164
165        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
166        and libcsupport.h moved from libc to lib/include/rtems and
167        now must be referenced as <rtems/XXX.h>.   Header file order
168        was cleaned up while doing this.
169
1702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
173        Switch to GNU canonicalization.
174
1752000-09-13      Joel Sherrill <joel@OARcorp.com>
176
177        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
178        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
179        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
180        Made to conform to current practice concerning automake and
181        autoconf.  Corrected minor warnings.
182
1832000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
184
185        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
186        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.