source: rtems/c/src/lib/libbsp/h8300/h8sim/ChangeLog @ 2ee14950

4.104.114.84.95
Last change on this file since 2ee14950 was 2ee14950, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/22/04 at 13:27:01

2004-04-22 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Split out tmtest27 support.
  • include/tm27.h: New.
  • Property mode set to 100644
File size: 9.8 KB
Line 
12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Split out tmtest27 support.
4        * include/tm27.h: New.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 613/bsps
9        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
10
112004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        PR 614/bsps
14        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
15
162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
19        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
20        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
21
222004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
25        types.
26
272004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect changes to bsp.am.
30        Preinstall dist_project_lib*.
31
322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Reflect changes to bsp.am.
35
362004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
39
402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
43        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
44        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
45        startup/Makefile.am, wrapup/Makefile.am: Remove.
46        Use automake compilation rules.
47        * configure.ac: Reflect changes above.
48
492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Add PREINSTALL_DIRS.
52
532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
56        Add PRE/TMPINSTALL_FILES to CLEANFILES.
57        * startup/Makefile.am: Ditto.
58
592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Eliminate $(LIB).
62        Use noinst_DATA to trigger building libbsp.a.
63
642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
67        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
68
692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
72        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73
742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
77
782003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * clock/Makefile.am: Misc cleanups and fixes.
81        * start/Makefile.am: Misc cleanups and fixes.
82        * startup/Makefile.am: Misc cleanups and fixes.
83        * wrapup/Makefile.am: Misc cleanups and fixes.
84
852003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Add dirstamps to preinstallation.
88        * clock/Makefile.am: Cosmetics.
89        * console/Makefile.am: Cosmetics.
90        * startup/Makefile.am: Cosmetics.
91        * wrapup/Makefile.am: Cosmetics.
92
932003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * clock/Makefile.am: Remove all-local: $(ARCH).
96        * console/Makefile.am: Remove all-local: $(ARCH).
97        * start/Makefile.am: Remove all-local: $(ARCH).
98        * startup/Makefile.am: Remove all-local: $(ARCH).
99        * wrapup/Makefile.am: Remove all-local: $(ARCH).
100
1012003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Merge-in include/Makefile.am.
104        Reflect changes to bsp.am.
105        * include/Makefile.am: Remove.
106        * configure.ac: Reflect changes above.
107
1082003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * bsp_specs: Remove *lib:.
111
1122003-09-04      Joel Sherrill <joel@OARcorp.com>
113
114        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
115        license changed.
116
1172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Reflect having moved aclocal/.
120
1212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect having moved automake/.
124        * clock/Makefile.am: Reflect having moved automake/.
125        * console/Makefile.am: Reflect having moved automake/.
126        * include/Makefile.am: Reflect having moved automake/.
127        * start/Makefile.am: Reflect having moved automake/.
128        * startup/Makefile.am: Reflect having moved automake/.
129        * wrapup/Makefile.am: Reflect having moved automake/.
130
1312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
134
1352003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        PR 445/bsps
138        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
139        Remove cpp, old_cpp (now unused).
140
1412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Remove AC_CONFIG_AUX_DIR.
144
1452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
148
1492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: AC_PREREQ(2.57).
152
1532003-01-20      Joel Sherrill <joel@OARcorp.com>
154
155        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
156
1572002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
160        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
161        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
162        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
163
1642002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * start/Makefile.am: Use install-data-local to install startfile.
167
1682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171
1722002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
175        a routine to call.
176
1772002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * startup/bspstart.c: Remove ramStart to eliminate warning.
180
1812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * .cvsignore: Reformat.
184        Add autom4te*cache.
185        Remove autom4te.cache.
186
1872002-08-21      Joel Sherrill <joel@OARcorp.com>
188
189        * bsp_specs: Added support for -nostdlibs.
190
1912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
194        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
195        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
198
1992002-08-05      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
202        to avoid overlapping sections and reworked the way the heap and
203        workspace are calculated.
204
2052002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * start/Makefile.am: Eliminate PGM.
208        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
209
2102002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
213
2142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
217        Remove $(OBJS) from all-local.
218
2192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Add $(LIB) to all-local.
222
2232002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
226
2272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac:
230        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
231        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
232        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
233        * Makefile.am: Remove AUTOMAKE_OPTIONS.
234        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
235        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
236        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
239
2402002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
243
2442001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
247        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
248
2492001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
252        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
253
2542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
257
2582001-10-12      Joel Sherrill <joel@OARcorp.com>
259
260        * console/console-io.c: Fixed typo.
261
2622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
265        * configure.in: Remove.
266        * configure.ac: New file, generated from configure.in by autoupdate.
267
2682001-09-27      Joel Sherrill <joel@OARcorp.com>
269
270        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
271
2722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * include/Makefile.am: Use 'CLEANFILES ='.
275        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
276
2772001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.in: Add bspopts.h.
280        * include/.cvsignore: Add bspopts.h*, stamp-h*.
281        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
282        * include/bsp.h: Include bspopts.h.
283
2842001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
285
286        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
287
2882001-01-03      Joel Sherrill <joel@OARcorp.com>
289
290        * console/console-io.c: Added console_initialize_hardware().
291
2922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
295
2962000-11-09      Joel Sherrill <joel@OARcorp.com>
297
298        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
299        wrapup/Makefile.am: Added include of stub clock driver so ticker
300        would link.
301
3022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
305
3062000-11-01      Joel Sherrill <joel@OARcorp.com>
307
308        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
309        libcsupport.h moved from libc to lib/include/rtems and
310        now must be referenced as <rtems/XXX.h>.   Header file order
311        was cleaned up while doing this.
312
3132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
316        Switch to GNU canonicalization.
317
3182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
321        wrapup/Makefile.am: Include compile.am
322
3232000-08-10      Joel Sherrill <joel@OARcorp.com>
324
325        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.