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

4.104.114.84.95
Last change on this file since dec6a8da was dec6a8da, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/06 at 05:19:16

2006-01-11 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Add preinstall.am.
  • Property mode set to 100644
File size: 10.9 KB
Line 
12006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Add preinstall.am.
4
52005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * include/bsp.h: New header guard.
8
92005-05-11      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add .rodata.* sections.
12
132005-03-07      Joel Sherrill <joel@OARcorp.com>
14
15        * Makefile.am: Add timerstub so more tests link.
16
172005-03-07      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
20
212005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
24
252005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Remove build-variant support.
28
292004-09-29      Joel Sherrill <joel@OARcorp.com>
30
31        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
32        removed.
33
342004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * configure.ac: Require automake > 1.9.
37
382004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        PR 610/bsps
41        * Makefile.am: Add include/tm27.h, Cosmetics.
42        * include/tm27.h: Final cosmetics.
43
442004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * include/bsp.h: Split out tmtest27 support.
47        * include/tm27.h: New.
48
492004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        PR 613/bsps
52        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
53
542004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        PR 614/bsps
57        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
58
592004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
62        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
63        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
64
652004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
68        types.
69
702004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect changes to bsp.am.
73        Preinstall dist_project_lib*.
74
752004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect changes to bsp.am.
78
792004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
82
832004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
86        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
87        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
88        startup/Makefile.am, wrapup/Makefile.am: Remove.
89        Use automake compilation rules.
90        * configure.ac: Reflect changes above.
91
922004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Add PREINSTALL_DIRS.
95
962004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
99        Add PRE/TMPINSTALL_FILES to CLEANFILES.
100        * startup/Makefile.am: Ditto.
101
1022004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * wrapup/Makefile.am: Eliminate $(LIB).
105        Use noinst_DATA to trigger building libbsp.a.
106
1072003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
110        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
111
1122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
115        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
116
1172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
120
1212003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * clock/Makefile.am: Misc cleanups and fixes.
124        * start/Makefile.am: Misc cleanups and fixes.
125        * startup/Makefile.am: Misc cleanups and fixes.
126        * wrapup/Makefile.am: Misc cleanups and fixes.
127
1282003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Add dirstamps to preinstallation.
131        * clock/Makefile.am: Cosmetics.
132        * console/Makefile.am: Cosmetics.
133        * startup/Makefile.am: Cosmetics.
134        * wrapup/Makefile.am: Cosmetics.
135
1362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * clock/Makefile.am: Remove all-local: $(ARCH).
139        * console/Makefile.am: Remove all-local: $(ARCH).
140        * start/Makefile.am: Remove all-local: $(ARCH).
141        * startup/Makefile.am: Remove all-local: $(ARCH).
142        * wrapup/Makefile.am: Remove all-local: $(ARCH).
143
1442003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Merge-in include/Makefile.am.
147        Reflect changes to bsp.am.
148        * include/Makefile.am: Remove.
149        * configure.ac: Reflect changes above.
150
1512003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * bsp_specs: Remove *lib:.
154
1552003-09-04      Joel Sherrill <joel@OARcorp.com>
156
157        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
158        license changed.
159
1602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Reflect having moved aclocal/.
163
1642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Reflect having moved automake/.
167        * clock/Makefile.am: Reflect having moved automake/.
168        * console/Makefile.am: Reflect having moved automake/.
169        * include/Makefile.am: Reflect having moved automake/.
170        * start/Makefile.am: Reflect having moved automake/.
171        * startup/Makefile.am: Reflect having moved automake/.
172        * wrapup/Makefile.am: Reflect having moved automake/.
173
1742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
177
1782003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        PR 445/bsps
181        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
182        Remove cpp, old_cpp (now unused).
183
1842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Remove AC_CONFIG_AUX_DIR.
187
1882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
191
1922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: AC_PREREQ(2.57).
195
1962003-01-20      Joel Sherrill <joel@OARcorp.com>
197
198        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
199
2002002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206
2072002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * start/Makefile.am: Use install-data-local to install startfile.
210
2112002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214
2152002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
218        a routine to call.
219
2202002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * startup/bspstart.c: Remove ramStart to eliminate warning.
223
2242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * .cvsignore: Reformat.
227        Add autom4te*cache.
228        Remove autom4te.cache.
229
2302002-08-21      Joel Sherrill <joel@OARcorp.com>
231
232        * bsp_specs: Added support for -nostdlibs.
233
2342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
241
2422002-08-05      Joel Sherrill <joel@OARcorp.com>
243
244        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
245        to avoid overlapping sections and reworked the way the heap and
246        workspace are calculated.
247
2482002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * start/Makefile.am: Eliminate PGM.
251        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
252
2532002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
256
2572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
260        Remove $(OBJS) from all-local.
261
2622002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Add $(LIB) to all-local.
265
2662002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
269
2702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac:
273        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
274        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
275        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
282
2832002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
286
2872001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
290        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
291
2922001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
295        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
296
2972001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
300
3012001-10-12      Joel Sherrill <joel@OARcorp.com>
302
303        * console/console-io.c: Fixed typo.
304
3052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
308        * configure.in: Remove.
309        * configure.ac: New file, generated from configure.in by autoupdate.
310
3112001-09-27      Joel Sherrill <joel@OARcorp.com>
312
313        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
314
3152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * include/Makefile.am: Use 'CLEANFILES ='.
318        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
319
3202001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.in: Add bspopts.h.
323        * include/.cvsignore: Add bspopts.h*, stamp-h*.
324        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
325        * include/bsp.h: Include bspopts.h.
326
3272001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
328
329        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
330
3312001-01-03      Joel Sherrill <joel@OARcorp.com>
332
333        * console/console-io.c: Added console_initialize_hardware().
334
3352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
338
3392000-11-09      Joel Sherrill <joel@OARcorp.com>
340
341        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
342        wrapup/Makefile.am: Added include of stub clock driver so ticker
343        would link.
344
3452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
348
3492000-11-01      Joel Sherrill <joel@OARcorp.com>
350
351        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
352        libcsupport.h moved from libc to lib/include/rtems and
353        now must be referenced as <rtems/XXX.h>.   Header file order
354        was cleaned up while doing this.
355
3562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
359        Switch to GNU canonicalization.
360
3612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
364        wrapup/Makefile.am: Include compile.am
365
3662000-08-10      Joel Sherrill <joel@OARcorp.com>
367
368        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.