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

4.104.114.84.95
Last change on this file since c304bc3 was c304bc3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 15:59:32

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

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