Changeset 9f87484 in rtems


Ignore:
Timestamp:
01/22/01 14:12:51 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a93baa43
Parents:
4dd1aa5
Message:

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

  • README.EVB7045F: New file.
  • README: Additions and corrections.
  • include/bsp.h: Switch console to sci0.
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  
     12001-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
    172001-01-05      Joel Sherrill <joel@OARcorp.com>
    28
  • c/src/lib/libbsp/sh/gensh2/README

    r4dd1aa5 r9f87484  
    44#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
    55#  Adapted by: John Mills (jmills@tga.com)
    6 #
     6#  Corrections: Radzislaw Galler (rgaller@et.put.poznan.pl)
     7
    78
    89BSP NAME:           generic SH2 (gensh2)
     
    1920===========
    2021TIMERS:             on-chip
    21   RESOLUTION:         cf. Hitachi SH 704X Hardware Manual (Phi/4)
     22  RESOLUTION:         cf. Hitachi SH 704X Hardware Manual (Phi/16)
    2223SERIAL PORTS:       on-chip (with 2 ports)
    2324REAL-TIME CLOCK:    none
     
    3334SHMSUPP:            default
    3435TIMER DRIVER:       on-chip timer
    35 TTY DRIVER:         /dev/null (stub)
     36TTY DRIVER:         /dev/console
    3637
    3738STDIO
    3839=====
    39 PORT:               /dev/null (stub)
     40PORT:               /dev/sci1
    4041ELECTRICAL:         n/a
    4142BAUD:               n/a
     
    4748=====
    4849
    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
    5351    is normally called from 'start.S' to provide such minimal HW setup
    5452    as is conveniently written in 'C' and can make use of global
  • c/src/lib/libbsp/sh/gensh2/include/bsp.h

    r4dd1aa5 r9f87484  
    6161#else
    6262#include <sh/sci.h>
    63 #define BSP_CONSOLE_DEVNAME "/dev/sci1"
     63#define BSP_CONSOLE_DEVNAME "/dev/sci0"
    6464#define BSP_CONSOLE_DRIVER_TABLE_ENTRY DEVSCI_DRIVER_TABLE_ENTRY
    6565#endif
Note: See TracChangeset for help on using the changeset viewer.