1
2
3
4
5
6
7#ifndef __FSL_PCI_H_
8#define __FSL_PCI_H_
9
10#include <asm/fsl_law.h>
11#include <asm/fsl_serdes.h>
12#include <pci.h>
13
14#define PEX_IP_BLK_REV_2_2 0x02080202
15#define PEX_IP_BLK_REV_2_3 0x02080203
16#define PEX_IP_BLK_REV_3_0 0x02080300
17
18
19#define FSL_PCI_PBFR 0x44
20
21#define FSL_PCIE_CFG_RDY 0x4b0
22#define FSL_PCIE_V3_CFG_RDY 0x1
23#define FSL_PROG_IF_AGENT 0x1
24
25#define PCI_LTSSM 0x404
26#define PCI_LTSSM_L0 0x16
27
28int fsl_setup_hose(struct pci_controller *hose, unsigned long addr);
29int fsl_is_pci_agent(struct pci_controller *hose);
30void fsl_pci_config_unlock(struct pci_controller *hose);
31void ft_fsl_pci_setup(void *blob, const char *compat, unsigned long ctrl_addr);
32
33
34
35
36
37
38
39
40typedef struct pci_outbound_window {
41 u32 potar;
42 u32 potear;
43 u32 powbar;
44 u32 res1;
45 u32 powar;
46#define POWAR_EN 0x80000000
47#define POWAR_IO_READ 0x00080000
48#define POWAR_MEM_READ 0x00040000
49#define POWAR_IO_WRITE 0x00008000
50#define POWAR_MEM_WRITE 0x00004000
51 u32 res2[3];
52} pot_t;
53
54typedef struct pci_inbound_window {
55 u32 pitar;
56 u32 res1;
57 u32 piwbar;
58 u32 piwbear;
59 u32 piwar;
60#define PIWAR_EN 0x80000000
61#define PIWAR_PF 0x20000000
62#define PIWAR_LOCAL 0x00f00000
63#define PIWAR_READ_SNOOP 0x00050000
64#define PIWAR_WRITE_SNOOP 0x00005000
65 u32 res2[3];
66} pit_t;
67
68
69typedef struct ccsr_pci {
70 u32 cfg_addr;
71 u32 cfg_data;
72 u32 int_ack;
73 u32 out_comp_to;
74 u32 out_conf_to;
75 u32 config;
76 u32 int_status;
77 char res2[4];
78 u32 pme_msg_det;
79 u32 pme_msg_dis;
80 u32 pme_msg_int_en;
81 u32 pm_command;
82 char res4[3016];
83 u32 block_rev1;
84 u32 block_rev2;
85
86 pot_t pot[5];
87 u32 res5[24];
88 pit_t pmit;
89 u32 res6[24];
90 pit_t pit[4];
91
92#define PIT3 0
93#define PIT2 1
94#define PIT1 2
95
96#if 0
97 u32 potar0;
98 u32 potear0;
99 char res5[8];
100 u32 powar0;
101 char res6[12];
102 u32 potar1;
103 u32 potear1;
104 u32 powbar1;
105 char res7[4];
106 u32 powar1;
107 char res8[12];
108 u32 potar2;
109 u32 potear2;
110 u32 powbar2;
111 char res9[4];
112 u32 powar2;
113 char res10[12];
114 u32 potar3;
115 u32 potear3;
116 u32 powbar3;
117 char res11[4];
118 u32 powar3;
119 char res12[12];
120 u32 potar4;
121 u32 potear4;
122 u32 powbar4;
123 char res13[4];
124 u32 powar4;
125 char res14[268];
126 u32 pitar3;
127 char res15[4];
128 u32 piwbar3;
129 u32 piwbear3;
130 u32 piwar3;
131 char res16[12];
132 u32 pitar2;
133 char res17[4];
134 u32 piwbar2;
135 u32 piwbear2;
136 u32 piwar2;
137 char res18[12];
138 u32 pitar1;
139 char res19[4];
140 u32 piwbar1;
141 char res20[4];
142 u32 piwar1;
143 char res21[12];
144#endif
145 u32 pedr;
146 u32 pecdr;
147 u32 peer;
148 u32 peattrcr;
149 u32 peaddrcr;
150
151 u32 peextaddrcr;
152 u32 pedlcr;
153 u32 pedhcr;
154 u32 gas_timr;
155
156 char res22[4];
157 u32 perr_cap0;
158 u32 perr_cap1;
159 u32 perr_cap2;
160 u32 perr_cap3;
161 char res23[200];
162 u32 pdb_stat;
163 char res24[16];
164 u32 pex_csr0;
165 u32 pex_csr1;
166 char res25[228];
167} ccsr_fsl_pci_t;
168#define PCIE_CONFIG_PC 0x00020000
169#define PCIE_CONFIG_OB_CK 0x00002000
170#define PCIE_CONFIG_SAC 0x00000010
171#define PCIE_CONFIG_SP 0x80000002
172#define PCIE_CONFIG_SCC 0x80000001
173
174struct fsl_pci_info {
175 unsigned long regs;
176 pci_addr_t mem_bus;
177 phys_size_t mem_phys;
178 pci_size_t mem_size;
179 pci_addr_t io_bus;
180 phys_size_t io_phys;
181 pci_size_t io_size;
182 enum law_trgt_if law;
183 int pci_num;
184};
185
186void fsl_pci_init(struct pci_controller *hose, struct fsl_pci_info *pci_info);
187int fsl_pci_init_port(struct fsl_pci_info *pci_info,
188 struct pci_controller *hose, int busno);
189int fsl_pcie_init_ctrl(int busno, u32 devdisr, enum srds_prtcl dev,
190 struct fsl_pci_info *pci_info);
191int fsl_pcie_init_board(int busno);
192
193#define SET_STD_PCI_INFO(x, num) \
194{ \
195 x.regs = CONFIG_SYS_PCI##num##_ADDR; \
196 x.mem_bus = CONFIG_SYS_PCI##num##_MEM_BUS; \
197 x.mem_phys = CONFIG_SYS_PCI##num##_MEM_PHYS; \
198 x.mem_size = CONFIG_SYS_PCI##num##_MEM_SIZE; \
199 x.io_bus = CONFIG_SYS_PCI##num##_IO_BUS; \
200 x.io_phys = CONFIG_SYS_PCI##num##_IO_PHYS; \
201 x.io_size = CONFIG_SYS_PCI##num##_IO_SIZE; \
202 x.law = LAW_TRGT_IF_PCI_##num; \
203 x.pci_num = num; \
204}
205
206#define SET_STD_PCIE_INFO(x, num) \
207{ \
208 x.regs = CONFIG_SYS_PCIE##num##_ADDR; \
209 x.mem_bus = CONFIG_SYS_PCIE##num##_MEM_BUS; \
210 x.mem_phys = CONFIG_SYS_PCIE##num##_MEM_PHYS; \
211 x.mem_size = CONFIG_SYS_PCIE##num##_MEM_SIZE; \
212 x.io_bus = CONFIG_SYS_PCIE##num##_IO_BUS; \
213 x.io_phys = CONFIG_SYS_PCIE##num##_IO_PHYS; \
214 x.io_size = CONFIG_SYS_PCIE##num##_IO_SIZE; \
215 x.law = LAW_TRGT_IF_PCIE_##num; \
216 x.pci_num = num; \
217}
218
219#define __FT_FSL_PCI_SETUP(blob, compat, num) \
220 ft_fsl_pci_setup(blob, compat, CONFIG_SYS_PCI##num##_ADDR)
221
222#define __FT_FSL_PCIE_SETUP(blob, compat, num) \
223 ft_fsl_pci_setup(blob, compat, CONFIG_SYS_PCIE##num##_ADDR)
224
225#define FT_FSL_PCI1_SETUP __FT_FSL_PCI_SETUP(blob, FSL_PCI_COMPAT, 1)
226#define FT_FSL_PCI2_SETUP __FT_FSL_PCI_SETUP(blob, FSL_PCI_COMPAT, 2)
227
228#define FT_FSL_PCIE1_SETUP __FT_FSL_PCIE_SETUP(blob, FSL_PCIE_COMPAT, 1)
229#define FT_FSL_PCIE2_SETUP __FT_FSL_PCIE_SETUP(blob, FSL_PCIE_COMPAT, 2)
230#define FT_FSL_PCIE3_SETUP __FT_FSL_PCIE_SETUP(blob, FSL_PCIE_COMPAT, 3)
231#define FT_FSL_PCIE4_SETUP __FT_FSL_PCIE_SETUP(blob, FSL_PCIE_COMPAT, 4)
232
233#if !defined(CONFIG_PCI)
234#define FT_FSL_PCI_SETUP
235#elif defined(CONFIG_FSL_CORENET)
236#define FSL_PCIE_COMPAT CONFIG_SYS_FSL_PCIE_COMPAT
237#define FT_FSL_PCI_SETUP \
238 FT_FSL_PCIE1_SETUP; \
239 FT_FSL_PCIE2_SETUP; \
240 FT_FSL_PCIE3_SETUP; \
241 FT_FSL_PCIE4_SETUP;
242#define FT_FSL_PCIE_SETUP FT_FSL_PCI_SETUP
243#elif defined(CONFIG_MPC85xx)
244#define FSL_PCI_COMPAT "fsl,mpc8540-pci"
245#ifdef CONFIG_SYS_FSL_PCIE_COMPAT
246#define FSL_PCIE_COMPAT CONFIG_SYS_FSL_PCIE_COMPAT
247#else
248#define FSL_PCIE_COMPAT "fsl,mpc8548-pcie"
249#endif
250#define FT_FSL_PCI_SETUP \
251 FT_FSL_PCI1_SETUP; \
252 FT_FSL_PCI2_SETUP; \
253 FT_FSL_PCIE1_SETUP; \
254 FT_FSL_PCIE2_SETUP; \
255 FT_FSL_PCIE3_SETUP;
256#define FT_FSL_PCIE_SETUP \
257 FT_FSL_PCIE1_SETUP; \
258 FT_FSL_PCIE2_SETUP; \
259 FT_FSL_PCIE3_SETUP;
260#elif defined(CONFIG_MPC86xx)
261#define FSL_PCI_COMPAT "fsl,mpc8610-pci"
262#define FSL_PCIE_COMPAT "fsl,mpc8641-pcie"
263#define FT_FSL_PCI_SETUP \
264 FT_FSL_PCI1_SETUP; \
265 FT_FSL_PCIE1_SETUP; \
266 FT_FSL_PCIE2_SETUP;
267#else
268#error FT_FSL_PCI_SETUP not defined
269#endif
270
271
272#endif
273