source: rtems/cpukit/score/cpu/h8300/ChangeLog @ a97f3776

4.104.114.84.95
Last change on this file since a97f3776 was a97f3776, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:54:45

2003-09-04 Joel Sherrill <joel@…>

  • asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h, rtems/score/types.h: URL for license changed.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
4        rtems/score/types.h: URL for license changed.
5
62003-08-14      Joel Sherrill <joel@OARcorp.com>
7
8        PR 455/bsps
9        * rtems/score/cpu.h: Added missing CPU_swap_u16().
10
112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
14
152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove AC_CONFIG_AUX_DIR.
18
192002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
22        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
23
242002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Fix package name.
27
282002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
31        warning.
32
332002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
36
372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * .cvsignore: Reformat.
40        Add autom4te*cache.
41        Remove autom4te.cache.
42
432002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
46
472002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Use .$(OBJEXT) instead of .o.
50
512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Use . instead of .o.
54
552002-07-05      Joel Sherrill <joel@OARcorp.com>
56
57        * rtems/score/cpu.h: Filled in something that was marked XXX.
58
592002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: RTEMS_TOP(../../../..).
62
632002-07-04      Joel Sherrill <joel@OARcorp.com>
64
65        * Makefile.am: Remove reference to deprecated rtems.c.
66
672002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * rtems.c: Remove.
70        * Makefile.am: Reflect changes above.
71
722002-07-01      Joel Sherrill <joel@OARcorp.com>
73
74        * rtems/score/cpu.h: Fixed comments and renamed
75        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
76        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
77
782002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove RTEMS_PROJECT_ROOT.
81
822002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Add RTEMS_PROG_CCAS
85
862002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
89        Add AC_PROG_RANLIB.
90
912002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
94        Use ../../../aclocal.
95
962001-04-03      Joel Sherrill <joel@OARcorp.com>
97
98        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
99        * rtems/score/h8300types.h: Removed.
100        * rtems/score/types.h: New file via CVS magic.
101        * Makefile.am, rtems/score/cpu.h: Account for name change.
102
1032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac:
106        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
107        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
108        * Makefile.am: Remove AUTOMAKE_OPTIONS.
109
1102002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * rtems/Makefile.am: Removed.
113        * rtems/score/Makefile.am: Removed.
114        * configure.ac: Reflect changes above.
115        * Makefile.am: Reflect changes above.
116
1172002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
120
1212001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Add multilib support.
124
1252001-11-28      Joel Sherrill <joel@OARcorp.com>,
126
127        This was tracked as PR91.
128        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
129        is used to specify if the port uses the standard macro for this (FALSE).
130        A TRUE setting indicates the port provides its own implementation.
131
1322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
135        * configure.in: Remove.
136        * configure.ac: New file, generated from configure.in by autoupdate.
137
1382001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
141        * Makefile.am: Use 'PREINSTALL_FILES ='.
142
1432001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am, rtems/score/Makefile.am:
146        Apply include_*HEADERS instead of H_FILES.
147
1482001-01-03      Joel Sherrill <joel@OARcorp.com>
149
150        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
151        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
152        now that it is dynamically allocated.
153
1542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
157
1582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
161
1622000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
165        Switch to GNU canonicalization.
166
1672000-10-18      Joel Sherrill <joel@OARcorp.com>
168
169        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
170        multilibing.  These changes result in the code being able to
171        compile with the default gcc settings.  It is not functional
172        in this configuration but does compile.
173
1742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Include compile.am.
177
1782000-08-10      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.