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

4.104.114.84.95
Last change on this file since a2ae30c2 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

  • bsp_specs: Added support for -nostdlibs.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12002-08-21      Joel Sherrill <joel@OARcorp.com>
2
3        * bsp_specs: Added support for -nostdlibs.
4
52002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
14
152002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Eliminate PGM.
18        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
19
202002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
23
242002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
25
26        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
27
282002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
31        Remove $(OBJS) from all-local.
32
332002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Add $(LIB) to all-local.
36
372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
40
412001-05-09      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/linkcmds: In support of gcc 3.1, added one of more
44        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
45        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
46        and direction of segments to memory regions may also have been
47        addressed.  This was a sweep across all BSPs.
48 
492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac:
52        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
53        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
54        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
63
642002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
67
682001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
71        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
72
732001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
76
772001-10-17      Joel Sherrill <joel@OARcorp.com>
78
79        * timer: New subdirectory.
80        * timer/Makefile.am: New file.
81        * timer/.cvsignore: New file.
82        * Makefile.am: Modified to reflect above.
83        * configure.ac: Ditto.
84        * wrapup/Makefile.am: Ditto.
85        * include/bsp.h: Stubs to let tm27 compile and link.
86
872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
90        * configure.in: Remove.
91        * configure.ac: New file, generated from configure.in by autoupdate.
92
932001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * include/Makefile.am: Use 'CLEANFILES ='.
96        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
97        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
98
992001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.in: Add include/bspopts.h.
102        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
103        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
104        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
105        * include/bsp.h: Add bspopts.h.
106
1072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
108
109        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
110
1112001-01-08      Joel Sherrill <joel@OARcorp.com>
112
113        * include/bsp.h: Added closing brace for extern C.
114
1152001-01-03      Joel Sherrill <joel@OARcorp.com>
116
117        * clock: New directory with stub clock driver.
118        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
119        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
120        to reflect above.
121
1222000-12-06      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/bspstart.c: Removed call of console_reserve_resources().
125        * comm/console.c: Added casts to eliminate warnings.
126
1272000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am, console/Makefile.am, include/Makefile.am,
130        start/Makefile.am: VPATH was not setup correctly
131
1322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
135
1362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
139
1402000-11-01      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
143        and libcsupport.h moved from libc to lib/include/rtems and
144        now must be referenced as <rtems/XXX.h>.   Header file order
145        was cleaned up while doing this.
146
1472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
150        Switch to GNU canonicalization.
151
1522000-09-13      Joel Sherrill <joel@OARcorp.com>
153
154        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
155        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
156        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
157        Made to conform to current practice concerning automake and
158        autoconf.  Corrected minor warnings.
159
1602000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
161
162        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
163        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.