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

4.104.114.84.95
Last change on this file since 646e0008 was ede9699c, checked in by Joel Sherrill <joel.sherrill@…>, on 08/16/01 at 21:07:41

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

  • include/bsp.h: Disabled redefinition of CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
  • console/config.c: New file. Definitions of externs referenced from libbsp/shared/console.c.
  • console/Makefile.am: Changed VPATH to point to libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
  • 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:              EVB7045F (note 2)
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/sci0
41ELECTRICAL:         SCI0
42BAUD:               9600
43BITS PER CHARACTER: 8
44PARITY:             NONE
45STOP BITS:          1
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.
59
60(2) See README.EVB7045F
Note: See TracBrowser for help on using the repository browser.