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

4.104.114.84.95
Last change on this file since 717a34e9 was c24d7c84, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 09:08:05

2004-02-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
  • Property mode set to 100644
File size: 10.5 KB
Line 
12004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
4
52004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Pickup files from ../../arm/shared instead of
8        ../shared. Reformat.
9
102004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
13        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
14        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
15        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
16        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
17        wrapup/Makefile.am: Remove.
18        * configure.ac: Reflect changes above.
19
202004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Add PREINSTALL_DIRS.
23        * irq/Makefile.am: Ditto.
24
252004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
28        Add PRE/TMPINSTALL_FILES to CLEANFILES.
29        * irq/Makefile.am: Ditto.
30        * start/Makefile.am: Ditto.
31        * startup/Makefile.am: Ditto.
32
332004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Eliminate $(LIB).
36        Use noinst_DATA to trigger building libbsp.a.
37
382003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        PR 541/bsps
41        * startup/linkcmds: Remove SEARCH_DIR.
42
432003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
46        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
47
482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
51        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
52        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
53
542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
57
582003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * console/Makefile.am: Misc cleanups and fixes.
61        * irq/Makefile.am: Misc cleanups and fixes.
62        * start/Makefile.am: Misc cleanups and fixes.
63        * startup/Makefile.am: Misc cleanups and fixes.
64        * wrapup/Makefile.am: Misc cleanups and fixes.
65
662003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * console/Makefile.am: Remove all: $(ARCH).
69        * irq/Makefile.am: Remove all: $(ARCH).
70        * startup/Makefile.am: Remove all: $(ARCH).
71        * wrapup/Makefile.am: Remove all: $(ARCH).
72
732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Add preinstallation dirstamp support.
76        * clock/Makefile.am: Cosmetics.
77        * console/Makefile.am: Cosmetics.
78        * irq/Makefile.am: Add preinstallation dirstamp support.
79        * startup/Makefile.am: Cosmetics.
80        * timer/Makefile.am: Cosmetics.
81
822003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * clock/Makefile.am: Remove all-local: $(ARCH).
85        * start/Makefile.am: Remove all-local: $(ARCH).
86        * timer/Makefile.am: Remove all-local: $(ARCH).
87
882003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Remove refs to non-existing files include/bspio.h and
91        include/uart.h.
92
932003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Merge-in include/Makefile.am.
96        Reflect changes to bsp.am.
97        * include/Makefile.am: Remove.
98        * configure.ac: Reflect changes above.
99
1002003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * bsp_specs: Remove *lib:.
103
1042003-09-04      Joel Sherrill <joel@OARcorp.com>
105
106        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
107        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
108        startup/bspstart.c, startup/exit.c: URL for license changed.
109
1102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Reflect having moved aclocal/.
113
1142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Reflect having moved automake/.
117        * clock/Makefile.am: Reflect having moved automake/.
118        * console/Makefile.am: Reflect having moved automake/.
119        * include/Makefile.am: Reflect having moved automake/.
120        * irq/Makefile.am: Reflect having moved automake/.
121        * start/Makefile.am: Reflect having moved automake/.
122        * startup/Makefile.am: Reflect having moved automake/.
123        * timer/Makefile.am: Reflect having moved automake/.
124        * wrapup/Makefile.am: Reflect having moved automake/.
125
1262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        PR 452/bsps
129        * startup/Makefile.am: Remove USE_INIT_FINI.
130
1312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
134
1352003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        PR 445/bsps
138        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
139        Remove cpp, old_cpp (now unused).
140
1412003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        PR 444/bsps
144        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
145
1462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove AC_CONFIG_AUX_DIR.
149
1502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
153
1542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: AC_PREREQ(2.57).
157
1582003-01-20      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
161
1622002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170
1712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * start/Makefile.am: Use install-data-local to install startfile.
174
1752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178
1792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * .cvsignore: Reformat.
182        Add autom4te*cache.
183        Remove autom4te.cache.
184
1852002-08-21      Joel Sherrill <joel@OARcorp.com>
186
187        * bsp_specs: Added support for -nostdlibs.
188
1892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
192        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
193        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
194        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
195        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
198
1992002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * start/Makefile.am: Eliminate PGM.
202        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
203
2042002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
207
2082002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
209
210        * irq/bsp_irq_asm.S: Disable code to touch PIC.
211
2122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
215
2162001-05-09      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/linkcmds: In support of gcc 3.1, added one of more
219        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
220        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
221        and direction of segments to memory regions may also have been
222        addressed.  This was a sweep across all BSPs.
223 
2242002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Update, remove code rott.
227
2282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac:
231        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
232        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
233        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
234        * Makefile.am: Remove AUTOMAKE_OPTIONS.
235        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
236        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
242
2432002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
246
2472001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
250        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
251
2522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
255
2562001-10-17      Joel Sherrill <joel@OARcorp.com>
257
258        * timer: New subdirectory.
259        * timer/Makefile.am: New file.
260        * timer/.cvsignore: New file.
261        * Makefile.am: Modified to reflect above.
262        * configure.ac: Ditto.
263        * wrapup/Makefile.am: Ditto.
264        * include/bsp.h: Stubs to let tm27 compile and link.
265
2662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
269        * configure.in: Remove.
270        * configure.ac: New file, generated from configure.in by autoupdate.
271
2722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * include/Makefile.am: Use 'CLEANFILES ='.
275        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
276        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
277
2782001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.in: Add include/bspopts.h.
281        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
282        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
283        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
284        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
285        * include/bsp.h: Add bspopts.h.
286
2872001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
290
2912001-01-08      Joel Sherrill <joel@OARcorp.com>
292
293        * include/bsp.h: Added closing brace for extern C.
294
2952000-12-06      Joel Sherrill <joel@OARcorp.com>
296
297        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
298        * configure.in: Add clock subdirectory.
299        * include/Makefile.am: Add coverhd.h.
300
3012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
304
3052000-11-02      Joel Sherrill <joel@OARcorp.com>
306
307        * bsp_specs: Remove -Tlinkcmds from *link rule.
308
3092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
312
3132000-11-01      Joel Sherrill <joel@OARcorp.com>
314
315        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
316        and libcsupport.h moved from libc to lib/include/rtems and
317        now must be referenced as <rtems/XXX.h>.   Header file order
318        was cleaned up while doing this.
319
3202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
323        Switch to GNU canonicalization.
324
3252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
328        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
329        Include compile.am.
330
3312000-08-10      Joel Sherrill <joel@OARcorp.com>
332
333        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.