diff options
| author | Chris Zankel <chris@zankel.net> | 2008-11-06 09:40:46 -0500 |
|---|---|---|
| committer | Chris Zankel <chris@zankel.net> | 2008-11-06 13:25:09 -0500 |
| commit | 367b8112fe2ea5c39a7bb4d263dcdd9b612fae18 (patch) | |
| tree | 9f3349189718dd2c5678faf0ab38f389786b6925 /arch/xtensa/variants/fsf | |
| parent | 206ead28377fee86b129637edada8c77816cc0d6 (diff) | |
xtensa: move headers files to arch/xtensa/include
Move all header files for xtensa to arch/xtensa/include and platform and
variant header files to the appropriate arch/xtensa/platforms/ and
arch/xtensa/variants/ directories.
Moving the files gets also rid of all uses of symlinks in the Makefile.
This has been completed already for the majority of the architectures
and xtensa is one out of six missing.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/variants/fsf')
| -rw-r--r-- | arch/xtensa/variants/fsf/include/variant/core.h | 359 | ||||
| -rw-r--r-- | arch/xtensa/variants/fsf/include/variant/tie-asm.h | 70 | ||||
| -rw-r--r-- | arch/xtensa/variants/fsf/include/variant/tie.h | 77 |
3 files changed, 506 insertions, 0 deletions
diff --git a/arch/xtensa/variants/fsf/include/variant/core.h b/arch/xtensa/variants/fsf/include/variant/core.h new file mode 100644 index 000000000000..2f337605c744 --- /dev/null +++ b/arch/xtensa/variants/fsf/include/variant/core.h | |||
| @@ -0,0 +1,359 @@ | |||
| 1 | /* | ||
| 2 | * Xtensa processor core configuration information. | ||
| 3 | * | ||
| 4 | * This file is subject to the terms and conditions of the GNU General Public | ||
| 5 | * License. See the file "COPYING" in the main directory of this archive | ||
| 6 | * for more details. | ||
| 7 | * | ||
| 8 | * Copyright (C) 1999-2006 Tensilica Inc. | ||
| 9 | */ | ||
| 10 | |||
| 11 | #ifndef _XTENSA_CORE_H | ||
| 12 | #define _XTENSA_CORE_H | ||
| 13 | |||
| 14 | |||
| 15 | /**************************************************************************** | ||
| 16 | Parameters Useful for Any Code, USER or PRIVILEGED | ||
| 17 | ****************************************************************************/ | ||
| 18 | |||
| 19 | /* | ||
| 20 | * Note: Macros of the form XCHAL_HAVE_*** have a value of 1 if the option is | ||
| 21 | * configured, and a value of 0 otherwise. These macros are always defined. | ||
| 22 | */ | ||
| 23 | |||
| 24 | |||
| 25 | /*---------------------------------------------------------------------- | ||
| 26 | ISA | ||
| 27 | ----------------------------------------------------------------------*/ | ||
| 28 | |||
| 29 | #define XCHAL_HAVE_BE 1 /* big-endian byte ordering */ | ||
| 30 | #define XCHAL_HAVE_WINDOWED 1 /* windowed registers option */ | ||
| 31 | #define XCHAL_NUM_AREGS 64 /* num of physical addr regs */ | ||
| 32 | #define XCHAL_NUM_AREGS_LOG2 6 /* log2(XCHAL_NUM_AREGS) */ | ||
| 33 | #define XCHAL_MAX_INSTRUCTION_SIZE 3 /* max instr bytes (3..8) */ | ||
| 34 | #define XCHAL_HAVE_DEBUG 1 /* debug option */ | ||
| 35 | #define XCHAL_HAVE_DENSITY 1 /* 16-bit instructions */ | ||
| 36 | #define XCHAL_HAVE_LOOPS 1 /* zero-overhead loops */ | ||
| 37 | #define XCHAL_HAVE_NSA 1 /* NSA/NSAU instructions */ | ||
| 38 | #define XCHAL_HAVE_MINMAX 0 /* MIN/MAX instructions */ | ||
| 39 | #define XCHAL_HAVE_SEXT 0 /* SEXT instruction */ | ||
| 40 | #define XCHAL_HAVE_CLAMPS 0 /* CLAMPS instruction */ | ||
| 41 | #define XCHAL_HAVE_MUL16 0 /* MUL16S/MUL16U instructions */ | ||
| 42 | #define XCHAL_HAVE_MUL32 0 /* MULL instruction */ | ||
| 43 | #define XCHAL_HAVE_MUL32_HIGH 0 /* MULUH/MULSH instructions */ | ||
| 44 | #define XCHAL_HAVE_L32R 1 /* L32R instruction */ | ||
| 45 | #define XCHAL_HAVE_ABSOLUTE_LITERALS 1 /* non-PC-rel (extended) L32R */ | ||
| 46 | #define XCHAL_HAVE_CONST16 0 /* CONST16 instruction */ | ||
| 47 | #define XCHAL_HAVE_ADDX 1 /* ADDX#/SUBX# instructions */ | ||
| 48 | #define XCHAL_HAVE_WIDE_BRANCHES 0 /* B*.W18 or B*.W15 instr's */ | ||
| 49 | #define XCHAL_HAVE_PREDICTED_BRANCHES 0 /* B[EQ/EQZ/NE/NEZ]T instr's */ | ||
| 50 | #define XCHAL_HAVE_CALL4AND12 1 /* (obsolete option) */ | ||
| 51 | #define XCHAL_HAVE_ABS 1 /* ABS instruction */ | ||
| 52 | /*#define XCHAL_HAVE_POPC 0*/ /* POPC instruction */ | ||
| 53 | /*#define XCHAL_HAVE_CRC 0*/ /* CRC instruction */ | ||
| 54 | #define XCHAL_HAVE_RELEASE_SYNC 0 /* L32AI/S32RI instructions */ | ||
| 55 | #define XCHAL_HAVE_S32C1I 0 /* S32C1I instruction */ | ||
| 56 | #define XCHAL_HAVE_SPECULATION 0 /* speculation */ | ||
| 57 | #define XCHAL_HAVE_FULL_RESET 1 /* all regs/state reset */ | ||
| 58 | #define XCHAL_NUM_CONTEXTS 1 /* */ | ||
| 59 | #define XCHAL_NUM_MISC_REGS 2 /* num of scratch regs (0..4) */ | ||
| 60 | #define XCHAL_HAVE_TAP_MASTER 0 /* JTAG TAP control instr's */ | ||
| 61 | #define XCHAL_HAVE_PRID 1 /* processor ID register */ | ||
| 62 | #define XCHAL_HAVE_THREADPTR 1 /* THREADPTR register */ | ||
| 63 | #define XCHAL_HAVE_BOOLEANS 0 /* boolean registers */ | ||
| 64 | #define XCHAL_HAVE_CP 0 /* CPENABLE reg (coprocessor) */ | ||
| 65 | #define XCHAL_CP_MAXCFG 0 /* max allowed cp id plus one */ | ||
| 66 | #define XCHAL_HAVE_MAC16 0 /* MAC16 package */ | ||
| 67 | #define XCHAL_HAVE_VECTORFPU2005 0 /* vector floating-point pkg */ | ||
| 68 | #define XCHAL_HAVE_FP 0 /* floating point pkg */ | ||
| 69 | #define XCHAL_HAVE_VECTRA1 0 /* Vectra I pkg */ | ||
| 70 | #define XCHAL_HAVE_VECTRALX 0 /* Vectra LX pkg */ | ||
| 71 | #define XCHAL_HAVE_HIFI2 0 /* HiFi2 Audio Engine pkg */ | ||
| 72 | |||
| 73 | |||
| 74 | /*---------------------------------------------------------------------- | ||
| 75 | MISC | ||
| 76 | ----------------------------------------------------------------------*/ | ||
| 77 | |||
| 78 | #define XCHAL_NUM_WRITEBUFFER_ENTRIES 4 /* size of write buffer */ | ||
| 79 | #define XCHAL_INST_FETCH_WIDTH 4 /* instr-fetch width in bytes */ | ||
| 80 | #define XCHAL_DATA_WIDTH 4 /* data width in bytes */ | ||
| 81 | /* In T1050, applies to selected core load and store instructions (see ISA): */ | ||
| 82 | #define XCHAL_UNALIGNED_LOAD_EXCEPTION 1 /* unaligned loads cause exc. */ | ||
| 83 | #define XCHAL_UNALIGNED_STORE_EXCEPTION 1 /* unaligned stores cause exc.*/ | ||
| 84 | |||
| 85 | #define XCHAL_CORE_ID "fsf" /* alphanum core name | ||
| 86 | (CoreID) set in the Xtensa | ||
| 87 | Processor Generator */ | ||
| 88 | |||
| 89 | #define XCHAL_BUILD_UNIQUE_ID 0x00006700 /* 22-bit sw build ID */ | ||
| 90 | |||
| 91 | /* | ||
| 92 | * These definitions describe the hardware targeted by this software. | ||
| 93 | */ | ||
| 94 | #define XCHAL_HW_CONFIGID0 0xC103C3FF /* ConfigID hi 32 bits*/ | ||
| 95 | #define XCHAL_HW_CONFIGID1 0x0C006700 /* ConfigID lo 32 bits*/ | ||
| 96 | #define XCHAL_HW_VERSION_NAME "LX2.0.0" /* full version name */ | ||
| 97 | #define XCHAL_HW_VERSION_MAJOR 2200 /* major ver# of targeted hw */ | ||
| 98 | #define XCHAL_HW_VERSION_MINOR 0 /* minor ver# of targeted hw */ | ||
| 99 | #define XTHAL_HW_REL_LX2 1 | ||
| 100 | #define XTHAL_HW_REL_LX2_0 1 | ||
| 101 | #define XTHAL_HW_REL_LX2_0_0 1 | ||
| 102 | #define XCHAL_HW_CONFIGID_RELIABLE 1 | ||
| 103 | /* If software targets a *range* of hardware versions, these are the bounds: */ | ||
| 104 | #define XCHAL_HW_MIN_VERSION_MAJOR 2200 /* major v of earliest tgt hw */ | ||
| 105 | #define XCHAL_HW_MIN_VERSION_MINOR 0 /* minor v of earliest tgt hw */ | ||
| 106 | #define XCHAL_HW_MAX_VERSION_MAJOR 2200 /* major v of latest tgt hw */ | ||
| 107 | #define XCHAL_HW_MAX_VERSION_MINOR 0 /* minor v of latest tgt hw */ | ||
| 108 | |||
| 109 | |||
| 110 | /*---------------------------------------------------------------------- | ||
| 111 | CACHE | ||
| 112 | ----------------------------------------------------------------------*/ | ||
| 113 | |||
| 114 | #define XCHAL_ICACHE_LINESIZE 16 /* I-cache line size in bytes */ | ||
| 115 | #define XCHAL_DCACHE_LINESIZE 16 /* D-cache line size in bytes */ | ||
| 116 | #define XCHAL_ICACHE_LINEWIDTH 4 /* log2(I line size in bytes) */ | ||
| 117 | #define XCHAL_DCACHE_LINEWIDTH 4 /* log2(D line size in bytes) */ | ||
| 118 | |||
| 119 | #define XCHAL_ICACHE_SIZE 8192 /* I-cache size in bytes or 0 */ | ||
| 120 | #define XCHAL_DCACHE_SIZE 8192 /* D-cache size in bytes or 0 */ | ||
| 121 | |||
| 122 | #define XCHAL_DCACHE_IS_WRITEBACK 0 /* writeback feature */ | ||
| 123 | |||
| 124 | |||
| 125 | |||
| 126 | |||
| 127 | /**************************************************************************** | ||
| 128 | Parameters Useful for PRIVILEGED (Supervisory or Non-Virtualized) Code | ||
| 129 | ****************************************************************************/ | ||
| 130 | |||
| 131 | |||
| 132 | #ifndef XTENSA_HAL_NON_PRIVILEGED_ONLY | ||
| 133 | |||
| 134 | /*---------------------------------------------------------------------- | ||
| 135 | CACHE | ||
| 136 | ----------------------------------------------------------------------*/ | ||
| 137 | |||
| 138 | #define XCHAL_HAVE_PIF 1 /* any outbound PIF present */ | ||
| 139 | |||
| 140 | /* If present, cache size in bytes == (ways * 2^(linewidth + setwidth)). */ | ||
| 141 | |||
| 142 | /* Number of cache sets in log2(lines per way): */ | ||
| 143 | #define XCHAL_ICACHE_SETWIDTH 8 | ||
| 144 | #define XCHAL_DCACHE_SETWIDTH 8 | ||
| 145 | |||
| 146 | /* Cache set associativity (number of ways): */ | ||
| 147 | #define XCHAL_ICACHE_WAYS 2 | ||
| 148 | #define XCHAL_DCACHE_WAYS 2 | ||
| 149 | |||
| 150 | /* Cache features: */ | ||
| 151 | #define XCHAL_ICACHE_LINE_LOCKABLE 0 | ||
| 152 | #define XCHAL_DCACHE_LINE_LOCKABLE 0 | ||
| 153 | #define XCHAL_ICACHE_ECC_PARITY 0 | ||
| 154 | #define XCHAL_DCACHE_ECC_PARITY 0 | ||
| 155 | |||
| 156 | /* Number of encoded cache attr bits (see <xtensa/hal.h> for decoded bits): */ | ||
| 157 | #define XCHAL_CA_BITS 4 | ||
| 158 | |||
| 159 | |||
| 160 | /*---------------------------------------------------------------------- | ||
| 161 | INTERNAL I/D RAM/ROMs and XLMI | ||
| 162 | ----------------------------------------------------------------------*/ | ||
| 163 | |||
| 164 | #define XCHAL_NUM_INSTROM 0 /* number of core instr. ROMs */ | ||
| 165 | #define XCHAL_NUM_INSTRAM 0 /* number of core instr. RAMs */ | ||
| 166 | #define XCHAL_NUM_DATAROM 0 /* number of core data ROMs */ | ||
| 167 | #define XCHAL_NUM_DATARAM 0 /* number of core data RAMs */ | ||
| 168 | #define XCHAL_NUM_URAM 0 /* number of core unified RAMs*/ | ||
| 169 | #define XCHAL_NUM_XLMI 0 /* number of core XLMI ports */ | ||
| 170 | |||
| 171 | |||
| 172 | /*---------------------------------------------------------------------- | ||
| 173 | INTERRUPTS and TIMERS | ||
| 174 | ----------------------------------------------------------------------*/ | ||
| 175 | |||
| 176 | #define XCHAL_HAVE_INTERRUPTS 1 /* interrupt option */ | ||
| 177 | #define XCHAL_HAVE_HIGHPRI_INTERRUPTS 1 /* med/high-pri. interrupts */ | ||
| 178 | #define XCHAL_HAVE_NMI 0 /* non-maskable interrupt */ | ||
