source: rtems/c/src/lib/libbsp/arm/armulator/ChangeLog @ 218c346

Last change on this file since 218c346 was 218c346, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/06 at 11:55:29

2006-10-20 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 12.3 KB
Line 
12006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Add preinstall.am.
12
132005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * include/bsp.h: New header guard.
16
172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
20
212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Remove build-variant support.
24
252004-11-05      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: Add .gnu.linkonce.b section.
28
292004-09-29      Joel Sherrill <joel@OARcorp.com>
30
31        * include/tm27.h: i960 obsoleted and all references removed.
32
332004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * configure.ac: Require automake > 1.9.
36
372004-07-25      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/linkcmds: Add gnu.linkonce.r sections.
40
412004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 610/bsps
44        * Makefile.am: Add include/tm27.h, Cosmetics.
45        * include/tm27.h: Final cosmetics.
46
472004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * include/bsp.h: Split out tmtest27 support.
50        * include/tm27.h: New.
51
522004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        PR 613/bsps
55        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
56
572004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 614/bsps
60        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
61
622004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
65        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
66        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
67
682004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * startup/bspstart.c: Convert to using c99 fixed size types.
71
722004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Reflect changes to bsp.am.
75        Preinstall dist_project_lib*.
76
772004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Reflect changes to bsp.am.
80
812004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
84
852004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * start/start.S, startup/libcfunc.c, startup/syscalls.c:
88        Include bspopts.h for ARM_RDI_MONITOR.
89
902004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
93        start/Makefile.am, startup/Makefile.am,
94        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
95        * clock/Makefile.am, console/Makefile.am,
96        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
97        wrapup/Makefile.am: Remove.
98        * configure.ac: Reflect changes above.
99
1002004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Add PREINSTALL_DIRS.
103
1042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
107        Add PRE/TMPINSTALL_FILES to CLEANFILES.
108        * startup/Makefile.am: Ditto.
109
1102004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Eliminate $(LIB).
113        Use noinst_DATA to trigger building libbsp.a.
114
1152003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
118        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
119
1202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
123        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
124
1252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
128
1292003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * start/Makefile.am: Misc cleanups and fixes.
132        * startup/Makefile.am: Misc cleanups and fixes.
133        * wrapup/Makefile.am: Misc cleanups and fixes.
134
1352003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Add preinstallation dirstamp support.
138        * clock/Makefile.am: Cosmetics.
139        * console/Makefile.am: Cosmetics.
140        * startup/Makefile.am: Cosmetics.
141        * timer/Makefile.am: Cosmetics.
142        * wrapup/Makefile.am: Cosmetics.
143
1442003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * clock/Makefile.am: Remove all-local: $(ARCH).
147        * console/Makefile.am: Remove all-local: $(ARCH).
148        * start/Makefile.am: Remove all-local: $(ARCH).
149        * startup/Makefile.am: Remove all-local: $(ARCH).
150        * timer/Makefile.am: Remove all-local: $(ARCH).
151        * wrapup/Makefile.am: Remove all-local: $(ARCH).
152
1532003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Merge-in include/Makefile.am.
156        Reflect changes to bsp.am.
157        * include/Makefile.am: Remove.
158        * configure.ac: Reflect changes above.
159
1602003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * bsp_specs: Remove *lib:.
163
1642003-09-04      Joel Sherrill <joel@OARcorp.com>
165
166        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
167        license changed.
168
1692003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Reflect having moved aclocal/.
172
1732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Reflect having moved automake/.
176        * clock/Makefile.am: Reflect having moved automake/.
177        * console/Makefile.am: Reflect having moved automake/.
178        * include/Makefile.am: Reflect having moved automake/.
179        * start/Makefile.am: Reflect having moved automake/.
180        * startup/Makefile.am: Reflect having moved automake/.
181        * timer/Makefile.am: Reflect having moved automake/.
182        * wrapup/Makefile.am: Reflect having moved automake/.
183
1842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
187
1882003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        PR 445/bsps
191        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
192        Remove cpp, old_cpp (now unused).
193
1942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove AC_CONFIG_AUX_DIR.
197
1982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
201
2022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: AC_PREREQ(2.57).
205
2062003-01-20      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
209
2102002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217
2182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * start/Makefile.am: Use install-data-local to install startfile.
221
2222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225
2262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * .cvsignore: Reformat.
229        Add autom4te*cache.
230        Remove autom4te.cache.
231
2322002-08-21      Joel Sherrill <joel@OARcorp.com>
233
234        * bsp_specs: Added support for -nostdlibs.
235
2362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
244
2452002-07-30      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
248
2492002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * start/Makefile.am:
252        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
253        (Didn't make it into cvs at 2002-07-20 :( )
254
2552002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * start/Makefile.am: Remove leftover from eliminating PGM.
258
2592002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * start/Makefile.am: Eliminate PGM.
262        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
263
2642002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
267
2682002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
269
270        * start/start.S: Added SWI_Handler.
271
2722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
275        Remove $(OBJS) from all-local.
276
2772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * wrapup/Makefile.am: Add $(LIB) to all-local.
280
2812002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
284
2852001-05-09      Joel Sherrill <joel@OARcorp.com>
286
287        * startup/linkcmds: In support of gcc 3.1, added one of more
288        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
289        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
290        and direction of segments to memory regions may also have been
291        addressed.  This was a sweep across all BSPs.
292 
2932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac:
296        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
297        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
298        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
306
3072002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
310
3112001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
314        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
315
3162001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
319        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
320
3212001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
324
3252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
328
3292001-10-17      Joel Sherrill <joel@OARcorp.com>
330
331        * timer: New subdirectory.
332        * timer/Makefile.am: New file.
333        * timer/.cvsignore: New file.
334        * Makefile.am: Modified to reflect above.
335        * configure.ac: Ditto.
336
3372001-10-12      Joel Sherrill <joel@OARcorp.com>
338
339        * console/console-io.c: Fixed typo.
340
3412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
344        * configure.in: Remove.
345        * configure.ac: New file, generated from configure.in by autoupdate.
346
3472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * include/Makefile.am: Use 'CLEANFILES ='.
350        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
351
3522001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.in: Add include/bspopts.h.
355        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
356        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
357        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
358        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
359        * include/bsp.h: Add bspopts.h.
360
3612001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
362
363        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
364
3652001-01-03      Joel Sherrill <joel@OARcorp.com>
366
367        * console/console-io.c: Added console_initialize_hardware().
368
3692000-12-06      Joel Sherrill <joel@OARcorp.com>
370
371        * startup/bspstart.c: Removed unused variables ramSpace and _end.
372        Added prototype for initialize_monitor_handles().
373        * startup/syscalls.c: Added casts and removed unused variables to
374        eliminate warnings.
375
3762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
379
3802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
383
3842000-11-01      Joel Sherrill <joel@OARcorp.com>
385
386        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
387        and libcsupport.h moved from libc to lib/include/rtems and
388        now must be referenced as <rtems/XXX.h>.   Header file order
389        was cleaned up while doing this.
390
3912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
394        Switch to GNU canonicalization.
395
3962000-09-13      Joel Sherrill <joel@OARcorp.com>
397
398        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
399
4002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
403        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
404
4052000-08-10      Joel Sherrill <joel@OARcorp.com>
406
407        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.