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

4.104.114.84.95
Last change on this file since cba119c9 was 34c4852, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/26/05 at 05:36:48

2005-05-26 Ralf Corsepius <ralf.corsepius@…>

  • include/bsp.h: New header guard.
  • Property mode set to 100644
File size: 12.0 KB
Line 
12005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h: New header guard.
4
52005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
8
92005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove build-variant support.
12
132004-11-05      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add .gnu.linkonce.b section.
16
172004-09-29      Joel Sherrill <joel@OARcorp.com>
18
19        * include/tm27.h: i960 obsoleted and all references removed.
20
212004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * configure.ac: Require automake > 1.9.
24
252004-07-25      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: Add gnu.linkonce.r sections.
28
292004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 610/bsps
32        * Makefile.am: Add include/tm27.h, Cosmetics.
33        * include/tm27.h: Final cosmetics.
34
352004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * include/bsp.h: Split out tmtest27 support.
38        * include/tm27.h: New.
39
402004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        PR 613/bsps
43        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
44
452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        PR 614/bsps
48        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
49
502004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
53        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
54        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
55
562004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * startup/bspstart.c: Convert to using c99 fixed size types.
59
602004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect changes to bsp.am.
63        Preinstall dist_project_lib*.
64
652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Reflect changes to bsp.am.
68
692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
72
732004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/start.S, startup/libcfunc.c, startup/syscalls.c:
76        Include bspopts.h for ARM_RDI_MONITOR.
77
782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
81        start/Makefile.am, startup/Makefile.am,
82        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
83        * clock/Makefile.am, console/Makefile.am,
84        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
85        wrapup/Makefile.am: Remove.
86        * configure.ac: Reflect changes above.
87
882004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Add PREINSTALL_DIRS.
91
922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
95        Add PRE/TMPINSTALL_FILES to CLEANFILES.
96        * startup/Makefile.am: Ditto.
97
982004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Eliminate $(LIB).
101        Use noinst_DATA to trigger building libbsp.a.
102
1032003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
106        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
107
1082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
111        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
112
1132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
116
1172003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: Misc cleanups and fixes.
120        * startup/Makefile.am: Misc cleanups and fixes.
121        * wrapup/Makefile.am: Misc cleanups and fixes.
122
1232003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Add preinstallation dirstamp support.
126        * clock/Makefile.am: Cosmetics.
127        * console/Makefile.am: Cosmetics.
128        * startup/Makefile.am: Cosmetics.
129        * timer/Makefile.am: Cosmetics.
130        * wrapup/Makefile.am: Cosmetics.
131
1322003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * clock/Makefile.am: Remove all-local: $(ARCH).
135        * console/Makefile.am: Remove all-local: $(ARCH).
136        * start/Makefile.am: Remove all-local: $(ARCH).
137        * startup/Makefile.am: Remove all-local: $(ARCH).
138        * timer/Makefile.am: Remove all-local: $(ARCH).
139        * wrapup/Makefile.am: Remove all-local: $(ARCH).
140
1412003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Merge-in include/Makefile.am.
144        Reflect changes to bsp.am.
145        * include/Makefile.am: Remove.
146        * configure.ac: Reflect changes above.
147
1482003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * bsp_specs: Remove *lib:.
151
1522003-09-04      Joel Sherrill <joel@OARcorp.com>
153
154        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
155        license changed.
156
1572003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Reflect having moved aclocal/.
160
1612003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Reflect having moved automake/.
164        * clock/Makefile.am: Reflect having moved automake/.
165        * console/Makefile.am: Reflect having moved automake/.
166        * include/Makefile.am: Reflect having moved automake/.
167        * start/Makefile.am: Reflect having moved automake/.
168        * startup/Makefile.am: Reflect having moved automake/.
169        * timer/Makefile.am: Reflect having moved automake/.
170        * wrapup/Makefile.am: Reflect having moved automake/.
171
1722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
175
1762003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        PR 445/bsps
179        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
180        Remove cpp, old_cpp (now unused).
181
1822003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Remove AC_CONFIG_AUX_DIR.
185
1862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
189
1902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: AC_PREREQ(2.57).
193
1942003-01-20      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
197
1982002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205
2062002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * start/Makefile.am: Use install-data-local to install startfile.
209
2102002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213
2142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * .cvsignore: Reformat.
217        Add autom4te*cache.
218        Remove autom4te.cache.
219
2202002-08-21      Joel Sherrill <joel@OARcorp.com>
221
222        * bsp_specs: Added support for -nostdlibs.
223
2242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
232
2332002-07-30      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
236
2372002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * start/Makefile.am:
240        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
241        (Didn't make it into cvs at 2002-07-20 :( )
242
2432002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * start/Makefile.am: Remove leftover from eliminating PGM.
246
2472002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * start/Makefile.am: Eliminate PGM.
250        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
251
2522002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
255
2562002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
257
258        * start/start.S: Added SWI_Handler.
259
2602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
263        Remove $(OBJS) from all-local.
264
2652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Add $(LIB) to all-local.
268
2692002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
272
2732001-05-09      Joel Sherrill <joel@OARcorp.com>
274
275        * startup/linkcmds: In support of gcc 3.1, added one of more
276        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
277        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
278        and direction of segments to memory regions may also have been
279        addressed.  This was a sweep across all BSPs.
280 
2812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac:
284        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
285        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
286        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
294
2952002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
298
2992001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
302        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
303
3042001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
307        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
308
3092001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
312
3132001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
316
3172001-10-17      Joel Sherrill <joel@OARcorp.com>
318
319        * timer: New subdirectory.
320        * timer/Makefile.am: New file.
321        * timer/.cvsignore: New file.
322        * Makefile.am: Modified to reflect above.
323        * configure.ac: Ditto.
324
3252001-10-12      Joel Sherrill <joel@OARcorp.com>
326
327        * console/console-io.c: Fixed typo.
328
3292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
332        * configure.in: Remove.
333        * configure.ac: New file, generated from configure.in by autoupdate.
334
3352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * include/Makefile.am: Use 'CLEANFILES ='.
338        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
339
3402001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.in: Add include/bspopts.h.
343        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
344        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
345        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
346        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
347        * include/bsp.h: Add bspopts.h.
348
3492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
350
351        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
352
3532001-01-03      Joel Sherrill <joel@OARcorp.com>
354
355        * console/console-io.c: Added console_initialize_hardware().
356
3572000-12-06      Joel Sherrill <joel@OARcorp.com>
358
359        * startup/bspstart.c: Removed unused variables ramSpace and _end.
360        Added prototype for initialize_monitor_handles().
361        * startup/syscalls.c: Added casts and removed unused variables to
362        eliminate warnings.
363
3642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
367
3682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
371
3722000-11-01      Joel Sherrill <joel@OARcorp.com>
373
374        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
375        and libcsupport.h moved from libc to lib/include/rtems and
376        now must be referenced as <rtems/XXX.h>.   Header file order
377        was cleaned up while doing this.
378
3792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
382        Switch to GNU canonicalization.
383
3842000-09-13      Joel Sherrill <joel@OARcorp.com>
385
386        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
387
3882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
391        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
392
3932000-08-10      Joel Sherrill <joel@OARcorp.com>
394
395        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.