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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [cpu/] [arm/] [ChangeLog] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-08-05      Joel Sherrill 
2
 
3
        * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
4
 
5
2002-07-30      Jay Monkman 
6
 
7
        * cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
8
        rtems/score/cpu_asm.h, rtems/score/types.h: ARM port works
9
        well enough to run all sptests, tmtests, and ttcp.
10
        In addition to general cleanup, there has been considerable
11
        optimization to interrupt disable/enable, endian swapping,
12
        and context switching.
13
 
14
2002-07-26      Ralf Corsepius 
15
 
16
        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
17
 
18
2002-07-22      Ralf Corsepius 
19
 
20
        * Makefile.am: Use .$(OBJEXT) instead of .o.
21
 
22
2002-07-22      Ralf Corsepius 
23
 
24
        * Makefile.am: Use . instead of .o.
25
 
26
2002-07-17      Jay Monkman 
27
 
28
        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
29
        * Makefile.am: Install rtems/score/cpu_asm.h.
30
        * cpu.c: Significantly enhanced including the implementation of
31
        _CPU_ISR_Get_level.
32
        * cpu_asm.S: Improved behavior of context switch and interrupt
33
        dispatching.
34
        * rtems/score/arm.h: Improved the CPU model name determination.
35
        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
36
 
37
2002-07-05      Joel Sherrill 
38
 
39
        * rtems/score/cpu.h: Filled in something that was marked XXX.
40
 
41
2002-07-05      Ralf Corsepius 
42
 
43
        * configure.ac: RTEMS_TOP(../../../..).
44
 
45
2002-07-03      Ralf Corsepius 
46
 
47
        * rtems.c: Remove.
48
        * Makefile.am: Reflect changes above.
49
 
50
2002-07-01      Ralf Corsepius 
51
 
52
        * configure.ac: Remove RTEMS_PROJECT_ROOT.
53
 
54
2002-06-27      Ralf Corsepius 
55
 
56
        * configure.ac: Add RTEMS_PROG_CCAS
57
 
58
2002-06-27      Ralf Corsepius 
59
 
60
        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
61
        Add AC_PROG_RANLIB.
62
 
63
2002-06-17      Ralf Corsepius 
64
 
65
        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
66
        Use ../../../aclocal.
67
 
68
2002-04-18      Jay Monkman 
69
 
70
        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
71
        where they correctly inform the compiler about the register they
72
        are modifying.
73
 
74
2001-04-03      Joel Sherrill 
75
 
76
        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
77
        * rtems/score/a29ktypes.h: Removed.
78
        * rtems/score/types.h: New file via CVS magic.
79
        * Makefile.am, rtems/score/cpu.h: Account for name change.
80
 
81
2002-03-27      Ralf Corsepius 
82
 
83
        * configure.ac:
84
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
85
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
86
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
87
 
88
2001-02-04      Joel Sherrill 
89
 
90
        * configure.ac: Removed references to rtems/Makefile and
91
        rtems/score/Makefile.
92
 
93
2002-01-29      Ralf Corsepius 
94
 
95
        * rtems/Makefile.am: Removed.
96
        * rtems/score/Makefile.am: Removed.
97
        * configure.ac: Reflect changes above.
98
        * Makefile.am: Reflect changes above.
99
 
100
2002-02-05      Ralf Corsepius 
101
 
102
        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
103
 
104
2002-01-03      Ralf Corsepius 
105
 
106
        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
107
 
108
2001-12-20      Ralf Corsepius 
109
 
110
        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
111
 
112
2001-12-19      Ralf Corsepius 
113
 
114
        * Makefile.am: Add multilib support.
115
 
116
2001-12-09      Ralf Corsepius 
117
 
118
        * asm.h: include cpuopts.h instead of targopts.h
119
        * rtems/score/arm.h: Use __arm__.
120
 
121
2001-11-28      Joel Sherrill ,
122
 
123
        This was tracked as PR91.
124
        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
125
        is used to specify if the port uses the standard macro for this (FALSE).
126
        A TRUE setting indicates the port provides its own implementation.
127
 
128
2001-10-11      Ralf Corsepius 
129
 
130
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
131
        * configure.in: Remove.
132
        * configure.ac: New file, generated from configure.in by autoupdate.
133
 
134
2001-09-23      Ralf Corsepius 
135
 
136
        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
137
        * Makefile.am: Use 'PREINSTALL_FILES ='.
138
 
139
2001-02-04      Ralf Corsepius 
140
 
141
        * Makefile.am, rtems/score/Makefile.am:
142
        Apply include_*HEADERS instead of H_FILES.
143
 
144
2001-01-03      Joel Sherrill 
145
 
146
        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
147
 
148
2000-11-09      Ralf Corsepius 
149
 
150
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
151
 
152
2000-11-02      Ralf Corsepius 
153
 
154
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
155
 
156
2000-10-25      Ralf Corsepius 
157
 
158
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
159
        Switch to GNU canonicalization.
160
 
161
2000-09-04      Ralf Corsepius 
162
 
163
        * Makefile.am: Include compile.am, formatting.
164
        * rtems/Makefile.am: Formatting.
165
        * rtems/score/Makefile.am: Formatting.
166
 
167
2000-08-29      Joel Sherrill 
168
 
169
        * cpu.c: Spacing issues.
170
        * rtems/score/cpu.h: Removed warning by setting _level.
171
 
172
2000-08-29      Joel Sherrill 
173
 
174
        * Makefile.am: Added S_O_FILES to list of objects.
175
 
176
2000-08-10      Joel Sherrill 
177
 
178
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

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