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

4.104.114.84.95
Last change on this file since f511ae23 was f511ae23, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/02 at 23:23:22

2002-07-30 Joel Sherrill <joel@…>

  • startup/Makefile.am: Added -DARM_RDI_MONITOR.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12002-07-30      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
4
52002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am:
8        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
9        (Didn't make it into cvs at 2002-07-20 :( )
10
112002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * start/Makefile.am: Remove leftover from eliminating PGM.
14
152002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Eliminate PGM.
18        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
19
202002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
23
242002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
25
26        * start/start.S: Added SWI_Handler.
27
282002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
31        Remove $(OBJS) from all-local.
32
332002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Add $(LIB) to all-local.
36
372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
40
412001-05-09      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/linkcmds: In support of gcc 3.1, added one of more
44        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
45        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
46        and direction of segments to memory regions may also have been
47        addressed.  This was a sweep across all BSPs.
48 
492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac:
52        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
53        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
54        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
62
632002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
66
672001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
70        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
71
722001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
75        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
76
772001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
80
812001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
84
852001-10-17      Joel Sherrill <joel@OARcorp.com>
86
87        * timer: New subdirectory.
88        * timer/Makefile.am: New file.
89        * timer/.cvsignore: New file.
90        * Makefile.am: Modified to reflect above.
91        * configure.ac: Ditto.
92
932001-10-12      Joel Sherrill <joel@OARcorp.com>
94
95        * console/console-io.c: Fixed typo.
96
972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
100        * configure.in: Remove.
101        * configure.ac: New file, generated from configure.in by autoupdate.
102
1032001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * include/Makefile.am: Use 'CLEANFILES ='.
106        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
107
1082001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.in: Add include/bspopts.h.
111        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
112        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
113        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
114        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
115        * include/bsp.h: Add bspopts.h.
116
1172001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
118
119        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
120
1212001-01-03      Joel Sherrill <joel@OARcorp.com>
122
123        * console/console-io.c: Added console_initialize_hardware().
124
1252000-12-06      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/bspstart.c: Removed unused variables ramSpace and _end.
128        Added prototype for initialize_monitor_handles().
129        * startup/syscalls.c: Added casts and removed unused variables to
130        eliminate warnings.
131
1322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
135
1362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
139
1402000-11-01      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
143        and libcsupport.h moved from libc to lib/include/rtems and
144        now must be referenced as <rtems/XXX.h>.   Header file order
145        was cleaned up while doing this.
146
1472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
150        Switch to GNU canonicalization.
151
1522000-09-13      Joel Sherrill <joel@OARcorp.com>
153
154        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
155
1562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
159        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
160
1612000-08-10      Joel Sherrill <joel@OARcorp.com>
162
163        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.