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

4.104.114.84.95
Last change on this file since 5ceaa08 was 5ceaa08, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:42:03

2003-12-02 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • timer/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 8.2 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Remove all-local: $(ARCH).
4        * console/Makefile.am: Remove all-local: $(ARCH).
5        * start/Makefile.am: Remove all-local: $(ARCH).
6        * startup/Makefile.am: Remove all-local: $(ARCH).
7        * timer/Makefile.am: Remove all-local: $(ARCH).
8        * wrapup/Makefile.am: Remove all-local: $(ARCH).
9
102003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Merge-in include/Makefile.am.
13        Reflect changes to bsp.am.
14        * include/Makefile.am: Remove.
15        * configure.ac: Reflect changes above.
16
172003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * bsp_specs: Remove *lib:.
20
212003-09-04      Joel Sherrill <joel@OARcorp.com>
22
23        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
24        license changed.
25
262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect having moved aclocal/.
29
302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Reflect having moved automake/.
33        * clock/Makefile.am: Reflect having moved automake/.
34        * console/Makefile.am: Reflect having moved automake/.
35        * include/Makefile.am: Reflect having moved automake/.
36        * start/Makefile.am: Reflect having moved automake/.
37        * startup/Makefile.am: Reflect having moved automake/.
38        * timer/Makefile.am: Reflect having moved automake/.
39        * wrapup/Makefile.am: Reflect having moved automake/.
40
412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
44
452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        PR 445/bsps
48        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
49        Remove cpp, old_cpp (now unused).
50
512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove AC_CONFIG_AUX_DIR.
54
552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
58
592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: AC_PREREQ(2.57).
62
632003-01-20      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
66
672002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74
752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: Use install-data-local to install startfile.
78
792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
82
832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * .cvsignore: Reformat.
86        Add autom4te*cache.
87        Remove autom4te.cache.
88
892002-08-21      Joel Sherrill <joel@OARcorp.com>
90
91        * bsp_specs: Added support for -nostdlibs.
92
932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
101
1022002-07-30      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
105
1062002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * start/Makefile.am:
109        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
110        (Didn't make it into cvs at 2002-07-20 :( )
111
1122002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: Remove leftover from eliminating PGM.
115
1162002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: Eliminate PGM.
119        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
120
1212002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
124
1252002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
126
127        * start/start.S: Added SWI_Handler.
128
1292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
132        Remove $(OBJS) from all-local.
133
1342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Add $(LIB) to all-local.
137
1382002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
141
1422001-05-09      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/linkcmds: In support of gcc 3.1, added one of more
145        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
146        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
147        and direction of segments to memory regions may also have been
148        addressed.  This was a sweep across all BSPs.
149 
1502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac:
153        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
154        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
155        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
163
1642002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
167
1682001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
171        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
172
1732001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
176        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
177
1782001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
181
1822001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
185
1862001-10-17      Joel Sherrill <joel@OARcorp.com>
187
188        * timer: New subdirectory.
189        * timer/Makefile.am: New file.
190        * timer/.cvsignore: New file.
191        * Makefile.am: Modified to reflect above.
192        * configure.ac: Ditto.
193
1942001-10-12      Joel Sherrill <joel@OARcorp.com>
195
196        * console/console-io.c: Fixed typo.
197
1982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
201        * configure.in: Remove.
202        * configure.ac: New file, generated from configure.in by autoupdate.
203
2042001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * include/Makefile.am: Use 'CLEANFILES ='.
207        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
208
2092001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.in: Add include/bspopts.h.
212        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
213        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
214        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
215        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
216        * include/bsp.h: Add bspopts.h.
217
2182001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
219
220        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
221
2222001-01-03      Joel Sherrill <joel@OARcorp.com>
223
224        * console/console-io.c: Added console_initialize_hardware().
225
2262000-12-06      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/bspstart.c: Removed unused variables ramSpace and _end.
229        Added prototype for initialize_monitor_handles().
230        * startup/syscalls.c: Added casts and removed unused variables to
231        eliminate warnings.
232
2332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
236
2372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
240
2412000-11-01      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
244        and libcsupport.h moved from libc to lib/include/rtems and
245        now must be referenced as <rtems/XXX.h>.   Header file order
246        was cleaned up while doing this.
247
2482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
251        Switch to GNU canonicalization.
252
2532000-09-13      Joel Sherrill <joel@OARcorp.com>
254
255        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
256
2572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
260        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
261
2622000-08-10      Joel Sherrill <joel@OARcorp.com>
263
264        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.