summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh2/README
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh2/README')
-rw-r--r--bsps/sh/gensh2/README57
1 files changed, 57 insertions, 0 deletions
diff --git a/bsps/sh/gensh2/README b/bsps/sh/gensh2/README
new file mode 100644
index 0000000000..eceb272853
--- /dev/null
+++ b/bsps/sh/gensh2/README
@@ -0,0 +1,57 @@
+# 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