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

4.104.114.84.95
Last change on this file since f0d5e5b was f0d5e5b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/04 at 21:27:41

2004-01-28 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, irq/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
  • clock/Makefile.am, console/Makefile.am, irq/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 10.2 KB
Line 
12004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
4        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
5        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
6        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
7        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
8        wrapup/Makefile.am: Remove.
9        * configure.ac: Reflect changes above.
10
112004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add PREINSTALL_DIRS.
14        * irq/Makefile.am: Ditto.
15
162004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
19        Add PRE/TMPINSTALL_FILES to CLEANFILES.
20        * irq/Makefile.am: Ditto.
21        * start/Makefile.am: Ditto.
22        * startup/Makefile.am: Ditto.
23
242004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Eliminate $(LIB).
27        Use noinst_DATA to trigger building libbsp.a.
28
292003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        PR 541/bsps
32        * startup/linkcmds: Remove SEARCH_DIR.
33
342003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
37        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
38
392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
42        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
43        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
44
452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
48
492003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * console/Makefile.am: Misc cleanups and fixes.
52        * irq/Makefile.am: Misc cleanups and fixes.
53        * start/Makefile.am: Misc cleanups and fixes.
54        * startup/Makefile.am: Misc cleanups and fixes.
55        * wrapup/Makefile.am: Misc cleanups and fixes.
56
572003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * console/Makefile.am: Remove all: $(ARCH).
60        * irq/Makefile.am: Remove all: $(ARCH).
61        * startup/Makefile.am: Remove all: $(ARCH).
62        * wrapup/Makefile.am: Remove all: $(ARCH).
63
642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add preinstallation dirstamp support.
67        * clock/Makefile.am: Cosmetics.
68        * console/Makefile.am: Cosmetics.
69        * irq/Makefile.am: Add preinstallation dirstamp support.
70        * startup/Makefile.am: Cosmetics.
71        * timer/Makefile.am: Cosmetics.
72
732003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * clock/Makefile.am: Remove all-local: $(ARCH).
76        * start/Makefile.am: Remove all-local: $(ARCH).
77        * timer/Makefile.am: Remove all-local: $(ARCH).
78
792003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Remove refs to non-existing files include/bspio.h and
82        include/uart.h.
83
842003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Merge-in include/Makefile.am.
87        Reflect changes to bsp.am.
88        * include/Makefile.am: Remove.
89        * configure.ac: Reflect changes above.
90
912003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * bsp_specs: Remove *lib:.
94
952003-09-04      Joel Sherrill <joel@OARcorp.com>
96
97        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
98        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
99        startup/bspstart.c, startup/exit.c: URL for license changed.
100
1012003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Reflect having moved aclocal/.
104
1052003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Reflect having moved automake/.
108        * clock/Makefile.am: Reflect having moved automake/.
109        * console/Makefile.am: Reflect having moved automake/.
110        * include/Makefile.am: Reflect having moved automake/.
111        * irq/Makefile.am: Reflect having moved automake/.
112        * start/Makefile.am: Reflect having moved automake/.
113        * startup/Makefile.am: Reflect having moved automake/.
114        * timer/Makefile.am: Reflect having moved automake/.
115        * wrapup/Makefile.am: Reflect having moved automake/.
116
1172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        PR 452/bsps
120        * startup/Makefile.am: Remove USE_INIT_FINI.
121
1222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
125
1262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        PR 445/bsps
129        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
130        Remove cpp, old_cpp (now unused).
131
1322003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        PR 444/bsps
135        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
136
1372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Remove AC_CONFIG_AUX_DIR.
140
1412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
144
1452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: AC_PREREQ(2.57).
148
1492003-01-20      Joel Sherrill <joel@OARcorp.com>
150
151        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
152
1532002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
156        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
157        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
158        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
159        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
160        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
161
1622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: Use install-data-local to install startfile.
165
1662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169
1702002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * .cvsignore: Reformat.
173        Add autom4te*cache.
174        Remove autom4te.cache.
175
1762002-08-21      Joel Sherrill <joel@OARcorp.com>
177
178        * bsp_specs: Added support for -nostdlibs.
179
1802002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
183        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
184        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
185        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
186        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
187        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
188        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
189
1902002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * start/Makefile.am: Eliminate PGM.
193        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
194
1952002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
198
1992002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
200
201        * irq/bsp_irq_asm.S: Disable code to touch PIC.
202
2032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
206
2072001-05-09      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds: In support of gcc 3.1, added one of more
210        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
211        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
212        and direction of segments to memory regions may also have been
213        addressed.  This was a sweep across all BSPs.
214 
2152002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Update, remove code rott.
218
2192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac:
222        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
223        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
224        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
230        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
231        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
232        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
233
2342002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
237
2382001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
241        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
242
2432001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
246
2472001-10-17      Joel Sherrill <joel@OARcorp.com>
248
249        * timer: New subdirectory.
250        * timer/Makefile.am: New file.
251        * timer/.cvsignore: New file.
252        * Makefile.am: Modified to reflect above.
253        * configure.ac: Ditto.
254        * wrapup/Makefile.am: Ditto.
255        * include/bsp.h: Stubs to let tm27 compile and link.
256
2572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
260        * configure.in: Remove.
261        * configure.ac: New file, generated from configure.in by autoupdate.
262
2632001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * include/Makefile.am: Use 'CLEANFILES ='.
266        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
267        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
268
2692001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.in: Add include/bspopts.h.
272        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
273        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
274        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
275        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
276        * include/bsp.h: Add bspopts.h.
277
2782001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
281
2822001-01-08      Joel Sherrill <joel@OARcorp.com>
283
284        * include/bsp.h: Added closing brace for extern C.
285
2862000-12-06      Joel Sherrill <joel@OARcorp.com>
287
288        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
289        * configure.in: Add clock subdirectory.
290        * include/Makefile.am: Add coverhd.h.
291
2922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
295
2962000-11-02      Joel Sherrill <joel@OARcorp.com>
297
298        * bsp_specs: Remove -Tlinkcmds from *link rule.
299
3002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
303
3042000-11-01      Joel Sherrill <joel@OARcorp.com>
305
306        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
307        and libcsupport.h moved from libc to lib/include/rtems and
308        now must be referenced as <rtems/XXX.h>.   Header file order
309        was cleaned up while doing this.
310
3112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
314        Switch to GNU canonicalization.
315
3162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
319        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
320        Include compile.am.
321
3222000-08-10      Joel Sherrill <joel@OARcorp.com>
323
324        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.