source: rtems/cpukit/score/cpu/arm/ChangeLog @ 4f0b287

4.104.114.84.95
Last change on this file since 4f0b287 was 4f0b287, checked in by Joel Sherrill <joel.sherrill@…>, on 07/17/02 at 17:14:31

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

  • rtems/score/cpu_asm.h: Enhanced to include register offsets.
  • Makefile.am: Install rtems/score/cpu_asm.h.
  • cpu.c: Significantly enhanced including the implementation of _CPU_ISR_Get_level.
  • cpu_asm.S: Improved behavior of context switch and interrupt dispatching.
  • rtems/score/arm.h: Improved the CPU model name determination.
  • rtems/score/cpu.h: Improved interrupt disable/enable functions.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12002-07-17      Jay Monkman <jtm@smoothsmoothie.com>
2
3        * rtems/score/cpu_asm.h: Enhanced to include register offsets.
4        * Makefile.am: Install rtems/score/cpu_asm.h.
5        * cpu.c: Significantly enhanced including the implementation of
6        _CPU_ISR_Get_level.
7        * cpu_asm.S: Improved behavior of context switch and interrupt
8        dispatching.
9        * rtems/score/arm.h: Improved the CPU model name determination.
10        * rtems/score/cpu.h: Improved interrupt disable/enable functions.
11
122002-07-05      Joel Sherrill <joel@OARcorp.com>
13
14        * rtems/score/cpu.h: Filled in something that was marked XXX.
15
162002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: RTEMS_TOP(../../../..).
19
202002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * rtems.c: Remove.
23        * Makefile.am: Reflect changes above.
24
252002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove RTEMS_PROJECT_ROOT.
28
292002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Add RTEMS_PROG_CCAS
32
332002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
36        Add AC_PROG_RANLIB.
37
382002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
41        Use ../../../aclocal.
42
432002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
44
45        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
46        where they correctly inform the compiler about the register they
47        are modifying.
48
492001-04-03      Joel Sherrill <joel@OARcorp.com>
50
51        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
52        * rtems/score/a29ktypes.h: Removed.
53        * rtems/score/types.h: New file via CVS magic.
54        * Makefile.am, rtems/score/cpu.h: Account for name change.
55
562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac:
59        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
60        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
61        * Makefile.am: Remove AUTOMAKE_OPTIONS.
62
632001-02-04      Joel Sherrill <joel@OARcorp.com>
64
65        * configure.ac: Removed references to rtems/Makefile and
66        rtems/score/Makefile.
67
682002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * rtems/Makefile.am: Removed.
71        * rtems/score/Makefile.am: Removed.
72        * configure.ac: Reflect changes above.
73        * Makefile.am: Reflect changes above.
74
752002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
78
792002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
82
832001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
86
872001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Add multilib support.
90
912001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * asm.h: include cpuopts.h instead of targopts.h
94        * rtems/score/arm.h: Use __arm__.
95
962001-11-28      Joel Sherrill <joel@OARcorp.com>,
97
98        This was tracked as PR91.
99        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
100        is used to specify if the port uses the standard macro for this (FALSE).
101        A TRUE setting indicates the port provides its own implementation.
102
1032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
106        * configure.in: Remove.
107        * configure.ac: New file, generated from configure.in by autoupdate.
108
1092001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
112        * Makefile.am: Use 'PREINSTALL_FILES ='.
113
1142001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am, rtems/score/Makefile.am:
117        Apply include_*HEADERS instead of H_FILES.
118
1192001-01-03      Joel Sherrill <joel@OARcorp.com>
120
121        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
122
1232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
126
1272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
130
1312000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
134        Switch to GNU canonicalization.
135
1362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Include compile.am, formatting.
139        * rtems/Makefile.am: Formatting.
140        * rtems/score/Makefile.am: Formatting.
141
1422000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * cpu.c: Spacing issues.
145        * rtems/score/cpu.h: Removed warning by setting _level.
146
1472000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * Makefile.am: Added S_O_FILES to list of objects.
150
1512000-08-10      Joel Sherrill <joel@OARcorp.com>
152
153        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.