source: rtems/c/src/lib/libbsp/sh/gensh2/README @ ed3ec25

4.104.114.84.95
Last change on this file since ed3ec25 was 9f87484, checked in by Joel Sherrill <joel.sherrill@…>, on 01/22/01 at 14:12:51

2001-01-22 Radzislaw Galler <rgaller@…>

  • README.EVB7045F: New file.
  • README: Additions and corrections.
  • include/bsp.h: Switch console to sci0.
  • Property mode set to 100644
File size: 1.5 KB
Line 
1#
2#  $Id$
3#
4#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
5#  Adapted by: John Mills (jmills@tga.com)
6#  Corrections: Radzislaw Galler (rgaller@et.put.poznan.pl)
7
8
9BSP NAME:           generic SH2 (gensh2)
10BOARD:              n/a
11BUS:                n/a
12CPU FAMILY:         Hitachi SH
13CPU:                SH 7045F
14COPROCESSORS:       none
15MODE:               n/a
16
17DEBUG MONITOR:      gdb
18
19PERIPHERALS
20===========
21TIMERS:             on-chip
22  RESOLUTION:         cf. Hitachi SH 704X Hardware Manual (Phi/16)
23SERIAL PORTS:       on-chip (with 2 ports)
24REAL-TIME CLOCK:    none
25DMA:                not used
26VIDEO:              none
27SCSI:               none
28NETWORKING:         none
29
30DRIVER INFORMATION
31==================
32CLOCK DRIVER:       on-chip timer
33IOSUPP DRIVER:      default
34SHMSUPP:            default
35TIMER DRIVER:       on-chip timer
36TTY DRIVER:         /dev/console
37
38STDIO
39=====
40PORT:               /dev/sci1
41ELECTRICAL:         n/a
42BAUD:               n/a
43BITS PER CHARACTER: n/a
44PARITY:             n/a
45STOP BITS:          n/a
46
47NOTES
48=====
49
50(1) The present 'hw_init.c' file provides 'early_hw_init'(void) which
51    is normally called from 'start.S' to provide such minimal HW setup
52    as is conveniently written in 'C' and can make use of global
53    symbols for 7045F processor elements. It also provides
54    'void bsp_hw_init (void)' normally called from 'bspstart.c', shortly
55    before RTEMS itself is started.
56
57    These are both minimal functions intended to support the RTEMS test
58    suites.
Note: See TracBrowser for help on using the repository browser.