source: rtems/cpukit/score/cpu/a29k/ChangeLog @ eed01493

4.104.114.84.95
Last change on this file since eed01493 was 3ab90627, checked in by Joel Sherrill <joel.sherrill@…>, on 02/11/03 at 23:43:36

2003-02-11 Joel Sherrill <joel@…>

  • cpu_asm.c: Rework logic that decides when to call _Thread_Dispatch. Analysis by Sergei Organov <osv@…> determined that _ISR_Signals_to_thread_executing was not being honored and/or cleared properly.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12003-02-11      Joel Sherrill <joel@OARcorp.com>
2
3        * cpu_asm.c: Rework logic that decides when to call
4        _Thread_Dispatch.  Analysis by Sergei Organov <osv@javad.ru>
5        determined that _ISR_Signals_to_thread_executing was not being
6        honored and/or cleared properly.
7
82002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
11        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
12
132002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Fix package name.
16
172002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
20
212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * .cvsignore: Reformat.
24        Add autom4te*cache.
25        Remove autom4te.cache.
26
272002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
30
312002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Use .$(OBJEXT) instead of .o.
34
352002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use . instead of .o.
38
392002-07-05      Joel Sherrill <joel@OARcorp.com>
40
41        * rtems/score/cpu.h: Filled in something that was marked XXX.
42
432002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: RTEMS_TOP(../../../..).
46
472002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * rtems.c: Remove.
50        * Makefile.am: Reflect changes above.
51
522002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove RTEMS_PROJECT_ROOT.
55
562002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Add RTEMS_PROG_CCAS
59
602002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
63        Add AC_PROG_RANLIB.
64
652002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
68        Use ../../../aclocal.
69
702002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * asm.h: Use cpuopts.h instead of targopts.h.
73
742001-04-03      Joel Sherrill <joel@OARcorp.com>
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
812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
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
882002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * rtems/Makefile.am: Removed.
91        * rtems/score/Makefile.am: Removed.
92        * configure.ac: Reflect changes above.
93        * Makefile.am: Reflect changes above.
94
952001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Add multilib support.
98
992001-11-28      Joel Sherrill <joel@OARcorp.com>,
100
101        This was tracked as PR91.
102        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
103        is used to specify if the port uses the standard macro for this (FALSE).
104        A TRUE setting indicates the port provides its own implementation.
105
1062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
109        * configure.in: Remove.
110        * configure.ac: New file, generated from configure.in by autoupdate.
111
1122001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
115        * Makefile.am: Use 'PREINSTALL_FILES ='.
116
1172001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am, rtems/score/Makefile.am:
120        Apply include_*HEADERS instead of H_FILES.
121
1222001-01-03      Joel Sherrill <joel@OARcorp.com>
123
124        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
125
1262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
129
1302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
133
1342000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
137        Switch to GNU canonicalization.
138
1392000-09-25      Joel Sherrill <joel@OARcorp.com>
140
141        * rtems/score/a29k.h, rtems/score/cpu.h: Switched to using
142        cpuopts.h not targopts.h to reduce dependency on BSP.
143
1442000-09-22      Joel Sherrill <joel@OARcorp.com>
145
146        * amd.ah, cpu.c, cpu_asm.S, register.ah, sig.S, rtems/score/cpu.h:
147        Updated and fixed minor things. Commented out offensive assembly
148        and made applications link.
149
1502000-09-22      Joel Sherrill <joel@OARcorp.com>
151
152        * Makefile.am, cpu_asm.S, psmacro.ah, rtems/score/cpu.h:
153        First attempt to compile with GNU tools.  Minor modifications
154        to compile enough to get to assembler errors.
155
1562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Include compile.am, remove duplicate includes.
159
1602000-08-10      Joel Sherrill <joel@OARcorp.com>
161
162        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.