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

4.104.114.84.95
Last change on this file since 59a01a6e was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

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

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-08-21      Joel Sherrill <joel@OARcorp.com>
16
17        * bsp_specs: Added support for -nostdlibs.
18
192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
27
282002-07-30      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
31
322002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * start/Makefile.am:
35        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
36        (Didn't make it into cvs at 2002-07-20 :( )
37
382002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Remove leftover from eliminating PGM.
41
422002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * start/Makefile.am: Eliminate PGM.
45        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
46
472002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
50
512002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
52
53        * start/start.S: Added SWI_Handler.
54
552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
58        Remove $(OBJS) from all-local.
59
602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Add $(LIB) to all-local.
63
642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
67
682001-05-09      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: In support of gcc 3.1, added one of more
71        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
72        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
73        and direction of segments to memory regions may also have been
74        addressed.  This was a sweep across all BSPs.
75 
762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac:
79        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
80        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
81        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
89
902002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
93
942001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
97        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
98
992001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
102        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
103
1042001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
107
1082001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
111
1122001-10-17      Joel Sherrill <joel@OARcorp.com>
113
114        * timer: New subdirectory.
115        * timer/Makefile.am: New file.
116        * timer/.cvsignore: New file.
117        * Makefile.am: Modified to reflect above.
118        * configure.ac: Ditto.
119
1202001-10-12      Joel Sherrill <joel@OARcorp.com>
121
122        * console/console-io.c: Fixed typo.
123
1242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
127        * configure.in: Remove.
128        * configure.ac: New file, generated from configure.in by autoupdate.
129
1302001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * include/Makefile.am: Use 'CLEANFILES ='.
133        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
134
1352001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.in: Add include/bspopts.h.
138        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
139        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
140        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
141        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
142        * include/bsp.h: Add bspopts.h.
143
1442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
145
146        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
147
1482001-01-03      Joel Sherrill <joel@OARcorp.com>
149
150        * console/console-io.c: Added console_initialize_hardware().
151
1522000-12-06      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/bspstart.c: Removed unused variables ramSpace and _end.
155        Added prototype for initialize_monitor_handles().
156        * startup/syscalls.c: Added casts and removed unused variables to
157        eliminate warnings.
158
1592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
162
1632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
166
1672000-11-01      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
170        and libcsupport.h moved from libc to lib/include/rtems and
171        now must be referenced as <rtems/XXX.h>.   Header file order
172        was cleaned up while doing this.
173
1742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
177        Switch to GNU canonicalization.
178
1792000-09-13      Joel Sherrill <joel@OARcorp.com>
180
181        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
182
1832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
186        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
187
1882000-08-10      Joel Sherrill <joel@OARcorp.com>
189
190        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.