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

4.104.114.84.95
Last change on this file since d89f13a was d89f13a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 04:15:37

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • startup/bspstart.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 11.0 KB
Line 
12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * startup/bspstart.c: Convert to using c99 fixed size types.
4
52004-03-03      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add more memory and sections so tests can link.
8        This is a generic BSP for a CPU model so OK to do this.
9
102004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect changes to bsp.am.
13        Preinstall dist_project_lib*.
14
152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Reflect changes to bsp.am.
18
192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
22
232004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Pickup files from ../../arm/shared instead of
26        ../shared. Reformat.
27
282004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
31        irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
32        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
33        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
34        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
35        wrapup/Makefile.am: Remove.
36        * configure.ac: Reflect changes above.
37
382004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Add PREINSTALL_DIRS.
41        * irq/Makefile.am: Ditto.
42
432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
46        Add PRE/TMPINSTALL_FILES to CLEANFILES.
47        * irq/Makefile.am: Ditto.
48        * start/Makefile.am: Ditto.
49        * startup/Makefile.am: Ditto.
50
512004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Eliminate $(LIB).
54        Use noinst_DATA to trigger building libbsp.a.
55
562003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        PR 541/bsps
59        * startup/linkcmds: Remove SEARCH_DIR.
60
612003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
64        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
65
662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
69        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
70        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
71
722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
75
762003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * console/Makefile.am: Misc cleanups and fixes.
79        * irq/Makefile.am: Misc cleanups and fixes.
80        * start/Makefile.am: Misc cleanups and fixes.
81        * startup/Makefile.am: Misc cleanups and fixes.
82        * wrapup/Makefile.am: Misc cleanups and fixes.
83
842003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * console/Makefile.am: Remove all: $(ARCH).
87        * irq/Makefile.am: Remove all: $(ARCH).
88        * startup/Makefile.am: Remove all: $(ARCH).
89        * wrapup/Makefile.am: Remove all: $(ARCH).
90
912003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Add preinstallation dirstamp support.
94        * clock/Makefile.am: Cosmetics.
95        * console/Makefile.am: Cosmetics.
96        * irq/Makefile.am: Add preinstallation dirstamp support.
97        * startup/Makefile.am: Cosmetics.
98        * timer/Makefile.am: Cosmetics.
99
1002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * clock/Makefile.am: Remove all-local: $(ARCH).
103        * start/Makefile.am: Remove all-local: $(ARCH).
104        * timer/Makefile.am: Remove all-local: $(ARCH).
105
1062003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Remove refs to non-existing files include/bspio.h and
109        include/uart.h.
110
1112003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Merge-in include/Makefile.am.
114        Reflect changes to bsp.am.
115        * include/Makefile.am: Remove.
116        * configure.ac: Reflect changes above.
117
1182003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * bsp_specs: Remove *lib:.
121
1222003-09-04      Joel Sherrill <joel@OARcorp.com>
123
124        * include/bsp.h, include/registers.h, irq/bsp_irq_asm.S,
125        irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, start/start.S,
126        startup/bspstart.c, startup/exit.c: URL for license changed.
127
1282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Reflect having moved aclocal/.
131
1322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect having moved automake/.
135        * clock/Makefile.am: Reflect having moved automake/.
136        * console/Makefile.am: Reflect having moved automake/.
137        * include/Makefile.am: Reflect having moved automake/.
138        * irq/Makefile.am: Reflect having moved automake/.
139        * start/Makefile.am: Reflect having moved automake/.
140        * startup/Makefile.am: Reflect having moved automake/.
141        * timer/Makefile.am: Reflect having moved automake/.
142        * wrapup/Makefile.am: Reflect having moved automake/.
143
1442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        PR 452/bsps
147        * startup/Makefile.am: Remove USE_INIT_FINI.
148
1492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
152
1532003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        PR 445/bsps
156        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
157        Remove cpp, old_cpp (now unused).
158
1592003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        PR 444/bsps
162        * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
163
1642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove AC_CONFIG_AUX_DIR.
167
1682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
171
1722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: AC_PREREQ(2.57).
175
1762003-01-20      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
179
1802002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188
1892002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/Makefile.am: Use install-data-local to install startfile.
192
1932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196
1972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * .cvsignore: Reformat.
200        Add autom4te*cache.
201        Remove autom4te.cache.
202
2032002-08-21      Joel Sherrill <joel@OARcorp.com>
204
205        * bsp_specs: Added support for -nostdlibs.
206
2072002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
213        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
214        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
216
2172002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * start/Makefile.am: Eliminate PGM.
220        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
221
2222002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
225
2262002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
227
228        * irq/bsp_irq_asm.S: Disable code to touch PIC.
229
2302002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
233
2342001-05-09      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/linkcmds: In support of gcc 3.1, added one of more
237        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
238        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
239        and direction of segments to memory regions may also have been
240        addressed.  This was a sweep across all BSPs.
241 
2422002-03-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Update, remove code rott.
245
2462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac:
249        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
250        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
251        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
260
2612002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
264
2652001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
268        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
269
2702001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
273
2742001-10-17      Joel Sherrill <joel@OARcorp.com>
275
276        * timer: New subdirectory.
277        * timer/Makefile.am: New file.
278        * timer/.cvsignore: New file.
279        * Makefile.am: Modified to reflect above.
280        * configure.ac: Ditto.
281        * wrapup/Makefile.am: Ditto.
282        * include/bsp.h: Stubs to let tm27 compile and link.
283
2842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
287        * configure.in: Remove.
288        * configure.ac: New file, generated from configure.in by autoupdate.
289
2902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * include/Makefile.am: Use 'CLEANFILES ='.
293        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
294        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
295
2962001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.in: Add include/bspopts.h.
299        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
300        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
301        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
302        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
303        * include/bsp.h: Add bspopts.h.
304
3052001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
308
3092001-01-08      Joel Sherrill <joel@OARcorp.com>
310
311        * include/bsp.h: Added closing brace for extern C.
312
3132000-12-06      Joel Sherrill <joel@OARcorp.com>
314
315        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
316        * configure.in: Add clock subdirectory.
317        * include/Makefile.am: Add coverhd.h.
318
3192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
322
3232000-11-02      Joel Sherrill <joel@OARcorp.com>
324
325        * bsp_specs: Remove -Tlinkcmds from *link rule.
326
3272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
330
3312000-11-01      Joel Sherrill <joel@OARcorp.com>
332
333        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
334        and libcsupport.h moved from libc to lib/include/rtems and
335        now must be referenced as <rtems/XXX.h>.   Header file order
336        was cleaned up while doing this.
337
3382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
341        Switch to GNU canonicalization.
342
3432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
346        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
347        Include compile.am.
348
3492000-08-10      Joel Sherrill <joel@OARcorp.com>
350
351        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.