summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh2/README
blob: bd78418fc8737778d2040efe020a5d907912bd6f (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
#  $Id$
#
#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
#  Adapted by: John Mills (jmills@tga.com)
#

BSP NAME:           generic SH2 (gensh2)
BOARD:              n/a
BUS:                n/a
CPU FAMILY:         Hitachi SH
CPU:                SH 7045F
COPROCESSORS:	    none
MODE:               n/a

DEBUG MONITOR:      gdb

PERIPHERALS
===========
TIMERS:             on-chip
  RESOLUTION:         cf. Hitachi SH 704X Hardware Manual (Phi/4)
SERIAL PORTS:       on-chip (with 2 ports)
REAL-TIME CLOCK:    none
DMA:                not used
VIDEO:              none
SCSI:               none
NETWORKING:         none

DRIVER INFORMATION
==================
CLOCK DRIVER:       on-chip timer
IOSUPP DRIVER:      default
SHMSUPP:            default
TIMER DRIVER:       on-chip timer
TTY DRIVER:         /dev/null (stub)

STDIO
=====
PORT:               /dev/null (stub)
ELECTRICAL:         n/a
BAUD:               n/a
BITS PER CHARACTER: n/a
PARITY:             n/a
STOP BITS:          n/a

NOTES
=====

(1) Only stub console driver available at the moment.
    Driver for the on-chip serial devices (sci) will be available soon.

(2) The present 'hw_init.c' file is incomplete and does not set all
    registers required for serial I/O. The effect is that the sci devices
    are 'muted' and do not successfully transmit characters to the respective
    I/O lines on the SH7045F.  If these ports have been properly initialized,
    they are not disabled by the current code. A two-part initialization will
    be available soon.