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

4.104.114.84.95
Last change on this file since 2a7f9a28 was 2a7f9a28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/04 at 06:22:18

2004-02-19 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am. Preinstall dist_project_lib*.
  • Property mode set to 100644
File size: 10.4 KB
Line 
12004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4        Preinstall dist_project_lib*.
5
62004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect changes to bsp.am.
9
102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
13
142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * start/start.S, startup/libcfunc.c, startup/syscalls.c:
17        Include bspopts.h for ARM_RDI_MONITOR.
18
192004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
22        start/Makefile.am, startup/Makefile.am,
23        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
24        * clock/Makefile.am, console/Makefile.am,
25        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
26        wrapup/Makefile.am: Remove.
27        * configure.ac: Reflect changes above.
28
292004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Add PREINSTALL_DIRS.
32
332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
36        Add PRE/TMPINSTALL_FILES to CLEANFILES.
37        * startup/Makefile.am: Ditto.
38
392004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Eliminate $(LIB).
42        Use noinst_DATA to trigger building libbsp.a.
43
442003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
47        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
48
492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
52        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
53
542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
57
582003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: Misc cleanups and fixes.
61        * startup/Makefile.am: Misc cleanups and fixes.
62        * wrapup/Makefile.am: Misc cleanups and fixes.
63
642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add preinstallation dirstamp support.
67        * clock/Makefile.am: Cosmetics.
68        * console/Makefile.am: Cosmetics.
69        * startup/Makefile.am: Cosmetics.
70        * timer/Makefile.am: Cosmetics.
71        * wrapup/Makefile.am: Cosmetics.
72
732003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * clock/Makefile.am: Remove all-local: $(ARCH).
76        * console/Makefile.am: Remove all-local: $(ARCH).
77        * start/Makefile.am: Remove all-local: $(ARCH).
78        * startup/Makefile.am: Remove all-local: $(ARCH).
79        * timer/Makefile.am: Remove all-local: $(ARCH).
80        * wrapup/Makefile.am: Remove all-local: $(ARCH).
81
822003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Merge-in include/Makefile.am.
85        Reflect changes to bsp.am.
86        * include/Makefile.am: Remove.
87        * configure.ac: Reflect changes above.
88
892003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * bsp_specs: Remove *lib:.
92
932003-09-04      Joel Sherrill <joel@OARcorp.com>
94
95        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
96        license changed.
97
982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Reflect having moved aclocal/.
101
1022003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Reflect having moved automake/.
105        * clock/Makefile.am: Reflect having moved automake/.
106        * console/Makefile.am: Reflect having moved automake/.
107        * include/Makefile.am: Reflect having moved automake/.
108        * start/Makefile.am: Reflect having moved automake/.
109        * startup/Makefile.am: Reflect having moved automake/.
110        * timer/Makefile.am: Reflect having moved automake/.
111        * wrapup/Makefile.am: Reflect having moved automake/.
112
1132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
116
1172003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        PR 445/bsps
120        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
121        Remove cpp, old_cpp (now unused).
122
1232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Remove AC_CONFIG_AUX_DIR.
126
1272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
130
1312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: AC_PREREQ(2.57).
134
1352003-01-20      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
138
1392002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
142        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
143        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
144        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
145        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
146
1472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * start/Makefile.am: Use install-data-local to install startfile.
150
1512002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
154
1552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * .cvsignore: Reformat.
158        Add autom4te*cache.
159        Remove autom4te.cache.
160
1612002-08-21      Joel Sherrill <joel@OARcorp.com>
162
163        * bsp_specs: Added support for -nostdlibs.
164
1652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
173
1742002-07-30      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
177
1782002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * start/Makefile.am:
181        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
182        (Didn't make it into cvs at 2002-07-20 :( )
183
1842002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * start/Makefile.am: Remove leftover from eliminating PGM.
187
1882002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * start/Makefile.am: Eliminate PGM.
191        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
192
1932002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
196
1972002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
198
199        * start/start.S: Added SWI_Handler.
200
2012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
204        Remove $(OBJS) from all-local.
205
2062002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * wrapup/Makefile.am: Add $(LIB) to all-local.
209
2102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
213
2142001-05-09      Joel Sherrill <joel@OARcorp.com>
215
216        * startup/linkcmds: In support of gcc 3.1, added one of more
217        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
218        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
219        and direction of segments to memory regions may also have been
220        addressed.  This was a sweep across all BSPs.
221 
2222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac:
225        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
226        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
227        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
230        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
231        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
232        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
233        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
234        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
235
2362002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
239
2402001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
243        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
244
2452001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
248        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
249
2502001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
253
2542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
257
2582001-10-17      Joel Sherrill <joel@OARcorp.com>
259
260        * timer: New subdirectory.
261        * timer/Makefile.am: New file.
262        * timer/.cvsignore: New file.
263        * Makefile.am: Modified to reflect above.
264        * configure.ac: Ditto.
265
2662001-10-12      Joel Sherrill <joel@OARcorp.com>
267
268        * console/console-io.c: Fixed typo.
269
2702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
273        * configure.in: Remove.
274        * configure.ac: New file, generated from configure.in by autoupdate.
275
2762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * include/Makefile.am: Use 'CLEANFILES ='.
279        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
280
2812001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.in: Add include/bspopts.h.
284        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
285        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
286        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
287        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
288        * include/bsp.h: Add bspopts.h.
289
2902001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
291
292        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
293
2942001-01-03      Joel Sherrill <joel@OARcorp.com>
295
296        * console/console-io.c: Added console_initialize_hardware().
297
2982000-12-06      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/bspstart.c: Removed unused variables ramSpace and _end.
301        Added prototype for initialize_monitor_handles().
302        * startup/syscalls.c: Added casts and removed unused variables to
303        eliminate warnings.
304
3052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
308
3092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
312
3132000-11-01      Joel Sherrill <joel@OARcorp.com>
314
315        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
316        and libcsupport.h moved from libc to lib/include/rtems and
317        now must be referenced as <rtems/XXX.h>.   Header file order
318        was cleaned up while doing this.
319
3202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
323        Switch to GNU canonicalization.
324
3252000-09-13      Joel Sherrill <joel@OARcorp.com>
326
327        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
328
3292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
332        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
333
3342000-08-10      Joel Sherrill <joel@OARcorp.com>
335
336        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.