source: rtems/c/src/lib/libbsp/arm/armulator/ChangeLog @ 1fa2436

4.104.114.84.95
Last change on this file since 1fa2436 was 80c6ce9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/12/07 at 03:07:36

2007-04-12 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove qrtems_debug.
  • Property mode set to 100644
File size: 12.7 KB
Line 
12007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Remove qrtems_debug.
4
52006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: New BUG-REPORT address.
8
92006-11-15      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
12        file and simplified initialization.
13
142006-10-30      Joel Sherrill <joel@OARcorp.com>
15
16        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
17
182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Remove superfluous -DASM.
21
222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Require autoconf-2.60. Require automake-1.10.
25
262006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Add preinstall.am.
29
302005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * include/bsp.h: New header guard.
33
342005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
37
382005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Remove build-variant support.
41
422004-11-05      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Add .gnu.linkonce.b section.
45
462004-09-29      Joel Sherrill <joel@OARcorp.com>
47
48        * include/tm27.h: i960 obsoleted and all references removed.
49
502004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * configure.ac: Require automake > 1.9.
53
542004-07-25      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds: Add gnu.linkonce.r sections.
57
582004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        PR 610/bsps
61        * Makefile.am: Add include/tm27.h, Cosmetics.
62        * include/tm27.h: Final cosmetics.
63
642004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * include/bsp.h: Split out tmtest27 support.
67        * include/tm27.h: New.
68
692004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        PR 613/bsps
72        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
73
742004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        PR 614/bsps
77        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
78
792004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
82        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
83        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
84
852004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * startup/bspstart.c: Convert to using c99 fixed size types.
88
892004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Reflect changes to bsp.am.
92        Preinstall dist_project_lib*.
93
942004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Reflect changes to bsp.am.
97
982004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
101
1022004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * start/start.S, startup/libcfunc.c, startup/syscalls.c:
105        Include bspopts.h for ARM_RDI_MONITOR.
106
1072004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
110        start/Makefile.am, startup/Makefile.am,
111        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
112        * clock/Makefile.am, console/Makefile.am,
113        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
114        wrapup/Makefile.am: Remove.
115        * configure.ac: Reflect changes above.
116
1172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add PREINSTALL_DIRS.
120
1212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
124        Add PRE/TMPINSTALL_FILES to CLEANFILES.
125        * startup/Makefile.am: Ditto.
126
1272004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * wrapup/Makefile.am: Eliminate $(LIB).
130        Use noinst_DATA to trigger building libbsp.a.
131
1322003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
135        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
136
1372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
140        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
141
1422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
145
1462003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * start/Makefile.am: Misc cleanups and fixes.
149        * startup/Makefile.am: Misc cleanups and fixes.
150        * wrapup/Makefile.am: Misc cleanups and fixes.
151
1522003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Add preinstallation dirstamp support.
155        * clock/Makefile.am: Cosmetics.
156        * console/Makefile.am: Cosmetics.
157        * startup/Makefile.am: Cosmetics.
158        * timer/Makefile.am: Cosmetics.
159        * wrapup/Makefile.am: Cosmetics.
160
1612003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * clock/Makefile.am: Remove all-local: $(ARCH).
164        * console/Makefile.am: Remove all-local: $(ARCH).
165        * start/Makefile.am: Remove all-local: $(ARCH).
166        * startup/Makefile.am: Remove all-local: $(ARCH).
167        * timer/Makefile.am: Remove all-local: $(ARCH).
168        * wrapup/Makefile.am: Remove all-local: $(ARCH).
169
1702003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Merge-in include/Makefile.am.
173        Reflect changes to bsp.am.
174        * include/Makefile.am: Remove.
175        * configure.ac: Reflect changes above.
176
1772003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * bsp_specs: Remove *lib:.
180
1812003-09-04      Joel Sherrill <joel@OARcorp.com>
182
183        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
184        license changed.
185
1862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Reflect having moved aclocal/.
189
1902003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Reflect having moved automake/.
193        * clock/Makefile.am: Reflect having moved automake/.
194        * console/Makefile.am: Reflect having moved automake/.
195        * include/Makefile.am: Reflect having moved automake/.
196        * start/Makefile.am: Reflect having moved automake/.
197        * startup/Makefile.am: Reflect having moved automake/.
198        * timer/Makefile.am: Reflect having moved automake/.
199        * wrapup/Makefile.am: Reflect having moved automake/.
200
2012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
204
2052003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        PR 445/bsps
208        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
209        Remove cpp, old_cpp (now unused).
210
2112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Remove AC_CONFIG_AUX_DIR.
214
2152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
218
2192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: AC_PREREQ(2.57).
222
2232003-01-20      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
226
2272002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234
2352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * start/Makefile.am: Use install-data-local to install startfile.
238
2392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242
2432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore: Reformat.
246        Add autom4te*cache.
247        Remove autom4te.cache.
248
2492002-08-21      Joel Sherrill <joel@OARcorp.com>
250
251        * bsp_specs: Added support for -nostdlibs.
252
2532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
260        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
261
2622002-07-30      Joel Sherrill <joel@OARcorp.com>
263
264        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
265
2662002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * start/Makefile.am:
269        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
270        (Didn't make it into cvs at 2002-07-20 :( )
271
2722002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * start/Makefile.am: Remove leftover from eliminating PGM.
275
2762002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * start/Makefile.am: Eliminate PGM.
279        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
280
2812002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
284
2852002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
286
287        * start/start.S: Added SWI_Handler.
288
2892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
292        Remove $(OBJS) from all-local.
293
2942002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * wrapup/Makefile.am: Add $(LIB) to all-local.
297
2982002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
301
3022001-05-09      Joel Sherrill <joel@OARcorp.com>
303
304        * startup/linkcmds: In support of gcc 3.1, added one of more
305        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
306        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
307        and direction of segments to memory regions may also have been
308        addressed.  This was a sweep across all BSPs.
309 
3102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac:
313        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
314        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
315        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
323
3242002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
327
3282001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
331        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
332
3332001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
336        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
337
3382001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
341
3422001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
345
3462001-10-17      Joel Sherrill <joel@OARcorp.com>
347
348        * timer: New subdirectory.
349        * timer/Makefile.am: New file.
350        * timer/.cvsignore: New file.
351        * Makefile.am: Modified to reflect above.
352        * configure.ac: Ditto.
353
3542001-10-12      Joel Sherrill <joel@OARcorp.com>
355
356        * console/console-io.c: Fixed typo.
357
3582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
361        * configure.in: Remove.
362        * configure.ac: New file, generated from configure.in by autoupdate.
363
3642001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * include/Makefile.am: Use 'CLEANFILES ='.
367        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
368
3692001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.in: Add include/bspopts.h.
372        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
373        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
374        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
375        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
376        * include/bsp.h: Add bspopts.h.
377
3782001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
379
380        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
381
3822001-01-03      Joel Sherrill <joel@OARcorp.com>
383
384        * console/console-io.c: Added console_initialize_hardware().
385
3862000-12-06      Joel Sherrill <joel@OARcorp.com>
387
388        * startup/bspstart.c: Removed unused variables ramSpace and _end.
389        Added prototype for initialize_monitor_handles().
390        * startup/syscalls.c: Added casts and removed unused variables to
391        eliminate warnings.
392
3932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
396
3972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
400
4012000-11-01      Joel Sherrill <joel@OARcorp.com>
402
403        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
404        and libcsupport.h moved from libc to lib/include/rtems and
405        now must be referenced as <rtems/XXX.h>.   Header file order
406        was cleaned up while doing this.
407
4082000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
411        Switch to GNU canonicalization.
412
4132000-09-13      Joel Sherrill <joel@OARcorp.com>
414
415        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
416
4172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
420        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
421
4222000-08-10      Joel Sherrill <joel@OARcorp.com>
423
424        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.