URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [powerpc/] [mpc8260/] [v2_0/] [include/] [variant.inc] - Rev 174
Compare with Previous | Blame | View Log
#ifndef CYGONCE_HAL_VARIANT_INC#define CYGONCE_HAL_VARIANT_INC##=============================================================================#### variant.inc#### MPC8260 family assembler header file####=============================================================================#####ECOSGPLCOPYRIGHTBEGIN###### -------------------------------------------## This file is part of eCos, the Embedded Configurable Operating System.## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.## Copyright (C) 2002 Gary Thomas#### eCos is free software; you can redistribute it and/or modify it under## the terms of the GNU General Public License as published by the Free## Software Foundation; either version 2 or (at your option) any later version.#### eCos is distributed in the hope that it will be useful, but WITHOUT ANY## WARRANTY; without even the implied warranty of MERCHANTABILITY or## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License## for more details.#### You should have received a copy of the GNU General Public License along## with eCos; if not, write to the Free Software Foundation, Inc.,## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.#### As a special exception, if other files instantiate templates or use macros## or inline functions from this file, or you compile this file and link it## with other works to produce a work based on this file, this file does not## by itself cause the resulting work to be covered by the GNU General Public## License. However the source code for this file must still be made available## in accordance with section (3) of the GNU General Public License.#### This exception does not invalidate any other reasons why a work based on## this file might be covered by the GNU General Public License.#### Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.## at http://sources.redhat.com/ecos/ecos-license/## -------------------------------------------#####ECOSGPLCOPYRIGHTEND######=============================================================================#######DESCRIPTIONBEGIN######## Author(s): pfine## Contributors:jskov## Date: 2001-12-12## Purpose: MPC8260 family definitions.## Description: This file contains various definitions and macros that are## useful for writing assembly code for the MPC8260 CPU family.## Usage:## #include <cyg/hal/variant.inc>## ...##########DESCRIPTIONEND########=============================================================================#include <pkgconf/hal.h>#include <cyg/hal/arch.inc>##-----------------------------------------------------------------------------#ifndef SPRG0#define SPRG0 272 # Counter Register#endif#ifndef SPRG1#define SPRG1 273 # Counter Register#endif#ifndef SPRG2#define SPRG2 274 # Counter Register#endif#ifndef SPRG3#define SPRG3 275 # Counter Register#endif##-----------------------------------------------------------------------------## MPC8260 defined vectors.macro mpc8260_vector name.p2align 8.globl __exception_\name__exception_\name:#-------------------------------------------## save off registers used in vector routine ##-------------------------------------------#mtspr SPRG3,r3 # save r3mfspr r3,8mtspr SPRG2,r3 # save LR#-----------------------------------------------------------------------# Load the vector offset value in SPRG0 for handler shifted down 8 bits.#-----------------------------------------------------------------------#addi r3,r0,0x0010addi r3,r0,__exception_\name@l #load low 16 bits of exception vectorsrawi r3,r3,8 #shift right by 8mtspr SPRG0,r3#---------------------------------------------------------# load link register in order to jump to physical address#---------------------------------------------------------addis r3,0,handler@hori r3,r3,handler@lmtspr 8,r3bclr 20,0 # jump unconditionally to address in Link# Register (LR).endm.macro infinite_loop_vector name.p2align 8.globl __exception_\name__exception_\name:mflr r0lwi r1,0x04700010lwi r2,0x12345678stw r0,0(r1)lwi r3,__exception_\namestw r3,4(r1)stw r2,8(r1)1:nopnopnopb 1b.endm.macro hal_reserved_vector_00000infinite_loop_vector reserved.endm#define CYG_HAL_RESERVED_VECTOR_00000.macro hal_extra_vectorsinfinite_loop_vector itbl_missinfinite_loop_vector dltlb_missinfinite_loop_vector dstlb_missinfinite_loop_vector iaddr_brkptinfinite_loop_vector sys_mngmnt_intrpt#if 0exception_vector reserved_01500exception_vector reserved_01600exception_vector reserved_01700exception_vector reserved_01800exception_vector reserved_01900exception_vector reserved_01a00exception_vector reserved_01b00exception_vector reserved_01c00exception_vector reserved_01d00exception_vector reserved_01e00exception_vector reserved_01f00exception_vector reserved_02000exception_vector reserved_02100exception_vector reserved_02200exception_vector reserved_02300exception_vector reserved_02400exception_vector reserved_02500exception_vector reserved_02600exception_vector reserved_02700exception_vector reserved_02800exception_vector reserved_02900exception_vector reserved_02a00exception_vector reserved_02b00exception_vector reserved_02c00exception_vector reserved_02d00exception_vector reserved_02e00exception_vector reserved_02f00#endif.endm#if 0## MPC8260 defined vectors# infinite_loop_vector macro.macro infinite_loop_vector name.p2align 8.globl __exception_\name__exception_\name:nopnopnopb __exception_\name.endm.macro hal_extra_vectors# MPC8260 vectorsmpc8260_vector instruction_tlb_missmpc8260_vector data_load_tlb_missmpc8260_vector data_store_tlb_missmpc8260_vector instruction_addr_brkptmpc8260_vector system_mngmnt_intrpt.endm#endif##-----------------------------------------------------------------------------## MPC8260 CPU initialization#### Initialize CPU to a post-reset state, ensuring the ground doesn''t## shift under us while we try to set things up..macro hal_cpu_init# Set up MSR (disable MMU for now)lwi r3,(CYG_MSR & ~(MSR_IR | MSR_DR))syncmtmsr r3sync.endm##-----------------------------------------------------------------------------## MPC8260 monitor initialization#ifndef CYGPKG_HAL_PPC_MON_DEFINED#if defined(CYG_HAL_STARTUP_ROM) || \( defined(CYG_HAL_STARTUP_RAM) && \!defined(CYGSEM_HAL_USE_ROM_MONITOR)).macro hal_mon_init#ifdef CYGSEM_HAL_POWERPC_COPY_VECTORS# If we are starting up from ROM and want vectors in RAM# or we are starting in RAM and NOT using a ROM monitor,# copy exception handler code to 0.lwi r3,rom_vectors # r3 = rom startlwi r4,0 # r4 = ram startlwi r5,rom_vectors_end # r5 = rom endcmplw r3,r5 # skip if no vectorsbeq 2fsubi r3,r3,4subi r4,r4,4subi r5,r5,41:lwzu r0,4(r3) # get word from ROMstwu r0,4(r4) # store in RAMcmplw r3,r5 # compareblt 1b # loop if not yet done2:# Next initialize the VSR table. This happens whether the# vectors were copied to RAM or not.# First fill with exception handlerslwi r3,cyg_hal_default_exception_vsrlwi r4,hal_vsr_tablesubi r4,r4,4li r5,CYGNUM_HAL_VSR_COUNT1: stwu r3,4(r4)subi r5,r5,1cmpwi r5,0bne 1b#endif# Then fill in the special vectorslwi r3,cyg_hal_default_interrupt_vsrlwi r4,hal_vsr_tablestw r3,CYGNUM_HAL_VECTOR_INTERRUPT*4(r4)stw r3,CYGNUM_HAL_VECTOR_DECREMENTER*4(r4).endm#elif defined(CYG_HAL_STARTUP_RAM) && defined(CYGSEM_HAL_USE_ROM_MONITOR)# Initialize the VSR table entries# We only take control of the interrupt vectors,# the rest are left to the ROM for now....macro hal_mon_initlwi r3,cyg_hal_default_interrupt_vsrlwi r4,hal_vsr_tablestw r3,CYGNUM_HAL_VECTOR_INTERRUPT*4(r4)stw r3,CYGNUM_HAL_VECTOR_DECREMENTER*4(r4).endm#else.macro hal_mon_init.endm#endif#define CYGPKG_HAL_PPC_MON_DEFINED#endif // CYGPKG_HAL_PPC_MON_DEFINED##-----------------------------------------------------------------------------## MPC8260 exception state handling.macro hal_variant_save regs.endm.macro hal_variant_load regs.endm##-----------------------------------------------------------------------------## Indicate that the ISR tables are defined in variant.S#define CYG_HAL_PPC_ISR_TABLES_DEFINED##-----------------------------------------------------------------------------## MPC8260 interrupt handling.#ifndef CYGPKG_HAL_POWERPC_INTC_DEFINED## First level decoding of MPC8xx SIU interrupt controller.# decode the interrupt.macro hal_intc_decode dreg,state#if 0lis r24,0x0471 # load register baselbz r24,CYGARC_REG_IMM_SIVEC(r24) # if//lwi \dreg,0x00ffff1c//stw r24,0(\dreg)stw r24,0(0)#endiflwz \dreg,CYGARC_PPCREG_VECTOR(\state) # retrieve vector number,rlwinm. \dreg,\dreg,22,31,31 # isolate bit 21//stw \dreg,CYGARC_PPCREG_VECTOR(\state) # update vector in state frame.//slwi \dreg,\dreg,2 # convert to byte offset.#if 1beq 0f # done if decrementer (vec 0)lis \dreg,0x0471 # load register baselbz \dreg,CYGARC_REG_IMM_SIVEC(\dreg) # if external, get SIU vectorsrwi \dreg,\dreg,2 # shift SIVEC value by 2//addi \dreg,\dreg,1 # Skip decrementer vector0: stw \dreg,CYGARC_PPCREG_VECTOR(\state) # update vector in state frame.slwi \dreg,\dreg,2 # convert to byte offset.#endif.endm#define CYGPKG_HAL_POWERPC_INTC_DEFINED#endif // CYGPKG_HAL_POWERPC_INTC_DEFINED#------------------------------------------------------------------------------#endif // ifndef CYGONCE_HAL_VARIANT_INC# end of variant.inc
