summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh2/README
blob: c05974f4cb8fbdd43a52d5fe3cc36e5b04ddff13 (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
58
59
60
#
#  $Id$
#
#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
#  Adapted by: John Mills (jmills@tga.com)
#  Corrections: Radzislaw Galler (rgaller@et.put.poznan.pl)


BSP NAME:           generic SH2 (gensh2)
BOARD:              EVB7045F (note 2)
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/16)
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/console

STDIO
=====
PORT:               /dev/sci0
ELECTRICAL:         SCI0
BAUD:               9600
BITS PER CHARACTER: 8
PARITY:             NONE
STOP BITS:          1

NOTES
=====

(1) The present 'hw_init.c' file provides 'early_hw_init'(void) which
    is normally called from 'start.S' to provide such minimal HW setup
    as is conveniently written in 'C' and can make use of global
    symbols for 7045F processor elements. It also provides
    'void bsp_hw_init (void)' normally called from 'bspstart.c', shortly
    before RTEMS itself is started.

    These are both minimal functions intended to support the RTEMS test
    suites.

(2) See README.EVB7045F