summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-18 20:45:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-18 20:45:27 +0000
commita4d97d942b6e13cdd83e69308741f730091c13a1 (patch)
treeedf7c3645314eabc69001f485a7e36faa5a750f8 /cpukit
parentadded AMD 29K port (diff)
downloadrtems-a4d97d942b6e13cdd83e69308741f730091c13a1.tar.bz2
new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick Ostertag
(ostertag@transition.com).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/a29k/amd.ah531
-rw-r--r--cpukit/score/cpu/a29k/asm.h98
-rw-r--r--cpukit/score/cpu/a29k/cpu.c256
-rw-r--r--cpukit/score/cpu/a29k/pswmacro.ah442
4 files changed, 1327 insertions, 0 deletions
diff --git a/cpukit/score/cpu/a29k/amd.ah b/cpukit/score/cpu/a29k/amd.ah
new file mode 100644
index 0000000000..ceef89564a
--- /dev/null
+++ b/cpukit/score/cpu/a29k/amd.ah
@@ -0,0 +1,531 @@
+; /* @(#)amd.ah 1.1 96/05/23 08:56:58, TEI */
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+; Initialization values for registers after RESET
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;
+' /* $Id */
+;* File information and includes.
+
+ .file "amd.ah"
+ .ident "@(#)amd.ah 1.1 96/05/23 08:56:58, TEI"
+
+
+
+;
+;* AMD PROCESSOR SPECIFIC VALUES...
+;
+
+;
+;* Processor revision levels...
+;
+
+; PRL values: 31-28 27-24
+; Am29000 0 x
+; Am29005 1 x
+; Am29050 2 x
+; Am29035 3 x
+; Am29030 4 x
+; Am29200 5 x
+; Am29205 5 1x
+; Am29240 6 0
+; Manx 7 0
+; Cougar 8 0
+
+
+ .equ AM29000_PRL, 0x00
+
+ .equ AM29005_PRL, 0x10
+
+ .equ AM29050_PRL, 0x20
+
+ .equ AM29035_PRL, 0x30
+
+ .equ AM29030_PRL, 0x40
+
+ .equ AM29200_PRL, 0x50
+
+ .equ AM29205_PRL, 0x58
+
+ .equ AM29240_PRL, 0x60
+
+ .equ AM29040_PRL, 0x70
+
+ .equ MANX_PRL, 0x70
+
+ .equ COUGAR_PRL, 0x80
+
+;
+;* data structures sizes.
+;
+ .equ CFGINFO_SIZE, 16*4
+
+ .equ PGMINFO_SIZE, 16*4
+
+ .equ VARARGS_SPACE, 16*4
+
+ .equ WINDOWSIZE, 0x80
+;
+;* Am29027 Mode registers
+;
+
+ .equ Am29027Mode1, 0x0fc00820
+
+ .equ Am29027Mode2, 0x00001375
+
+
+
+;* Processor Based Equates and Defines
+
+ .equ SIG_SYNC, -1
+
+ .equ ENABLE, (SM)
+
+ .equ DISABLE, (ENABLE | DI | DA)
+
+ .equ DISABLE_FZ, (FZ | ENABLE | DI | DA)
+
+ .equ CLR_TRAP, (FZ | DA)
+
+ .equ InitOPS, (TD | SM | (3<<IMShift) | DI | DA)
+
+ .equ InitCPS, (TD | SM | (0<<IMShift) | DI | DA)
+
+ .equ InitCPS1, (TD | SM | (0<<IMShift) | DI )
+
+ .equ CPS_TMR, (SM | (0<<IMShift) | DI)
+
+ .equ CPS_INT0, (TD | SM | (0<<IMShift))
+
+ .equ CPS_TMRINT0, (SM | (0<<IMShift))
+
+ .equ InitCFG, 0x0
+
+ .equ InitRBP, (B0|B1|B2|B3|B4|B5)
+
+ .equ TMC_VALUE, 0xFFFFFF
+
+ .equ TMR_VALUE, (IE | TMC_VALUE)
+
+
+
+
+
+
+;* 29205 specific (internal) peripheral initialization constants.
+
+; Current Processor Status (CPS) Register.
+; Old Processor Status Register (OPS).
+
+ .equ DA, 0x00001
+ .equ DI, 0x00002
+ .equ IMShift,0x2
+ .equ SM, 0x00010
+ .equ PI, 0x00020
+ .equ PD, 0x00040
+ .equ WM, 0x00080
+ .equ RE, 0x00100
+ .equ LK, 0x00200
+ .equ FZ, 0x00400
+ .equ TU, 0x00800
+ .equ TP, 0x01000
+ .equ TE, 0x02000
+ .equ IP, 0x04000
+ .equ CA, 0x08000
+ .equ MM, 0x10000
+ .equ TD, 0x20000
+
+; Configuration Register (CFG)
+
+ .equ CD, 0x01
+ .equ CP, 0x02
+ .equ BO, 0x04
+ .equ RV, 0x08
+ .equ VF, 0x10
+ .equ DW, 0x20
+ .equ CO, 0x40
+ .equ EE, 0x80
+ .equ IDShift, 8
+ .equ CFG_ID, 0x100
+ .equ ILShift, 9
+ .equ CFG_ILMask, 0x600
+ .equ DDShift, 11
+ .equ CFG_DD, 0x800
+ .equ DLShift, 12
+ .equ CFG_DLMask, 0x3000
+ .equ PCEShift, 14
+ .equ CFG_PCE, 0x4000
+ .equ PMBShift, 16
+ .equ D16, 0x8000
+ .equ TBOShift, 23
+ .equ PRLShift, 24
+
+; Channel Control Register (CHC)
+
+ .equ CV, 0x1
+ .equ NN, 0x2
+ .equ TRShift, 2
+ .equ TF, 0x400
+ .equ PER, 0x800
+ .equ LA, 0x1000
+ .equ ST, 0x2000
+ .equ ML, 0x4000
+ .equ LS, 0x8000
+ .equ CRShift, 16
+ .equ CNTLShift, 24
+ .equ CEShift, 31
+ .equ WBERShift, 31
+
+; Register Bank Protect (RBP)
+ .equ B0, 0x1
+ .equ B1, 0x2
+ .equ B2, 0x4
+ .equ B3, 0x8
+ .equ B4, 0x10
+ .equ B5, 0x20
+ .equ B6, 0x40
+ .equ B7, 0x80
+ .equ B8, 0x100
+ .equ B9, 0x200
+ .equ B10, 0x400
+ .equ B11, 0x800
+ .equ B12, 0x1000
+ .equ B13, 0x2000
+ .equ B14, 0x4000
+ .equ B15, 0x8000
+
+; Timer Counter
+
+ .equ TCVMask, 0xffffff
+
+; Timer Reload Register
+
+ .equ IE, 0x1000000
+ .equ IN, 0x2000000
+ .equ OV, 0x4000000
+ .equ TRVMAsk, 0xffffff
+
+; MMU Configuration
+
+ .equ PSShift, 8
+ .equ PS0Shift, 8
+ .equ PS1Shift, 12
+
+; LRU Recommendation (LRU)
+ .equ LRUMask, 0xff
+
+; Reason Vector (RSN)
+ .equ RSNMask, 0xff
+
+; Region Mapping Address (RMA0 | RMA1)
+ .equ PBAMask,0xffff
+ .equ VBAShift, 16
+
+; Region Mapping Control (RMC0 | RMC1)
+ .equ TIDMask, 0xff
+ .equ RMC_UE, 0x100
+ .equ RMC_UW, 0x200
+ .equ RMC_UR, 0x400
+ .equ RMC_SE, 0x800
+ .equ RMC_SW, 0x1000
+ .equ RMC_SR, 0x2000
+ .equ RMC_VE, 0x4000
+ .equ RMC_IO, 0x10000
+ .equ RGSShift, 17
+ .equ RMC_PGMShift, 22
+
+; Instruction breakpoint Control (IBC0 | IBC1)
+ .equ BPIDMask, 0xff
+ .equ BTE, 0x100
+ .equ BRM, 0x200
+ .equ IBC_BSY, 0x400
+ .equ BEN, 0x800
+ .equ BHO, 0x1000
+
+; Cache Data Register (CDR)
+ .equ CDR_US, 0x1
+ .equ P, 0x2
+ .equ CDR_V, 0x4
+ .equ IATAGShift, 20
+
+; Cache Interface Register (CIR)
+ .equ CPTRShift, 2
+ .equ CIR_RW, 0x1000000
+ .equ FSELShift, 28
+
+; Indirect Pointer A, B, C (IPA, IPB, IPC)
+ .equ IPShift, 2
+
+; ALU Status (ALU)
+ .equ FCMask, 0x1F
+ .equ BPShift, 5
+ .equ C, 0x80
+ .equ Z, 0x100
+ .equ N, 0x200
+ .equ ALU_V, 0x400
+ .equ DF, 0x800
+
+; Byte Pointer
+ .equ BPMask, 0x3
+
+; Load/Store Count Remaining (CR)
+ .equ CRMask, 0xff
+
+; Floating Point Environment (FPE)
+ .equ NM, 0x1
+ .equ RM, 0x2
+ .equ VM, 0x4
+ .equ UM, 0x8
+ .equ XM, 0x10
+ .equ DM, 0x20
+ .equ FRMShift, 6
+ .equ FF, 0x100
+ .equ ACFShift, 9
+
+; Integer Environment (INTE)
+ .equ MO, 0x1
+ .equ DO, 0x2
+
+; Floating Point Status (FPS)
+ .equ NS, 0x1
+ .equ RS, 0x2
+ .equ VS, 0x4
+ .equ FPS_US, 0x8
+ .equ XS, 0x10
+ .equ DS, 0x20
+ .equ NT, 0x100
+ .equ RT, 0x200
+ .equ VT, 0x400
+ .equ UT, 0x800
+ .equ XT, 0x1000
+ .equ DT, 0x2000
+
+; Exception Opcode (EXOP)
+ .equ IOPMask, 0xff
+
+; TLB Entry Word 0
+; .equ TIDMask, 0xff already defined above
+ .equ TLB_UE, 0x100
+ .equ TLB_UW, 0x200
+ .equ TLB_UR, 0x400
+ .equ TLB_SE, 0x800
+ .equ TLB_SW, 0x1000
+ .equ TLB_SR, 0x2000
+ .equ TLB_VE, 0x4000
+ .equ VTAGShift, 15
+
+; TLB Entry Word 1
+ .equ TLB_IO, 0x1
+ .equ U, 0x2
+ .equ TLB_PGMShift, 6
+ .equ RPNShift, 10
+
+; Am29200 ROM Control bits.
+ .equ RMCT_DW0Shift, 29
+ .equ RMCT_DW1Shift, 21
+ .equ RMCT_DW2Shift, 13
+ .equ RMCT_DW3Shift, 5
+
+; Am29200 DRAM Control bits.
+ .equ DW3, (1<<18)
+ .equ DW2, (1<<22)
+ .equ DW1, (1<<26)
+ .equ DW0, (1<<30)
+
+ ; Internal peripheral address assignments.
+ .equ RMCT, 0x80000000
+ .equ RMCF, 0x80000004
+ .equ DRCT, 0x80000008
+ .equ DRCF, 0x8000000C
+ .equ DRM0, 0x80000010
+ .equ DRM1, 0x80000014
+ .equ DRM2, 0x80000018
+ .equ DRM3, 0x8000001C
+ .equ PIACT0, 0x80000020
+ .equ PIACT1, 0x80000020
+ .equ ICT, 0x80000028
+ .equ DMCT0, 0x80000030
+ .equ DMAD0, 0x80000034
+ .ifdef revA
+ .equ TAD0, 0x80000036
+ .equ TCN0, 0x8000003A
+ .else
+ .equ TAD0, 0x80000070 ; default
+ .equ TCN0, 0x8000003C ; default
+ .endif
+ .equ DMCN0, 0x80000038
+ .equ DMCT1, 0x80000040
+ .equ DMAD1, 0x80000044
+ .equ DMCN1, 0x80000048
+ .equ SPCT, 0x80000080
+ .equ SPST, 0x80000084
+ .equ SPTH, 0x80000088
+ .equ SPRB, 0x8000008C
+ .equ BAUD, 0x80000090
+ .equ PPCT, 0x800000C0
+ .equ PPST, 0x800000C1
+ .equ PPDT, 0x800000C4
+ .equ POCT, 0x800000D0
+ .equ PIN, 0x800000D4
+ .equ POUT, 0x800000D8
+ .equ POEN, 0x800000DC
+ .equ VCT, 0x800000E0
+ .equ TOP, 0x800000E4
+ .equ SIDE, 0x800000E8
+ .equ VDT, 0x800000EC
+
+ ; Interrupt Controller Register bits.
+ .equ TXDI, (1<<5)
+ .equ RXDI, (1<<6)
+ .equ RXSI, (1<<7)
+ .equ PPI, (1<<11)
+ .equ DMA1I, (1<<13)
+ .equ DMA0I, (1<<14)
+ .equ IOPIMask, (0xFF<<16)
+ .equ VDI, (1<<27)
+ .equ ICT200_I, (TXDI|RXDI|RXSI|PPI|DMA1I|DMA0I|IOPIMask|VDI)
+ .equ ICT205_I, (TXDI|RXDI|RXSI|PPI|DMA1I|DMA0I|IOPIMask|VDI)
+
+ ; Serial port Initialization bits
+ .equ NO_PARITY, 0
+
+
+ ; SPST bits
+ .equ THREShift, 22
+
+;* REGISTER Addresses
+
+ .equ ROMCntlRegAddr, 0x80000000
+
+ .equ ROMCfgRegAddr, 0x80000004
+
+ .equ DRAMCntlRegAddr, 0x80000008
+
+ .equ DRAMCfgRegAddr, 0x8000000C
+
+ .equ DRAMMap0RegAddr, 0x80000010
+
+ .equ DRAMMap1RegAddr, 0x80000014
+
+ .equ DRAMMap2RegAddr, 0x80000018
+
+ .equ DRAMMap3RegAddr, 0x8000001C
+
+ .equ PIACntl0RegAddr, 0x80000020
+
+ .equ PIACntl1RegAddr, 0x80000024
+
+ .equ INTRCntlRegAddr, 0x80000028
+
+ .equ DMACntl0RegAddr, 0x80000030
+
+ .equ DMACntl1RegAddr, 0x80000040
+
+ .equ SERPortCntlRegAddr, 0x80000080
+
+ .equ SERPortStatRegAddr, 0x80000084
+
+ .equ SERPortTHLDRegAddr, 0x80000088
+
+ .equ SERPortRbufRegAddr, 0x8000008C
+
+ .equ SERPortBaudRegAddr, 0x80000090
+
+ .equ PARPortCntlRegAddr, 0x800000C0
+
+ .equ PIOCntlRegAddr, 0x800000D0
+
+ .equ PIOInpRegAddr, 0x800000D4
+
+ .equ PIOOutRegAddr, 0x800000D8
+
+ .equ PIOOutEnaRegAddr, 0x800000DC
+
+ .equ VCTCntlRegAddr, 0x800000E0
+
+;
+;* Control constants
+;
+
+;* AM29030 Timer related constants.
+
+ .equ TMR_IE, 0x01000000
+
+ .equ TMR_IN, 0x02000000
+
+ .equ TMR_OV, 0x04000000
+
+ .equ TMC_INITCNT, 1613
+
+;
+;* System initialization values.
+;
+
+ .equ __os_version, 0x0001 ;
+
+ .equ STACKSize, 0x8000 ;
+
+ .equ PGMExecMode, 0x0000 ;
+
+ .equ TSTCK_OFST, 28 * 4
+
+ .equ CSTCK_OFST, 29 * 4
+
+ .equ TMSTCK_OFST, 30 * 4
+
+ .equ CMSTCK_OFST, 31 * 4
+
+ .equ CTXSW_OK, 0xA55A ; ctx switch ok
+
+ .set NV_STARTOFST, 0x20 ; 32 bytes
+
+ .set NV_BAUDOFST, 0x00 ; 00 bytes
+
+ .set reg_cir, 29
+
+ .set reg_cdr, 30
+
+ .equ MSG_BUFSIZE, 0x1000 ; serial buffer size
+
+ .equ ILLOPTRAP, 0
+
+ .equ UATRAP, 1
+
+ .equ PVTRAP, 5
+
+ .equ UITLBMISSTRAP, 8
+
+ .equ UDTLBMISSTRAP, 9
+
+ .equ TIMERTRAP, 14
+
+ .equ TRACETRAP, 15
+
+ .equ XLINXTRAP, 16
+
+ .equ SERIALTRAP, 17
+
+ .equ SLOWTMRTRAP, 18
+
+ .equ PORTTRAP, 19
+
+ .equ SVSCTRAP, 80
+
+ .equ SVSCTRAP1, 81
+
+ .equ V_CACHETRAP, 66 ;
+
+ .equ V_SETSERVICE, 67 ;
+
+ .equ INIT_TIMER, 100
+
+ .equ DISABLE_TIMER, 101
+
+ .equ GET_TIMER, 102
+
+ .equ CLEAR_TIMER, 103
+
+ .equ V_SPILL, 64
+
+ .equ V_FILL, 65
+
+ .equ SIGDFL, 105
diff --git a/cpukit/score/cpu/a29k/asm.h b/cpukit/score/cpu/a29k/asm.h
new file mode 100644
index 0000000000..66d98be652
--- /dev/null
+++ b/cpukit/score/cpu/a29k/asm.h
@@ -0,0 +1,98 @@
+/* asm.h
+ *
+ * This include file attempts to address the problems
+ * caused by incompatible flavors of assemblers and
+ * toolsets. It primarily addresses variations in the
+ * use of leading underscores on symbols and the requirement
+ * that register names be preceded by a %.
+ *
+ *
+ * NOTE: The spacing in the use of these macros
+ * is critical to them working as advertised.
+ *
+ * COPYRIGHT:
+ *
+ * This file is based on similar code found in newlib available
+ * from ftp.cygnus.com. The file which was used had no copyright
+ * notice. This file is freely distributable as long as the source
+ * of the file is noted. This file is:
+ *
+ * COPYRIGHT (c) 1994.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * $Id$
+ */
+
+#ifndef __NO_CPU_ASM_h
+#define __NO_CPU_ASM_h
+
+/*
+ * Indicate we are in an assembly file and get the basic CPU definitions.
+ */
+
+#define ASM
+#include <rtems/score/no_cpu.h>
+
+/*
+ * Recent versions of GNU cpp define variables which indicate the
+ * need for underscores and percents. If not using GNU cpp or
+ * the version does not support this, then you will obviously
+ * have to define these as appropriate.
+ */
+
+#ifndef __USER_LABEL_PREFIX__
+#define __USER_LABEL_PREFIX__ _
+#endif
+
+#ifndef __REGISTER_PREFIX__
+#define __REGISTER_PREFIX__
+#endif
+
+/* ANSI concatenation macros. */
+
+#define CONCAT1(a, b) CONCAT2(a, b)
+#define CONCAT2(a, b) a ## b
+
+/* Use the right prefix for global labels. */
+
+#define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
+
+/* Use the right prefix for registers. */
+
+#define REG(x) CONCAT1 (__REGISTER_PREFIX__, x)
+
+/*
+ * define macros for all of the registers on this CPU
+ *
+ * EXAMPLE: #define d0 REG (d0)
+ */
+
+/*
+ * Define macros to handle section beginning and ends.
+ */
+
+
+#define BEGIN_CODE_DCL .text
+#define END_CODE_DCL
+#define BEGIN_DATA_DCL .data
+#define END_DATA_DCL
+#define BEGIN_CODE .text
+#define END_CODE
+#define BEGIN_DATA
+#define END_DATA
+#define BEGIN_BSS
+#define END_BSS
+#define END
+
+/*
+ * Following must be tailor for a particular flavor of the C compiler.
+ * They may need to put underscores in front of the symbols.
+ */
+
+#define PUBLIC(sym) .globl SYM (sym)
+#define EXTERN(sym) .globl SYM (sym)
+
+#endif
+/* end of include file */
+
+
diff --git a/cpukit/score/cpu/a29k/cpu.c b/cpukit/score/cpu/a29k/cpu.c
new file mode 100644
index 0000000000..4312e85035
--- /dev/null
+++ b/cpukit/score/cpu/a29k/cpu.c
@@ -0,0 +1,256 @@
+/*
+ * AMD 29K CPU Dependent Source
+ *
+ * Author: Craig Lebakken <craigl@transition.com>
+ *
+ * COPYRIGHT (c) 1996 by Transition Networks Inc.
+ *
+ * To anyone who acknowledges that this file is provided "AS IS"
+ * without any express or implied warranty:
+ * permission to use, copy, modify, and distribute this file
+ * for any purpose is hereby granted without fee, provided that
+ * the above copyright notice and this notice appears in all
+ * copies, and that the name of Transition Networks not be used in
+ * advertising or publicity pertaining to distribution of the
+ * software without specific, written prior permission.
+ * Transition Networks makes no representations about the suitability
+ * of this software for any purpose.
+ *
+ * Derived from c/src/exec/score/cpu/no_cpu/cpu.c:
+ *
+ * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+ * On-Line Applications Research Corporation (OAR).
+ * All rights assigned to U.S. Government, 1994.
+ *
+ * This material may be reproduced by or for the U.S. Government pursuant
+ * to the copyright license under the clause at DFARS 252.227-7013. This
+ * notice must appear in all copies of this file and its derivatives.
+ *
+ * $Id$
+ */
+#ifndef lint
+static char _sccsid[] = "@(#)cpu.c 21 Aug 1996 1.6\n";
+#endif
+
+#include <rtems/system.h>
+#include <rtems/score/isr.h>
+#include <rtems/score/wkspace.h>
+#include <rtems/score/thread.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+void a29k_ISR_Handler(unsigned32 vector);
+
+/* _CPU_Initialize
+ *
+ * This routine performs processor dependent initialization.
+ *
+ * INPUT PARAMETERS:
+ * cpu_table - CPU table to initialize
+ * thread_dispatch - address of disptaching routine
+ */
+
+
+void _CPU_Initialize(
+ rtems_cpu_table *cpu_table,
+ void (*thread_dispatch)() /* ignored on this CPU */
+)
+{
+ unsigned int i;
+ /*
+ * The thread_dispatch argument is the address of the entry point
+ * for the routine called at the end of an ISR once it has been
+ * decided a context switch is necessary. On some compilation
+ * systems it is difficult to call a high-level language routine
+ * from assembly. This allows us to trick these systems.
+ *
+ * If you encounter this problem save the entry point in a CPU
+ * dependent variable.
+ */
+
+ _CPU_Thread_dispatch_pointer = thread_dispatch;
+
+ /*
+ * If there is not an easy way to initialize the FP context
+ * during Context_Initialize, then it is usually easier to
+ * save an "uninitialized" FP context here and copy it to
+ * the task's during Context_Initialize.
+ */
+
+ /* FP context initialization support goes here */
+
+ _CPU_Table = *cpu_table;
+
+ for ( i = 0; i < ISR_NUMBER_OF_VECTORS; i++ )
+ {
+ _ISR_Vector_table[i] = (proc_ptr)NULL;
+ }
+}
+
+/*PAGE
+ *
+ * _CPU_ISR_Get_level
+ */
+
+unsigned32 _CPU_ISR_Get_level( void )
+{
+ /*
+ * This routine returns the current interrupt level.
+ */
+ return 0;
+}
+
+/*PAGE
+ *
+ * _CPU_ISR_install_raw_handler
+ */
+
+extern void intr14( void );
+extern void intr3( void );
+extern void intr2( void );
+
+void _CPU_ISR_install_raw_handler(
+ unsigned32 vector,
+ proc_ptr new_handler,
+ proc_ptr *old_handler
+)
+{
+ /*
+ * This is where we install the interrupt handler into the "raw" interrupt
+ * table used by the CPU to dispatch interrupt handlers.
+ */
+ switch( vector )
+ {
+ case 14:
+ _settrap( vector, intr14 );
+ break;
+ case 3:
+ _settrap( vector, intr3 );
+ break;
+ case 2:
+ _settrap( vector, intr2 );
+ break;
+ default:
+ break;
+ }
+}
+
+
+/*PAGE
+ *
+ * _CPU_ISR_install_vector
+ *
+ * This kernel routine installs the RTEMS handler for the
+ * specified vector.
+ *
+ * Input parameters:
+ * vector - interrupt vector number
+ * old_handler - former ISR for this vector number
+ * new_handler - replacement ISR for this vector number
+ *
+ * Output parameters: NONE
+ *
+ */
+
+void _CPU_ISR_install_vector(
+ unsigned32 vector,
+ proc_ptr new_handler,
+ proc_ptr *old_handler
+)
+{
+ *old_handler = _ISR_Vector_table[ vector ];
+
+ /*
+ * If the interrupt vector table is a table of pointer to isr entry
+ * points, then we need to install the appropriate RTEMS interrupt
+ * handler for this vector number.
+ */
+
+ _CPU_ISR_install_raw_handler( vector, new_handler, old_handler );
+
+ /*
+ * We put the actual user ISR address in '_ISR_vector_table'. This will
+ * be used by the _ISR_Handler so the user gets control.
+ */
+
+ _ISR_Vector_table[ vector ] = new_handler;
+}
+
+/*PAGE
+ *
+ * _CPU_Install_interrupt_stack
+ */
+
+void _CPU_Install_interrupt_stack( void )
+{
+}
+
+/*PAGE
+ *
+ * _CPU_Internal_threads_Idle_thread_body
+ *
+ * NOTES:
+ *
+ * 1. This is the same as the regular CPU independent algorithm.
+ *
+ * 2. If you implement this using a "halt", "idle", or "shutdown"
+ * instruction, then don't forget to put it in an infinite loop.
+ *
+ * 3. Be warned. Some processors with onboard DMA have been known
+ * to stop the DMA if the CPU were put in IDLE mode. This might
+ * also be a problem with other on-chip peripherals. So use this
+ * hook with caution.
+ */
+
+void _CPU_Internal_threads_Idle_thread_body( void )
+{
+
+ for( ; ; )
+ {
+ }
+ /* insert your "halt" instruction here */ ;
+}
+
+void a29k_fatal_error( unsigned32 error )
+{
+ printf("\n\nfatal error %d, rebooting!!!\n",error );
+ exit(error);
+}
+
+ /*
+ * This discussion ignores a lot of the ugly details in a real
+ * implementation such as saving enough registers/state to be
+ * able to do something real. Keep in mind that the goal is
+ * to invoke a user's ISR handler which is written in C and
+ * uses a certain set of registers.
+ *
+ * Also note that the exact order is to a large extent flexible.
+ * Hardware will dictate a sequence for a certain subset of
+ * _ISR_Handler while requirements for setting
+ */
+
+ /*
+ * At entry to "common" _ISR_Handler, the vector number must be
+ * available. On some CPUs the hardware puts either the vector
+ * number or the offset into the vector table for this ISR in a
+ * known place. If the hardware does not give us this information,
+ * then the assembly portion of RTEMS for this port will contain
+ * a set of distinct interrupt entry points which somehow place
+ * the vector number in a known place (which is safe if another
+ * interrupt nests this one) and branches to _ISR_Handler.
+ *
+ */
+
+void a29k_ISR_Handler(unsigned32 vector)
+{
+ _ISR_Nest_level++;
+ _Thread_Dispatch_disable_level++;
+ if ( _ISR_Vector_table[ vector ] )
+ (*_ISR_Vector_table[ vector ])( vector );
+ --_Thread_Dispatch_disable_level;
+ --_ISR_Nest_level;
+ if ( !_Thread_Dispatch_disable_level && !_ISR_Nest_level &&
+ (_Context_Switch_necessary || _ISR_Signals_to_thread_executing ))
+ _Thread_Dispatch();
+ return;
+}
diff --git a/cpukit/score/cpu/a29k/pswmacro.ah b/cpukit/score/cpu/a29k/pswmacro.ah
new file mode 100644
index 0000000000..c21eee4f35
--- /dev/null
+++ b/cpukit/score/cpu/a29k/pswmacro.ah
@@ -0,0 +1,442 @@
+; /* @(#)pswmacro.ah 1.1 96/05/23 08:56:58, TEI */
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+; macros: Do_install and init_TLB
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+; /* $Id$ */
+
+;* File information and includes.
+
+ .file "macro.ah"
+ .ident "@(#)pswmacro.ah 1.1 96/05/23 08:56:58, TEI"
+
+
+ .macro CONST32, RegName, RegValue
+ const RegName, RegValue
+ consth RegName, RegValue
+ .endm
+
+ .macro CONSTX, RegName, RegValue
+ .if (RegValue) <= 0x0000ffff
+ const RegName, RegValue
+ .else
+ const RegName, RegValue
+ consth RegName, RegValue
+ .endif
+ .endm
+
+ .macro PRODEV, RegName
+ srl RegName, RegName, 24
+ .endm
+
+;
+;* MACRO TO INSTALL VECTOR TABLE ENTRIES
+;
+
+;* Assumes vector table address in v0
+
+ .macro _setvec, trapnum, trapaddr
+ mfsr v0, vab ;
+ const v2, trapnum ;
+ sll v1, v2, 2 ;
+ add v1, v1, v0 ; v0 has location of vector tab
+
+ const v2, trapaddr ;
+ consth v2, trapaddr ;
+ store 0, 0, v2, v1 ;
+ nop ;
+ .endm
+
+ .macro syscall, name
+ const tav, HIF_@name ;
+ asneq V_SYSCALL, gr1, gr1 ;
+ nop ;
+ nop ;
+ .endm
+
+
+
+;* MACRO TO INSTALL VECTOR TABLE ENTRIES
+
+ .macro Do_Install, V_Number, V_Address
+ const lr4, V_Address
+ consth lr4, V_Address
+ const lr3, V_Number * 4
+ consth lr3, V_Number * 4
+ call lr0, V_Install
+ nop
+ .endm
+
+ .macro Do_InstallX, V_Number, V_Address
+ const lr4, V_Address
+ consth lr4, V_Address
+ const lr3, V_Number * 4
+ consth lr3, V_Number * 4
+ call lr0, V_InstallX
+ nop
+ .endm
+
+
+
+; push a register onto the stack
+ .macro pushreg, reg, sp
+ sub sp, sp, 4 ; adjust stack pointer
+ store 0, 0, reg, sp ; push register
+ .endm
+
+ .macro push, sp, reg
+ sub sp, sp, 4
+ store 0, 0, reg, sp
+ .endm
+
+; pop the register from stack
+ .macro popreg, reg, sp
+ load 0, 0, reg, sp ; pop register
+ add sp, sp, 4 ; adjust stack pointer
+ .endm
+ .macro pop, reg, sp
+ load 0, 0, reg, sp
+ add sp, sp, 4
+ .endm
+
+; push a special register onto stack
+ .macro pushspcl, spcl, tmpreg, sp
+ sub sp, sp, 4 ; adjust stack pointer
+ mfsr tmpreg, spcl ; get spcl reg
+ store 0, 0, tmpreg, sp ; push onto stack
+ .endm
+
+ .macro pushsr, sp, reg, sreg
+ mfsr reg, sreg
+ sub sp, sp, 4
+ store 0, 0, reg, sp
+ .endm
+
+; pop a special register from stack
+ .macro popspcl, spcl, tmpreg, sp
+ load 0, 0, tmpreg, sp ; pop from stack
+ add sp, sp, 4 ; adjust stack pointer
+ mtsr spcl, tmpreg ; set spcl reg
+ .endm
+
+ .macro popsr, sreg, reg, sp
+ load 0, 0, reg, sp
+ add sp, sp, 4
+ mtsr sreg, reg
+ .endm
+
+;
+; save freeze mode registers on memory stack.
+;
+
+ .macro SaveFZState, tmp1, tmp2
+
+ ; save freeze mode registers.
+
+ pushspcl pc0, tmp1, msp
+ pushspcl pc1, tmp1, msp
+ pushspcl alu, tmp1, msp
+
+ pushspcl cha, tmp1, msp
+ pushspcl chd, tmp1, msp
+ pushspcl chc, tmp1, msp
+
+ pushspcl ops, tmp1, msp
+
+ ; turn freeze off
+
+ const tmp2, FZ
+ mfsr tmp1, cps
+ andn tmp1, tmp1, tmp2
+ mtsr cps, tmp1
+ .endm
+
+; restore freeze mode registers from memory stack.
+
+ .macro RestoreFZState, tmp1, tmp2
+
+ ; turn freeze on
+
+ const tmp2, (FZ|DI|DA)
+ mfsr tmp1, cps
+ or tmp1, tmp1, tmp2
+ mtsr cps, tmp1
+
+ ; restore freeze mode registers.
+
+ popspcl ops, tmp1, msp
+ popspcl chc, tmp1, msp
+ popspcl chd, tmp1, msp
+ popspcl cha, tmp1, msp
+ popspcl alu, tmp1, msp
+ popspcl pc1, tmp1, msp
+ popspcl pc0, tmp1, msp
+ .endm
+
+;
+;*
+;
+ .equ WS, 512 ; window size
+ .equ RALLOC, 4 * 4 ; stack alloc for C
+ .equ SIGCTX_UM_SIZE, 40 * 4 ;
+ .equ SIGCTX_RFB, (38) * 4 ; user mode saved
+ .equ SIGCTX_SM_SIZE, 12 * 4 ;
+ .equ SIGCTX_SIG, (11)*4 + SIGCTX_UM_SIZE ;
+ .equ SIGCTX_GR1, (10)*4 + SIGCTX_UM_SIZE ;
+ .equ SIGCTX_RAB, (9)*4 + SIGCTX_UM_SIZE ;
+ .equ SIGCTX_PC0, (8)*4 + SIGCTX_UM_SIZE ;
+ .equ SIGCTX_PC1, (7)*4 + SIGCTX_UM_SIZE ;
+ .equ SIGCTX_PC2, (6)*4 + SIGCTX_UM_SIZE ;
+ .equ SIGCTX_CHC, (3)*4 + SIGCTX_UM_SIZE ;
+ .equ SIGCTX_OPS, (1)*4 + SIGCTX_UM_SIZE ;
+ .equ SIGCTX_TAV, (0)*4 + SIGCTX_UM_SIZE ;
+
+ .macro sup_sv
+ add it2, trapreg, 0 ; transfer signal #
+ sub msp, msp, 4 ;
+ store 0, 0, it2, msp ; save signal number
+ sub msp, msp, 4 ; push gr1
+
+ store 0, 0, gr1, msp ;
+ sub msp, msp, 4 ; push rab
+ store 0, 0, rab, msp ;
+ const it0, WS ; Window size
+
+ sub rab, rfb, it0 ; set rab = rfb-512
+ pushsr msp, it0, PC0 ; save program counter0
+ pushsr msp, it0, PC1 ; save program counter1
+ pushsr msp, it0, PC2 ; save program counter2
+
+ pushsr msp, it0, CHA ; save channel address
+ pushsr msp, it0, CHD ; save channel data
+ pushsr msp, it0, CHC ; save channel control
+ pushsr msp, it0, ALU ; save alu
+
+ pushsr msp, it0, OPS ; save ops
+ sub msp, msp, 4 ;
+ store 0, 0, tav, msp ; push tav
+ mtsrim chc, 0 ; no loadm/storem
+
+ mfsr it0, ops ; get ops value
+ const it1, (TD | DI) ; disable interrupts
+ consth it1, (TD | DI) ; disable interrupts
+ or it0, it0, it1 ; set bits
+
+ mtsr ops, it0 ; set new ops
+ const it0, _sigcode ; signal handler
+ consth it0, _sigcode ; signal handler
+ mtsr pc1, it0 ; store pc1
+
+ add it1, it0, 4 ; next addr
+ mtsr pc0, it1 ; store pc1 location
+ iret ; return
+ nop ; ALIGN
+ .endm
+
+ .macro sig_return
+ mfsr it0, cps ; get processor status
+ const it1, FZ|DA ; Freeze + traps disable
+ or it0, it0, it1 ; to set FZ+DA
+ mtsr cps, it0 ; in freeze mode
+
+ load 0, 0, tav, msp ; restore tav
+ add msp, msp, 4 ;
+
+ popsr OPS,it0, msp ;
+ popsr ALU,it0, msp ;
+ popsr CHC,it0, msp ;
+ popsr CHD,it0, msp ;
+
+ popsr CHA,it0, msp ;
+ popsr PC2,it0, msp ;
+ popsr PC1,it0, msp ;
+ popsr PC0,it0, msp ;
+
+ load 0, 0, rab, msp ;
+ add msp, msp, 4 ;
+ load 0, 0, it0, msp ;
+ add gr1, it0, 0 ; pop rsp
+
+ add msp, msp, 8 ; discount signal #
+ iret
+ .endm
+
+ .macro repair_R_stack
+ add v0, msp, SIGCTX_GR1 ; interrupted gr1
+ load 0, 0, v2, v0 ;
+ add v0, msp, SIGCTX_RFB ;
+ load 0, 0, v3, v0 ; interupted rfb
+
+ const v1, WS ;
+ sub v1, v3, v1 ; rfb-512
+ cpltu v0, v2, v1 ; test gr1 < rfb-512
+ jmpf v0, $1 ;
+
+ add gr1, rab, 0 ;
+ add v2, v1, 0 ; set LB = rfb-512
+$1:
+;* if gr1 < rfb-512 yes LB = rfb-512 signalled during spill
+;* if no, LB=gr1 interrupted cache < 126 registers
+ cpleu v0, v2, rfb ; test LB<=rfb
+ jmpf v0, $2 ;
+ nop ;
+ add v2, rfb, 0 ;
+$2:
+ cpeq v0, v3, rfb ; fill rfb->'rfb
+ jmpt v0, $3 ; if rfb==rfb'
+ const tav, (0x80<<2) ; prepare for fill
+ or tav, tav, v2 ;
+
+ mtsr IPA, tav ; IPA=LA<<2
+ sub tav, v3, gr98 ; cache fill LA->rfb
+ srl tav, tav, 2 ; convert to words
+ sub tav, tav, 1 ;
+
+ mtsr cr, tav ;
+ loadm 0, 0, gr0, v2 ; fill from LA->rfb
+$3:
+ add rfb, v3, 0 ; move rfb upto 'rfb
+ sub rab, v1, 0 ; assign rab to rfb-512
+
+ add v0, msp, SIGCTX_GR1 ;
+ load 0, 0, v2, v0 ; v0 = interrupted gr1
+ add gr1, v2, 0 ; move gr1 upto 'gr1
+ nop ;
+ .endm
+
+ .macro repair_regs
+ mtsrim cr, 29 - 1 ; to restore locals
+ loadm 0, 0, v0, msp ;
+ add msp, msp, 29*4 ;
+ popsr Q, tav, msp ;
+
+ popsr IPC, tav, msp ;
+ popsr IPB, tav, msp ;
+ popsr IPA, tav, msp ;
+ pop FPStat3, msp ; floating point regs
+
+ pop FPStat2, msp ; floating point regs
+ pop FPStat1, msp ; floating point regs
+ pop FPStat0, msp ; floating point regs
+
+ add msp, msp, 3*4 ; R-stack repaired
+ .endm
+
+;
+;*HIF related...
+;
+
+
+
+
+; send the message in bufaddr to Montip.
+ .macro SendMessageToMontip, bufaddr
+ const lr2, bufaddr
+$1:
+ call lr0, _msg_send
+ consth lr2, bufaddr
+ cpeq gr96, gr96, 0
+ jmpf gr96, $1
+ const lr2, bufaddr
+ .endm
+
+; build a HIF_CALL message in bufaddr to send to montip.
+ .macro BuildHIFCALLMsg, bufaddr, tmp1, tmp2
+ const tmp1, bufaddr
+ consth tmp1, bufaddr
+ const tmp2, HIF_CALL_MSGCODE
+ store 0, 0, tmp2, tmp1 ; msg code
+ add tmp1, tmp1, 4
+ const tmp2, HIF_CALL_MSGLEN
+ store 0, 0, tmp2, tmp1 ; msg len
+ add tmp1, tmp1, 4
+ store 0, 0, gr121, tmp1 ; service number
+ add tmp1, tmp1, 4
+ store 0, 0, lr2, tmp1 ; lr2
+ add tmp1, tmp1, 4
+ store 0, 0, lr3, tmp1 ; lr3
+ add tmp1, tmp1, 4
+ store 0, 0, lr4, tmp1 ; lr4
+ .endm
+
+;
+;*
+;* All the funky AMD style macros go in here...simply for
+;* compatility
+;
+;
+ .macro IMPORT, symbol
+ .extern symbol
+ .endm
+
+ .macro GLOBAL, symbol
+ .global symbol
+ .endm
+
+ .macro USESECT, name, type
+ .sect name, type
+ .use name
+ .endm
+
+ .macro SECTION, name, type
+ .sect name, type
+ .endm
+
+ .macro FUNC, fname, lineno
+ .global fname
+fname:
+ .endm
+
+ .macro ENDFUNC, fname, lineno
+ .endm
+
+;*************************************LONG
+ .macro LONG, varname
+varname:
+ .block 4
+ .endm
+
+;*************************************UNSIGNED LONG
+ .macro ULONG, varname
+varname:
+ .block 4
+ .endm
+
+;*************************************SHORT
+ .macro SHORT, varname
+varname:
+ .block 2
+ .endm
+
+;*************************************CHAR
+ .macro CHAR, varname
+varname:
+ .block 1
+ .endm
+
+;*************************************LONGARRAY
+ .macro LONGARRAY, name, count
+name:
+ .block count*4
+ .endm
+
+;*************************************SHORTARRAY
+
+ .macro SHORTARRAY, name, count
+name:
+ .block count*2
+ .endm
+
+;*************************************CHARARRAY
+
+ .macro CHARARRAY, name, count
+name:
+ .block count
+ .endm
+
+
+;*************************************VOID_FPTR
+
+ .macro VOID_FPTR, name
+name:
+ .block 4
+ .endm