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

4.104.114.84.95
Last change on this file since 75fcb394 was 75fcb394, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 20:13:52

Correcting to include PR numbers.

  • Property mode set to 100644
File size: 6.4 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 452/bsps
4        * startup/Makefile.am: Remove USE_INIT_FINI.
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        PR 445/bsps
13        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
14        Remove cpp, old_cpp (now unused).
15
162003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        PR 444/bsps
19        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
20
212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove AC_CONFIG_AUX_DIR.
24
252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
28
292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AC_PREREQ(2.57).
32
332003-01-20      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
36
372002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45
462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * start/Makefile.am: Use install-data-local to install startfile.
49
502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53
542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * .cvsignore: Reformat.
57        Add autom4te*cache.
58        Remove autom4te.cache.
59
602002-08-21      Joel Sherrill <joel@OARcorp.com>
61
62        * bsp_specs: Added support for -nostdlibs.
63
642002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
73
742002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * start/Makefile.am: Eliminate PGM.
77        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
78
792002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
82
832002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
84
85        * irq/bsp_irq_asm.S: Disable code to touch PIC.
86
872002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
90
912001-05-09      Joel Sherrill <joel@OARcorp.com>
92
93        * startup/linkcmds: In support of gcc 3.1, added one of more
94        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
95        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
96        and direction of segments to memory regions may also have been
97        addressed.  This was a sweep across all BSPs.
98 
992002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Update, remove code rott.
102
1032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac:
106        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
107        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
108        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
117
1182002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
121
1222001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
125        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
126
1272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
130
1312001-10-17      Joel Sherrill <joel@OARcorp.com>
132
133        * timer: New subdirectory.
134        * timer/Makefile.am: New file.
135        * timer/.cvsignore: New file.
136        * Makefile.am: Modified to reflect above.
137        * configure.ac: Ditto.
138        * wrapup/Makefile.am: Ditto.
139        * include/bsp.h: Stubs to let tm27 compile and link.
140
1412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
144        * configure.in: Remove.
145        * configure.ac: New file, generated from configure.in by autoupdate.
146
1472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * include/Makefile.am: Use 'CLEANFILES ='.
150        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
151        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
152
1532001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.in: Add include/bspopts.h.
156        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
157        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
158        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
159        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
160        * include/bsp.h: Add bspopts.h.
161
1622001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
165
1662001-01-08      Joel Sherrill <joel@OARcorp.com>
167
168        * include/bsp.h: Added closing brace for extern C.
169
1702000-12-06      Joel Sherrill <joel@OARcorp.com>
171
172        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
173        * configure.in: Add clock subdirectory.
174        * include/Makefile.am: Add coverhd.h.
175
1762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
179
1802000-11-02      Joel Sherrill <joel@OARcorp.com>
181
182        * bsp_specs: Remove -Tlinkcmds from *link rule.
183
1842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
187
1882000-11-01      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
191        and libcsupport.h moved from libc to lib/include/rtems and
192        now must be referenced as <rtems/XXX.h>.   Header file order
193        was cleaned up while doing this.
194
1952000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
198        Switch to GNU canonicalization.
199
2002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
203        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
204        Include compile.am.
205
2062000-08-10      Joel Sherrill <joel@OARcorp.com>
207
208        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.