source: rtems/cpukit/score/cpu/arm/ChangeLog @ 8c746fe

4.104.114.84.95
Last change on this file since 8c746fe was 8c746fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/01/02 at 09:59:55

2002-07-01 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_PROJECT_ROOT.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_PROJECT_ROOT.
4
52002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Add RTEMS_PROG_CCAS
8
92002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
12        Add AC_PROG_RANLIB.
13
142002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
17        Use ../../../aclocal.
18
192002-04-18      Jay Monkman <jtm@smoothsmoothie.com>
20
21        * rtems/score/cpu.h (CPU_ISR_Disable and CPU_ISR_Enable): Correct them
22        where they correctly inform the compiler about the register they
23        are modifying.
24
252001-04-03      Joel Sherrill <joel@OARcorp.com>
26
27        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
28        * rtems/score/a29ktypes.h: Removed.
29        * rtems/score/types.h: New file via CVS magic.
30        * Makefile.am, rtems/score/cpu.h: Account for name change.
31
322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac:
35        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
36        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
37        * Makefile.am: Remove AUTOMAKE_OPTIONS.
38
392001-02-04      Joel Sherrill <joel@OARcorp.com>
40
41        * configure.ac: Removed references to rtems/Makefile and
42        rtems/score/Makefile.
43
442002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * rtems/Makefile.am: Removed.
47        * rtems/score/Makefile.am: Removed.
48        * configure.ac: Reflect changes above.
49        * Makefile.am: Reflect changes above.
50
512002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
54
552002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
58
592001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
62
632001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Add multilib support.
66
672001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * asm.h: include cpuopts.h instead of targopts.h
70        * rtems/score/arm.h: Use __arm__.
71
722001-11-28      Joel Sherrill <joel@OARcorp.com>,
73
74        This was tracked as PR91.
75        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
76        is used to specify if the port uses the standard macro for this (FALSE).
77        A TRUE setting indicates the port provides its own implementation.
78
792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
82        * configure.in: Remove.
83        * configure.ac: New file, generated from configure.in by autoupdate.
84
852001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
88        * Makefile.am: Use 'PREINSTALL_FILES ='.
89
902001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am, rtems/score/Makefile.am:
93        Apply include_*HEADERS instead of H_FILES.
94
952001-01-03      Joel Sherrill <joel@OARcorp.com>
96
97        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
98
992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
102
1032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
106
1072000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
110        Switch to GNU canonicalization.
111
1122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Include compile.am, formatting.
115        * rtems/Makefile.am: Formatting.
116        * rtems/score/Makefile.am: Formatting.
117
1182000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * cpu.c: Spacing issues.
121        * rtems/score/cpu.h: Removed warning by setting _level.
122
1232000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * Makefile.am: Added S_O_FILES to list of objects.
126
1272000-08-10      Joel Sherrill <joel@OARcorp.com>
128
129        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.