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

4.104.114.84.95
Last change on this file since f08808e was f08808e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/04 at 05:40:53

2004-01-11 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Include compile.am, again.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Include compile.am, again.
4
52004-01-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Convert to using automake compilation rules.
8
92003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Use mkdir_p. Remove dirs from PREINSTALL_FILES.
12
132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
16
172003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Remove TMPINSTALL_FILES.
20
212003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Add $(dirstamp) to preinstallation rules.
24
252003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Don't use gmake rules for preinstallation.
28
292003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove RTEMS_CANONICAL_HOST.
32
332003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove RTEMS_CHECK_CPU.
36
372003-09-26      Joel Sherrill <joel@OARcorp.com>
38
39        * rtems/score/cpu.h: Obsoleting HP PA-RISC port and removing all
40        references.
41
422003-09-04      Joel Sherrill <joel@OARcorp.com>
43
44        * asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
45        rtems/score/types.h: URL for license changed.
46
472003-08-14      Joel Sherrill <joel@OARcorp.com>
48
49        PR 455/bsps
50        * rtems/score/cpu.h: Added missing CPU_swap_u16().
51
522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
55
562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Remove AC_CONFIG_AUX_DIR.
59
602002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Require autoconf-2.57 + automake-1.7.2.
63        * Makefile.am: Eliminate C_O_FILES, S_O_FILES, libscorecpu_a_OBJECTS.
64
652002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Fix package name.
68
692002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
72        warning.
73
742002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
77
782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Reformat.
81        Add autom4te*cache.
82        Remove autom4te.cache.
83
842002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
87
882002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Use .$(OBJEXT) instead of .o.
91
922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Use . instead of .o.
95
962002-07-05      Joel Sherrill <joel@OARcorp.com>
97
98        * rtems/score/cpu.h: Filled in something that was marked XXX.
99
1002002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: RTEMS_TOP(../../../..).
103
1042002-07-04      Joel Sherrill <joel@OARcorp.com>
105
106        * Makefile.am: Remove reference to deprecated rtems.c.
107
1082002-07-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * rtems.c: Remove.
111        * Makefile.am: Reflect changes above.
112
1132002-07-01      Joel Sherrill <joel@OARcorp.com>
114
115        * rtems/score/cpu.h: Fixed comments and renamed
116        CPU_SYSTEM_INITIALIZATION_THREAD_EXTRA_STACK to
117        CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK to be consistent with other code.
118
1192002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Remove RTEMS_PROJECT_ROOT.
122
1232002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Add RTEMS_PROG_CCAS
126
1272002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..).
130        Add AC_PROG_RANLIB.
131
1322002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
135        Use ../../../aclocal.
136
1372001-04-03      Joel Sherrill <joel@OARcorp.com>
138
139        * Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h.
140        * rtems/score/h8300types.h: Removed.
141        * rtems/score/types.h: New file via CVS magic.
142        * Makefile.am, rtems/score/cpu.h: Account for name change.
143
1442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac:
147        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
148        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
149        * Makefile.am: Remove AUTOMAKE_OPTIONS.
150
1512002-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * rtems/Makefile.am: Removed.
154        * rtems/score/Makefile.am: Removed.
155        * configure.ac: Reflect changes above.
156        * Makefile.am: Reflect changes above.
157
1582002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * rtems/score/cpu.h: #include <rtems/bspIo.h>.
161
1622001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Add multilib support.
165
1662001-11-28      Joel Sherrill <joel@OARcorp.com>,
167
168        This was tracked as PR91.
169        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
170        is used to specify if the port uses the standard macro for this (FALSE).
171        A TRUE setting indicates the port provides its own implementation.
172
1732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
176        * configure.in: Remove.
177        * configure.ac: New file, generated from configure.in by autoupdate.
178
1792001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
182        * Makefile.am: Use 'PREINSTALL_FILES ='.
183
1842001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am, rtems/score/Makefile.am:
187        Apply include_*HEADERS instead of H_FILES.
188
1892001-01-03      Joel Sherrill <joel@OARcorp.com>
190
191        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
192        * cpu_asm.S: Modify to properly dereference _ISR_Vector_table
193        now that it is dynamically allocated.
194
1952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
198
1992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
202
2032000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
206        Switch to GNU canonicalization.
207
2082000-10-18      Joel Sherrill <joel@OARcorp.com>
209
210        * cpu_asm.S, rtems/score/cpu.h: Modified to better support
211        multilibing.  These changes result in the code being able to
212        compile with the default gcc settings.  It is not functional
213        in this configuration but does compile.
214
2152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Include compile.am.
218
2192000-08-10      Joel Sherrill <joel@OARcorp.com>
220
221        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.