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

4.104.114.84.95
Last change on this file since f05b2ac was fb7a141, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:42

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
4        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
5        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
6
72004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * startup/bspstart.c: Convert to using c99 fixed size types.
10
112004-03-03      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/linkcmds: Add more memory and sections so tests can link.
14        This is a generic BSP for a CPU model so OK to do this.
15
162004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect changes to bsp.am.
19        Preinstall dist_project_lib*.
20
212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect changes to bsp.am.
24
252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
28
292004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Pickup files from ../../arm/shared instead of
32        ../shared. Reformat.
33
342004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
37        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
38        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
39        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
40        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
41        wrapup/Makefile.am: Remove.
42        * configure.ac: Reflect changes above.
43
442004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Add PREINSTALL_DIRS.
47        * irq/Makefile.am: Ditto.
48
492004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
52        Add PRE/TMPINSTALL_FILES to CLEANFILES.
53        * irq/Makefile.am: Ditto.
54        * start/Makefile.am: Ditto.
55        * startup/Makefile.am: Ditto.
56
572004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * wrapup/Makefile.am: Eliminate $(LIB).
60        Use noinst_DATA to trigger building libbsp.a.
61
622003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        PR 541/bsps
65        * startup/linkcmds: Remove SEARCH_DIR.
66
672003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
70        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
71
722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
75        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
76        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
77
782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
81
822003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * console/Makefile.am: Misc cleanups and fixes.
85        * irq/Makefile.am: Misc cleanups and fixes.
86        * start/Makefile.am: Misc cleanups and fixes.
87        * startup/Makefile.am: Misc cleanups and fixes.
88        * wrapup/Makefile.am: Misc cleanups and fixes.
89
902003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * console/Makefile.am: Remove all: $(ARCH).
93        * irq/Makefile.am: Remove all: $(ARCH).
94        * startup/Makefile.am: Remove all: $(ARCH).
95        * wrapup/Makefile.am: Remove all: $(ARCH).
96
972003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Add preinstallation dirstamp support.
100        * clock/Makefile.am: Cosmetics.
101        * console/Makefile.am: Cosmetics.
102        * irq/Makefile.am: Add preinstallation dirstamp support.
103        * startup/Makefile.am: Cosmetics.
104        * timer/Makefile.am: Cosmetics.
105
1062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * clock/Makefile.am: Remove all-local: $(ARCH).
109        * start/Makefile.am: Remove all-local: $(ARCH).
110        * timer/Makefile.am: Remove all-local: $(ARCH).
111
1122003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Remove refs to non-existing files include/bspio.h and
115        include/uart.h.
116
1172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Merge-in include/Makefile.am.
120        Reflect changes to bsp.am.
121        * include/Makefile.am: Remove.
122        * configure.ac: Reflect changes above.
123
1242003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * bsp_specs: Remove *lib:.
127
1282003-09-04      Joel Sherrill <joel@OARcorp.com>
129
130        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
131        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
132        startup/bspstart.c, startup/exit.c: URL for license changed.
133
1342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Reflect having moved aclocal/.
137
1382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Reflect having moved automake/.
141        * clock/Makefile.am: Reflect having moved automake/.
142        * console/Makefile.am: Reflect having moved automake/.
143        * include/Makefile.am: Reflect having moved automake/.
144        * irq/Makefile.am: Reflect having moved automake/.
145        * start/Makefile.am: Reflect having moved automake/.
146        * startup/Makefile.am: Reflect having moved automake/.
147        * timer/Makefile.am: Reflect having moved automake/.
148        * wrapup/Makefile.am: Reflect having moved automake/.
149
1502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        PR 452/bsps
153        * startup/Makefile.am: Remove USE_INIT_FINI.
154
1552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
158
1592003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        PR 445/bsps
162        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
163        Remove cpp, old_cpp (now unused).
164
1652003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        PR 444/bsps
168        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
169
1702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Remove AC_CONFIG_AUX_DIR.
173
1742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
177
1782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: AC_PREREQ(2.57).
181
1822003-01-20      Joel Sherrill <joel@OARcorp.com>
183
184        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
185
1862002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194
1952002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * start/Makefile.am: Use install-data-local to install startfile.
198
1992002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202
2032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * .cvsignore: Reformat.
206        Add autom4te*cache.
207        Remove autom4te.cache.
208
2092002-08-21      Joel Sherrill <joel@OARcorp.com>
210
211        * bsp_specs: Added support for -nostdlibs.
212
2132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
222
2232002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * start/Makefile.am: Eliminate PGM.
226        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
227
2282002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
231
2322002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
233
234        * irq/bsp_irq_asm.S: Disable code to touch PIC.
235
2362002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
239
2402001-05-09      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/linkcmds: In support of gcc 3.1, added one of more
243        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
244        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
245        and direction of segments to memory regions may also have been
246        addressed.  This was a sweep across all BSPs.
247 
2482002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Update, remove code rott.
251
2522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac:
255        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
256        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
257        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
266
2672002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
270
2712001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
274        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
275
2762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
279
2802001-10-17      Joel Sherrill <joel@OARcorp.com>
281
282        * timer: New subdirectory.
283        * timer/Makefile.am: New file.
284        * timer/.cvsignore: New file.
285        * Makefile.am: Modified to reflect above.
286        * configure.ac: Ditto.
287        * wrapup/Makefile.am: Ditto.
288        * include/bsp.h: Stubs to let tm27 compile and link.
289
2902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
293        * configure.in: Remove.
294        * configure.ac: New file, generated from configure.in by autoupdate.
295
2962001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * include/Makefile.am: Use 'CLEANFILES ='.
299        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
300        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
301
3022001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.in: Add include/bspopts.h.
305        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
306        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
307        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
308        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
309        * include/bsp.h: Add bspopts.h.
310
3112001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
314
3152001-01-08      Joel Sherrill <joel@OARcorp.com>
316
317        * include/bsp.h: Added closing brace for extern C.
318
3192000-12-06      Joel Sherrill <joel@OARcorp.com>
320
321        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
322        * configure.in: Add clock subdirectory.
323        * include/Makefile.am: Add coverhd.h.
324
3252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
328
3292000-11-02      Joel Sherrill <joel@OARcorp.com>
330
331        * bsp_specs: Remove -Tlinkcmds from *link rule.
332
3332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
336
3372000-11-01      Joel Sherrill <joel@OARcorp.com>
338
339        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
340        and libcsupport.h moved from libc to lib/include/rtems and
341        now must be referenced as <rtems/XXX.h>.   Header file order
342        was cleaned up while doing this.
343
3442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
347        Switch to GNU canonicalization.
348
3492000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
352        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
353        Include compile.am.
354
3552000-08-10      Joel Sherrill <joel@OARcorp.com>
356
357        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.