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

4.104.114.84.95
Last change on this file since c304bc3 was c304bc3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 15:59:32

2002-07-20 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Eliminate PGM.
4        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
5
62002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
9
102002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
11
12        * irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.
13
142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
17        Remove $(OBJS) from all-local.
18
192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * wrapup/Makefile.am: Add $(LIB) to all-local.
22
232002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
26
272001-05-09      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds: In support of gcc 3.1, added one of more
30        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
31        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
32        and direction of segments to memory regions may also have been
33        addressed.  This was a sweep across all BSPs.
34 
352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac:
38        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
39        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
40        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
49
502002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
53
542001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
57        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
58
592001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
62
632001-10-17      Joel Sherrill <joel@OARcorp.com>
64
65        * timer: New subdirectory.
66        * timer/Makefile.am: New file.
67        * timer/.cvsignore: New file.
68        * Makefile.am: Modified to reflect above.
69        * configure.ac: Ditto.
70        * wrapup/Makefile.am: Ditto.
71        * include/bsp.h: Stubs to let tm27 compile and link.
72
732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
76        * configure.in: Remove.
77        * configure.ac: New file, generated from configure.in by autoupdate.
78
792001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * include/Makefile.am: Use 'CLEANFILES ='.
82        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
83        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
84
852001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.in: Add include/bspopts.h.
88        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
89        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
90        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
91        * include/bsp.h: Add bspopts.h.
92
932001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
94
95        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
96
972001-01-08      Joel Sherrill <joel@OARcorp.com>
98
99        * include/bsp.h: Added closing brace for extern C.
100
1012001-01-03      Joel Sherrill <joel@OARcorp.com>
102
103        * clock: New directory with stub clock driver.
104        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
105        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
106        to reflect above.
107
1082000-12-06      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/bspstart.c: Removed call of console_reserve_resources().
111        * comm/console.c: Added casts to eliminate warnings.
112
1132000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am, console/Makefile.am, include/Makefile.am,
116        start/Makefile.am: VPATH was not setup correctly
117
1182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
121
1222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
125
1262000-11-01      Joel Sherrill <joel@OARcorp.com>
127
128        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
129        and libcsupport.h moved from libc to lib/include/rtems and
130        now must be referenced as <rtems/XXX.h>.   Header file order
131        was cleaned up while doing this.
132
1332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
136        Switch to GNU canonicalization.
137
1382000-09-13      Joel Sherrill <joel@OARcorp.com>
139
140        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
141        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
142        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
143        Made to conform to current practice concerning automake and
144        autoconf.  Corrected minor warnings.
145
1462000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
147
148        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
149        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.