Changeset 5bb00a8 in rtems for c/src/lib/libbsp/mips64orion
- Timestamp:
- 09/11/96 19:13:44 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0971cd5
- Parents:
- 9c0d032
- Location:
- c/src/lib/libbsp/mips64orion/p4000
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips64orion/p4000/console/console.c
r9c0d032 r5bb00a8 27 27 * notice must appear in all copies of this file and its derivatives. 28 28 * 29 * console.c,v 1.4 1995/12/05 19:23:02 joel Exp29 * $Id$ 30 30 */ 31 31 -
c/src/lib/libbsp/mips64orion/p4000/console/led.S
r9c0d032 r5bb00a8 1 /* 2 * $Id$ 3 */ 1 4 2 5 #include <rtems/score/iregdef.h> -
c/src/lib/libbsp/mips64orion/p4000/include/bsp.h
r9c0d032 r5bb00a8 13 13 * notice must appear in all copies of this file and its derivatives. 14 14 * 15 * bsp.h,v 1.4 1995/09/11 19:29:04 joel Exp15 * $Id$ 16 16 */ 17 17 /* @(#)bsp.h 03/15/96 1.1 */ … … 63 63 * Simple spin delay in microsecond units for device drivers. 64 64 * This is very dependent on the clock speed of the target. 65 * 66 * NOTE: This macro generates a warning like "integer constant out 67 * of range" which is safe to ignore. In 64 bit mode, unsigned32 68 * types are actually 64 bits long so that comparisons between 69 * unsigned32 types and pointers are valid. The warning is caused 70 * by code in the delay macro that is necessary for 64 bit mode. 65 71 */ 66 72 -
c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h
r9c0d032 r5bb00a8 23 23 * notice must appear in all copies of this file and its derivatives. 24 24 * 25 * coverhd.h,v 1.2 1995/05/31 16:56:15 joel Exp25 * $Id$ 26 26 */ 27 27 /* @(#)coverhd.h 04/08/96 1.3 */ -
c/src/lib/libbsp/mips64orion/p4000/liblnk/lnklib.S
r9c0d032 r5bb00a8 1 /* 2 * $Id$ 3 */ 4 1 5 #include <rtems/score/iregdef.h> 2 6 #include <rtems/score/idtcpu.h> -
c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c
r9c0d032 r5bb00a8 16 16 * notice must appear in all copies of this file and its derivatives. 17 17 * 18 * bspclean.c,v 1.2 1995/05/31 16:56:27 joel Exp18 * $Id$ 19 19 */ 20 20 21 #ifndef lint 21 22 static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n"; -
c/src/lib/libbsp/mips64orion/p4000/startup/idtmem.S
r9c0d032 r5bb00a8 21 21 LICENSED MATERIAL - PROGRAM PROPERTY OF IDT 22 22 23 $Id$ 24 23 25 */ 24 26 … … 40 42 #include <rtems/score/idtcpu.h> 41 43 #include <rtems/score/idtmon.h> 42 /* #include <rtems/score/saunder.h> XXX - missing*/43 44 44 45 45 .data -
c/src/lib/libbsp/mips64orion/p4000/startup/linkcmds
r9c0d032 r5bb00a8 1 /* @(#)linkcmds 04/08/96 1.2 */ 1 /* 2 * $Id$ 3 */ 4 2 5 OUTPUT_FORMAT("elf32-bigmips") 3 6 OUTPUT_ARCH(mips) -
c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c
r9c0d032 r5bb00a8 21 21 * notice must appear in all copies of this file and its derivatives. 22 22 * 23 * setvec.c,v 1.2 1995/05/31 16:56:35 joel Exp23 * $Id$ 24 24 */ 25 25
Note: See TracChangeset
for help on using the changeset viewer.