source: rtems/c/src/lib/libcpu/sh/sh7750/include/rtems/score/iosh7750.h @ 12ae6d9e

4.104.114.84.95
Last change on this file since 12ae6d9e was 12ae6d9e, checked in by Joel Sherrill <joel.sherrill@…>, on 10/15/01 at 18:01:12

2001-10-15 Ralf Corsepius <corsepiu@…>

  • include/sh4uart.h: move to include/sh/sh4uart.h.
  • include/ispsh7750.h: move to include/rtems/score/ispsh7750.h.
  • include/iosh7750.h: move include/rtems/score/iosh7750.h.
  • include/sh7750_regs.h: move to include/rtems/score/sh7750_regs.h.
  • include/rtems/score/ipl.h: move to include/rtems/score/ipl.h.
  • include/rtems/score/sh4_regs.h: Reintroduce from Alexandra Kossovsky's original sources.
  • include/Makefile.am: reflect changes above, remove EXTRA_DIST, require automake 1.5.
  • sci/Makefile.am: Disable compilation of console.c.
  • sci/sh4uart.c: include <sh/sh4uart.h>, add SH7750_SCSMR_CHK_S, remove SH4_CPU_HZ_Frequency;
  • score/isph7750.c: Remove #if !defined(sh7750), include sh4_regs.h.
  • Property mode set to 100644
File size: 1.5 KB
Line 
1/*
2 *  This include file contains information pertaining to the Hitachi SH
3 *  processor.
4 *
5 *  NOTE: NOT ALL VALUES HAVE BEEN CHECKED !!
6 *
7 *  Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de) and
8 *           Bernd Becker (becker@faw.uni-ulm.de)
9 *
10 *  Based on "iosh7030.h" distributed with Hitachi's EVB's tutorials, which
11 *  contained no copyright notice.
12 *
13 *  COPYRIGHT (c) 1997-1998, FAW Ulm, Germany
14 *
15 *  This program is distributed in the hope that it will be useful,
16 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
17 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 *
19 *
20 *  COPYRIGHT (c) 1998.
21 *  On-Line Applications Research Corporation (OAR).
22 *
23 *  The license and distribution terms for this file may be
24 *  found in the file LICENSE in this distribution or at
25 *  http://www.OARcorp.com/rtems/license.html.
26 *
27 *      Modified to reflect on-chip registers for sh7045 processor, based on
28 *      "Register.h" distributed with Hitachi's EVB7045F tutorials, and which
29 *  contained no copyright notice:
30 *      John M. Mills (jmills@tga.com)
31 *      TGA Technologies, Inc.
32 *  100 Pinnacle Way, Suite 140
33 *      Norcross, GA 30071 U.S.A.
34 *      August, 1999
35 *
36 *      This modified file may be copied and distributed in accordance
37 *      the above-referenced license. It is provided for critique and
38 *      developmental purposes without any warranty nor representation
39 *      by the authors or by TGA Technologies.
40 *
41 *  $Id$
42 */
43
44#ifndef __IOSH7750_H
45#define __IOSH7750_H
46
47#include <rtems/score/sh7750_regs.h>
48
49#endif
Note: See TracBrowser for help on using the repository browser.