source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ c52c319

4.115
Last change on this file since c52c319 was de237f4, checked in by Joel Sherrill <joel.sherrill@…>, on 04/07/10 at 21:50:11

2010-04-07 Joel Sherrill <joel.sherrill@…>

  • start/start.S: Verify boot_card() is passed a NULL.
  • Property mode set to 100644
File size: 22.2 KB
Line 
12010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * start/start.S: Verify boot_card() is passed a NULL.
4
52009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * make/custom/simsh1.cfg: Remove RTEMS_BSP_FAMILY.
8        * make/custom/simsh2.cfg: Remove RTEMS_BSP_FAMILY.
9        * make/custom/simsh2e.cfg: Remove RTEMS_BSP_FAMILY.
10        * make/custom/simsh4.cfg: Remove RTEMS_BSP_FAMILY.
11
122009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * configure.ac: Don't add -ansi -fasm to CFLAGS.
15
162009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * make/custom/simsh1.cfg: New (relocated from /make/custom).
19        * make/custom/simsh2.cfg: New (relocated from /make/custom).
20        * make/custom/simsh2e.cfg: New (relocated from /make/custom).
21        * make/custom/simsh4.cfg: New (relocated from /make/custom).
22
232009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
26
27 2009-08-17     Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * include/bsp.h: Mark as a small memory BSP.
30
312009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
34        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
35        have the same options.
36
372009-04-28      Chris Johns <chrisj@rtems.org>
38
39        * start/start.S: Update for boot_card command line change.
40
412008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * bsp_specs: Move -e start from *link to *startfile to avoid warning
44        for undefined entry symbol when linking relocatables with binutils
45        2.19.
46
472008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * Makefile.am, preinstall.am: Use shared tm27.h stub.
50        * include/tm27.h: Removed.
51
522008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * preinstall.am: Regenerated.
55
562008-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Remove scitab.c (Not applicable).
59
602008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile.am, preinstall.am, include/bsp.h, include/tm27.h,
63        trap34/console-io.c: Now builds cleanly for runs for SH1, SH2, and
64        SH4.
65        * include/syscall.h: New file.
66        * include/gdbsci.h: Removed.
67
682008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
71        of building libbspstart.a, using automake-rules.
72
732008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Eliminate *_SOURCES.
76
772008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
80        components.
81
822008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Remove noinst_PROGRAMS (Unused).
85
862008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
89
902008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * startup/linkcmds: GDB Simulator has 16MB RAM.
93
942008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am: Now runs using fake clock ticker.
97        * clock/clockdrv.c: Removed.
98
992008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * clock/clockdrv.c: Fix comment.
102
1032008-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * Makefile.am, configure.ac, clock/clockdrv.c, include/bsp.h,
106        start/start.S, startup/linkcmds: Now runs ticker and hello on
107        sh-rtems4.10-gdb. The SH simulator in gdb has no hardware IO or
108        interrupt simulation so we use the trap interface to print.
109        * gdbsci/gdbsci.c: Removed.
110
1112008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * configure.ac: Make letting boot_card() handle work area allocation
114        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
115        BSP_BOOTCARD_OPTIONS.
116
1172008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * Makefile.am, startup/linkcmds, startup/linkcmds.sim: Use top level
120        shared bsp_get_work_area() implementation.
121
1222008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * startup/bspstart.c: Removed.
125
1262008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
129        shared bsp_get_work_area() in its own file and rely on BSP Framework
130        to perform more initialization. After factoring this out, it turned
131        out that all SuperH BSPs has the same bsp_start() implementation so
132        this was made shared.
133
1342008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
137        phase, all prototypes were removed from bsp.h and empty
138        implementations were removed and made to use the shared stub.
139
1402008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * trap34/console-io.c: Add missing prototypes.
143
1442008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
147        Framework to ask the BSP where it has memory for the RTEMS Workspace
148        and C Program Heap. These collectively are referred to as work area.
149        If the BSP supports this, then it does not have to include code to
150        split the available memory between the two areas. This reduces the
151        amount of code in the BSP specific bspstart.c file. Additionally, the
152        shared framework can initialize the C Library, call
153        rtems_debug_enable(), and dirty the work area memory. Until most/all
154        BSPs support this new capability, if the BSP supports this, it should
155        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
156        When the transition is complete, this autoconf macro can be removed.
157
1582008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * Makefile.am: Rework to avoid .rel files.
161
1622008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * startup/bspstart.c: Refactored and renamed initialization routines to
165        rtems_initialize_data_structures, rtems_initialize_before_drivers,
166        rtems_initialize_device_drivers, and
167        rtems_initialize_start_multitasking. This opened the sequence up so
168        that bootcard() could provide a more robust and flexible framework
169        which is easier to explain and understand. This also lays the
170        groundwork for sharing the division of available memory between the
171        RTEMS workspace and heap and the C library initialization across all
172        BSPs.
173
1742008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * startup/linkcmds, startup/linkcmds.sim: Add wildcard to
177        gcc_except_table section so programs compiled with gcc 4.3.x can
178        link.
179
1802007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
183        Configuration Table. Use the RTEMS provided accessor macros to obtain
184        configuration fields.
185
1862007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
189        from CPU Table to Configuration Table. Eliminate CPU Table from all
190        ports. Delete references to CPU Table in all forms.
191
1922007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
195        Table fields to the Configuration Table. This included
196        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
197        do_zero_of_workspace, extra_mpci_receive_server_stack,
198        stack_allocate_hook, and stack_free_hook. As a side-effect of this
199        effort some multiprocessing code was made conditional and some style
200        clean up occurred.
201
2022007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
205        SuperH CPU Table and define another mechanism for drivers to obtain
206        this information.
207
2082007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        * Makefile.am, preinstall.am, startup/linkcmds: Save the old linker
211        script as linkcmds.sim and use one with enough memory to link all
212        tests so we can at least build things.
213        * startup/linkcmds.sim: New file.
214
2152007-05-03      Joel Sherrill <joel@OARcorp.com>
216
217        * startup/linkcmds: Handle .data.* sections. Also change directive
218        placing stack on onchip_ram to make ld happy.
219
2202007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * bsp_specs: Remove qrtems_debug.
223
2242007-04-02      Joel Sherrill <joel@OARcorp.com>
225
226        * Makefile.am: Add dummy printk support so all tests link.
227
2282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
229
230        * configure.ac: New BUG-REPORT address.
231
2322006-11-15      Joel Sherrill <joel@OARcorp.com>
233
234        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
235        file and simplified initialization.
236
2372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * Makefile.am: Remove superfluous -DASM.
240
2412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
242
243        * configure.ac: Require autoconf-2.60. Require automake-1.10.
244
2452006-06-24      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/linkcmds: Add .rela.dyn sections.
248
2492006-03-08      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/linkcmds: Add .gnu.linkonce.b.* section.
252
2532006-02-08      Joel Sherrill <joel@OARcorp.com>
254
255        * startup/linkcmds: Add sections required by newer gcc versions.
256
2572006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * Makefile.am: Add preinstall.am.
260
2612005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * include/bsp.h: New header guard.
264
2652005-05-20      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * Makefile.am: Add SHGEN.
268        * startup/linkcmds: Add missing sections.
269
2702005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
273
2742005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * Makefile.am: Remove build-variant support.
277
2782004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * configure.ac: Require automake > 1.9.
281
2822004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
283
284        PR 610/bsps
285        * Makefile.am: Add include/tm27.h, Cosmetics.
286        * include/tm27.h: Final cosmetics.
287
2882004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
289
290        * include/bsp.h: Split out tmtest27 support.
291        * include/tm27.h: New.
292
2932004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
294
295        PR 613/bsps
296        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
297
2982004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
299
300        PR 614/bsps
301        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
302
3032004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
304
305        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
306
3072004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
308
309        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
310        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
311        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
312
3132004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
314
315        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
316        using c99 fixed size types.
317
3182004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Reflect changes to bsp.am.
321        Preinstall dist_project_lib*.
322
3232004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Reflect changes to bsp.am.
326
3272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
330
3312004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Pickup files from ../../sh/shared instead of
334        ../shared. Reformat.
335
3362004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Cosmetics.
339
3402004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
343        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
344        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
345        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
346        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
347        trap34/Makefile.am: Remove.
348        * configure.ac: Reflect changes above.
349
3502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
353        Add RTEMS_PROG_CCAS.
354
3552004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Add PREINSTALL_DIRS.
358        * wrapup/Makefile.am: Reflect changes to libcpu.
359
3602004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * clock/Makefile.am: Remove bogus EXTRA_DIST.
363        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
364        * wrapup/Makefile.am: Reflect changes to libcpu.
365
3662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
369        Add PRE/TMPINSTALL_FILES to CLEANFILES.
370        * startup/Makefile.am: Ditto.
371
3722004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * start/Makefile.am: Remove.
375        * Makefile.am: Merge-in start/Makefile.am.
376        * configure.ac: Reflect changes above.
377
3782004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * start/regs.S: Remove.
381
3822004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * wrapup/Makefile.am: Eliminate $(LIB).
385        Use noinst_DATA to trigger building libbsp.a.
386
3872003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
390        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
391
3922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
395        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
396
3972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
400
4012003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * start/Makefile.am: Misc cleanups and fixes.
404        * startup/Makefile.am: Misc cleanups and fixes.
405        * wrapup/Makefile.am: Misc cleanups and fixes.
406
4072003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Add preinstallation dirstamp support.
410        * clock/Makefile.am: Cosmetics.
411        * console/Makefile.am: Cosmetics.
412        * gdbsci/Makefile.am: Cosmetics.
413        * scitab/Makefile.am: Cosmetics.
414        * startup/Makefile.am: Cosmetics.
415        * trap34/Makefile.am: Cosmetics.
416        * wrapup/Makefile.am: Cosmetics.
417
4182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * clock/Makefile.am: Remove all-local: $(ARCH).
421        * console/Makefile.am: Remove all-local: $(ARCH).
422        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
423        * scitab/Makefile.am: Remove all-local: $(ARCH).
424        * start/Makefile.am: Remove all-local: $(ARCH).
425        * startup/Makefile.am: Remove all-local: $(ARCH).
426        * trap34/Makefile.am: Remove all-local: $(ARCH).
427        * wrapup/Makefile.am: Remove all-local: $(ARCH).
428
4292003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: Merge-in include/Makefile.am.
432        Reflect changes to bsp.am.
433        * include/Makefile.am: Remove.
434        * configure.ac: Reflect changes above.
435
4362003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * bsp_specs: Remove *lib:.
439
4402003-09-04      Joel Sherrill <joel@OARcorp.com>
441
442        * include/bsp.h, start/start.S, startup/bspstart.c,
443        trap34/console-io.c: URL for license changed.
444
4452003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: Reflect having moved aclocal/.
448
4492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * Makefile.am: Reflect having moved automake/.
452        * clock/Makefile.am: Reflect having moved automake/.
453        * console/Makefile.am: Reflect having moved automake/.
454        * gdbsci/Makefile.am: Reflect having moved automake/.
455        * include/Makefile.am: Reflect having moved automake/.
456        * scitab/Makefile.am: Reflect having moved automake/.
457        * start/Makefile.am: Reflect having moved automake/.
458        * startup/Makefile.am: Reflect having moved automake/.
459        * trap34/Makefile.am: Reflect having moved automake/.
460        * wrapup/Makefile.am: Reflect having moved automake/.
461
4622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
465
4662003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        PR 445/bsps
469        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
470        Remove cpp, old_cpp (now unused).
471
4722003-06-13      Joel Sherrill <joel@OARcorp.com>
473
474        * startup/linkcmds: Removed warnings.
475
4762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: Remove AC_CONFIG_AUX_DIR.
479
4802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
483
4842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: AC_PREREQ(2.57).
487
4882003-01-28      Joel Sherrill <joel@OARcorp.com>
489
490        * startup/linkcmds: Fix to work around truncated section names.
491
4922003-01-20      Joel Sherrill <joel@OARcorp.com>
493
494        * startup/linkcmds*: Add FreeBSD sysctl() sections.
495
4962003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
499        Eliminate unused GENERIC_FILES.
500
5012003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
504        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
505        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
506        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
507        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
508        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
509        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
510
5112002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * start/Makefile.am: Use install-data-local to install startfile.
514
5152002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
518
5192002-11-07      Joel Sherrill <joel@OARcorp.com>
520
521        * startup/linkcmds: Include all .rodata* sections.
522
5232002-11-01      Joel Sherrill <joel@OARcorp.com>
524
525        * gdbsci/gdbsci.c: Removed warnings.
526
5272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * .cvsignore: Reformat.
530        Add autom4te*cache.
531        Remove autom4te.cache.
532
5332002-09-14      Joel Sherrill <joel@OARcorp.com>
534
535        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
536        of all calls to bsp_libc_init() resulted in some cleanup here.
537
5382002-08-21      Joel Sherrill <joel@OARcorp.com>
539
540        * bsp_specs: Added support for -nostdlibs.
541
5422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
545        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
546
5472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
551        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
552        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
553        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
554        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
555        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
556
5572002-07-25      Joel Sherrill <joel@OARcorp.com>
558
559        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
560        to remove problems linking empty main(){} with BSP.
561
5622002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * start/Makefile.am: Eliminate PGM.
565        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
566
5672002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
570
5712002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
574        Remove $(OBJS) from all-local.
575
5762002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * wrapup/Makefile.am: Add $(LIB) to all-local.
579
5802002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
583
5842001-05-09      Joel Sherrill <joel@OARcorp.com>
585
586        * startup/linkcmds: In support of gcc 3.1, added one of more
587        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
588        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
589        and direction of segments to memory regions may also have been
590        addressed.  This was a sweep across all BSPs.
591 
5922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.ac:
595        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
596        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
597        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * Makefile.am: Remove AUTOMAKE_OPTIONS.
599        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
600        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
604        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
605        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
606        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
607
6082001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
611        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
612        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
613        CPU_FILES.
614
6152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
618
6192001-10-12      Joel Sherrill <joel@OARcorp.com>
620
621        * start/start.S: Fixed typo.
622
6232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
626        * configure.in: Remove.
627        * configure.ac: New file, generated from configure.in by autoupdate.
628
6292001-09-27      Joel Sherrill <joel@OARcorp.com>
630
631        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
632
6332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * include/Makefile.am: Use 'CLEANFILES ='.
636        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
637
6382001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * configure.in: Add bspopts.h.
641        * include/.cvsignore: Add bspopts.h*, stamp-h*.
642        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
643        * include/bsp.h: Include bspopts.h.
644        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
645
6462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
647
648        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
649        bspopts.h handling to other sh-BSPs.
650        * include/.cvsignore: Add stamp-h*, bspopts.h*.
651        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
652        * startup/bspstart.c: Reworked, based on the amos BSP.
653
6542001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * scitab/.cvsignore: Add.
657        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
658        bspopt.h.
659        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
660        * README: Update.
661        * bsp_specs: copy from gensh1
662
6632001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
666        * include/gdbsci.h: New file.
667        * include/.cvsignore: Add stamp-h? and bspopts.h*.
668        * console/Makefile.am: Use shared/console.c.
669        * console/console-io.c, console/console-support.S: Remove.
670
6712001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * gdbsci/, scitab/, trap34/: Add directories.
674
6752001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * Makefile.am, README, console/console-io.c, start/start.S,
678        startup/linkcmds: Update to make shsim closer to functional.
679
6802001-01-03      Joel Sherrill <joel@OARcorp.com>
681
682        * console/console-io.c: Added console_initialize_hardware().
683
6842000-11-27      Joel Sherrill <joel@OARcorp.com>
685
686        * The shsim is for the SH simulator in gdb. It should be able
687        to be used with multiple SH CPU models.
688        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
689        configure.in, clock/.cvsignore, clock/Makefile.am,
690        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
691        console/console-io.c, console/console-support.S,
692        include/.cvsignore, include/Makefile.am, include/bsp.h,
693        start/.cvsignore, start/Makefile.am, start/regs.S,
694        start/start.S, startup/.cvsignore, startup/Makefile.am,
695        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
696        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.