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

4.104.114.84.95
Last change on this file since e7a40845 was e7a40845, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 05:17:10

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 8.4 KB
Line 
12003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add preinstallation dirstamp support.
4        * clock/Makefile.am: Cosmetics.
5        * console/Makefile.am: Cosmetics.
6        * startup/Makefile.am: Cosmetics.
7        * timer/Makefile.am: Cosmetics.
8        * wrapup/Makefile.am: Cosmetics.
9
102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * clock/Makefile.am: Remove all-local: $(ARCH).
13        * console/Makefile.am: Remove all-local: $(ARCH).
14        * start/Makefile.am: Remove all-local: $(ARCH).
15        * startup/Makefile.am: Remove all-local: $(ARCH).
16        * timer/Makefile.am: Remove all-local: $(ARCH).
17        * wrapup/Makefile.am: Remove all-local: $(ARCH).
18
192003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Merge-in include/Makefile.am.
22        Reflect changes to bsp.am.
23        * include/Makefile.am: Remove.
24        * configure.ac: Reflect changes above.
25
262003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * bsp_specs: Remove *lib:.
29
302003-09-04      Joel Sherrill <joel@OARcorp.com>
31
32        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
33        license changed.
34
352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Reflect having moved aclocal/.
38
392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect having moved automake/.
42        * clock/Makefile.am: Reflect having moved automake/.
43        * console/Makefile.am: Reflect having moved automake/.
44        * include/Makefile.am: Reflect having moved automake/.
45        * start/Makefile.am: Reflect having moved automake/.
46        * startup/Makefile.am: Reflect having moved automake/.
47        * timer/Makefile.am: Reflect having moved automake/.
48        * wrapup/Makefile.am: Reflect having moved automake/.
49
502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
53
542003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        PR 445/bsps
57        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
58        Remove cpp, old_cpp (now unused).
59
602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove AC_CONFIG_AUX_DIR.
63
642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
67
682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: AC_PREREQ(2.57).
71
722003-01-20      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
75
762002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
81        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
82        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
83
842002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/Makefile.am: Use install-data-local to install startfile.
87
882002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91
922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Reformat.
95        Add autom4te*cache.
96        Remove autom4te.cache.
97
982002-08-21      Joel Sherrill <joel@OARcorp.com>
99
100        * bsp_specs: Added support for -nostdlibs.
101
1022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
110
1112002-07-30      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
114
1152002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am:
118        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
119        (Didn't make it into cvs at 2002-07-20 :( )
120
1212002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * start/Makefile.am: Remove leftover from eliminating PGM.
124
1252002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Eliminate PGM.
128        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
129
1302002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
133
1342002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
135
136        * start/start.S: Added SWI_Handler.
137
1382002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
141        Remove $(OBJS) from all-local.
142
1432002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * wrapup/Makefile.am: Add $(LIB) to all-local.
146
1472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
150
1512001-05-09      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/linkcmds: In support of gcc 3.1, added one of more
154        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
155        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
156        and direction of segments to memory regions may also have been
157        addressed.  This was a sweep across all BSPs.
158 
1592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac:
162        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
163        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
164        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
172
1732002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
176
1772001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
180        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
181
1822001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
185        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
186
1872001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
190
1912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
194
1952001-10-17      Joel Sherrill <joel@OARcorp.com>
196
197        * timer: New subdirectory.
198        * timer/Makefile.am: New file.
199        * timer/.cvsignore: New file.
200        * Makefile.am: Modified to reflect above.
201        * configure.ac: Ditto.
202
2032001-10-12      Joel Sherrill <joel@OARcorp.com>
204
205        * console/console-io.c: Fixed typo.
206
2072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
210        * configure.in: Remove.
211        * configure.ac: New file, generated from configure.in by autoupdate.
212
2132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * include/Makefile.am: Use 'CLEANFILES ='.
216        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
217
2182001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.in: Add include/bspopts.h.
221        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
222        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
223        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
224        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
225        * include/bsp.h: Add bspopts.h.
226
2272001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
228
229        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
230
2312001-01-03      Joel Sherrill <joel@OARcorp.com>
232
233        * console/console-io.c: Added console_initialize_hardware().
234
2352000-12-06      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/bspstart.c: Removed unused variables ramSpace and _end.
238        Added prototype for initialize_monitor_handles().
239        * startup/syscalls.c: Added casts and removed unused variables to
240        eliminate warnings.
241
2422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
245
2462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
249
2502000-11-01      Joel Sherrill <joel@OARcorp.com>
251
252        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
253        and libcsupport.h moved from libc to lib/include/rtems and
254        now must be referenced as <rtems/XXX.h>.   Header file order
255        was cleaned up while doing this.
256
2572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
260        Switch to GNU canonicalization.
261
2622000-09-13      Joel Sherrill <joel@OARcorp.com>
263
264        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
265
2662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
269        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
270
2712000-08-10      Joel Sherrill <joel@OARcorp.com>
272
273        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.