Changeset 9f87484 in rtems
- Timestamp:
- 01/22/01 14:12:51 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a93baa43
- Parents:
- 4dd1aa5
- Location:
- c/src/lib/libbsp/sh/gensh2
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh2/ChangeLog
r4dd1aa5 r9f87484 1 2001-01-22 Radzislaw Galler <rgaller@et.put.poznan.pl> 2 3 * README.EVB7045F: New file. 4 * README: Additions and corrections. 5 * include/bsp.h: Switch console to sci0. 6 1 7 2001-01-05 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/lib/libbsp/sh/gensh2/README
r4dd1aa5 r9f87484 4 4 # Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de) 5 5 # Adapted by: John Mills (jmills@tga.com) 6 # 6 # Corrections: Radzislaw Galler (rgaller@et.put.poznan.pl) 7 7 8 8 9 BSP NAME: generic SH2 (gensh2) … … 19 20 =========== 20 21 TIMERS: on-chip 21 RESOLUTION: cf. Hitachi SH 704X Hardware Manual (Phi/ 4)22 RESOLUTION: cf. Hitachi SH 704X Hardware Manual (Phi/16) 22 23 SERIAL PORTS: on-chip (with 2 ports) 23 24 REAL-TIME CLOCK: none … … 33 34 SHMSUPP: default 34 35 TIMER DRIVER: on-chip timer 35 TTY DRIVER: /dev/ null (stub)36 TTY DRIVER: /dev/console 36 37 37 38 STDIO 38 39 ===== 39 PORT: /dev/ null (stub)40 PORT: /dev/sci1 40 41 ELECTRICAL: n/a 41 42 BAUD: n/a … … 47 48 ===== 48 49 49 (1) Only stub console driver available at the moment. 50 Driver for the on-chip serial devices (sci) will be available soon. 51 52 (2) The present 'hw_init.c' file provides 'early_hw_init'(void) which 50 (1) The present 'hw_init.c' file provides 'early_hw_init'(void) which 53 51 is normally called from 'start.S' to provide such minimal HW setup 54 52 as is conveniently written in 'C' and can make use of global -
c/src/lib/libbsp/sh/gensh2/include/bsp.h
r4dd1aa5 r9f87484 61 61 #else 62 62 #include <sh/sci.h> 63 #define BSP_CONSOLE_DEVNAME "/dev/sci 1"63 #define BSP_CONSOLE_DEVNAME "/dev/sci0" 64 64 #define BSP_CONSOLE_DRIVER_TABLE_ENTRY DEVSCI_DRIVER_TABLE_ENTRY 65 65 #endif
Note: See TracChangeset
for help on using the changeset viewer.