OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [arm/] [armulator/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-07-30      Joel Sherrill 
2
 
3
        * startup/Makefile.am: Added -DARM_RDI_MONITOR.
4
 
5
2002-07-21      Ralf Corsepius 
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
 
11
2002-07-21      Ralf Corsepius 
12
 
13
        * start/Makefile.am: Remove leftover from eliminating PGM.
14
 
15
2002-07-20      Ralf Corsepius 
16
 
17
        * start/Makefile.am: Eliminate PGM.
18
        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
19
 
20
2002-07-19      Ralf Corsepius 
21
 
22
        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
23
 
24
2002-07-17      Jay Monkman 
25
 
26
        * start/start.S: Added SWI_Handler.
27
 
28
2002-07-04      Ralf Corsepius 
29
 
30
        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
31
        Remove $(OBJS) from all-local.
32
 
33
2002-07-04      Ralf Corsepius 
34
 
35
        * wrapup/Makefile.am: Add $(LIB) to all-local.
36
 
37
2002-06-29      Ralf Corsepius 
38
 
39
        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
40
 
41
2001-05-09      Joel Sherrill 
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
 
49
2002-03-27      Ralf Corsepius 
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
 
63
2002-01-03      Ralf Corsepius 
64
 
65
        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
66
 
67
2001-12-22      Ralf Corsepius 
68
 
69
        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
70
        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
71
 
72
2001-12-20      Ralf Corsepius 
73
 
74
        * configure.ac: Add RTEMS_BSPOPTS_*(ARM_RDP_MONITOR).
75
        * startup/Makefile.am: Remove ARM_RDP_MONITOR, AM_CPPFLAGS.
76
 
77
2001-12-09      Ralf Corsepius 
78
 
79
        * configure.ac: Add RTEMS_BPSOPTS_* for ARM_RDI_MONITOR.
80
 
81
2001-11-30      Ralf Corsepius 
82
 
83
        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
84
 
85
2001-10-17      Joel Sherrill 
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
 
93
2001-10-12      Joel Sherrill 
94
 
95
        * console/console-io.c: Fixed typo.
96
 
97
2001-10-11      Ralf Corsepius 
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
 
103
2001-09-27      Ralf Corsepius 
104
 
105
        * include/Makefile.am: Use 'CLEANFILES ='.
106
        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
107
 
108
2001-05-22      Ralf Corsepius 
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
 
117
2001-05-10      Ralf Corsepius  
118
 
119
        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
120
 
121
2001-01-03      Joel Sherrill 
122
 
123
        * console/console-io.c: Added console_initialize_hardware().
124
 
125
2000-12-06      Joel Sherrill 
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
 
132
2000-11-09      Ralf Corsepius 
133
 
134
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
135
 
136
2000-11-02      Ralf Corsepius 
137
 
138
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
139
 
140
2000-11-01      Joel Sherrill 
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 .   Header file order
145
        was cleaned up while doing this.
146
 
147
2000-10-27      Ralf Corsepius 
148
 
149
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
150
        Switch to GNU canonicalization.
151
 
152
2000-09-13      Joel Sherrill 
153
 
154
        * bsp_specs, console/Makefile.am, include/Makefile.am: Clean up.
155
 
156
2000-09-04      Ralf Corsepius 
157
 
158
        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
159
        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
160
 
161
2000-08-10      Joel Sherrill 
162
 
163
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.