URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [sh/] [gensh2/] [README] - Rev 1765
Compare with Previous | Blame | View Log
## README,v 1.5 2001/08/16 21:07:41 joel Exp## 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/aCPU FAMILY: Hitachi SHCPU: SH 7045FCOPROCESSORS: noneMODE: n/aDEBUG MONITOR: gdbPERIPHERALS===========TIMERS: on-chipRESOLUTION: cf. Hitachi SH 704X Hardware Manual (Phi/16)SERIAL PORTS: on-chip (with 2 ports)REAL-TIME CLOCK: noneDMA: not usedVIDEO: noneSCSI: noneNETWORKING: noneDRIVER INFORMATION==================CLOCK DRIVER: on-chip timerIOSUPP DRIVER: defaultSHMSUPP: defaultTIMER DRIVER: on-chip timerTTY DRIVER: /dev/consoleSTDIO=====PORT: /dev/sci0ELECTRICAL: SCI0BAUD: 9600BITS PER CHARACTER: 8PARITY: NONESTOP BITS: 1NOTES=====(1) The present 'hw_init.c' file provides 'early_hw_init'(void) whichis normally called from 'start.S' to provide such minimal HW setupas is conveniently written in 'C' and can make use of globalsymbols for 7045F processor elements. It also provides'void bsp_hw_init (void)' normally called from 'bspstart.c', shortlybefore RTEMS itself is started.These are both minimal functions intended to support the RTEMS testsuites.(2) See README.EVB7045F
