source: rtems/c/src/lib/libbsp/h8300/h8sim/ChangeLog @ 8d942067

4.104.114.84.95
Last change on this file since 8d942067 was 8d942067, checked in by Joel Sherrill <joel.sherrill@…>, on 09/29/04 at 20:32:57

2004-09-29 Joel Sherrill <joel@…>

  • include/bsp.h, include/tm27.h: i960 obsoleted and all references removed.
  • Property mode set to 100644
File size: 10.2 KB
Line 
12004-09-29      Joel Sherrill <joel@OARcorp.com>
2
3        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
4        removed.
5
62004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * configure.ac: Require automake > 1.9.
9
102004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        PR 610/bsps
13        * Makefile.am: Add include/tm27.h, Cosmetics.
14        * include/tm27.h: Final cosmetics.
15
162004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * include/bsp.h: Split out tmtest27 support.
19        * include/tm27.h: New.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 613/bsps
24        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
25
262004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        PR 614/bsps
29        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
30
312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
34        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
35        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
36
372004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
40        types.
41
422004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Reflect changes to bsp.am.
45        Preinstall dist_project_lib*.
46
472004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Reflect changes to bsp.am.
50
512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
54
552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
58        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
59        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
60        startup/Makefile.am, wrapup/Makefile.am: Remove.
61        Use automake compilation rules.
62        * configure.ac: Reflect changes above.
63
642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add PREINSTALL_DIRS.
67
682004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
71        Add PRE/TMPINSTALL_FILES to CLEANFILES.
72        * startup/Makefile.am: Ditto.
73
742004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Eliminate $(LIB).
77        Use noinst_DATA to trigger building libbsp.a.
78
792003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
82        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
83
842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
87        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
88
892003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
92
932003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * clock/Makefile.am: Misc cleanups and fixes.
96        * start/Makefile.am: Misc cleanups and fixes.
97        * startup/Makefile.am: Misc cleanups and fixes.
98        * wrapup/Makefile.am: Misc cleanups and fixes.
99
1002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Add dirstamps to preinstallation.
103        * clock/Makefile.am: Cosmetics.
104        * console/Makefile.am: Cosmetics.
105        * startup/Makefile.am: Cosmetics.
106        * wrapup/Makefile.am: Cosmetics.
107
1082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am: Remove all-local: $(ARCH).
111        * console/Makefile.am: Remove all-local: $(ARCH).
112        * start/Makefile.am: Remove all-local: $(ARCH).
113        * startup/Makefile.am: Remove all-local: $(ARCH).
114        * wrapup/Makefile.am: Remove all-local: $(ARCH).
115
1162003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Merge-in include/Makefile.am.
119        Reflect changes to bsp.am.
120        * include/Makefile.am: Remove.
121        * configure.ac: Reflect changes above.
122
1232003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * bsp_specs: Remove *lib:.
126
1272003-09-04      Joel Sherrill <joel@OARcorp.com>
128
129        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
130        license changed.
131
1322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect having moved aclocal/.
135
1362003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect having moved automake/.
139        * clock/Makefile.am: Reflect having moved automake/.
140        * console/Makefile.am: Reflect having moved automake/.
141        * include/Makefile.am: Reflect having moved automake/.
142        * start/Makefile.am: Reflect having moved automake/.
143        * startup/Makefile.am: Reflect having moved automake/.
144        * wrapup/Makefile.am: Reflect having moved automake/.
145
1462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
149
1502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        PR 445/bsps
153        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
154        Remove cpp, old_cpp (now unused).
155
1562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Remove AC_CONFIG_AUX_DIR.
159
1602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
163
1642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: AC_PREREQ(2.57).
167
1682003-01-20      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
171
1722002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178
1792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * start/Makefile.am: Use install-data-local to install startfile.
182
1832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186
1872002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
190        a routine to call.
191
1922002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * startup/bspstart.c: Remove ramStart to eliminate warning.
195
1962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * .cvsignore: Reformat.
199        Add autom4te*cache.
200        Remove autom4te.cache.
201
2022002-08-21      Joel Sherrill <joel@OARcorp.com>
203
204        * bsp_specs: Added support for -nostdlibs.
205
2062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
209        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
213
2142002-08-05      Joel Sherrill <joel@OARcorp.com>
215
216        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
217        to avoid overlapping sections and reworked the way the heap and
218        workspace are calculated.
219
2202002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * start/Makefile.am: Eliminate PGM.
223        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
224
2252002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
228
2292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
232        Remove $(OBJS) from all-local.
233
2342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Add $(LIB) to all-local.
237
2382002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
241
2422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac:
245        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
246        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
247        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
254
2552002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
258
2592001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
262        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
263
2642001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
267        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
268
2692001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
272
2732001-10-12      Joel Sherrill <joel@OARcorp.com>
274
275        * console/console-io.c: Fixed typo.
276
2772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
280        * configure.in: Remove.
281        * configure.ac: New file, generated from configure.in by autoupdate.
282
2832001-09-27      Joel Sherrill <joel@OARcorp.com>
284
285        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
286
2872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * include/Makefile.am: Use 'CLEANFILES ='.
290        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
291
2922001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.in: Add bspopts.h.
295        * include/.cvsignore: Add bspopts.h*, stamp-h*.
296        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
297        * include/bsp.h: Include bspopts.h.
298
2992001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
300
301        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
302
3032001-01-03      Joel Sherrill <joel@OARcorp.com>
304
305        * console/console-io.c: Added console_initialize_hardware().
306
3072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
310
3112000-11-09      Joel Sherrill <joel@OARcorp.com>
312
313        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
314        wrapup/Makefile.am: Added include of stub clock driver so ticker
315        would link.
316
3172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
320
3212000-11-01      Joel Sherrill <joel@OARcorp.com>
322
323        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
324        libcsupport.h moved from libc to lib/include/rtems and
325        now must be referenced as <rtems/XXX.h>.   Header file order
326        was cleaned up while doing this.
327
3282000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
331        Switch to GNU canonicalization.
332
3332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
336        wrapup/Makefile.am: Include compile.am
337
3382000-08-10      Joel Sherrill <joel@OARcorp.com>
339
340        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.