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

4.104.114.95
Last change on this file since 21637fd was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 13.1 KB
Line 
12008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Rework to avoid .rel files.
4
52008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Refactored and renamed initialization routines to
8        rtems_initialize_data_structures, rtems_initialize_before_drivers,
9        rtems_initialize_device_drivers, and
10        rtems_initialize_start_multitasking. This opened the sequence up so
11        that bootcard() could provide a more robust and flexible framework
12        which is easier to explain and understand. This also lays the
13        groundwork for sharing the division of available memory between the
14        RTEMS workspace and heap and the C library initialization across all
15        BSPs.
16
172007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
20        Configuration Table. Use the RTEMS provided accessor macros to obtain
21        configuration fields.
22
232007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
26        Configuration Table. Eliminate CPU Table from all ports. Delete
27        references to CPU Table in all forms.
28
292007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
32        Table fields to the Configuration Table. This included
33        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
34        do_zero_of_workspace, extra_mpci_receive_server_stack,
35        stack_allocate_hook, and stack_free_hook. As a side-effect of this
36        effort some multiprocessing code was made conditional and some style
37        clean up occurred.
38
392007-05-03      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/linkcmds: Handle .data.* sections
42
432007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * bsp_specs: Remove qrtems_debug.
46
472006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * configure.ac: New BUG-REPORT address.
50
512006-11-15      Joel Sherrill <joel@OARcorp.com>
52
53        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
54        file and simplified initialization.
55
562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Remove superfluous -DASM.
59
602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * configure.ac: Require autoconf-2.60. Require automake-1.10.
63
642006-02-08      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: Add sections required by newer gcc versions.
67
682006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Add preinstall.am.
71
722005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * include/bsp.h: New header guard.
75
762005-05-11      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/linkcmds: Add .rodata.* sections.
79
802005-03-07      Joel Sherrill <joel@OARcorp.com>
81
82        * Makefile.am: Add timerstub so more tests link.
83
842005-03-07      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
87
882005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
91
922005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Remove build-variant support.
95
962004-09-29      Joel Sherrill <joel@OARcorp.com>
97
98        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
99        removed.
100
1012004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        * configure.ac: Require automake > 1.9.
104
1052004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        PR 610/bsps
108        * Makefile.am: Add include/tm27.h, Cosmetics.
109        * include/tm27.h: Final cosmetics.
110
1112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        * include/bsp.h: Split out tmtest27 support.
114        * include/tm27.h: New.
115
1162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        PR 613/bsps
119        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
120
1212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        PR 614/bsps
124        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
125
1262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
129        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
130        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
131
1322004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
133
134        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
135        types.
136
1372004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Reflect changes to bsp.am.
140        Preinstall dist_project_lib*.
141
1422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Reflect changes to bsp.am.
145
1462004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
149
1502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
153        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
154        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
155        startup/Makefile.am, wrapup/Makefile.am: Remove.
156        Use automake compilation rules.
157        * configure.ac: Reflect changes above.
158
1592004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Add PREINSTALL_DIRS.
162
1632004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
166        Add PRE/TMPINSTALL_FILES to CLEANFILES.
167        * startup/Makefile.am: Ditto.
168
1692004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * wrapup/Makefile.am: Eliminate $(LIB).
172        Use noinst_DATA to trigger building libbsp.a.
173
1742003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
177        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
178
1792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
182        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
183
1842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
187
1882003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * clock/Makefile.am: Misc cleanups and fixes.
191        * start/Makefile.am: Misc cleanups and fixes.
192        * startup/Makefile.am: Misc cleanups and fixes.
193        * wrapup/Makefile.am: Misc cleanups and fixes.
194
1952003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Add dirstamps to preinstallation.
198        * clock/Makefile.am: Cosmetics.
199        * console/Makefile.am: Cosmetics.
200        * startup/Makefile.am: Cosmetics.
201        * wrapup/Makefile.am: Cosmetics.
202
2032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * clock/Makefile.am: Remove all-local: $(ARCH).
206        * console/Makefile.am: Remove all-local: $(ARCH).
207        * start/Makefile.am: Remove all-local: $(ARCH).
208        * startup/Makefile.am: Remove all-local: $(ARCH).
209        * wrapup/Makefile.am: Remove all-local: $(ARCH).
210
2112003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Merge-in include/Makefile.am.
214        Reflect changes to bsp.am.
215        * include/Makefile.am: Remove.
216        * configure.ac: Reflect changes above.
217
2182003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * bsp_specs: Remove *lib:.
221
2222003-09-04      Joel Sherrill <joel@OARcorp.com>
223
224        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
225        license changed.
226
2272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Reflect having moved aclocal/.
230
2312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Reflect having moved automake/.
234        * clock/Makefile.am: Reflect having moved automake/.
235        * console/Makefile.am: Reflect having moved automake/.
236        * include/Makefile.am: Reflect having moved automake/.
237        * start/Makefile.am: Reflect having moved automake/.
238        * startup/Makefile.am: Reflect having moved automake/.
239        * wrapup/Makefile.am: Reflect having moved automake/.
240
2412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
244
2452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        PR 445/bsps
248        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
249        Remove cpp, old_cpp (now unused).
250
2512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Remove AC_CONFIG_AUX_DIR.
254
2552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
258
2592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: AC_PREREQ(2.57).
262
2632003-01-20      Joel Sherrill <joel@OARcorp.com>
264
265        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
266
2672002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273
2742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * start/Makefile.am: Use install-data-local to install startfile.
277
2782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281
2822002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
285        a routine to call.
286
2872002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * startup/bspstart.c: Remove ramStart to eliminate warning.
290
2912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * .cvsignore: Reformat.
294        Add autom4te*cache.
295        Remove autom4te.cache.
296
2972002-08-21      Joel Sherrill <joel@OARcorp.com>
298
299        * bsp_specs: Added support for -nostdlibs.
300
3012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
308
3092002-08-05      Joel Sherrill <joel@OARcorp.com>
310
311        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
312        to avoid overlapping sections and reworked the way the heap and
313        workspace are calculated.
314
3152002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * start/Makefile.am: Eliminate PGM.
318        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
319
3202002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
323
3242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
327        Remove $(OBJS) from all-local.
328
3292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Add $(LIB) to all-local.
332
3332002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
336
3372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac:
340        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
341        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
342        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
349
3502002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
353
3542001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
357        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
358
3592001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
362        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
363
3642001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
367
3682001-10-12      Joel Sherrill <joel@OARcorp.com>
369
370        * console/console-io.c: Fixed typo.
371
3722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
375        * configure.in: Remove.
376        * configure.ac: New file, generated from configure.in by autoupdate.
377
3782001-09-27      Joel Sherrill <joel@OARcorp.com>
379
380        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
381
3822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * include/Makefile.am: Use 'CLEANFILES ='.
385        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
386
3872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.in: Add bspopts.h.
390        * include/.cvsignore: Add bspopts.h*, stamp-h*.
391        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
392        * include/bsp.h: Include bspopts.h.
393
3942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
395
396        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
397
3982001-01-03      Joel Sherrill <joel@OARcorp.com>
399
400        * console/console-io.c: Added console_initialize_hardware().
401
4022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
405
4062000-11-09      Joel Sherrill <joel@OARcorp.com>
407
408        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
409        wrapup/Makefile.am: Added include of stub clock driver so ticker
410        would link.
411
4122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
415
4162000-11-01      Joel Sherrill <joel@OARcorp.com>
417
418        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
419        libcsupport.h moved from libc to lib/include/rtems and
420        now must be referenced as <rtems/XXX.h>.   Header file order
421        was cleaned up while doing this.
422
4232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
426        Switch to GNU canonicalization.
427
4282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
431        wrapup/Makefile.am: Include compile.am
432
4332000-08-10      Joel Sherrill <joel@OARcorp.com>
434
435        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.