Changeset 2ea8df3 in rtems
- Timestamp:
- 10/27/99 16:27:34 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ae7325bd
- Parents:
- f08a5596
- Location:
- c/src/lib/libbsp/i960/rxgen960
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i960/rxgen960/include/rxgen960_config.h
rf08a5596 r2ea8df3 1 /* PMC901 specific configuration values */ 1 /* 2 * PMC901 specific configuration values 3 * 4 * $Id$ 5 */ 6 2 7 #ifndef __PMC901_CONFIG__ 3 8 #define __PMC901_CONFIG__ -
c/src/lib/libbsp/i960/rxgen960/startup/asmfault.S
rf08a5596 r2ea8df3 1 /* 2 * $Id$ 3 */ 4 1 5 /* 2 6 * asmfault.s -
c/src/lib/libbsp/i960/rxgen960/startup/asmfault.h
rf08a5596 r2ea8df3 3 3 /* Last change : 3.11.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _ASMFAULT_H_ 6 10 #define _ASMFAULT_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/asmstub.S
rf08a5596 r2ea8df3 1 # 2 # $Id$ 3 # 4 1 5 ####################################### 2 6 # asmstub.s # -
c/src/lib/libbsp/i960/rxgen960/startup/asmstub.h
rf08a5596 r2ea8df3 3 3 /* Last change : 20. 1.95 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _ASMSTUB_H_ 6 10 #define _ASMSTUB_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.c
rf08a5596 r2ea8df3 3 3 /* Last change : 7.10.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #include "i960RP.h" 6 10 #include "cntrltbl.h" -
c/src/lib/libbsp/i960/rxgen960/startup/cntrltbl.h
rf08a5596 r2ea8df3 3 3 /* Last change : 11. 1.95 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _CNTRLTBL_H_ 6 10 #define _CNTRLTBL_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/dram.ld
rf08a5596 r2ea8df3 5 5 * To build ROM based i960 image. 6 6 *------------------------------------*/ 7 /* 8 * $Id$ 9 */ 10 7 11 8 12 -
c/src/lib/libbsp/i960/rxgen960/startup/fault.c
rf08a5596 r2ea8df3 3 3 /* Last change : 13. 7.95 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #include "prcb.h" 6 10 #include "i960.h" -
c/src/lib/libbsp/i960/rxgen960/startup/fault.h
rf08a5596 r2ea8df3 3 3 /* Last change : 2.11.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _FAULT_H_ 6 10 #define _FAULT_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/faultret.h
rf08a5596 r2ea8df3 3 3 /* Last change : 3.11.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _FAULTRET_H_ 6 10 #define _FAULTRET_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/flttbl.c
rf08a5596 r2ea8df3 3 3 /* Last change : 3.11.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #include "i960.h" 6 10 #include "string.h" -
c/src/lib/libbsp/i960/rxgen960/startup/flttbl.h
rf08a5596 r2ea8df3 3 3 /* Last change : 3.11.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _FLTTBL_H_ 6 10 #define _FLTTBL_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/frmstr.c
rf08a5596 r2ea8df3 3 3 /* Last change : 14.10.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #include "frmstr.h" 6 10 /*-------------------------------------*/ -
c/src/lib/libbsp/i960/rxgen960/startup/frmstr.h
rf08a5596 r2ea8df3 1 2 /* frmstr.h 3 * Interface to procedures used to implement 4 * the printf group. 5 */ 1 /* frmstr.h 2 * Interface to procedures used to implement 3 * the printf group. 4 * 5 * $Id$ 6 */ 6 7 7 8 #ifndef _FRMSTR_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/i960.h
rf08a5596 r2ea8df3 3 3 /* Last change : 3.11.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _I960_H_ 6 10 #define _I960_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/ihandler.S
rf08a5596 r2ea8df3 1 # 2 # $Id$ 3 # 4 1 5 ####################################### 2 6 # ihandler.s # -
c/src/lib/libbsp/i960/rxgen960/startup/ihandler.h
rf08a5596 r2ea8df3 3 3 /* Last change : 12.10.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _IHANDLER_H_ 6 10 #define _IHANDLER_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.c
rf08a5596 r2ea8df3 3 3 /* Last change : 12.10.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #include "ihandler.h" 6 10 #include "intrtbl.h" -
c/src/lib/libbsp/i960/rxgen960/startup/intrtbl.h
rf08a5596 r2ea8df3 3 3 /* Last change : 12.10.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _INTRTBL_H_ 6 10 #define _INTRTBL_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/kkprintf.c
rf08a5596 r2ea8df3 1 1 /* 2 a safe version of printf that might be useful for debugging parts that 3 are known to have problems e.g. with printf() e.t.c. 4 */ 2 * a safe version of printf that might be useful for debugging parts that 3 * are known to have problems e.g. with printf() e.t.c. 4 * 5 * $Id$ 6 */ 7 5 8 #include <_ansi.h> 6 9 #ifdef _HAVE_STDC -
c/src/lib/libbsp/i960/rxgen960/startup/linkcmds
rf08a5596 r2ea8df3 5 5 * To build ROM based i960 image. 6 6 *------------------------------------*/ 7 8 /* 9 * $Id$ 10 */ 7 11 8 12 -
c/src/lib/libbsp/i960/rxgen960/startup/main.h
rf08a5596 r2ea8df3 3 3 /* Last change : 2. 2.95 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _MAIN_H_ 6 10 #define _MAIN_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/memchnl.h
rf08a5596 r2ea8df3 3 3 /* Last change : 16. 5.95 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _MEMCHNL_H_ 6 10 #define _MEMCHNL_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/nmi.c
rf08a5596 r2ea8df3 1 /* 2 * $Id$ 3 */ 4 1 5 int mach_error_expected = 0; 2 6 void nmi_isr(void) -
c/src/lib/libbsp/i960/rxgen960/startup/nulsystbl.c
rf08a5596 r2ea8df3 3 3 /* Last change : 21. 3.95 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #include "prcb.h" 6 10 #include "systbl.h" -
c/src/lib/libbsp/i960/rxgen960/startup/pmc901_memmap.h
rf08a5596 r2ea8df3 1 /* 2 * $Id$ 3 */ 4 1 5 /* Memory map for the pmc901 ; works for most RAMiX PMC/CPCI modules as well */ 2 6 -
c/src/lib/libbsp/i960/rxgen960/startup/prcb.c
rf08a5596 r2ea8df3 3 3 /* Last change : 11.10.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #include "flttbl.h" 6 10 #include "cntrltbl.h" -
c/src/lib/libbsp/i960/rxgen960/startup/prcb.h
rf08a5596 r2ea8df3 3 3 /* Last change : 11. 1.95 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _PRCB_H_ 6 10 #define _PRCB_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/rom.ld
rf08a5596 r2ea8df3 5 5 * To build ROM based i960 image. 6 6 *------------------------------------*/ 7 8 /* 9 * $Id$ 10 */ 7 11 8 12 -
c/src/lib/libbsp/i960/rxgen960/startup/rom_cntrltbl.c
rf08a5596 r2ea8df3 3 3 /* Last change : 7.10.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #include <i960RP.h> 6 10 #include "cntrltbl.h" -
c/src/lib/libbsp/i960/rxgen960/startup/rom_ibr.c
rf08a5596 r2ea8df3 3 3 /* Last change : 23. 1.95 */ 4 4 /*-------------------------------------*/\ 5 /* 6 * $Id$ 7 */ 8 5 9 #include "rom_ibr.h" 6 10 #include "prcb.h" -
c/src/lib/libbsp/i960/rxgen960/startup/rom_ibr.h
rf08a5596 r2ea8df3 3 3 /* Last change : 23. 1.95 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _ROM_IBR_H_ 6 10 #define _ROM_IBR_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/rom_prcb.c
rf08a5596 r2ea8df3 3 3 /* Last change : 11.10.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #include "flttbl.h" 6 10 #include "cntrltbl.h" -
c/src/lib/libbsp/i960/rxgen960/startup/rommon.h
rf08a5596 r2ea8df3 3 3 /* Last change : 23. 1.95 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _ROMMON_H_ 6 10 #define _ROMMON_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/rxgen_romld.S
rf08a5596 r2ea8df3 1 /* 2 * $Id$ 3 */ 4 1 5 #include "asm.h" 2 6 -
c/src/lib/libbsp/i960/rxgen960/startup/sctns.c
rf08a5596 r2ea8df3 3 3 /* Last change : 10.10.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #include "sctns.h" 6 10 #include "pmc901_memmap.h" -
c/src/lib/libbsp/i960/rxgen960/startup/sctns.h
rf08a5596 r2ea8df3 3 3 /* Last change : 10.10.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _SCTNS_H_ 6 10 #define _SCTNS_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/systbl.c
rf08a5596 r2ea8df3 3 3 /* Last change : 21. 3.95 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #include "prcb.h" 6 10 /*#include "uart_access.h" */ -
c/src/lib/libbsp/i960/rxgen960/startup/systbl.h
rf08a5596 r2ea8df3 3 3 /* Last change : 14.10.94 */ 4 4 /*-------------------------------------*/ 5 /* 6 * $Id$ 7 */ 8 5 9 #ifndef _SYSTBL_H_ 6 10 #define _SYSTBL_H_ -
c/src/lib/libbsp/i960/rxgen960/startup/time.h
rf08a5596 r2ea8df3 1 /* 2 * $Id$ 3 */ 4 1 5 extern void gettime_impl(void); 2 6 extern void gettime_us_impl(void); -
c/src/lib/libbsp/i960/rxgen960/startup/types.h
rf08a5596 r2ea8df3 1 /* 2 * $Id$ 3 */ 4 1 5 /* Type definitions for our use */ 2 6 #ifndef __TYPES_H
Note: See TracChangeset
for help on using the changeset viewer.