summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-29 17:25:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-29 17:25:02 +0000
commitc774850d227c53c35d7c99ecb390e2f02113b0fb (patch)
tree5a40759b80ec1b595aa8f76c1855baaf1347921b /c/src/lib/libbsp/i960/rxgen960/include
parent2004-09-27 Greg Menke <gregory.menke@gsfc.nasa.gov> (diff)
downloadrtems-c774850d227c53c35d7c99ecb390e2f02113b0fb.tar.bz2
2004-09-29 Joel Sherrill <joel@OARcorp.com>
* .cvsignore, ChangeLog, Makefile.am, acinclude.m4, configure.ac, cvme961/.cvsignore, cvme961/ChangeLog, cvme961/Makefile.am, cvme961/bsp_specs, cvme961/configure.ac, cvme961/times, cvme961/clock/ckinit.c, cvme961/console/console.c, cvme961/include/.cvsignore, cvme961/include/bsp.h, cvme961/include/tm27.h, cvme961/shmsupp/addrconv.c, cvme961/shmsupp/getcfg.c, cvme961/shmsupp/lock.c, cvme961/shmsupp/mpisr.c, cvme961/start/start.S, cvme961/startup/bspclean.c, cvme961/startup/bspstart.c, cvme961/startup/exit.c, cvme961/startup/linkcmds, cvme961/startup/setvec.c, cvme961/timer/timer.c, cvme961/timer/timerisr.S, i960sim/.cvsignore, i960sim/ChangeLog, i960sim/Makefile.am, i960sim/bsp_specs, i960sim/configure.ac, i960sim/clock/clockdrv.c, i960sim/console/console-io.c, i960sim/console/mon-syscalls.S, i960sim/include/.cvsignore, i960sim/include/bsp.h, i960sim/include/tm27.h, i960sim/start/start.c, i960sim/startup/bspstart.c, i960sim/startup/linkcmds, rxgen960/.cvsignore, rxgen960/ChangeLog, rxgen960/Makefile.am, rxgen960/README, rxgen960/bsp_specs, rxgen960/configure.ac, rxgen960/clock/ckinit.c, rxgen960/console/concntl.h, rxgen960/console/console.c, rxgen960/console/serial.c, rxgen960/console/serial.h, rxgen960/include/.cvsignore, rxgen960/include/bsp.h, rxgen960/include/rxgen960_config.h, rxgen960/include/tm27.h, rxgen960/start/rxgen_romld.S, rxgen960/startup/asmfault.S, rxgen960/startup/asmfault.h, rxgen960/startup/asmstub.S, rxgen960/startup/asmstub.h, rxgen960/startup/bspstart.c, rxgen960/startup/cntrltbl.c, rxgen960/startup/cntrltbl.h, rxgen960/startup/dram.ld, rxgen960/startup/exit.c, rxgen960/startup/fault.c, rxgen960/startup/fault.h, rxgen960/startup/faultret.h, rxgen960/startup/flttbl.c, rxgen960/startup/flttbl.h, rxgen960/startup/frmstr.c, rxgen960/startup/frmstr.h, rxgen960/startup/i960.h, rxgen960/startup/ihandler.S, rxgen960/startup/ihandler.h, rxgen960/startup/intrtbl.c, rxgen960/startup/intrtbl.h, rxgen960/startup/kkprintf.c, rxgen960/startup/linkcmds, rxgen960/startup/linkcmds.real, rxgen960/startup/main.h, rxgen960/startup/memchnl.h, rxgen960/startup/nmi.c, rxgen960/startup/nulsystbl.c, rxgen960/startup/pmc901_memmap.h, rxgen960/startup/prcb.c, rxgen960/startup/prcb.h, rxgen960/startup/rom.ld, rxgen960/startup/rom_cntrltbl.c, rxgen960/startup/rom_ibr.c, rxgen960/startup/rom_ibr.h, rxgen960/startup/rom_prcb.c, rxgen960/startup/rommon.h, rxgen960/startup/sctns.c, rxgen960/startup/sctns.h, rxgen960/startup/setvec.c, rxgen960/startup/systbl.c, rxgen960/startup/systbl.h, rxgen960/startup/time.h, rxgen960/timer/timer.c, rxgen960/timer/timerisr.S: Removed.
Diffstat (limited to 'c/src/lib/libbsp/i960/rxgen960/include')
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/include/.cvsignore4
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/include/bsp.h132
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/include/rxgen960_config.h32
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/include/tm27.h32
4 files changed, 0 insertions, 200 deletions
diff --git a/c/src/lib/libbsp/i960/rxgen960/include/.cvsignore b/c/src/lib/libbsp/i960/rxgen960/include/.cvsignore
deleted file mode 100644
index 5f1077556d..0000000000
--- a/c/src/lib/libbsp/i960/rxgen960/include/.cvsignore
+++ /dev/null
@@ -1,4 +0,0 @@
-bspopts.h
-bspopts.h.in
-stamp-h
-stamp-h.in
diff --git a/c/src/lib/libbsp/i960/rxgen960/include/bsp.h b/c/src/lib/libbsp/i960/rxgen960/include/bsp.h
deleted file mode 100644
index 2e213ab744..0000000000
--- a/c/src/lib/libbsp/i960/rxgen960/include/bsp.h
+++ /dev/null
@@ -1,132 +0,0 @@
-/* bsp.h
- *
- * This include file contains some definitions specific to the
- * Ramix PMC901 board
- *
- * COPYRIGHT (c) 1989-1997.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#ifndef __PMC901_h
-#define __PMC901_h
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <bspopts.h>
-
-#include <rtems.h>
-#include <libcpu/i960RP.h>
-#include <rtems/iosupp.h>
-#include <rtems/console.h>
-#include <rtems/clockdrv.h>
-
-/*
- * confdefs.h overrides for this BSP:
- * - number of termios serial ports (defaults to 1)
- * - Interrupt stack space is not minimum if defined.
- */
-
-/* #define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2 */
-#define CONFIGURE_INTERRUPT_STACK_MEMORY (8 * 1024)
-
-/*
- * Simple spin delay in microsecond units for device drivers.
- * This is very dependent on the clock speed of the target.
- */
-
-#define rtems_bsp_delay( microseconds ) \
- { register uint32_t _delay=(microseconds); \
- register uint32_t _tmp = 0; /* initialized to avoid warning */ \
- asm volatile( "0: \
- remo 3,31,%0 ; \
- cmpo 0,%0 ; \
- subo 1,%1,%1 ; \
- cmpobne.t 0,%1,0b " \
- : "=d" (_tmp), "=d" (_delay) \
- : "0" (_tmp), "1" (_delay) ); \
- }
-
-/* Constants */
-
-#define RAM_START 0xfed00000
-#define RAM_END 0xfef00000 /* this should actually be 16MB, most likely */
-
-/* NINDY console I/O requests:
- * CO sends a single character to stdout,
- * CI reads one.
- */
-
-#define NINDY_INPUT 0
-#define NINDY_OUTPUT 1
-
-/*
- * get_prcb
- *
- * Returns the PRCB pointer.
- */
-
-static inline i960_PRCB *get_prcb( void )
-{
- register i960_PRCB *_prcb = 0;
-
- asm volatile( "calls 5; \
- mov g0,%0" \
- : "=d" (_prcb) \
- : "0" (_prcb) );
- return ( _prcb );
-}
-
-#ifdef RXGEN960_INIT
-#undef BSP_EXTERN
-#define BSP_EXTERN
-#else
-#undef BSP_EXTERN
-#define BSP_EXTERN extern
-#endif
-
-/* miscellaneous stuff assumed to exist */
-
-extern rtems_configuration_table BSP_Configuration;
-
-BSP_EXTERN i960_PRCB *Prcb;
-BSP_EXTERN i960_control_table *Ctl_tbl;
-
-/*
- * Device Driver Table Entries
- */
-
-/*
- * NOTE: Use the standard Console driver entry
- */
-
-/*
- * NOTE: Use the standard Clock driver entry
- */
-
-/*
- * How many libio files we want
- */
-
-#define BSP_LIBIO_MAX_FDS 20
-
-/* functions */
-
-void bsp_cleanup( void );
-
-i960_isr_entry set_vector( rtems_isr_entry, unsigned int, unsigned int );
-i960_isr_entry set_tmr_vector( rtems_isr_entry, unsigned int, unsigned int );
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-/* end of include file */
diff --git a/c/src/lib/libbsp/i960/rxgen960/include/rxgen960_config.h b/c/src/lib/libbsp/i960/rxgen960/include/rxgen960_config.h
deleted file mode 100644
index e0969dfd89..0000000000
--- a/c/src/lib/libbsp/i960/rxgen960/include/rxgen960_config.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * PMC901 specific configuration values
- *
- * $Id$
- */
-
-#ifndef __PMC901_CONFIG__
-#define __PMC901_CONFIG__
-/* The following define the PMC960 bus regions */
-/* Bus configuration */
-#define RP_CONFIG_REGS I960RP_BUS_WIDTH(32)
-#define FLASH I960RP_BUS_WIDTH(8)
-#define DRAM I960RP_BUS_WIDTH(32)
-#define UART_LED I960RP_BUS_WIDTH(8)
-#define DEFAULT I960RP_BUS_WIDTH(32)
-
-/* Region Configuration */
-#define REGION_0_CONFIG RP_CONFIG_REGS
-#define REGION_2_CONFIG DEFAULT
-#define REGION_4_CONFIG DEFAULT
-#define REGION_6_CONFIG DEFAULT
-#define REGION_8_CONFIG DEFAULT
-#define REGION_A_CONFIG DRAM
-#define REGION_C_CONFIG UART_LED
-#define REGION_E_CONFIG DEFAULT
-/* #define REGION_BOOT_CONFIG (FLASH | I960RP_ZBYTE_ORDER)*/
-#define REGION_BOOT_CONFIG (DRAM)
-
-/* #define DRAM_BASE 0xfed00000 */
-#define DRAM_BASE 0xa0000000
-
-#endif
diff --git a/c/src/lib/libbsp/i960/rxgen960/include/tm27.h b/c/src/lib/libbsp/i960/rxgen960/include/tm27.h
deleted file mode 100644
index f83175a6e7..0000000000
--- a/c/src/lib/libbsp/i960/rxgen960/include/tm27.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * tm27.h
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#ifndef _RTEMS_TMTEST27
-#error "This is an RTEMS internal file you must not include directly."
-#endif
-
-#ifndef __tm27_h
-#define __tm27_h
-
-/*
- * Define the interrupt mechanism for Time Test 27
- */
-
-#define MUST_WAIT_FOR_INTERRUPT 0
-
-#define Install_tm27_vector( handler ) set_vector( (handler), 6, 1 )
-
-#define Cause_tm27_intr() i960_cause_intr( 0x62 )
-
-#define Clear_tm27_intr() i960_clear_intr( 6 )
-
-#define Lower_tm27_intr() /* empty */
-
-#endif