source: rtems/c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog @ d0d73ec

4.104.114.84.95
Last change on this file since d0d73ec was d0d73ec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:11:03

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • irq/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
10
112002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * start/Makefile.am: Eliminate PGM.
14        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
15
162002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
19
202002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
21
22        * irq/bsp_irq_asm.S: Disable code to touch PIC.
23
242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
27
282001-05-09      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds: In support of gcc 3.1, added one of more
31        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
32        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
33        and direction of segments to memory regions may also have been
34        addressed.  This was a sweep across all BSPs.
35 
362002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Update, remove code rott.
39
402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac:
43        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
44        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
45        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
54
552002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
58
592001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
62        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
63
642001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
67
682001-10-17      Joel Sherrill <joel@OARcorp.com>
69
70        * timer: New subdirectory.
71        * timer/Makefile.am: New file.
72        * timer/.cvsignore: New file.
73        * Makefile.am: Modified to reflect above.
74        * configure.ac: Ditto.
75        * wrapup/Makefile.am: Ditto.
76        * include/bsp.h: Stubs to let tm27 compile and link.
77
782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
81        * configure.in: Remove.
82        * configure.ac: New file, generated from configure.in by autoupdate.
83
842001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * include/Makefile.am: Use 'CLEANFILES ='.
87        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
88        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
89
902001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.in: Add include/bspopts.h.
93        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
94        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
95        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
96        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
97        * include/bsp.h: Add bspopts.h.
98
992001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
102
1032001-01-08      Joel Sherrill <joel@OARcorp.com>
104
105        * include/bsp.h: Added closing brace for extern C.
106
1072000-12-06      Joel Sherrill <joel@OARcorp.com>
108
109        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
110        * configure.in: Add clock subdirectory.
111        * include/Makefile.am: Add coverhd.h.
112
1132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
116
1172000-11-02      Joel Sherrill <joel@OARcorp.com>
118
119        * bsp_specs: Remove -Tlinkcmds from *link rule.
120
1212000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
124
1252000-11-01      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
128        and libcsupport.h moved from libc to lib/include/rtems and
129        now must be referenced as <rtems/XXX.h>.   Header file order
130        was cleaned up while doing this.
131
1322000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
135        Switch to GNU canonicalization.
136
1372000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
140        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
141        Include compile.am.
142
1432000-08-10      Joel Sherrill <joel@OARcorp.com>
144
145        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.