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

4.104.114.95
Last change on this file since 558bc25 was 558bc25, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:26:33

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
  • Property mode set to 100644
File size: 12.1 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
4        Table fields to the Configuration Table. This included
5        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
6        do_zero_of_workspace, extra_mpci_receive_server_stack,
7        stack_allocate_hook, and stack_free_hook. As a side-effect of this
8        effort some multiprocessing code was made conditional and some style
9        clean up occurred.
10
112007-05-03      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/linkcmds: Handle .data.* sections
14
152007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * bsp_specs: Remove qrtems_debug.
18
192006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * configure.ac: New BUG-REPORT address.
22
232006-11-15      Joel Sherrill <joel@OARcorp.com>
24
25        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
26        file and simplified initialization.
27
282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Remove superfluous -DASM.
31
322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Require autoconf-2.60. Require automake-1.10.
35
362006-02-08      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/linkcmds: Add sections required by newer gcc versions.
39
402006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Add preinstall.am.
43
442005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * include/bsp.h: New header guard.
47
482005-05-11      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/linkcmds: Add .rodata.* sections.
51
522005-03-07      Joel Sherrill <joel@OARcorp.com>
53
54        * Makefile.am: Add timerstub so more tests link.
55
562005-03-07      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
59
602005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
63
642005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Remove build-variant support.
67
682004-09-29      Joel Sherrill <joel@OARcorp.com>
69
70        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
71        removed.
72
732004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * configure.ac: Require automake > 1.9.
76
772004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        PR 610/bsps
80        * Makefile.am: Add include/tm27.h, Cosmetics.
81        * include/tm27.h: Final cosmetics.
82
832004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * include/bsp.h: Split out tmtest27 support.
86        * include/tm27.h: New.
87
882004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        PR 613/bsps
91        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
92
932004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        PR 614/bsps
96        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
97
982004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
101        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
102        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
103
1042004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
107        types.
108
1092004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Reflect changes to bsp.am.
112        Preinstall dist_project_lib*.
113
1142004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Reflect changes to bsp.am.
117
1182004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
121
1222004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
125        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
126        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
127        startup/Makefile.am, wrapup/Makefile.am: Remove.
128        Use automake compilation rules.
129        * configure.ac: Reflect changes above.
130
1312004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Add PREINSTALL_DIRS.
134
1352004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
138        Add PRE/TMPINSTALL_FILES to CLEANFILES.
139        * startup/Makefile.am: Ditto.
140
1412004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * wrapup/Makefile.am: Eliminate $(LIB).
144        Use noinst_DATA to trigger building libbsp.a.
145
1462003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
149        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
150
1512003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
154        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
155
1562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
159
1602003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * clock/Makefile.am: Misc cleanups and fixes.
163        * start/Makefile.am: Misc cleanups and fixes.
164        * startup/Makefile.am: Misc cleanups and fixes.
165        * wrapup/Makefile.am: Misc cleanups and fixes.
166
1672003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Add dirstamps to preinstallation.
170        * clock/Makefile.am: Cosmetics.
171        * console/Makefile.am: Cosmetics.
172        * startup/Makefile.am: Cosmetics.
173        * wrapup/Makefile.am: Cosmetics.
174
1752003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * clock/Makefile.am: Remove all-local: $(ARCH).
178        * console/Makefile.am: Remove all-local: $(ARCH).
179        * start/Makefile.am: Remove all-local: $(ARCH).
180        * startup/Makefile.am: Remove all-local: $(ARCH).
181        * wrapup/Makefile.am: Remove all-local: $(ARCH).
182
1832003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Merge-in include/Makefile.am.
186        Reflect changes to bsp.am.
187        * include/Makefile.am: Remove.
188        * configure.ac: Reflect changes above.
189
1902003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * bsp_specs: Remove *lib:.
193
1942003-09-04      Joel Sherrill <joel@OARcorp.com>
195
196        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
197        license changed.
198
1992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Reflect having moved aclocal/.
202
2032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Reflect having moved automake/.
206        * clock/Makefile.am: Reflect having moved automake/.
207        * console/Makefile.am: Reflect having moved automake/.
208        * include/Makefile.am: Reflect having moved automake/.
209        * start/Makefile.am: Reflect having moved automake/.
210        * startup/Makefile.am: Reflect having moved automake/.
211        * wrapup/Makefile.am: Reflect having moved automake/.
212
2132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
216
2172003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        PR 445/bsps
220        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
221        Remove cpp, old_cpp (now unused).
222
2232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove AC_CONFIG_AUX_DIR.
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
230
2312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: AC_PREREQ(2.57).
234
2352003-01-20      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
238
2392002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245
2462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * start/Makefile.am: Use install-data-local to install startfile.
249
2502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253
2542002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
257        a routine to call.
258
2592002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * startup/bspstart.c: Remove ramStart to eliminate warning.
262
2632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * .cvsignore: Reformat.
266        Add autom4te*cache.
267        Remove autom4te.cache.
268
2692002-08-21      Joel Sherrill <joel@OARcorp.com>
270
271        * bsp_specs: Added support for -nostdlibs.
272
2732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
280
2812002-08-05      Joel Sherrill <joel@OARcorp.com>
282
283        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
284        to avoid overlapping sections and reworked the way the heap and
285        workspace are calculated.
286
2872002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * start/Makefile.am: Eliminate PGM.
290        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
291
2922002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
295
2962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
299        Remove $(OBJS) from all-local.
300
3012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * wrapup/Makefile.am: Add $(LIB) to all-local.
304
3052002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
308
3092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac:
312        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
313        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
314        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
321
3222002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
325
3262001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
329        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
330
3312001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
334        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
335
3362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
339
3402001-10-12      Joel Sherrill <joel@OARcorp.com>
341
342        * console/console-io.c: Fixed typo.
343
3442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
347        * configure.in: Remove.
348        * configure.ac: New file, generated from configure.in by autoupdate.
349
3502001-09-27      Joel Sherrill <joel@OARcorp.com>
351
352        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
353
3542001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * include/Makefile.am: Use 'CLEANFILES ='.
357        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
358
3592001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.in: Add bspopts.h.
362        * include/.cvsignore: Add bspopts.h*, stamp-h*.
363        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
364        * include/bsp.h: Include bspopts.h.
365
3662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
367
368        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
369
3702001-01-03      Joel Sherrill <joel@OARcorp.com>
371
372        * console/console-io.c: Added console_initialize_hardware().
373
3742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
377
3782000-11-09      Joel Sherrill <joel@OARcorp.com>
379
380        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
381        wrapup/Makefile.am: Added include of stub clock driver so ticker
382        would link.
383
3842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
387
3882000-11-01      Joel Sherrill <joel@OARcorp.com>
389
390        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
391        libcsupport.h moved from libc to lib/include/rtems and
392        now must be referenced as <rtems/XXX.h>.   Header file order
393        was cleaned up while doing this.
394
3952000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
398        Switch to GNU canonicalization.
399
4002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
403        wrapup/Makefile.am: Include compile.am
404
4052000-08-10      Joel Sherrill <joel@OARcorp.com>
406
407        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.