source: rtems/c/src/lib/libbsp/arm/armulator/ChangeLog @ 754610f

4.104.114.84.95
Last change on this file since 754610f was 754610f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 06:21:56

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

  • configure.ac: Require autoconf-2.60. Require automake-1.10.
  • Property mode set to 100644
File size: 12.2 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.60. Require automake-1.10.
4
52006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Add preinstall.am.
8
92005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * include/bsp.h: New header guard.
12
132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
16
172005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Remove build-variant support.
20
212004-11-05      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Add .gnu.linkonce.b section.
24
252004-09-29      Joel Sherrill <joel@OARcorp.com>
26
27        * include/tm27.h: i960 obsoleted and all references removed.
28
292004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * configure.ac: Require automake > 1.9.
32
332004-07-25      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Add gnu.linkonce.r sections.
36
372004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        PR 610/bsps
40        * Makefile.am: Add include/tm27.h, Cosmetics.
41        * include/tm27.h: Final cosmetics.
42
432004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * include/bsp.h: Split out tmtest27 support.
46        * include/tm27.h: New.
47
482004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        PR 613/bsps
51        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
52
532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        PR 614/bsps
56        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
57
582004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
61        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
62        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
63
642004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * startup/bspstart.c: Convert to using c99 fixed size types.
67
682004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Reflect changes to bsp.am.
71        Preinstall dist_project_lib*.
72
732004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Reflect changes to bsp.am.
76
772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
80
812004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/start.S, startup/libcfunc.c, startup/syscalls.c:
84        Include bspopts.h for ARM_RDI_MONITOR.
85
862004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
89        start/Makefile.am, startup/Makefile.am,
90        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
91        * clock/Makefile.am, console/Makefile.am,
92        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
93        wrapup/Makefile.am: Remove.
94        * configure.ac: Reflect changes above.
95
962004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Add PREINSTALL_DIRS.
99
1002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
103        Add PRE/TMPINSTALL_FILES to CLEANFILES.
104        * startup/Makefile.am: Ditto.
105
1062004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Eliminate $(LIB).
109        Use noinst_DATA to trigger building libbsp.a.
110
1112003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
114        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
115
1162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
119        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
120
1212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
124
1252003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Misc cleanups and fixes.
128        * startup/Makefile.am: Misc cleanups and fixes.
129        * wrapup/Makefile.am: Misc cleanups and fixes.
130
1312003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Add preinstallation dirstamp support.
134        * clock/Makefile.am: Cosmetics.
135        * console/Makefile.am: Cosmetics.
136        * startup/Makefile.am: Cosmetics.
137        * timer/Makefile.am: Cosmetics.
138        * wrapup/Makefile.am: Cosmetics.
139
1402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * clock/Makefile.am: Remove all-local: $(ARCH).
143        * console/Makefile.am: Remove all-local: $(ARCH).
144        * start/Makefile.am: Remove all-local: $(ARCH).
145        * startup/Makefile.am: Remove all-local: $(ARCH).
146        * timer/Makefile.am: Remove all-local: $(ARCH).
147        * wrapup/Makefile.am: Remove all-local: $(ARCH).
148
1492003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Merge-in include/Makefile.am.
152        Reflect changes to bsp.am.
153        * include/Makefile.am: Remove.
154        * configure.ac: Reflect changes above.
155
1562003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * bsp_specs: Remove *lib:.
159
1602003-09-04      Joel Sherrill <joel@OARcorp.com>
161
162        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
163        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        * start/Makefile.am: Reflect having moved automake/.
176        * startup/Makefile.am: Reflect having moved automake/.
177        * timer/Makefile.am: Reflect having moved automake/.
178        * wrapup/Makefile.am: Reflect having moved automake/.
179
1802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
183
1842003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        PR 445/bsps
187        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
188        Remove cpp, old_cpp (now unused).
189
1902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove AC_CONFIG_AUX_DIR.
193
1942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
197
1982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: AC_PREREQ(2.57).
201
2022003-01-20      Joel Sherrill <joel@OARcorp.com>
203
204        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
205
2062002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213
2142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * start/Makefile.am: Use install-data-local to install startfile.
217
2182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221
2222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * .cvsignore: Reformat.
225        Add autom4te*cache.
226        Remove autom4te.cache.
227
2282002-08-21      Joel Sherrill <joel@OARcorp.com>
229
230        * bsp_specs: Added support for -nostdlibs.
231
2322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
240
2412002-07-30      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
244
2452002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/Makefile.am:
248        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
249        (Didn't make it into cvs at 2002-07-20 :( )
250
2512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * start/Makefile.am: Remove leftover from eliminating PGM.
254
2552002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * start/Makefile.am: Eliminate PGM.
258        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
259
2602002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
263
2642002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
265
266        * start/start.S: Added SWI_Handler.
267
2682002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
271        Remove $(OBJS) from all-local.
272
2732002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Add $(LIB) to all-local.
276
2772002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
280
2812001-05-09      Joel Sherrill <joel@OARcorp.com>
282
283        * startup/linkcmds: In support of gcc 3.1, added one of more
284        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
285        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
286        and direction of segments to memory regions may also have been
287        addressed.  This was a sweep across all BSPs.
288 
2892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac:
292        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
293        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
294        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
302
3032002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
306
3072001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
310        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
311
3122001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
315        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
316
3172001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
320
3212001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
324
3252001-10-17      Joel Sherrill <joel@OARcorp.com>
326
327        * timer: New subdirectory.
328        * timer/Makefile.am: New file.
329        * timer/.cvsignore: New file.
330        * Makefile.am: Modified to reflect above.
331        * configure.ac: Ditto.
332
3332001-10-12      Joel Sherrill <joel@OARcorp.com>
334
335        * console/console-io.c: Fixed typo.
336
3372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
340        * configure.in: Remove.
341        * configure.ac: New file, generated from configure.in by autoupdate.
342
3432001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * include/Makefile.am: Use 'CLEANFILES ='.
346        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
347
3482001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.in: Add include/bspopts.h.
351        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
352        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
353        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
354        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
355        * include/bsp.h: Add bspopts.h.
356
3572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
358
359        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
360
3612001-01-03      Joel Sherrill <joel@OARcorp.com>
362
363        * console/console-io.c: Added console_initialize_hardware().
364
3652000-12-06      Joel Sherrill <joel@OARcorp.com>
366
367        * startup/bspstart.c: Removed unused variables ramSpace and _end.
368        Added prototype for initialize_monitor_handles().
369        * startup/syscalls.c: Added casts and removed unused variables to
370        eliminate warnings.
371
3722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
375
3762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
379
3802000-11-01      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
383        and libcsupport.h moved from libc to lib/include/rtems and
384        now must be referenced as <rtems/XXX.h>.   Header file order
385        was cleaned up while doing this.
386
3872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
390        Switch to GNU canonicalization.
391
3922000-09-13      Joel Sherrill <joel@OARcorp.com>
393
394        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
395
3962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
399        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
400
4012000-08-10      Joel Sherrill <joel@OARcorp.com>
402
403        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.