source: rtems/cpukit/score/cpu/or32/ChangeLog @ ec8973ed

4.104.114.84.95
Last change on this file since ec8973ed was ec8973ed, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/05 at 05:43:40

2005-01-24 Ralf Corsepius <ralf.corsepius@…>

  • rtems/score/cpu.h: *_swap_u32( uint32_t ).
  • Property mode set to 100644
File size: 7.6 KB
Line 
12005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
4
52005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * rtems/score/types.h: #include <rtems/stdint.h>.
8
92005-01-07      Ralf Corsepius <ralf.corsepius@freenet.de>
10
11        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
12
132005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Remove build-variant support.
16
172004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * rtems/score/types.h: Use __rtems_score_types_h as preprocessor
20        guard.
21
222004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * asm.h: Add doxygen preamble.
25
262004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * rtems/score/cpu.h: Add doxygen preamble.
29        * rtems/score/cpu_asm.h: Add doxygen preamble.
30        * rtems/score/or32.h: Add doxygen preamble.
31        * rtems/score/types.h: Add doxygen preamble.
32
332004-09-29      Joel Sherrill <joel@OARcorp.com>
34
35        * rtems/score/cpu.h: i960 obsoleted and all references removed.
36
372004-04-06      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac).
40        * Makefile.am: Don't include multilib.am.
41        Reflect merging configure.ac into $(top_srcdir)/configure.ac.
42
432004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * Makefile.am: Install asm.h to $(includedir)/rtems.
46
472004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * cpu.c, cpu_asm.c, rtems/score/cpu.h: Convert to using c99 fixed
50        size types.
51
522004-03-29      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * configure.ac: RTEMS_TOP([../../../..]).
55
562004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Move RTEMS_TOP one subdir down.
59
602004-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Add PREINSTALL_DIRS.
63
642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
67        Add PREINSTALL_FILES to CLEANFILES.
68
692004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Requires automake >= 1.8.1.
72
732004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Include compile.am, again.
76
772004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Convert to using automake compilation rules.
80
812003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
84
852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
88
892003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Remove TMPINSTALL_FILES.
92
932003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Add $(dirstamp) to preinstallation rules.
96
972003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Don't use gmake rules for preinstallation.
100
1012003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Remove RTEMS_CANONICAL_HOST.
104
1052003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Remove RTEMS_CHECK_CPU.
108
1092003-09-26      Joel Sherrill <joel@OARcorp.com>
110
111        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
112        references.
113
1142003-09-04      Joel Sherrill <joel@OARcorp.com>
115
116        * cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
117        rtems/score/or32.h, rtems/score/types.h: URL for license changed.
118
1192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
122
1232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Remove AC_CONFIG_AUX_DIR.
126
1272002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
130        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
131
1322002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Fix package name.
135
1362002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
139
1402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * .cvsignore: Reformat.
143        Add autom4te*cache.
144        Remove autom4te.cache.
145
1462002-09-14      Ivan Guzvinec <ivang@opencores.org>
147
148        * rtems/score/cpu.h (_CPU_Initialize_vectors) Define to NULL
149        since it is not used.
150
1512002-08-06      Joel Sherrill <joel@OARcorp.com>
152
153        * asm.h, rtems/score/cpu.h: Correct items that have changed since
154        RTEMS version or32 port was based upon.
155
1562002-08-05      Chris Ziomkowski <chris@asics.ws>
157
158        * asm.h, cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/or32.h,
159        rtems/score/types.h: Merged from OpenCores CVS repository.
160
1612002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
164
1652002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Use .$(OBJEXT) instead of .o.
168
1692002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: RTEMS_TOP(../../../..).
172
1732002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * rtems.c: Remove.
176        * Makefile.am: Reflect changes above.
177
1782002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Remove RTEMS_PROJECT_ROOT.
181
1822002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Add RTEMS_PROG_CCAS
185
1862002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
189        Add AC_PROG_RANLIB.
190
1912002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
194        Use ../../../aclocal.
195
1962001-04-03      Joel Sherrill <joel@OARcorp.com>
197
198        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
199        * rtems/score/or32types.h: Removed.
200        * rtems/score/types.h: New file via CVS magic.
201        * Makefile.am, rtems/score/cpu.h: Account for name change.
202
2032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac:
206        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
207        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
208        * Makefile.am: Remove AUTOMAKE_OPTIONS.
209
2102001-02-27      Joel Sherrill <joel@OARcorp.com>
211
212        * rtems/score/cpu.h: Fix conditional to match current GCC.
213
2142001-02-05      Joel Sherrill <joel@OARcorp.com>
215
216        * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
217
2182002-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * rtems/Makefile.am: Removed.
221        * rtems/score/Makefile.am: Removed.
222        * configure.ac: Reflect changes above.
223        * Makefile.am: Reflect changes above.
224
2252001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Add multilib support.
228
2292001-11-28      Joel Sherrill <joel@OARcorp.com>,
230
231        This was tracked as PR91.
232        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
233        is used to specify if the port uses the standard macro for this (FALSE).
234        A TRUE setting indicates the port provides its own implementation.
235
2362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
239        * configure.in: Remove.
240        * configure.ac: New file, generated from configure.in by autoupdate.
241
2422001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
245        * Makefile.am: Use 'PREINSTALL_FILES ='.
246
2472001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am, rtems/score/Makefile.am:
250        Apply include_*HEADERS instead of H_FILES.
251
2522001-01-03      Joel Sherrill <joel@OARcorp.com>
253
254        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
255
2562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
259
2602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
263
2642000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
267        Switch to GNU canonicalization.
268
2692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Include compile.am.
272
2732000-08-11      Joel Sherrill <joel@OARcorp.com>
274
275        * Shell added for or32 port based on no_cpu port with names replaced.
Note: See TracBrowser for help on using the repository browser.