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

4.104.114.84.95
Last change on this file since 70633be1 was 70633be1, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:38:33

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • start/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
15
162002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
19
202001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
23        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
24
252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
28
292001-10-17      Joel Sherrill <joel@OARcorp.com>
30
31        * timer: New subdirectory.
32        * timer/Makefile.am: New file.
33        * timer/.cvsignore: New file.
34        * Makefile.am: Modified to reflect above.
35        * configure.ac: Ditto.
36        * wrapup/Makefile.am: Ditto.
37        * include/bsp.h: Stubs to let tm27 compile and link.
38
392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
42        * configure.in: Remove.
43        * configure.ac: New file, generated from configure.in by autoupdate.
44
452001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * include/Makefile.am: Use 'CLEANFILES ='.
48        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
49        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
50
512001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.in: Add include/bspopts.h.
54        * irq/Makefile.am: Use *_HEADERS instead of *H_FILES.
55        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
56        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
57        * include/bsp.h: Add bspopts.h.
58
592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
60
61        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
62
632001-01-08      Joel Sherrill <joel@OARcorp.com>
64
65        * include/bsp.h: Added closing brace for extern C.
66
672001-01-03      Joel Sherrill <joel@OARcorp.com>
68
69        * clock: New directory with stub clock driver.
70        * clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c: New files.
71        * Makefile.am, configure.in, wrapup/Makefile.am: Modified
72        to reflect above.
73
742000-12-06      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/bspstart.c: Removed call of console_reserve_resources().
77        * comm/console.c: Added casts to eliminate warnings.
78
792000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am, console/Makefile.am, include/Makefile.am,
82        start/Makefile.am: VPATH was not setup correctly
83
842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
87
882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
91
922000-11-01      Joel Sherrill <joel@OARcorp.com>
93
94        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
95        and libcsupport.h moved from libc to lib/include/rtems and
96        now must be referenced as <rtems/XXX.h>.   Header file order
97        was cleaned up while doing this.
98
992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
102        Switch to GNU canonicalization.
103
1042000-09-13      Joel Sherrill <joel@OARcorp.com>
105
106        * Makefile.am, bsp_specs, configure.in, console/Makefile.am,
107        include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
108        startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
109        Made to conform to current practice concerning automake and
110        autoconf.  Corrected minor warnings.
111
1122000-09-13      Emmanuel Raguet <raguet@crf.canon.fr>
113
114        * vegaplus BSP submitted by Emmanuel Raguet <raguet@crf.canon.fr> and
115        Eric Valette <valette@crf.canon.fr>.
Note: See TracBrowser for help on using the repository browser.