source: rtems/cpukit/score/cpu/arm/ChangeLog @ 2540208

4.104.114.84.95
Last change on this file since 2540208 was 2540208, checked in by Joel Sherrill <joel.sherrill@…>, on 07/05/02 at 18:09:59

2002-07-05 Joel Sherrill <joel@…>

  • rtems/score/cpu.h: Filled in something that was marked XXX.
  • Property mode set to 100644
File size: 4.0 KB
Line 
12002-07-05      Joel Sherrill <joel@OARcorp.com>
2
3        * rtems/score/cpu.h: Filled in something that was marked XXX.
4
52002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: RTEMS_TOP(../../../..).
8
92002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * rtems.c: Remove.
12        * Makefile.am: Reflect changes above.
13
142002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove RTEMS_PROJECT_ROOT.
17
182002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Add RTEMS_PROG_CCAS
21
222002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
25        Add AC_PROG_RANLIB.
26
272002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
30        Use ../../../aclocal.
31
322002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
33
34        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
35        where they correctly inform the compiler about the register they
36        are modifying.
37
382001-04-03      Joel Sherrill <joel@OARcorp.com>
39
40        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
41        * rtems/score/a29ktypes.h: Removed.
42        * rtems/score/types.h: New file via CVS magic.
43        * Makefile.am, rtems/score/cpu.h: Account for name change.
44
452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:
48        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
49        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
50        * Makefile.am: Remove AUTOMAKE_OPTIONS.
51
522001-02-04      Joel Sherrill <joel@OARcorp.com>
53
54        * configure.ac: Removed references to rtems/Makefile and
55        rtems/score/Makefile.
56
572002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * rtems/Makefile.am: Removed.
60        * rtems/score/Makefile.am: Removed.
61        * configure.ac: Reflect changes above.
62        * Makefile.am: Reflect changes above.
63
642002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
67
682002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
71
722001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
75
762001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Add multilib support.
79
802001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * asm.h: include cpuopts.h instead of targopts.h
83        * rtems/score/arm.h: Use __arm__.
84
852001-11-28      Joel Sherrill <joel@OARcorp.com>,
86
87        This was tracked as PR91.
88        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
89        is used to specify if the port uses the standard macro for this (FALSE).
90        A TRUE setting indicates the port provides its own implementation.
91
922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
95        * configure.in: Remove.
96        * configure.ac: New file, generated from configure.in by autoupdate.
97
982001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
101        * Makefile.am: Use 'PREINSTALL_FILES ='.
102
1032001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am, rtems/score/Makefile.am:
106        Apply include_*HEADERS instead of H_FILES.
107
1082001-01-03      Joel Sherrill <joel@OARcorp.com>
109
110        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
111
1122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
115
1162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
119
1202000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
123        Switch to GNU canonicalization.
124
1252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Include compile.am, formatting.
128        * rtems/Makefile.am: Formatting.
129        * rtems/score/Makefile.am: Formatting.
130
1312000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * cpu.c: Spacing issues.
134        * rtems/score/cpu.h: Removed warning by setting _level.
135
1362000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * Makefile.am: Added S_O_FILES to list of objects.
139
1402000-08-10      Joel Sherrill <joel@OARcorp.com>
141
142        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.