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

4.104.114.84.95
Last change on this file since 8730f45 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 5.6 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * bsp_specs: Added support for -nostdlibs.
10
112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
19
202002-07-30      Joel Sherrill <joel@OARcorp.com>
21
22        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
23
242002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * start/Makefile.am:
27        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
28        (Didn't make it into cvs at 2002-07-20 :( )
29
302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Remove leftover from eliminating PGM.
33
342002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * start/Makefile.am: Eliminate PGM.
37        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
38
392002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
42
432002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
44
45        * start/start.S: Added SWI_Handler.
46
472002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
50        Remove $(OBJS) from all-local.
51
522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * wrapup/Makefile.am: Add $(LIB) to all-local.
55
562002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
59
602001-05-09      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds: In support of gcc 3.1, added one of more
63        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
64        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
65        and direction of segments to memory regions may also have been
66        addressed.  This was a sweep across all BSPs.
67 
682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac:
71        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
72        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
73        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
81
822002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
85
862001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
89        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
90
912001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
94        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
95
962001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
99
1002001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
103
1042001-10-17      Joel Sherrill <joel@OARcorp.com>
105
106        * timer: New subdirectory.
107        * timer/Makefile.am: New file.
108        * timer/.cvsignore: New file.
109        * Makefile.am: Modified to reflect above.
110        * configure.ac: Ditto.
111
1122001-10-12      Joel Sherrill <joel@OARcorp.com>
113
114        * console/console-io.c: Fixed typo.
115
1162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
119        * configure.in: Remove.
120        * configure.ac: New file, generated from configure.in by autoupdate.
121
1222001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * include/Makefile.am: Use 'CLEANFILES ='.
125        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
126
1272001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.in: Add include/bspopts.h.
130        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
131        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
132        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
133        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
134        * include/bsp.h: Add bspopts.h.
135
1362001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
137
138        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
139
1402001-01-03      Joel Sherrill <joel@OARcorp.com>
141
142        * console/console-io.c: Added console_initialize_hardware().
143
1442000-12-06      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/bspstart.c: Removed unused variables ramSpace and _end.
147        Added prototype for initialize_monitor_handles().
148        * startup/syscalls.c: Added casts and removed unused variables to
149        eliminate warnings.
150
1512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
154
1552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
158
1592000-11-01      Joel Sherrill <joel@OARcorp.com>
160
161        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
162        and libcsupport.h moved from libc to lib/include/rtems and
163        now must be referenced as <rtems/XXX.h>.   Header file order
164        was cleaned up while doing this.
165
1662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
169        Switch to GNU canonicalization.
170
1712000-09-13      Joel Sherrill <joel@OARcorp.com>
172
173        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
174
1752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
178        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
179
1802000-08-10      Joel Sherrill <joel@OARcorp.com>
181
182        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.