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

4.104.114.84.95
Last change on this file since 9cf372e5 was 9cf372e5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:34:55

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 12.0 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-04      Joel Sherrill <joel@OARcorp.com>
6
7        * start/start.S: Remove warnings.
8
92005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove build-variant support.
12
132004-11-05      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add .gnu.linkonce.b section.
16
172004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * configure.ac: Require automake > 1.9.
20
212004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 610/bsps
24        * Makefile.am: Add include/tm27.h, Cosmetics.
25        * include/tm27.h: Final cosmetics.
26
272004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * include/bsp.h: Split out tmtest27 support.
30        * include/tm27.h: New.
31
322004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
35        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
36        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
37
382004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * startup/bspstart.c: Convert to using c99 fixed size types.
41
422004-03-03      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Add more memory and sections so tests can link.
45        This is a generic BSP for a CPU model so OK to do this.
46
472004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Reflect changes to bsp.am.
50        Preinstall dist_project_lib*.
51
522004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Reflect changes to bsp.am.
55
562004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
59
602004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Pickup files from ../../arm/shared instead of
63        ../shared. Reformat.
64
652004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
68        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
69        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
70        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
71        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
72        wrapup/Makefile.am: Remove.
73        * configure.ac: Reflect changes above.
74
752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add PREINSTALL_DIRS.
78        * irq/Makefile.am: Ditto.
79
802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
83        Add PRE/TMPINSTALL_FILES to CLEANFILES.
84        * irq/Makefile.am: Ditto.
85        * start/Makefile.am: Ditto.
86        * startup/Makefile.am: Ditto.
87
882004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Eliminate $(LIB).
91        Use noinst_DATA to trigger building libbsp.a.
92
932003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        PR 541/bsps
96        * startup/linkcmds: Remove SEARCH_DIR.
97
982003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
101        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
102
1032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
107        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
108
1092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
112
1132003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * console/Makefile.am: Misc cleanups and fixes.
116        * irq/Makefile.am: Misc cleanups and fixes.
117        * start/Makefile.am: Misc cleanups and fixes.
118        * startup/Makefile.am: Misc cleanups and fixes.
119        * wrapup/Makefile.am: Misc cleanups and fixes.
120
1212003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * console/Makefile.am: Remove all: $(ARCH).
124        * irq/Makefile.am: Remove all: $(ARCH).
125        * startup/Makefile.am: Remove all: $(ARCH).
126        * wrapup/Makefile.am: Remove all: $(ARCH).
127
1282003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Add preinstallation dirstamp support.
131        * clock/Makefile.am: Cosmetics.
132        * console/Makefile.am: Cosmetics.
133        * irq/Makefile.am: Add preinstallation dirstamp support.
134        * startup/Makefile.am: Cosmetics.
135        * timer/Makefile.am: Cosmetics.
136
1372003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * clock/Makefile.am: Remove all-local: $(ARCH).
140        * start/Makefile.am: Remove all-local: $(ARCH).
141        * timer/Makefile.am: Remove all-local: $(ARCH).
142
1432003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Remove refs to non-existing files include/bspio.h and
146        include/uart.h.
147
1482003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Merge-in include/Makefile.am.
151        Reflect changes to bsp.am.
152        * include/Makefile.am: Remove.
153        * configure.ac: Reflect changes above.
154
1552003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * bsp_specs: Remove *lib:.
158
1592003-09-04      Joel Sherrill <joel@OARcorp.com>
160
161        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
162        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
163        startup/bspstart.c, startup/exit.c: URL for license changed.
164
1652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Reflect having moved aclocal/.
168
1692003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Reflect having moved automake/.
172        * clock/Makefile.am: Reflect having moved automake/.
173        * console/Makefile.am: Reflect having moved automake/.
174        * include/Makefile.am: Reflect having moved automake/.
175        * irq/Makefile.am: Reflect having moved automake/.
176        * start/Makefile.am: Reflect having moved automake/.
177        * startup/Makefile.am: Reflect having moved automake/.
178        * timer/Makefile.am: Reflect having moved automake/.
179        * wrapup/Makefile.am: Reflect having moved automake/.
180
1812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        PR 452/bsps
184        * startup/Makefile.am: Remove USE_INIT_FINI.
185
1862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
189
1902003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        PR 445/bsps
193        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
194        Remove cpp, old_cpp (now unused).
195
1962003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        PR 444/bsps
199        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
200
2012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Remove AC_CONFIG_AUX_DIR.
204
2052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
208
2092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: AC_PREREQ(2.57).
212
2132003-01-20      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
216
2172002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225
2262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * start/Makefile.am: Use install-data-local to install startfile.
229
2302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233
2342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * .cvsignore: Reformat.
237        Add autom4te*cache.
238        Remove autom4te.cache.
239
2402002-08-21      Joel Sherrill <joel@OARcorp.com>
241
242        * bsp_specs: Added support for -nostdlibs.
243
2442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
250        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
251        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
253
2542002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * start/Makefile.am: Eliminate PGM.
257        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
258
2592002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
262
2632002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
264
265        * irq/bsp_irq_asm.S: Disable code to touch PIC.
266
2672002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
270
2712001-05-09      Joel Sherrill <joel@OARcorp.com>
272
273        * startup/linkcmds: In support of gcc 3.1, added one of more
274        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
275        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
276        and direction of segments to memory regions may also have been
277        addressed.  This was a sweep across all BSPs.
278 
2792002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Update, remove code rott.
282
2832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac:
286        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
287        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
288        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
297
2982002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
301
3022001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
305        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
306
3072001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
310
3112001-10-17      Joel Sherrill <joel@OARcorp.com>
312
313        * timer: New subdirectory.
314        * timer/Makefile.am: New file.
315        * timer/.cvsignore: New file.
316        * Makefile.am: Modified to reflect above.
317        * configure.ac: Ditto.
318        * wrapup/Makefile.am: Ditto.
319        * include/bsp.h: Stubs to let tm27 compile and link.
320
3212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
324        * configure.in: Remove.
325        * configure.ac: New file, generated from configure.in by autoupdate.
326
3272001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * include/Makefile.am: Use 'CLEANFILES ='.
330        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
331        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
332
3332001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.in: Add include/bspopts.h.
336        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
337        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
338        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
339        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
340        * include/bsp.h: Add bspopts.h.
341
3422001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
345
3462001-01-08      Joel Sherrill <joel@OARcorp.com>
347
348        * include/bsp.h: Added closing brace for extern C.
349
3502000-12-06      Joel Sherrill <joel@OARcorp.com>
351
352        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
353        * configure.in: Add clock subdirectory.
354        * include/Makefile.am: Add coverhd.h.
355
3562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
359
3602000-11-02      Joel Sherrill <joel@OARcorp.com>
361
362        * bsp_specs: Remove -Tlinkcmds from *link rule.
363
3642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
367
3682000-11-01      Joel Sherrill <joel@OARcorp.com>
369
370        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
371        and libcsupport.h moved from libc to lib/include/rtems and
372        now must be referenced as <rtems/XXX.h>.   Header file order
373        was cleaned up while doing this.
374
3752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
378        Switch to GNU canonicalization.
379
3802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
383        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
384        Include compile.am.
385
3862000-08-10      Joel Sherrill <joel@OARcorp.com>
387
388        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.