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

4.104.114.84.95
Last change on this file since b9f84f1 was b9f84f1, checked in by Joel Sherrill <joel.sherrill@…>, on 12/20/01 at 17:25:24

2001-12-19 Ralf Corsepius <corsepiu@…>

  • configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
  • console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
  • wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add CPU_FILES.
  • Property mode set to 100644
File size: 3.0 KB
Line 
12001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
4        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
5        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
6        CPU_FILES.
7
82001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
11
122001-10-12      Joel Sherrill <joel@OARcorp.com>
13
14        * start/start.S: Fixed typo.
15
162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
19        * configure.in: Remove.
20        * configure.ac: New file, generated from configure.in by autoupdate.
21
222001-09-27      Joel Sherrill <joel@OARcorp.com>
23
24        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
25
262001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * include/Makefile.am: Use 'CLEANFILES ='.
29        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
30
312001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.in: Add bspopts.h.
34        * include/.cvsignore: Add bspopts.h*, stamp-h*.
35        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
36        * include/bsp.h: Include bspopts.h.
37        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
38
392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
40
41        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
42        bspopts.h handling to other sh-BSPs.
43        * include/.cvsignore: Add stamp-h*, bspopts.h*.
44        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
45        * startup/bspstart.c: Reworked, based on the amos BSP.
46
472001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * scitab/.cvsignore: Add.
50        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
51        bspopt.h.
52        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
53        * README: Update.
54        * bsp_specs: copy from gensh1
55
562001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
59        * include/gdbsci.h: New file.
60        * include/.cvsignore: Add stamp-h? and bspopts.h*.
61        * console/Makefile.am: Use shared/console.c.
62        * console/console-io.c, console/console-support.S: Remove.
63
642001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * gdbsci/, scitab/, trap34/: Add directories.
67
682001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am, README, console/console-io.c, start/start.S,
71        startup/linkcmds: Update to make shsim closer to functional.
72
732001-01-03      Joel Sherrill <joel@OARcorp.com>
74
75        * console/console-io.c: Added console_initialize_hardware().
76
772000-11-27      Joel Sherrill <joel@OARcorp.com>
78
79        * The shsim is for the SH simulator in gdb. It should be able
80        to be used with multiple SH CPU models.
81        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
82        configure.in, clock/.cvsignore, clock/Makefile.am,
83        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
84        console/console-io.c, console/console-support.S,
85        include/.cvsignore, include/Makefile.am, include/bsp.h,
86        start/.cvsignore, start/Makefile.am, start/regs.S,
87        start/start.S, startup/.cvsignore, startup/Makefile.am,
88        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
89        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.