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

4.104.114.84.95
Last change on this file since 445c0a0 was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

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

  • wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
  • Property mode set to 100644
File size: 4.5 KB
RevLine 
[445c0a0]12002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
4        Remove $(OBJS) from all-local.
5
[d16af043]62002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Add $(LIB) to all-local.
9
[80defac]102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
13
[85c92574]142001-05-09      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: In support of gcc 3.1, added one of more
17        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
18        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
19        and direction of segments to memory regions may also have been
20        addressed.  This was a sweep across all BSPs.
21 
[70633be1]222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac:
25        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
26        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
27        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
36
[f7ac3926]372002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
40
[8fec915]412001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
44        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
45
[9e1ae79]462001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
49
[606d797c]502001-10-17      Joel Sherrill <joel@OARcorp.com>
51
52        * timer: New subdirectory.
53        * timer/Makefile.am: New file.
54        * timer/.cvsignore: New file.
55        * Makefile.am: Modified to reflect above.
56        * configure.ac: Ditto.
57        * wrapup/Makefile.am: Ditto.
58        * include/bsp.h: Stubs to let tm27 compile and link.
59
[df25c998]602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
63        * configure.in: Remove.
64        * configure.ac: New file, generated from configure.in by autoupdate.
65
[b9722f8]662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * include/Makefile.am: Use 'CLEANFILES ='.
69        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
70        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
71
[e86adc7]722001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.in: Add include/bspopts.h.
75        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
76        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
77        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
78        * include/bsp.h: Add bspopts.h.
79
[6f21328]802001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
81
82        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
83
[82e2265e]842001-01-08      Joel Sherrill <joel@OARcorp.com>
85
86        * include/bsp.h: Added closing brace for extern C.
87
[2ecb715]882001-01-03      Joel Sherrill <joel@OARcorp.com>
89
90        * clock: New directory with stub clock driver.
91        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
92        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
93        to reflect above.
94
[0c3d6362]952000-12-06      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/bspstart.c: Removed call of console_reserve_resources().
98        * comm/console.c: Added casts to eliminate warnings.
99
[7cc96f5]1002000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am, console/Makefile.am, include/Makefile.am,
103        start/Makefile.am: VPATH was not setup correctly
104
[feead226]1052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
108
[a314d3b4]1092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
112
[eba2e4f]1132000-11-01      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
116        and libcsupport.h moved from libc to lib/include/rtems and
117        now must be referenced as <rtems/XXX.h>.   Header file order
118        was cleaned up while doing this.
119
[e83378d]1202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
123        Switch to GNU canonicalization.
124
[8b9acbf0]1252000-09-13      Joel Sherrill <joel@OARcorp.com>
126
127        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
128        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
129        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
130        Made to conform to current practice concerning automake and
131        autoconf.  Corrected minor warnings.
132
[4564566]1332000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
134
135        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
136        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.