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

4.104.114.84.95
Last change on this file since 89e1b54 was 89e1b54, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/02 at 04:44:31

2002-12-13 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9
102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Use install-data-local to install startfile.
13
142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17
182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * .cvsignore: Reformat.
21        Add autom4te*cache.
22        Remove autom4te.cache.
23
242002-08-21      Joel Sherrill <joel@OARcorp.com>
25
26        * bsp_specs: Added support for -nostdlibs.
27
282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
37
382002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Eliminate PGM.
41        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
42
432002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
46
472002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
48
49        * irq/bsp_irq_asm.S: Disable code to touch PIC.
50
512002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
54
552001-05-09      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/linkcmds: In support of gcc 3.1, added one of more
58        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
59        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
60        and direction of segments to memory regions may also have been
61        addressed.  This was a sweep across all BSPs.
62 
632002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Update, remove code rott.
66
672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac:
70        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
71        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
72        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
81
822002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
85
862001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
89        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
90
912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
94
952001-10-17      Joel Sherrill <joel@OARcorp.com>
96
97        * timer: New subdirectory.
98        * timer/Makefile.am: New file.
99        * timer/.cvsignore: New file.
100        * Makefile.am: Modified to reflect above.
101        * configure.ac: Ditto.
102        * wrapup/Makefile.am: Ditto.
103        * include/bsp.h: Stubs to let tm27 compile and link.
104
1052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
108        * configure.in: Remove.
109        * configure.ac: New file, generated from configure.in by autoupdate.
110
1112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * include/Makefile.am: Use 'CLEANFILES ='.
114        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
115        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
116
1172001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.in: Add include/bspopts.h.
120        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
121        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
122        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
123        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
124        * include/bsp.h: Add bspopts.h.
125
1262001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
129
1302001-01-08      Joel Sherrill <joel@OARcorp.com>
131
132        * include/bsp.h: Added closing brace for extern C.
133
1342000-12-06      Joel Sherrill <joel@OARcorp.com>
135
136        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
137        * configure.in: Add clock subdirectory.
138        * include/Makefile.am: Add coverhd.h.
139
1402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
143
1442000-11-02      Joel Sherrill <joel@OARcorp.com>
145
146        * bsp_specs: Remove -Tlinkcmds from *link rule.
147
1482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
151
1522000-11-01      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
155        and libcsupport.h moved from libc to lib/include/rtems and
156        now must be referenced as <rtems/XXX.h>.   Header file order
157        was cleaned up while doing this.
158
1592000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
162        Switch to GNU canonicalization.
163
1642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
167        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
168        Include compile.am.
169
1702000-08-10      Joel Sherrill <joel@OARcorp.com>
171
172        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.