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

4.104.114.84.95
Last change on this file since 3344730a was 3344730a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:21:25

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

PR 613/bsps

  • include/bsp.h: Remove MAX_LONG_TEST_DURATION.
  • Property mode set to 100644
File size: 9.7 KB
RevLine 
[3344730a]12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 613/bsps
4        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
5
[7dd6e8d]62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 614/bsps
9        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
10
[fb7a141]112004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
14        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
15        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
16
[195e6663]172004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
20        types.
21
[2a7f9a28]222004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect changes to bsp.am.
25        Preinstall dist_project_lib*.
26
[6ac101b]272004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect changes to bsp.am.
30
[c24d7c84]312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
34
[9b0804eb]352004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
38        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
39        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
40        startup/Makefile.am, wrapup/Makefile.am: Remove.
41        Use automake compilation rules.
42        * configure.ac: Reflect changes above.
43
[aed95bd]442004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Add PREINSTALL_DIRS.
47
[545f0f0a]482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
51        Add PRE/TMPINSTALL_FILES to CLEANFILES.
52        * startup/Makefile.am: Ditto.
53
[6411947]542004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Eliminate $(LIB).
57        Use noinst_DATA to trigger building libbsp.a.
58
[b35414a]592003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
62        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
63
[935773b]642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
67        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
68
[810720b6]692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
72
[901e5b15]732003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * clock/Makefile.am: Misc cleanups and fixes.
76        * start/Makefile.am: Misc cleanups and fixes.
77        * startup/Makefile.am: Misc cleanups and fixes.
78        * wrapup/Makefile.am: Misc cleanups and fixes.
79
[bebc81e4]802003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Add dirstamps to preinstallation.
83        * clock/Makefile.am: Cosmetics.
84        * console/Makefile.am: Cosmetics.
85        * startup/Makefile.am: Cosmetics.
86        * wrapup/Makefile.am: Cosmetics.
87
[7416017]882003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * clock/Makefile.am: Remove all-local: $(ARCH).
91        * console/Makefile.am: Remove all-local: $(ARCH).
92        * start/Makefile.am: Remove all-local: $(ARCH).
93        * startup/Makefile.am: Remove all-local: $(ARCH).
94        * wrapup/Makefile.am: Remove all-local: $(ARCH).
95
[8d7f47f4]962003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Merge-in include/Makefile.am.
99        Reflect changes to bsp.am.
100        * include/Makefile.am: Remove.
101        * configure.ac: Reflect changes above.
102
[27aad19]1032003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * bsp_specs: Remove *lib:.
106
[366e548]1072003-09-04      Joel Sherrill <joel@OARcorp.com>
108
109        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
110        license changed.
111
[fe8bc62f]1122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Reflect having moved aclocal/.
115
[61ffa76b]1162003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
[c483a4e]118        * Makefile.am: Reflect having moved automake/.
119        * clock/Makefile.am: Reflect having moved automake/.
120        * console/Makefile.am: Reflect having moved automake/.
121        * include/Makefile.am: Reflect having moved automake/.
122        * start/Makefile.am: Reflect having moved automake/.
123        * startup/Makefile.am: Reflect having moved automake/.
124        * wrapup/Makefile.am: Reflect having moved automake/.
[61ffa76b]125
[7dcc3fe]1262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
129
[d266acd2]1302003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
[75fcb394]132        PR 445/bsps
[d266acd2]133        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
134        Remove cpp, old_cpp (now unused).
135
[afaa498d]1362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Remove AC_CONFIG_AUX_DIR.
139
[ccd81b60]1402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
143
[9b5c258]1442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: AC_PREREQ(2.57).
147
[7b0c547a]1482003-01-20      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
151
[4f28e05]1522002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
155        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
156        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
157        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
158
[59a01a6e]1592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * start/Makefile.am: Use install-data-local to install startfile.
162
[ad5c7fe]1632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166
[acf20be1]1672002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
170        a routine to call.
171
[83433304]1722002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * startup/bspstart.c: Remove ramStart to eliminate warning.
175
[8730f45]1762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * .cvsignore: Reformat.
179        Add autom4te*cache.
180        Remove autom4te.cache.
181
[a2ae30c2]1822002-08-21      Joel Sherrill <joel@OARcorp.com>
183
184        * bsp_specs: Added support for -nostdlibs.
185
[a46e5eb6]1862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
189        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
190        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
191        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
192        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
193
[db3ca1f]1942002-08-05      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
197        to avoid overlapping sections and reworked the way the heap and
198        workspace are calculated.
199
[c86101db]2002002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * start/Makefile.am: Eliminate PGM.
203        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
204
[f4d43dd]2052002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
208
[445c0a0]2092002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
212        Remove $(OBJS) from all-local.
213
[d16af043]2142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile.am: Add $(LIB) to all-local.
217
[80defac]2182002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
221
[5e5e47f0]2222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac:
225        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
226        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
227        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
230        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
231        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
232        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
233        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
234
[f7162ce]2352002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
238
[8fec915]2392001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
242        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
243
[0666ea48]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
[9e1ae79]2492001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
252
[b4a45795]2532001-10-12      Joel Sherrill <joel@OARcorp.com>
254
255        * console/console-io.c: Fixed typo.
256
[df25c998]2572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
260        * configure.in: Remove.
261        * configure.ac: New file, generated from configure.in by autoupdate.
262
[cf282090]2632001-09-27      Joel Sherrill <joel@OARcorp.com>
264
265        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
266
[7b4917c]2672001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * include/Makefile.am: Use 'CLEANFILES ='.
270        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
271
[9f70652b]2722001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.in: Add bspopts.h.
275        * include/.cvsignore: Add bspopts.h*, stamp-h*.
276        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
277        * include/bsp.h: Include bspopts.h.
278
[6f21328]2792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
280
281        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
282
[1f275887]2832001-01-03      Joel Sherrill <joel@OARcorp.com>
284
285        * console/console-io.c: Added console_initialize_hardware().
286
[feead226]2872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
290
[19383174]2912000-11-09      Joel Sherrill <joel@OARcorp.com>
292
293        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
294        wrapup/Makefile.am: Added include of stub clock driver so ticker
295        would link.
[e94ad1fe]296
[a314d3b4]2972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
300
[8262fda]3012000-11-01      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
304        libcsupport.h moved from libc to lib/include/rtems and
305        now must be referenced as <rtems/XXX.h>.   Header file order
306        was cleaned up while doing this.
307
[e83378d]3082000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
311        Switch to GNU canonicalization.
312
[4a309b4f]3132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
316        wrapup/Makefile.am: Include compile.am
317
[e94ad1fe]3182000-08-10      Joel Sherrill <joel@OARcorp.com>
319
320        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.