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

4.104.114.84.95
Last change on this file since afaa498d was afaa498d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:42:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 5.9 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-20      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
16
172002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25
262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * start/Makefile.am: Use install-data-local to install startfile.
29
302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33
342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * .cvsignore: Reformat.
37        Add autom4te*cache.
38        Remove autom4te.cache.
39
402002-08-21      Joel Sherrill <joel@OARcorp.com>
41
42        * bsp_specs: Added support for -nostdlibs.
43
442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
53
542002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * start/Makefile.am: Eliminate PGM.
57        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
58
592002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
62
632002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
64
65        * irq/bsp_irq_asm.S: Disable code to touch PIC.
66
672002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
70
712001-05-09      Joel Sherrill <joel@OARcorp.com>
72
73        * startup/linkcmds: In support of gcc 3.1, added one of more
74        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
75        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
76        and direction of segments to memory regions may also have been
77        addressed.  This was a sweep across all BSPs.
78 
792002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Update, remove code rott.
82
832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac:
86        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
87        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
88        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
101
1022001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
105        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
106
1072001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
110
1112001-10-17      Joel Sherrill <joel@OARcorp.com>
112
113        * timer: New subdirectory.
114        * timer/Makefile.am: New file.
115        * timer/.cvsignore: New file.
116        * Makefile.am: Modified to reflect above.
117        * configure.ac: Ditto.
118        * wrapup/Makefile.am: Ditto.
119        * include/bsp.h: Stubs to let tm27 compile and link.
120
1212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
124        * configure.in: Remove.
125        * configure.ac: New file, generated from configure.in by autoupdate.
126
1272001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * include/Makefile.am: Use 'CLEANFILES ='.
130        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
131        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
132
1332001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.in: Add include/bspopts.h.
136        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
137        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
138        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
139        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
140        * include/bsp.h: Add bspopts.h.
141
1422001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
145
1462001-01-08      Joel Sherrill <joel@OARcorp.com>
147
148        * include/bsp.h: Added closing brace for extern C.
149
1502000-12-06      Joel Sherrill <joel@OARcorp.com>
151
152        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
153        * configure.in: Add clock subdirectory.
154        * include/Makefile.am: Add coverhd.h.
155
1562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
159
1602000-11-02      Joel Sherrill <joel@OARcorp.com>
161
162        * bsp_specs: Remove -Tlinkcmds from *link rule.
163
1642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
167
1682000-11-01      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
171        and libcsupport.h moved from libc to lib/include/rtems and
172        now must be referenced as <rtems/XXX.h>.   Header file order
173        was cleaned up while doing this.
174
1752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
178        Switch to GNU canonicalization.
179
1802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
183        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
184        Include compile.am.
185
1862000-08-10      Joel Sherrill <joel@OARcorp.com>
187
188        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.