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

4.104.114.84.95
Last change on this file since d5136d9 was 3e2f5cc1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/17/02 at 17:17:03

2002-07-17 Jay Monkman <jtm@…>

  • start/start.S: Added SWI_Handler.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
2
3        * start/start.S: Added SWI_Handler.
4
52002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
8        Remove $(OBJS) from all-local.
9
102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Add $(LIB) to all-local.
13
142002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
17
182001-05-09      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: In support of gcc 3.1, added one of more
21        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
22        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
23        and direction of segments to memory regions may also have been
24        addressed.  This was a sweep across all BSPs.
25 
262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac:
29        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
30        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
31        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
39
402002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
43
442001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
47        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
48
492001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
52        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
53
542001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
57
582001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
61
622001-10-17      Joel Sherrill <joel@OARcorp.com>
63
64        * timer: New subdirectory.
65        * timer/Makefile.am: New file.
66        * timer/.cvsignore: New file.
67        * Makefile.am: Modified to reflect above.
68        * configure.ac: Ditto.
69
702001-10-12      Joel Sherrill <joel@OARcorp.com>
71
72        * console/console-io.c: Fixed typo.
73
742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
77        * configure.in: Remove.
78        * configure.ac: New file, generated from configure.in by autoupdate.
79
802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * include/Makefile.am: Use 'CLEANFILES ='.
83        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
84
852001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.in: Add include/bspopts.h.
88        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
89        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
90        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
91        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
92        * include/bsp.h: Add bspopts.h.
93
942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
95
96        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
97
982001-01-03      Joel Sherrill <joel@OARcorp.com>
99
100        * console/console-io.c: Added console_initialize_hardware().
101
1022000-12-06      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/bspstart.c: Removed unused variables ramSpace and _end.
105        Added prototype for initialize_monitor_handles().
106        * startup/syscalls.c: Added casts and removed unused variables to
107        eliminate warnings.
108
1092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
112
1132000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
116
1172000-11-01      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
120        and libcsupport.h moved from libc to lib/include/rtems and
121        now must be referenced as <rtems/XXX.h>.   Header file order
122        was cleaned up while doing this.
123
1242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
127        Switch to GNU canonicalization.
128
1292000-09-13      Joel Sherrill <joel@OARcorp.com>
130
131        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
132
1332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
136        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
137
1382000-08-10      Joel Sherrill <joel@OARcorp.com>
139
140        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.