source: rtems/c/src/lib/libbsp/arm/arm_bare_bsp/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.4 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        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
55        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
56        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
57        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
58        * include/bsp.h: Add bspopts.h.
59
602001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
63
642001-01-08      Joel Sherrill <joel@OARcorp.com>
65
66        * include/bsp.h: Added closing brace for extern C.
67
682000-12-06      Joel Sherrill <joel@OARcorp.com>
69
70        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
71        * configure.in: Add clock subdirectory.
72        * include/Makefile.am: Add coverhd.h.
73
742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
77
782000-11-02      Joel Sherrill <joel@OARcorp.com>
79
80        * bsp_specs: Remove -Tlinkcmds from *link rule.
81
822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
85
862000-11-01      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
89        and libcsupport.h moved from libc to lib/include/rtems and
90        now must be referenced as <rtems/XXX.h>.   Header file order
91        was cleaned up while doing this.
92
932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
96        Switch to GNU canonicalization.
97
982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
101        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
102        Include compile.am.
103
1042000-08-10      Joel Sherrill <joel@OARcorp.com>
105
106        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.