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

4.104.114.84.95
Last change on this file since acbf96b was acbf96b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/25/04 at 14:26:03

2004-07-25 Joel Sherrill <joel@…>

  • startup/linkcmds: Add gnu.linkonce.r sections.
  • Property mode set to 100644
File size: 11.4 KB
Line 
12004-07-25      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Add gnu.linkonce.r sections.
4
52004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR 610/bsps
8        * Makefile.am: Add include/tm27.h, Cosmetics.
9        * include/tm27.h: Final cosmetics.
10
112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        PR 613/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 614/bsps
24        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
25
262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
29        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
30        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
31
322004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * startup/bspstart.c: Convert to using c99 fixed size types.
35
362004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect changes to bsp.am.
39        Preinstall dist_project_lib*.
40
412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect changes to bsp.am.
44
452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
48
492004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * start/start.S, startup/libcfunc.c, startup/syscalls.c:
52        Include bspopts.h for ARM_RDI_MONITOR.
53
542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
57        start/Makefile.am, startup/Makefile.am,
58        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
59        * clock/Makefile.am, console/Makefile.am,
60        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
61        wrapup/Makefile.am: Remove.
62        * configure.ac: Reflect changes above.
63
642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add PREINSTALL_DIRS.
67
682004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
71        Add PRE/TMPINSTALL_FILES to CLEANFILES.
72        * startup/Makefile.am: Ditto.
73
742004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Eliminate $(LIB).
77        Use noinst_DATA to trigger building libbsp.a.
78
792003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
82        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
83
842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
87        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
88
892003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
92
932003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * start/Makefile.am: Misc cleanups and fixes.
96        * startup/Makefile.am: Misc cleanups and fixes.
97        * wrapup/Makefile.am: Misc cleanups and fixes.
98
992003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Add preinstallation dirstamp support.
102        * clock/Makefile.am: Cosmetics.
103        * console/Makefile.am: Cosmetics.
104        * startup/Makefile.am: Cosmetics.
105        * timer/Makefile.am: Cosmetics.
106        * wrapup/Makefile.am: Cosmetics.
107
1082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am: Remove all-local: $(ARCH).
111        * console/Makefile.am: Remove all-local: $(ARCH).
112        * start/Makefile.am: Remove all-local: $(ARCH).
113        * startup/Makefile.am: Remove all-local: $(ARCH).
114        * timer/Makefile.am: Remove all-local: $(ARCH).
115        * wrapup/Makefile.am: Remove all-local: $(ARCH).
116
1172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Merge-in include/Makefile.am.
120        Reflect changes to bsp.am.
121        * include/Makefile.am: Remove.
122        * configure.ac: Reflect changes above.
123
1242003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * bsp_specs: Remove *lib:.
127
1282003-09-04      Joel Sherrill <joel@OARcorp.com>
129
130        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
131        license changed.
132
1332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Reflect having moved aclocal/.
136
1372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Reflect having moved automake/.
140        * clock/Makefile.am: Reflect having moved automake/.
141        * console/Makefile.am: Reflect having moved automake/.
142        * include/Makefile.am: Reflect having moved automake/.
143        * start/Makefile.am: Reflect having moved automake/.
144        * startup/Makefile.am: Reflect having moved automake/.
145        * timer/Makefile.am: Reflect having moved automake/.
146        * wrapup/Makefile.am: Reflect having moved automake/.
147
1482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
151
1522003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        PR 445/bsps
155        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
156        Remove cpp, old_cpp (now unused).
157
1582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove AC_CONFIG_AUX_DIR.
161
1622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
165
1662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: AC_PREREQ(2.57).
169
1702003-01-20      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
173
1742002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181
1822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * start/Makefile.am: Use install-data-local to install startfile.
185
1862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189
1902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * .cvsignore: Reformat.
193        Add autom4te*cache.
194        Remove autom4te.cache.
195
1962002-08-21      Joel Sherrill <joel@OARcorp.com>
197
198        * bsp_specs: Added support for -nostdlibs.
199
2002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
208
2092002-07-30      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
212
2132002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * start/Makefile.am:
216        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
217        (Didn't make it into cvs at 2002-07-20 :( )
218
2192002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * start/Makefile.am: Remove leftover from eliminating PGM.
222
2232002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * start/Makefile.am: Eliminate PGM.
226        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
227
2282002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
231
2322002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
233
234        * start/start.S: Added SWI_Handler.
235
2362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
239        Remove $(OBJS) from all-local.
240
2412002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * wrapup/Makefile.am: Add $(LIB) to all-local.
244
2452002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
248
2492001-05-09      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/linkcmds: In support of gcc 3.1, added one of more
252        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
253        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
254        and direction of segments to memory regions may also have been
255        addressed.  This was a sweep across all BSPs.
256 
2572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac:
260        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
261        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
262        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
270
2712002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
274
2752001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
278        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
279
2802001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
283        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
284
2852001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
288
2892001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
292
2932001-10-17      Joel Sherrill <joel@OARcorp.com>
294
295        * timer: New subdirectory.
296        * timer/Makefile.am: New file.
297        * timer/.cvsignore: New file.
298        * Makefile.am: Modified to reflect above.
299        * configure.ac: Ditto.
300
3012001-10-12      Joel Sherrill <joel@OARcorp.com>
302
303        * console/console-io.c: Fixed typo.
304
3052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
308        * configure.in: Remove.
309        * configure.ac: New file, generated from configure.in by autoupdate.
310
3112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * include/Makefile.am: Use 'CLEANFILES ='.
314        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
315
3162001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.in: Add include/bspopts.h.
319        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
320        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
321        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
322        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
323        * include/bsp.h: Add bspopts.h.
324
3252001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
326
327        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
328
3292001-01-03      Joel Sherrill <joel@OARcorp.com>
330
331        * console/console-io.c: Added console_initialize_hardware().
332
3332000-12-06      Joel Sherrill <joel@OARcorp.com>
334
335        * startup/bspstart.c: Removed unused variables ramSpace and _end.
336        Added prototype for initialize_monitor_handles().
337        * startup/syscalls.c: Added casts and removed unused variables to
338        eliminate warnings.
339
3402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
343
3442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
347
3482000-11-01      Joel Sherrill <joel@OARcorp.com>
349
350        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
351        and libcsupport.h moved from libc to lib/include/rtems and
352        now must be referenced as <rtems/XXX.h>.   Header file order
353        was cleaned up while doing this.
354
3552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
358        Switch to GNU canonicalization.
359
3602000-09-13      Joel Sherrill <joel@OARcorp.com>
361
362        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
363
3642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
367        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
368
3692000-08-10      Joel Sherrill <joel@OARcorp.com>
370
371        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.