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

4.104.114.84.95
Last change on this file since e532bc24 was e532bc24, checked in by Joel Sherrill <joel.sherrill@…>, on 12/16/03 at 14:02:24

Added PR541 in comment.

  • Property mode set to 100644
File size: 9.3 KB
Line 
12003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 541/bsps
4        * startup/linkcmds: Remove SEARCH_DIR.
5
62003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
9        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
14        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
15        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
16
172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
20
212003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * console/Makefile.am: Misc cleanups and fixes.
24        * irq/Makefile.am: Misc cleanups and fixes.
25        * start/Makefile.am: Misc cleanups and fixes.
26        * startup/Makefile.am: Misc cleanups and fixes.
27        * wrapup/Makefile.am: Misc cleanups and fixes.
28
292003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * console/Makefile.am: Remove all: $(ARCH).
32        * irq/Makefile.am: Remove all: $(ARCH).
33        * startup/Makefile.am: Remove all: $(ARCH).
34        * wrapup/Makefile.am: Remove all: $(ARCH).
35
362003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Add preinstallation dirstamp support.
39        * clock/Makefile.am: Cosmetics.
40        * console/Makefile.am: Cosmetics.
41        * irq/Makefile.am: Add preinstallation dirstamp support.
42        * startup/Makefile.am: Cosmetics.
43        * timer/Makefile.am: Cosmetics.
44
452003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * clock/Makefile.am: Remove all-local: $(ARCH).
48        * start/Makefile.am: Remove all-local: $(ARCH).
49        * timer/Makefile.am: Remove all-local: $(ARCH).
50
512003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Remove refs to non-existing files include/bspio.h and
54        include/uart.h.
55
562003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Merge-in include/Makefile.am.
59        Reflect changes to bsp.am.
60        * include/Makefile.am: Remove.
61        * configure.ac: Reflect changes above.
62
632003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * bsp_specs: Remove *lib:.
66
672003-09-04      Joel Sherrill <joel@OARcorp.com>
68
69        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
70        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
71        startup/bspstart.c, startup/exit.c: URL for license changed.
72
732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Reflect having moved aclocal/.
76
772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Reflect having moved automake/.
80        * clock/Makefile.am: Reflect having moved automake/.
81        * console/Makefile.am: Reflect having moved automake/.
82        * include/Makefile.am: Reflect having moved automake/.
83        * irq/Makefile.am: Reflect having moved automake/.
84        * start/Makefile.am: Reflect having moved automake/.
85        * startup/Makefile.am: Reflect having moved automake/.
86        * timer/Makefile.am: Reflect having moved automake/.
87        * wrapup/Makefile.am: Reflect having moved automake/.
88
892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        PR 452/bsps
92        * startup/Makefile.am: Remove USE_INIT_FINI.
93
942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
97
982003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        PR 445/bsps
101        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
102        Remove cpp, old_cpp (now unused).
103
1042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        PR 444/bsps
107        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
108
1092003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Remove AC_CONFIG_AUX_DIR.
112
1132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
116
1172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: AC_PREREQ(2.57).
120
1212003-01-20      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
124
1252002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
128        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133
1342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Use install-data-local to install startfile.
137
1382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141
1422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Reformat.
145        Add autom4te*cache.
146        Remove autom4te.cache.
147
1482002-08-21      Joel Sherrill <joel@OARcorp.com>
149
150        * bsp_specs: Added support for -nostdlibs.
151
1522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
155        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
156        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
157        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
160        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
161
1622002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: Eliminate PGM.
165        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
166
1672002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
170
1712002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
172
173        * irq/bsp_irq_asm.S: Disable code to touch PIC.
174
1752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
178
1792001-05-09      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds: In support of gcc 3.1, added one of more
182        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
183        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
184        and direction of segments to memory regions may also have been
185        addressed.  This was a sweep across all BSPs.
186 
1872002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Update, remove code rott.
190
1912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac:
194        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
195        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
196        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
205
2062002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
209
2102001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
213        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
214
2152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
218
2192001-10-17      Joel Sherrill <joel@OARcorp.com>
220
221        * timer: New subdirectory.
222        * timer/Makefile.am: New file.
223        * timer/.cvsignore: New file.
224        * Makefile.am: Modified to reflect above.
225        * configure.ac: Ditto.
226        * wrapup/Makefile.am: Ditto.
227        * include/bsp.h: Stubs to let tm27 compile and link.
228
2292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
232        * configure.in: Remove.
233        * configure.ac: New file, generated from configure.in by autoupdate.
234
2352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * include/Makefile.am: Use 'CLEANFILES ='.
238        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
239        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
240
2412001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.in: Add include/bspopts.h.
244        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
245        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
246        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
247        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
248        * include/bsp.h: Add bspopts.h.
249
2502001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
253
2542001-01-08      Joel Sherrill <joel@OARcorp.com>
255
256        * include/bsp.h: Added closing brace for extern C.
257
2582000-12-06      Joel Sherrill <joel@OARcorp.com>
259
260        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
261        * configure.in: Add clock subdirectory.
262        * include/Makefile.am: Add coverhd.h.
263
2642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
267
2682000-11-02      Joel Sherrill <joel@OARcorp.com>
269
270        * bsp_specs: Remove -Tlinkcmds from *link rule.
271
2722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
275
2762000-11-01      Joel Sherrill <joel@OARcorp.com>
277
278        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
279        and libcsupport.h moved from libc to lib/include/rtems and
280        now must be referenced as <rtems/XXX.h>.   Header file order
281        was cleaned up while doing this.
282
2832000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
286        Switch to GNU canonicalization.
287
2882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
291        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
292        Include compile.am.
293
2942000-08-10      Joel Sherrill <joel@OARcorp.com>
295
296        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.