source: rtems/cpukit/score/cpu/arm/ChangeLog @ 68f0058

4.104.114.84.95
Last change on this file since 68f0058 was 68f0058, checked in by Joel Sherrill <joel.sherrill@…>, on 04/03/02 at 14:02:41

2001-04-03 Joel Sherrill <joel@…>

  • Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
  • rtems/score/a29ktypes.h: Removed.
  • rtems/score/types.h: New file via CVS magic.
  • Makefile.am, rtems/score/cpu.h: Account for name change.
  • Property mode set to 100644
File size: 3.0 KB
Line 
12001-04-03      Joel Sherrill <joel@OARcorp.com>
2
3        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
4        * rtems/score/a29ktypes.h: Removed.
5        * rtems/score/types.h: New file via CVS magic.
6        * Makefile.am, rtems/score/cpu.h: Account for name change.
7
82002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac:
11        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
12        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
13        * Makefile.am: Remove AUTOMAKE_OPTIONS.
14
152001-02-04      Joel Sherrill <joel@OARcorp.com>
16
17        * configure.ac: Removed references to rtems/Makefile and
18        rtems/score/Makefile.
19
202002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * rtems/Makefile.am: Removed.
23        * rtems/score/Makefile.am: Removed.
24        * configure.ac: Reflect changes above.
25        * Makefile.am: Reflect changes above.
26
272002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
30
312002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * cpu.c: Include rtems/bspIo.h instead of bspIo.h.
34
352001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Use RTEMS_ENV_RTEMSCPU.
38
392001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Add multilib support.
42
432001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * asm.h: include cpuopts.h instead of targopts.h
46        * rtems/score/arm.h: Use __arm__.
47
482001-11-28      Joel Sherrill <joel@OARcorp.com>,
49
50        This was tracked as PR91.
51        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
52        is used to specify if the port uses the standard macro for this (FALSE).
53        A TRUE setting indicates the port provides its own implementation.
54
552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
58        * configure.in: Remove.
59        * configure.ac: New file, generated from configure.in by autoupdate.
60
612001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
64        * Makefile.am: Use 'PREINSTALL_FILES ='.
65
662001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am, rtems/score/Makefile.am:
69        Apply include_*HEADERS instead of H_FILES.
70
712001-01-03      Joel Sherrill <joel@OARcorp.com>
72
73        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
74
752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
78
792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
82
832000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
86        Switch to GNU canonicalization.
87
882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Include compile.am, formatting.
91        * rtems/Makefile.am: Formatting.
92        * rtems/score/Makefile.am: Formatting.
93
942000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * cpu.c: Spacing issues.
97        * rtems/score/cpu.h: Removed warning by setting _level.
98
992000-08-29      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * Makefile.am: Added S_O_FILES to list of objects.
102
1032000-08-10      Joel Sherrill <joel@OARcorp.com>
104
105        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.