source: rtems/c/src/lib/libbsp/arm/armulator/ChangeLog @ 04a8c937

4.104.114.84.95
Last change on this file since 04a8c937 was 04a8c937, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/07 at 20:32:05

2007-05-03 Joel Sherrill <joel@…>

  • startup/linkcmds: Add alignment between data and bss to avoid linking errors when compiling with gcc 4.2.x
  • Property mode set to 100644
File size: 12.8 KB
RevLine 
[04a8c937]12007-05-03      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Add alignment between data and bss to avoid linking
4        errors when compiling with gcc 4.2.x
5
[80c6ce9]62007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * bsp_specs: Remove qrtems_debug.
9
[fcb0cd46]102006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: New BUG-REPORT address.
13
[aa4369c]142006-11-15      Joel Sherrill <joel@OARcorp.com>
15
16        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
17        file and simplified initialization.
18
[b174ee8]192006-10-30      Joel Sherrill <joel@OARcorp.com>
20
21        * bsp_specs: Add crti, crtbegin, crtend, and crtn.
22
[57357d9]232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Remove superfluous -DASM.
26
[754610f]272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Require autoconf-2.60. Require automake-1.10.
30
[dec6a8da]312006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Add preinstall.am.
34
[34c4852]352005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * include/bsp.h: New header guard.
38
[9cf372e5]392005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
42
[4cbf22a]432005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Remove build-variant support.
46
[4755bc1]472004-11-05      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds: Add .gnu.linkonce.b section.
50
[907e3755]512004-09-29      Joel Sherrill <joel@OARcorp.com>
52
53        * include/tm27.h: i960 obsoleted and all references removed.
54
[97891e5e]552004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * configure.ac: Require automake > 1.9.
58
[acbf96b]592004-07-25      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: Add gnu.linkonce.r sections.
62
[3defec6]632004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        PR 610/bsps
66        * Makefile.am: Add include/tm27.h, Cosmetics.
67        * include/tm27.h: Final cosmetics.
68
[7f3d5557]692004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * include/bsp.h: Split out tmtest27 support.
72        * include/tm27.h: New.
73
[3344730a]742004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        PR 613/bsps
77        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
78
[7dd6e8d]792004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        PR 614/bsps
82        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
83
[fb7a141]842004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
87        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
88        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
89
[d89f13a]902004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * startup/bspstart.c: Convert to using c99 fixed size types.
93
[2a7f9a28]942004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Reflect changes to bsp.am.
97        Preinstall dist_project_lib*.
98
[6ac101b]992004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Reflect changes to bsp.am.
102
[c24d7c84]1032004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
106
[041d209]1072004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * start/start.S, startup/libcfunc.c, startup/syscalls.c:
110        Include bspopts.h for ARM_RDI_MONITOR.
111
[9fb0a58]1122004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
115        start/Makefile.am, startup/Makefile.am,
116        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
117        * clock/Makefile.am, console/Makefile.am,
118        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
119        wrapup/Makefile.am: Remove.
120        * configure.ac: Reflect changes above.
121
[aed95bd]1222004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Add PREINSTALL_DIRS.
125
[545f0f0a]1262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
129        Add PRE/TMPINSTALL_FILES to CLEANFILES.
130        * startup/Makefile.am: Ditto.
131
[6411947]1322004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * wrapup/Makefile.am: Eliminate $(LIB).
135        Use noinst_DATA to trigger building libbsp.a.
136
[b35414a]1372003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
140        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
141
[935773b]1422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
145        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
146
[810720b6]1472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
150
[0456f9eb]1512003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * start/Makefile.am: Misc cleanups and fixes.
154        * startup/Makefile.am: Misc cleanups and fixes.
155        * wrapup/Makefile.am: Misc cleanups and fixes.
156
[e7a40845]1572003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Add preinstallation dirstamp support.
160        * clock/Makefile.am: Cosmetics.
161        * console/Makefile.am: Cosmetics.
162        * startup/Makefile.am: Cosmetics.
163        * timer/Makefile.am: Cosmetics.
164        * wrapup/Makefile.am: Cosmetics.
165
[5ceaa08]1662003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * clock/Makefile.am: Remove all-local: $(ARCH).
169        * console/Makefile.am: Remove all-local: $(ARCH).
170        * start/Makefile.am: Remove all-local: $(ARCH).
171        * startup/Makefile.am: Remove all-local: $(ARCH).
172        * timer/Makefile.am: Remove all-local: $(ARCH).
173        * wrapup/Makefile.am: Remove all-local: $(ARCH).
174
[d348010c]1752003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Merge-in include/Makefile.am.
178        Reflect changes to bsp.am.
179        * include/Makefile.am: Remove.
180        * configure.ac: Reflect changes above.
181
[b089146]1822003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * bsp_specs: Remove *lib:.
185
[366e548]1862003-09-04      Joel Sherrill <joel@OARcorp.com>
187
188        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
189        license changed.
190
[fe8bc62f]1912003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Reflect having moved aclocal/.
194
[1528c0e7]1952003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
[c483a4e]197        * Makefile.am: Reflect having moved automake/.
198        * clock/Makefile.am: Reflect having moved automake/.
199        * console/Makefile.am: Reflect having moved automake/.
200        * include/Makefile.am: Reflect having moved automake/.
201        * start/Makefile.am: Reflect having moved automake/.
202        * startup/Makefile.am: Reflect having moved automake/.
203        * timer/Makefile.am: Reflect having moved automake/.
204        * wrapup/Makefile.am: Reflect having moved automake/.
[1528c0e7]205
[7dcc3fe]2062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
209
[d266acd2]2102003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
[75fcb394]212        PR 445/bsps
[d266acd2]213        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
214        Remove cpp, old_cpp (now unused).
215
[afaa498d]2162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Remove AC_CONFIG_AUX_DIR.
219
[ccd81b60]2202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
223
[9b5c258]2242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: AC_PREREQ(2.57).
227
[7b0c547a]2282003-01-20      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
231
[48b09c93]2322002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239
[59a01a6e]2402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * start/Makefile.am: Use install-data-local to install startfile.
243
[ad5c7fe]2442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247
[8730f45]2482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * .cvsignore: Reformat.
251        Add autom4te*cache.
252        Remove autom4te.cache.
253
[a2ae30c2]2542002-08-21      Joel Sherrill <joel@OARcorp.com>
255
256        * bsp_specs: Added support for -nostdlibs.
257
[3777ea14]2582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
266
[f511ae23]2672002-07-30      Joel Sherrill <joel@OARcorp.com>
268
269        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
270
[8a49cc65]2712002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am:
274        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
275        (Didn't make it into cvs at 2002-07-20 :( )
276
[02e3a4a]2772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: Remove leftover from eliminating PGM.
280
[c304bc3]2812002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * start/Makefile.am: Eliminate PGM.
284        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
285
[1a27b40]2862002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
289
[3e2f5cc1]2902002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
291
292        * start/start.S: Added SWI_Handler.
293
[445c0a0]2942002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
297        Remove $(OBJS) from all-local.
298
[d16af043]2992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * wrapup/Makefile.am: Add $(LIB) to all-local.
302
[80defac]3032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
306
[85c92574]3072001-05-09      Joel Sherrill <joel@OARcorp.com>
308
309        * startup/linkcmds: In support of gcc 3.1, added one of more
310        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
311        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
312        and direction of segments to memory regions may also have been
313        addressed.  This was a sweep across all BSPs.
314 
[ddd9abf]3152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac:
318        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
319        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
320        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
328
[4ee84fc]3292002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
332
[8fec915]3332001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
336        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
337
[dfe5faf8]3382001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
341        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
342
[96953bbb]3432001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
346
[9e1ae79]3472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
350
[beec29b7]3512001-10-17      Joel Sherrill <joel@OARcorp.com>
352
353        * timer: New subdirectory.
354        * timer/Makefile.am: New file.
355        * timer/.cvsignore: New file.
356        * Makefile.am: Modified to reflect above.
357        * configure.ac: Ditto.
358
[b4a45795]3592001-10-12      Joel Sherrill <joel@OARcorp.com>
360
361        * console/console-io.c: Fixed typo.
362
[df25c998]3632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
366        * configure.in: Remove.
367        * configure.ac: New file, generated from configure.in by autoupdate.
368
[7b4917c]3692001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * include/Makefile.am: Use 'CLEANFILES ='.
372        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
373
[e86adc7]3742001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.in: Add include/bspopts.h.
377        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
378        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
379        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
380        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
381        * include/bsp.h: Add bspopts.h.
382
[6f21328]3832001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
384
385        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
386
[1f275887]3872001-01-03      Joel Sherrill <joel@OARcorp.com>
388
389        * console/console-io.c: Added console_initialize_hardware().
390
[1668178]3912000-12-06      Joel Sherrill <joel@OARcorp.com>
392
393        * startup/bspstart.c: Removed unused variables ramSpace and _end.
394        Added prototype for initialize_monitor_handles().
395        * startup/syscalls.c: Added casts and removed unused variables to
396        eliminate warnings.
397
[feead226]3982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
401
[a314d3b4]4022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
405
[eba2e4f]4062000-11-01      Joel Sherrill <joel@OARcorp.com>
407
408        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
409        and libcsupport.h moved from libc to lib/include/rtems and
410        now must be referenced as <rtems/XXX.h>.   Header file order
411        was cleaned up while doing this.
412
[e83378d]4132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
416        Switch to GNU canonicalization.
417
[63c5ce45]4182000-09-13      Joel Sherrill <joel@OARcorp.com>
419
420        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
421
[695b353]4222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
425        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
426
[e94ad1fe]4272000-08-10      Joel Sherrill <joel@OARcorp.com>
428
429        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.