source: rtems/cpukit/score/cpu/arm/ChangeLog @ 2f6261d

4.104.114.84.95
Last change on this file since 2f6261d was 2f6261d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 09:22:48

2002-06-17 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Include $(top_srcdir)/../../../automake/*.am. Use ../../../aclocal.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
4        Use ../../../aclocal.
5
62002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
7
8        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
9        where they correctly inform the compiler about the register they
10        are modifying.
11
122001-04-03      Joel Sherrill <joel@OARcorp.com>
13
14        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
15        * rtems/score/a29ktypes.h: Removed.
16        * rtems/score/types.h: New file via CVS magic.
17        * Makefile.am, rtems/score/cpu.h: Account for name change.
18
192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac:
22        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
23        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
24        * Makefile.am: Remove AUTOMAKE_OPTIONS.
25
262001-02-04      Joel Sherrill <joel@OARcorp.com>
27
28        * configure.ac: Removed references to rtems/Makefile and
29        rtems/score/Makefile.
30
312002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * rtems/Makefile.am: Removed.
34        * rtems/score/Makefile.am: Removed.
35        * configure.ac: Reflect changes above.
36        * Makefile.am: Reflect changes above.
37
382002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
41
422002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
45
462001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
49
502001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Add multilib support.
53
542001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * asm.h: include cpuopts.h instead of targopts.h
57        * rtems/score/arm.h: Use __arm__.
58
592001-11-28      Joel Sherrill <joel@OARcorp.com>,
60
61        This was tracked as PR91.
62        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
63        is used to specify if the port uses the standard macro for this (FALSE).
64        A TRUE setting indicates the port provides its own implementation.
65
662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
69        * configure.in: Remove.
70        * configure.ac: New file, generated from configure.in by autoupdate.
71
722001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
75        * Makefile.am: Use 'PREINSTALL_FILES ='.
76
772001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am, rtems/score/Makefile.am:
80        Apply include_*HEADERS instead of H_FILES.
81
822001-01-03      Joel Sherrill <joel@OARcorp.com>
83
84        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
85
862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
89
902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
93
942000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
97        Switch to GNU canonicalization.
98
992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Include compile.am, formatting.
102        * rtems/Makefile.am: Formatting.
103        * rtems/score/Makefile.am: Formatting.
104
1052000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * cpu.c: Spacing issues.
108        * rtems/score/cpu.h: Removed warning by setting _level.
109
1102000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * Makefile.am: Added S_O_FILES to list of objects.
113
1142000-08-10      Joel Sherrill <joel@OARcorp.com>
115
116        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.