source: rtems/cpukit/score/cpu/h8300/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: 3.7 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-04      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Remove reference to deprecated rtems.c.
12
132002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * rtems.c: Remove.
16        * Makefile.am: Reflect changes above.
17
182002-07-01      Joel Sherrill <joel@OARcorp.com>
19
20        * rtems/score/cpu.h: Fixed comments and renamed
21        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
22        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
23
242002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Remove RTEMS_PROJECT_ROOT.
27
282002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Add RTEMS_PROG_CCAS
31
322002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
35        Add AC_PROG_RANLIB.
36
372002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
40        Use ../../../aclocal.
41
422001-04-03      Joel Sherrill <joel@OARcorp.com>
43
44        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
45        * rtems/score/h8300types.h: Removed.
46        * rtems/score/types.h: New file via CVS magic.
47        * Makefile.am, rtems/score/cpu.h: Account for name change.
48
492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac:
52        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
53        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
54        * Makefile.am: Remove AUTOMAKE_OPTIONS.
55
562002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * rtems/Makefile.am: Removed.
59        * rtems/score/Makefile.am: Removed.
60        * configure.ac: Reflect changes above.
61        * Makefile.am: Reflect changes above.
62
632002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
66
672001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Add multilib support.
70
712001-11-28      Joel Sherrill <joel@OARcorp.com>,
72
73        This was tracked as PR91.
74        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
75        is used to specify if the port uses the standard macro for this (FALSE).
76        A TRUE setting indicates the port provides its own implementation.
77
782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
81        * configure.in: Remove.
82        * configure.ac: New file, generated from configure.in by autoupdate.
83
842001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
87        * Makefile.am: Use 'PREINSTALL_FILES ='.
88
892001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am, rtems/score/Makefile.am:
92        Apply include_*HEADERS instead of H_FILES.
93
942001-01-03      Joel Sherrill <joel@OARcorp.com>
95
96        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
97        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
98        now that it is dynamically allocated.
99
1002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
103
1042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
107
1082000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
111        Switch to GNU canonicalization.
112
1132000-10-18      Joel Sherrill <joel@OARcorp.com>
114
115        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
116        multilibing.  These changes result in the code being able to
117        compile with the default gcc settings.  It is not functional
118        in this configuration but does compile.
119
1202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Include compile.am.
123
1242000-08-10      Joel Sherrill <joel@OARcorp.com>
125
126        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.