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

4.104.114.84.95
Last change on this file since fb7a141 was fb7a141, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:42

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • Property mode set to 100644
File size: 10.8 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
4        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
5        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
6
72004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * startup/bspstart.c: Convert to using c99 fixed size types.
10
112004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Reflect changes to bsp.am.
14        Preinstall dist_project_lib*.
15
162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect changes to bsp.am.
19
202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
23
242004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * start/start.S, startup/libcfunc.c, startup/syscalls.c:
27        Include bspopts.h for ARM_RDI_MONITOR.
28
292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
32        start/Makefile.am, startup/Makefile.am,
33        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
34        * clock/Makefile.am, console/Makefile.am,
35        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
36        wrapup/Makefile.am: Remove.
37        * configure.ac: Reflect changes above.
38
392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Add PREINSTALL_DIRS.
42
432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
46        Add PRE/TMPINSTALL_FILES to CLEANFILES.
47        * startup/Makefile.am: Ditto.
48
492004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Eliminate $(LIB).
52        Use noinst_DATA to trigger building libbsp.a.
53
542003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
57        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
58
592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
62        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
63
642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
67
682003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Misc cleanups and fixes.
71        * startup/Makefile.am: Misc cleanups and fixes.
72        * wrapup/Makefile.am: Misc cleanups and fixes.
73
742003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Add preinstallation dirstamp support.
77        * clock/Makefile.am: Cosmetics.
78        * console/Makefile.am: Cosmetics.
79        * startup/Makefile.am: Cosmetics.
80        * timer/Makefile.am: Cosmetics.
81        * wrapup/Makefile.am: Cosmetics.
82
832003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * clock/Makefile.am: Remove all-local: $(ARCH).
86        * console/Makefile.am: Remove all-local: $(ARCH).
87        * start/Makefile.am: Remove all-local: $(ARCH).
88        * startup/Makefile.am: Remove all-local: $(ARCH).
89        * timer/Makefile.am: Remove all-local: $(ARCH).
90        * wrapup/Makefile.am: Remove all-local: $(ARCH).
91
922003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Merge-in include/Makefile.am.
95        Reflect changes to bsp.am.
96        * include/Makefile.am: Remove.
97        * configure.ac: Reflect changes above.
98
992003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * bsp_specs: Remove *lib:.
102
1032003-09-04      Joel Sherrill <joel@OARcorp.com>
104
105        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
106        license changed.
107
1082003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Reflect having moved aclocal/.
111
1122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Reflect having moved automake/.
115        * clock/Makefile.am: Reflect having moved automake/.
116        * console/Makefile.am: Reflect having moved automake/.
117        * include/Makefile.am: Reflect having moved automake/.
118        * start/Makefile.am: Reflect having moved automake/.
119        * startup/Makefile.am: Reflect having moved automake/.
120        * timer/Makefile.am: Reflect having moved automake/.
121        * wrapup/Makefile.am: Reflect having moved automake/.
122
1232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
126
1272003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        PR 445/bsps
130        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
131        Remove cpp, old_cpp (now unused).
132
1332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove AC_CONFIG_AUX_DIR.
136
1372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
140
1412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: AC_PREREQ(2.57).
144
1452003-01-20      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
148
1492002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
152        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
153        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
154        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
155        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
156
1572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * start/Makefile.am: Use install-data-local to install startfile.
160
1612002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
164
1652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * .cvsignore: Reformat.
168        Add autom4te*cache.
169        Remove autom4te.cache.
170
1712002-08-21      Joel Sherrill <joel@OARcorp.com>
172
173        * bsp_specs: Added support for -nostdlibs.
174
1752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
178        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
179        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
180        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
181        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
182        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
183
1842002-07-30      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
187
1882002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * start/Makefile.am:
191        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
192        (Didn't make it into cvs at 2002-07-20 :( )
193
1942002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * start/Makefile.am: Remove leftover from eliminating PGM.
197
1982002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * start/Makefile.am: Eliminate PGM.
201        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
202
2032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
206
2072002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
208
209        * start/start.S: Added SWI_Handler.
210
2112002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
214        Remove $(OBJS) from all-local.
215
2162002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * wrapup/Makefile.am: Add $(LIB) to all-local.
219
2202002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
223
2242001-05-09      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/linkcmds: In support of gcc 3.1, added one of more
227        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
228        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
229        and direction of segments to memory regions may also have been
230        addressed.  This was a sweep across all BSPs.
231 
2322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac:
235        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
236        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
237        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
245
2462002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
249
2502001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
253        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
254
2552001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
258        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
259
2602001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
263
2642001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
267
2682001-10-17      Joel Sherrill <joel@OARcorp.com>
269
270        * timer: New subdirectory.
271        * timer/Makefile.am: New file.
272        * timer/.cvsignore: New file.
273        * Makefile.am: Modified to reflect above.
274        * configure.ac: Ditto.
275
2762001-10-12      Joel Sherrill <joel@OARcorp.com>
277
278        * console/console-io.c: Fixed typo.
279
2802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
283        * configure.in: Remove.
284        * configure.ac: New file, generated from configure.in by autoupdate.
285
2862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * include/Makefile.am: Use 'CLEANFILES ='.
289        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
290
2912001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.in: Add include/bspopts.h.
294        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
295        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
296        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
297        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
298        * include/bsp.h: Add bspopts.h.
299
3002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
301
302        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
303
3042001-01-03      Joel Sherrill <joel@OARcorp.com>
305
306        * console/console-io.c: Added console_initialize_hardware().
307
3082000-12-06      Joel Sherrill <joel@OARcorp.com>
309
310        * startup/bspstart.c: Removed unused variables ramSpace and _end.
311        Added prototype for initialize_monitor_handles().
312        * startup/syscalls.c: Added casts and removed unused variables to
313        eliminate warnings.
314
3152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
318
3192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
322
3232000-11-01      Joel Sherrill <joel@OARcorp.com>
324
325        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
326        and libcsupport.h moved from libc to lib/include/rtems and
327        now must be referenced as <rtems/XXX.h>.   Header file order
328        was cleaned up while doing this.
329
3302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
333        Switch to GNU canonicalization.
334
3352000-09-13      Joel Sherrill <joel@OARcorp.com>
336
337        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
338
3392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
342        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
343
3442000-08-10      Joel Sherrill <joel@OARcorp.com>
345
346        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.