summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/ChangeLog
blob: 51dd0081d36bbb96530ccd1d2bc5be1149bba2a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
2001-05-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* scitab/.cvsignore: Add.
	* configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
	bspopt.h.
	* include/bsp.h: Complete rewrite based on the AMOS-BSP.
	* README: Update.
	* bsp_specs: copy from gensh1

2001-01-29	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Add scitab, gdbsci to SUBDIRS.
	* include/gdbsci.h: New file.
	* include/.cvsignore: Add stamp-h? and bspopts.h*.
	* console/Makefile.am: Use shared/console.c.
	* console/console-io.c, console/console-support.S: Remove.

2001-01-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* gdbsci/, scitab/, trap34/: Add directories.

2001-01-24	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am, README, console/console-io.c, start/start.S,
	startup/linkcmds: Update to make shsim closer to functional.

2001-01-03	Joel Sherrill <joel@OARcorp.com>

	* console/console-io.c: Added console_initialize_hardware().

2000-11-27	Joel Sherrill <joel@OARcorp.com>

	* The shsim is for the SH simulator in gdb. It should be able
	to be used with multiple SH CPU models.
	* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
	configure.in, clock/.cvsignore, clock/Makefile.am,
	clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
	console/console-io.c, console/console-support.S,
	include/.cvsignore, include/Makefile.am, include/bsp.h,
	start/.cvsignore, start/Makefile.am, start/regs.S,
	start/start.S, startup/.cvsignore, startup/Makefile.am,
	startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
	wrapup/Makefile.am: New files.