blob: 57bfe8e78b1081ed9e627335ad6e8619d9b93ebd [file] [log] [blame]
Prafulla Wadaskar4efb77d2009-06-20 11:01:53 +02001/*
2 * (C) Copyright 2009
3 * Marvell Semiconductor <www.marvell.com>
4 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
5 *
6 * See file CREDITS for list of people who contributed to this
7 * project.
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License as
11 * published by the Free Software Foundation; either version 2 of
12 * the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
22 * MA 02110-1301 USA
23 */
24
25#ifndef _KWCPU_H
26#define _KWCPU_H
27
28#include <asm/system.h>
29
30#ifndef __ASSEMBLY__
31
Prafulla Wadaskar78eabb92009-06-29 20:55:54 +053032#define KWCPU_WIN_CTRL_DATA(size, target, attr, en) (en | (target << 4) \
33 | (attr << 8) | (kw_winctrl_calcsize(size) << 16))
34
Prafulla Wadaskar4efb77d2009-06-20 11:01:53 +020035#define KWGBE_PORT_SERIAL_CONTROL1_REG(_x) \
36 ((_x ? KW_EGIGA0_BASE : KW_EGIGA1_BASE) + 0x44c)
37
Prafulla Wadaskarc0cd0202010-09-20 17:19:42 +053038#define KW_REG_PCIE_DEVID (KW_REG_PCIE_BASE + 0x00)
39#define KW_REG_PCIE_REVID (KW_REG_PCIE_BASE + 0x08)
Prafulla Wadaskar4efb77d2009-06-20 11:01:53 +020040#define KW_REG_DEVICE_ID (KW_MPP_BASE + 0x34)
Prafulla Wadaskar49d2cb42009-08-20 20:59:28 +053041#define KW_REG_SYSRST_CNT (KW_MPP_BASE + 0x50)
42#define SYSRST_CNT_1SEC_VAL (25*1000000)
Prafulla Wadaskar4efb77d2009-06-20 11:01:53 +020043#define KW_REG_MPP_OUT_DRV_REG (KW_MPP_BASE + 0xE0)
44
45enum memory_bank {
46 BANK0,
47 BANK1,
48 BANK2,
49 BANK3
50};
51
52enum kwcpu_winen {
53 KWCPU_WIN_DISABLE,
54 KWCPU_WIN_ENABLE
55};
56
57enum kwcpu_target {
58 KWCPU_TARGET_RESERVED,
59 KWCPU_TARGET_MEMORY,
60 KWCPU_TARGET_1RESERVED,
61 KWCPU_TARGET_SASRAM,
62 KWCPU_TARGET_PCIE
63};
64
65enum kwcpu_attrib {
66 KWCPU_ATTR_SASRAM = 0x01,
Prafulla Wadaskar78eabb92009-06-29 20:55:54 +053067 KWCPU_ATTR_DRAM_CS0 = 0x0e,
68 KWCPU_ATTR_DRAM_CS1 = 0x0d,
69 KWCPU_ATTR_DRAM_CS2 = 0x0b,
70 KWCPU_ATTR_DRAM_CS3 = 0x07,
Prafulla Wadaskar4efb77d2009-06-20 11:01:53 +020071 KWCPU_ATTR_NANDFLASH = 0x2f,
72 KWCPU_ATTR_SPIFLASH = 0x1e,
73 KWCPU_ATTR_BOOTROM = 0x1d,
74 KWCPU_ATTR_PCIE_IO = 0xe0,
75 KWCPU_ATTR_PCIE_MEM = 0xe8
76};
77
78/*
79 * Default Device Address MAP BAR values
80 */
81#define KW_DEFADR_PCI_MEM 0x90000000
82#define KW_DEFADR_PCI_IO 0xC0000000
83#define KW_DEFADR_PCI_IO_REMAP 0xC0000000
84#define KW_DEFADR_SASRAM 0xC8010000
85#define KW_DEFADR_NANDF 0xD8000000
86#define KW_DEFADR_SPIF 0xE8000000
87#define KW_DEFADR_BOOTROM 0xF8000000
88
89/*
90 * read feroceon/sheeva core extra feature register
91 * using co-proc instruction
92 */
93static inline unsigned int readfr_extra_feature_reg(void)
94{
95 unsigned int val;
96 asm volatile ("mrc p15, 1, %0, c15, c1, 0 @ readfr exfr":"=r"
97 (val)::"cc");
98 return val;
99}
100
101/*
102 * write feroceon/sheeva core extra feature register
103 * using co-proc instruction
104 */
105static inline void writefr_extra_feature_reg(unsigned int val)
106{
107 asm volatile ("mcr p15, 1, %0, c15, c1, 0 @ writefr exfr"::"r"
108 (val):"cc");
109 isb();
110}
111
112/*
113 * MBus-L to Mbus Bridge Registers
114 * Ref: Datasheet sec:A.3
115 */
116struct kwwin_registers {
117 u32 ctrl;
118 u32 base;
119 u32 remap_lo;
120 u32 remap_hi;
121};
122
123/*
124 * CPU control and status Registers
125 * Ref: Datasheet sec:A.3.2
126 */
127struct kwcpu_registers {
128 u32 config; /*0x20100 */
129 u32 ctrl_stat; /*0x20104 */
130 u32 rstoutn_mask; /* 0x20108 */
131 u32 sys_soft_rst; /* 0x2010C */
132 u32 ahb_mbus_cause_irq; /* 0x20110 */
133 u32 ahb_mbus_mask_irq; /* 0x20114 */
134 u32 pad1[2];
135 u32 ftdll_config; /* 0x20120 */
136 u32 pad2;
137 u32 l2_cfg; /* 0x20128 */
138};
139
140/*
141 * GPIO Registers
142 * Ref: Datasheet sec:A.19
143 */
144struct kwgpio_registers {
145 u32 dout;
146 u32 oe;
147 u32 blink_en;
148 u32 din_pol;
149 u32 din;
150 u32 irq_cause;
151 u32 irq_mask;
152 u32 irq_level;
153};
154
155/*
156 * functions
157 */
Prafulla Wadaskar4efb77d2009-06-20 11:01:53 +0200158unsigned char get_random_hex(void);
159unsigned int kw_sdram_bar(enum memory_bank bank);
160unsigned int kw_sdram_bs(enum memory_bank bank);
Gerlando Falautob3168f42012-07-25 06:23:48 +0000161void kw_sdram_size_adjust(enum memory_bank bank);
Prafulla Wadaskar4efb77d2009-06-20 11:01:53 +0200162int kw_config_adr_windows(void);
163void kw_config_gpio(unsigned int gpp0_oe_val, unsigned int gpp1_oe_val,
164 unsigned int gpp0_oe, unsigned int gpp1_oe);
165int kw_config_mpp(unsigned int mpp0_7, unsigned int mpp8_15,
166 unsigned int mpp16_23, unsigned int mpp24_31,
167 unsigned int mpp32_39, unsigned int mpp40_47,
168 unsigned int mpp48_55);
Prafulla Wadaskar78eabb92009-06-29 20:55:54 +0530169unsigned int kw_winctrl_calcsize(unsigned int sizeval);
Prafulla Wadaskar4efb77d2009-06-20 11:01:53 +0200170#endif /* __ASSEMBLY__ */
171#endif /* _KWCPU_H */