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

4.104.114.84.95
Last change on this file since 4f44fb1 was 02e3a4a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 02:49:25

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

  • start/Makefile.am: Remove leftover from eliminating PGM.
  • Property mode set to 100644
File size: 4.8 KB
Line 
12002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Remove leftover from eliminating PGM.
4
52002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * start/Makefile.am: Eliminate PGM.
8        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
9
102002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
13
142002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
15
16        * start/start.S: Added SWI_Handler.
17
182002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
21        Remove $(OBJS) from all-local.
22
232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Add $(LIB) to all-local.
26
272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
30
312001-05-09      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: In support of gcc 3.1, added one of more
34        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
35        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
36        and direction of segments to memory regions may also have been
37        addressed.  This was a sweep across all BSPs.
38 
392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac:
42        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
43        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
44        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
52
532002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
56
572001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
60        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
61
622001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
65        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
66
672001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
70
712001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
74
752001-10-17      Joel Sherrill <joel@OARcorp.com>
76
77        * timer: New subdirectory.
78        * timer/Makefile.am: New file.
79        * timer/.cvsignore: New file.
80        * Makefile.am: Modified to reflect above.
81        * configure.ac: Ditto.
82
832001-10-12      Joel Sherrill <joel@OARcorp.com>
84
85        * console/console-io.c: Fixed typo.
86
872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
90        * configure.in: Remove.
91        * configure.ac: New file, generated from configure.in by autoupdate.
92
932001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * include/Makefile.am: Use 'CLEANFILES ='.
96        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
97
982001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.in: Add include/bspopts.h.
101        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
102        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
103        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
104        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
105        * include/bsp.h: Add bspopts.h.
106
1072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
108
109        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
110
1112001-01-03      Joel Sherrill <joel@OARcorp.com>
112
113        * console/console-io.c: Added console_initialize_hardware().
114
1152000-12-06      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/bspstart.c: Removed unused variables ramSpace and _end.
118        Added prototype for initialize_monitor_handles().
119        * startup/syscalls.c: Added casts and removed unused variables to
120        eliminate warnings.
121
1222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
125
1262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
129
1302000-11-01      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
133        and libcsupport.h moved from libc to lib/include/rtems and
134        now must be referenced as <rtems/XXX.h>.   Header file order
135        was cleaned up while doing this.
136
1372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
140        Switch to GNU canonicalization.
141
1422000-09-13      Joel Sherrill <joel@OARcorp.com>
143
144        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
145
1462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
149        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
150
1512000-08-10      Joel Sherrill <joel@OARcorp.com>
152
153        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.