Changeset 03f2154e in rtems for c/src/lib/libbsp/mips64orion
- Timestamp:
- Apr 22, 1997, 5:20:27 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 84ff7c23
- Parents:
- b91726f
- Location:
- c/src/lib/libbsp/mips64orion/p4000
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips64orion/p4000/console/console.c
rb91726f r03f2154e 19 19 * Derived from c/src/lib/libbsp/no_cpu/no_bsp/console/console.c: 20 20 * 21 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 * All rightsassigned to U.S. Government, 1994.24 * 25 * Th is material may be reproduced by or for the U.S. Government pursuant26 * t o the copyright license under the clause at DFARS 252.227-7013. This27 * notice must appear in all copies of this file and its derivatives.23 * Copyright assigned to U.S. Government, 1994. 24 * 25 * The license and distribution terms for this file may in 26 * the file LICENSE in this distribution or at 27 * http://www.OARcorp.com/rtems/license.html. 28 28 * 29 29 * $Id$ -
c/src/lib/libbsp/mips64orion/p4000/include/bsp.h
rb91726f r03f2154e 5 5 * XXX : put yours in here 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h
rb91726f r03f2154e 15 15 * all calling overhead including passing of arguments. 16 16 * 17 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.17 * COPYRIGHT (c) 1989-1997. 18 18 * On-Line Applications Research Corporation (OAR). 19 * All rightsassigned to U.S. Government, 1994.19 * Copyright assigned to U.S. Government, 1994. 20 20 * 21 * Th is material may be reproduced by or for the U.S. Government pursuant22 * t o the copyright license under the clause at DFARS 252.227-7013. This23 * notice must appear in all copies of this file and its derivatives.21 * The license and distribution terms for this file may in 22 * the file LICENSE in this distribution or at 23 * http://www.OARcorp.com/rtems/license.html. 24 24 * 25 25 * $Id$ -
c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c
rb91726f r03f2154e 8 8 * OUTPUT: NONE 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c
rb91726f r03f2154e 13 13 * address of previous interrupt handler 14 14 * 15 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.15 * COPYRIGHT (c) 1989-1997. 16 16 * On-Line Applications Research Corporation (OAR). 17 * All rightsassigned to U.S. Government, 1994.17 * Copyright assigned to U.S. Government, 1994. 18 18 * 19 * Th is material may be reproduced by or for the U.S. Government pursuant20 * t o the copyright license under the clause at DFARS 252.227-7013. This21 * notice must appear in all copies of this file and its derivatives.19 * The license and distribution terms for this file may in 20 * the file LICENSE in this distribution or at 21 * http://www.OARcorp.com/rtems/license.html. 22 22 * 23 23 * $Id$
Note: See TracChangeset
for help on using the changeset viewer.