Changeset c4808ca in rtems for c/src/exec/score/cpu/sparc


Ignore:
Timestamp:
10/31/95 21:28:16 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
eedbfd9
Parents:
9700578
Message:

typos fixed

Location:
c/src/exec/score/cpu/sparc
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/sparc/README

    r9700578 rc4808ca  
    109109from FP Task A to non-FP Task B and then to FP Task C.  In this scenario,
    110110the floating point state must technically be saved by a non-FP task.
    111 
    112 
    113 
    114 
    115 
    116 
    117 
    118 
  • c/src/exec/score/cpu/sparc/cpu.c

    r9700578 rc4808ca  
    11/*
    22 *  SPARC Dependent Source
     3 *
     4 *  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
     5 *  On-Line Applications Research Corporation (OAR).
     6 *  All rights assigned to U.S. Government, 1994.
     7 *
     8 *  This material may be reproduced by or for the U.S. Government pursuant
     9 *  to the copyright license under the clause at DFARS 252.227-7013.  This
     10 *  notice must appear in all copies of this file and its derivatives.
     11 *
     12 *  Ported to ERC32 implementation of the SPARC by On-Line Applications
     13 *  Research Corporation (OAR) under contract to the European Space
     14 *  Agency (ESA).
     15 *
     16 *  ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
     17 *  European Space Agency.
    318 *
    419 *  $Id$
  • c/src/exec/score/cpu/sparc/cpu.h

    r9700578 rc4808ca  
    33 *  This include file contains information pertaining to the port of
    44 *  the executive to the SPARC processor.
     5 *
     6 *  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
     7 *  On-Line Applications Research Corporation (OAR).
     8 *  All rights assigned to U.S. Government, 1994.
     9 *
     10 *  This material may be reproduced by or for the U.S. Government pursuant
     11 *  to the copyright license under the clause at DFARS 252.227-7013.  This
     12 *  notice must appear in all copies of this file and its derivatives.
     13 *
     14 *  Ported to ERC32 implementation of the SPARC by On-Line Applications
     15 *  Research Corporation (OAR) under contract to the European Space
     16 *  Agency (ESA).
     17 *
     18 *  ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
     19 *  European Space Agency.
    520 *
    621 *  $Id$
  • c/src/exec/score/cpu/sparc/cpu_asm.s

    r9700578 rc4808ca  
    44 *  in an specific CPU port of RTEMS.  These algorithms must be implemented
    55 *  in assembly language.
     6 *
     7 *  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
     8 *  On-Line Applications Research Corporation (OAR).
     9 *  All rights assigned to U.S. Government, 1994.
     10 *
     11 *  This material may be reproduced by or for the U.S. Government pursuant
     12 *  to the copyright license under the clause at DFARS 252.227-7013.  This
     13 *  notice must appear in all copies of this file and its derivatives.
     14 *
     15 *  Ported to ERC32 implementation of the SPARC by On-Line Applications
     16 *  Research Corporation (OAR) under contract to the European Space
     17 *  Agency (ESA).
     18 *
     19 *  ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
     20 *  European Space Agency.
    621 *
    722 *  $Id$
  • c/src/exec/score/cpu/sparc/erc32.h

    r9700578 rc4808ca  
    1818 *           + Memory Control Register
    1919 *           + Interrupt Control
     20 *
     21 *  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
     22 *  On-Line Applications Research Corporation (OAR).
     23 *  All rights assigned to U.S. Government, 1994.
     24 *
     25 *  This material may be reproduced by or for the U.S. Government pursuant
     26 *  to the copyright license under the clause at DFARS 252.227-7013.  This
     27 *  notice must appear in all copies of this file and its derivatives.
     28 *
     29 *  Ported to ERC32 implementation of the SPARC by On-Line Applications
     30 *  Research Corporation (OAR) under contract to the European Space
     31 *  Agency (ESA).
     32 *
     33 *  ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
     34 *  European Space Agency.
    2035 *
    2136 *  $Id$
  • c/src/exec/score/cpu/sparc/rtems.s

    r9700578 rc4808ca  
    33 *  This file contains the single entry point code for
    44 *  the SPARC port of RTEMS.
     5 *
     6 *  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
     7 *  On-Line Applications Research Corporation (OAR).
     8 *  All rights assigned to U.S. Government, 1994.
     9 *
     10 *  This material may be reproduced by or for the U.S. Government pursuant
     11 *  to the copyright license under the clause at DFARS 252.227-7013.  This
     12 *  notice must appear in all copies of this file and its derivatives.
     13 *
     14 *  Ported to ERC32 implementation of the SPARC by On-Line Applications
     15 *  Research Corporation (OAR) under contract to the European Space
     16 *  Agency (ESA).
     17 *
     18 *  ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
     19 *  European Space Agency.
    520 *
    621 *  $Id$
  • c/src/exec/score/cpu/sparc/sparc.h

    r9700578 rc4808ca  
    33 *  This include file contains information pertaining to the SPARC
    44 *  processor family.
     5 *
     6 *  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
     7 *  On-Line Applications Research Corporation (OAR).
     8 *  All rights assigned to U.S. Government, 1994.
     9 *
     10 *  This material may be reproduced by or for the U.S. Government pursuant
     11 *  to the copyright license under the clause at DFARS 252.227-7013.  This
     12 *  notice must appear in all copies of this file and its derivatives.
     13 *
     14 *  Ported to ERC32 implementation of the SPARC by On-Line Applications
     15 *  Research Corporation (OAR) under contract to the European Space
     16 *  Agency (ESA).
     17 *
     18 *  ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
     19 *  European Space Agency.
    520 *
    621 *  $Id$
  • c/src/exec/score/cpu/sparc/sparctypes.h

    r9700578 rc4808ca  
    33 *  This include file contains type definitions pertaining to the
    44 *  SPARC processor family.
     5 *
     6 *  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
     7 *  On-Line Applications Research Corporation (OAR).
     8 *  All rights assigned to U.S. Government, 1994.
     9 *
     10 *  This material may be reproduced by or for the U.S. Government pursuant
     11 *  to the copyright license under the clause at DFARS 252.227-7013.  This
     12 *  notice must appear in all copies of this file and its derivatives.
     13 *
     14 *  Ported to ERC32 implementation of the SPARC by On-Line Applications
     15 *  Research Corporation (OAR) under contract to the European Space
     16 *  Agency (ESA).
     17 *
     18 *  ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995.
     19 *  European Space Agency.
    520 *
    621 *  $Id$
Note: See TracChangeset for help on using the changeset viewer.