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

4.104.114.84.95
Last change on this file since 4eef8f7 was 48b09c93, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/02 at 04:44:41

2002-12-13 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 6.2 KB
Line 
12002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * start/Makefile.am: Use install-data-local to install startfile.
12
132002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16
172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * .cvsignore: Reformat.
20        Add autom4te*cache.
21        Remove autom4te.cache.
22
232002-08-21      Joel Sherrill <joel@OARcorp.com>
24
25        * bsp_specs: Added support for -nostdlibs.
26
272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
35
362002-07-30      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
39
402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am:
43        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
44        (Didn't make it into cvs at 2002-07-20 :( )
45
462002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * start/Makefile.am: Remove leftover from eliminating PGM.
49
502002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: Eliminate PGM.
53        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
54
552002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
58
592002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
60
61        * start/start.S: Added SWI_Handler.
62
632002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
66        Remove $(OBJS) from all-local.
67
682002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Add $(LIB) to all-local.
71
722002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
75
762001-05-09      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/linkcmds: In support of gcc 3.1, added one of more
79        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
80        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
81        and direction of segments to memory regions may also have been
82        addressed.  This was a sweep across all BSPs.
83 
842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac:
87        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
88        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
89        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
101
1022001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
105        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
106
1072001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
110        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
111
1122001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
115
1162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
119
1202001-10-17      Joel Sherrill <joel@OARcorp.com>
121
122        * timer: New subdirectory.
123        * timer/Makefile.am: New file.
124        * timer/.cvsignore: New file.
125        * Makefile.am: Modified to reflect above.
126        * configure.ac: Ditto.
127
1282001-10-12      Joel Sherrill <joel@OARcorp.com>
129
130        * console/console-io.c: Fixed typo.
131
1322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
135        * configure.in: Remove.
136        * configure.ac: New file, generated from configure.in by autoupdate.
137
1382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * include/Makefile.am: Use 'CLEANFILES ='.
141        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
142
1432001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.in: Add include/bspopts.h.
146        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
147        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
148        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
149        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
150        * include/bsp.h: Add bspopts.h.
151
1522001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
153
154        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
155
1562001-01-03      Joel Sherrill <joel@OARcorp.com>
157
158        * console/console-io.c: Added console_initialize_hardware().
159
1602000-12-06      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/bspstart.c: Removed unused variables ramSpace and _end.
163        Added prototype for initialize_monitor_handles().
164        * startup/syscalls.c: Added casts and removed unused variables to
165        eliminate warnings.
166
1672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
170
1712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
174
1752000-11-01      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
178        and libcsupport.h moved from libc to lib/include/rtems and
179        now must be referenced as <rtems/XXX.h>.   Header file order
180        was cleaned up while doing this.
181
1822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
185        Switch to GNU canonicalization.
186
1872000-09-13      Joel Sherrill <joel@OARcorp.com>
188
189        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
190
1912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
194        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
195
1962000-08-10      Joel Sherrill <joel@OARcorp.com>
197
198        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.