Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 1 | /* |
Ed Swarthout | 715d8f7 | 2009-11-02 09:05:49 -0600 | [diff] [blame] | 2 | * Copyright 2007-2009 Freescale Semiconductor, Inc. |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 3 | * |
| 4 | * This program is free software; you can redistribute it and/or |
| 5 | * modify it under the terms of the GNU General Public License |
| 6 | * Version 2 as published by the Free Software Foundation. |
| 7 | * |
| 8 | * This program is distributed in the hope that it will be useful, |
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | * GNU General Public License for more details. |
| 12 | * |
| 13 | * You should have received a copy of the GNU General Public License |
| 14 | * along with this program; if not, write to the Free Software |
| 15 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
| 16 | * MA 02111-1307 USA |
| 17 | */ |
Ed Swarthout | 2e4d94f | 2007-07-27 01:50:45 -0500 | [diff] [blame] | 18 | |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 19 | #include <common.h> |
| 20 | |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 21 | DECLARE_GLOBAL_DATA_PTR; |
| 22 | |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 23 | /* |
| 24 | * PCI/PCIE Controller initialization for mpc85xx/mpc86xx soc's |
| 25 | * |
| 26 | * Initialize controller and call the common driver/pci pci_hose_scan to |
| 27 | * scan for bridges and devices. |
| 28 | * |
| 29 | * Hose fields which need to be pre-initialized by board specific code: |
| 30 | * regions[] |
| 31 | * first_busno |
| 32 | * |
| 33 | * Fields updated: |
| 34 | * last_busno |
| 35 | */ |
| 36 | |
| 37 | #include <pci.h> |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 38 | #include <asm/io.h> |
Kumar Gala | c851462 | 2009-04-02 13:22:48 -0500 | [diff] [blame] | 39 | #include <asm/fsl_pci.h> |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 40 | |
Peter Tyser | 7a89795 | 2008-10-29 12:39:26 -0500 | [diff] [blame] | 41 | /* Freescale-specific PCI config registers */ |
| 42 | #define FSL_PCI_PBFR 0x44 |
| 43 | #define FSL_PCIE_CAP_ID 0x4c |
| 44 | #define FSL_PCIE_CFG_RDY 0x4b0 |
Ed Swarthout | 715d8f7 | 2009-11-02 09:05:49 -0600 | [diff] [blame] | 45 | #define FSL_PROG_IF_AGENT 0x1 |
Peter Tyser | 7a89795 | 2008-10-29 12:39:26 -0500 | [diff] [blame] | 46 | |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 47 | void pciauto_prescan_setup_bridge(struct pci_controller *hose, |
| 48 | pci_dev_t dev, int sub_bus); |
| 49 | void pciauto_postscan_setup_bridge(struct pci_controller *hose, |
| 50 | pci_dev_t dev, int sub_bus); |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 51 | void pciauto_config_init(struct pci_controller *hose); |
Kumar Gala | 612ea01 | 2008-10-21 10:13:14 -0500 | [diff] [blame] | 52 | |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 53 | #ifndef CONFIG_SYS_PCI_MEMORY_BUS |
| 54 | #define CONFIG_SYS_PCI_MEMORY_BUS 0 |
| 55 | #endif |
| 56 | |
| 57 | #ifndef CONFIG_SYS_PCI_MEMORY_PHYS |
| 58 | #define CONFIG_SYS_PCI_MEMORY_PHYS 0 |
| 59 | #endif |
| 60 | |
| 61 | #if defined(CONFIG_SYS_PCI_64BIT) && !defined(CONFIG_SYS_PCI64_MEMORY_BUS) |
| 62 | #define CONFIG_SYS_PCI64_MEMORY_BUS (64ull*1024*1024*1024) |
| 63 | #endif |
| 64 | |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 65 | /* Setup one inbound ATMU window. |
| 66 | * |
| 67 | * We let the caller decide what the window size should be |
| 68 | */ |
| 69 | static void set_inbound_window(volatile pit_t *pi, |
| 70 | struct pci_region *r, |
| 71 | u64 size) |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 72 | { |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 73 | u32 sz = (__ilog2_u64(size) - 1); |
| 74 | u32 flag = PIWAR_EN | PIWAR_LOCAL | |
| 75 | PIWAR_READ_SNOOP | PIWAR_WRITE_SNOOP; |
| 76 | |
| 77 | out_be32(&pi->pitar, r->phys_start >> 12); |
| 78 | out_be32(&pi->piwbar, r->bus_start >> 12); |
| 79 | #ifdef CONFIG_SYS_PCI_64BIT |
| 80 | out_be32(&pi->piwbear, r->bus_start >> 44); |
| 81 | #else |
| 82 | out_be32(&pi->piwbear, 0); |
| 83 | #endif |
| 84 | if (r->flags & PCI_REGION_PREFETCH) |
| 85 | flag |= PIWAR_PF; |
| 86 | out_be32(&pi->piwar, flag | sz); |
| 87 | } |
| 88 | |
Kumar Gala | ee53650 | 2009-11-04 13:00:55 -0600 | [diff] [blame^] | 89 | int fsl_setup_hose(struct pci_controller *hose, unsigned long addr) |
| 90 | { |
| 91 | volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) addr; |
| 92 | |
| 93 | pci_setup_indirect(hose, (u32)&pci->cfg_addr, (u32)&pci->cfg_data); |
| 94 | |
| 95 | return fsl_is_pci_agent(hose); |
| 96 | } |
| 97 | |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 98 | static int fsl_pci_setup_inbound_windows(struct pci_controller *hose, |
| 99 | u64 out_lo, u8 pcie_cap, |
| 100 | volatile pit_t *pi) |
| 101 | { |
| 102 | struct pci_region *r = hose->regions + hose->region_count; |
| 103 | u64 sz = min((u64)gd->ram_size, (1ull << 32)); |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 104 | |
| 105 | phys_addr_t phys_start = CONFIG_SYS_PCI_MEMORY_PHYS; |
| 106 | pci_addr_t bus_start = CONFIG_SYS_PCI_MEMORY_BUS; |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 107 | pci_size_t pci_sz; |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 108 | |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 109 | /* we have no space available for inbound memory mapping */ |
| 110 | if (bus_start > out_lo) { |
| 111 | printf ("no space for inbound mapping of memory\n"); |
| 112 | return 0; |
| 113 | } |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 114 | |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 115 | /* limit size */ |
| 116 | if ((bus_start + sz) > out_lo) { |
| 117 | sz = out_lo - bus_start; |
| 118 | debug ("limiting size to %llx\n", sz); |
| 119 | } |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 120 | |
| 121 | pci_sz = 1ull << __ilog2_u64(sz); |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 122 | /* |
| 123 | * we can overlap inbound/outbound windows on PCI-E since RX & TX |
| 124 | * links a separate |
| 125 | */ |
| 126 | if ((pcie_cap == PCI_CAP_ID_EXP) && (pci_sz < sz)) { |
| 127 | debug ("R0 bus_start: %llx phys_start: %llx size: %llx\n", |
| 128 | (u64)bus_start, (u64)phys_start, (u64)sz); |
| 129 | pci_set_region(r, bus_start, phys_start, sz, |
Kumar Gala | ff4e66e | 2009-02-06 09:49:31 -0600 | [diff] [blame] | 130 | PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 131 | PCI_REGION_PREFETCH); |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 132 | |
| 133 | /* if we aren't an exact power of two match, pci_sz is smaller |
| 134 | * round it up to the next power of two. We report the actual |
| 135 | * size to pci region tracking. |
| 136 | */ |
| 137 | if (pci_sz != sz) |
| 138 | sz = 2ull << __ilog2_u64(sz); |
| 139 | |
| 140 | set_inbound_window(pi--, r++, sz); |
| 141 | sz = 0; /* make sure we dont set the R2 window */ |
| 142 | } else { |
| 143 | debug ("R0 bus_start: %llx phys_start: %llx size: %llx\n", |
| 144 | (u64)bus_start, (u64)phys_start, (u64)pci_sz); |
| 145 | pci_set_region(r, bus_start, phys_start, pci_sz, |
| 146 | PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | |
| 147 | PCI_REGION_PREFETCH); |
| 148 | set_inbound_window(pi--, r++, pci_sz); |
| 149 | |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 150 | sz -= pci_sz; |
| 151 | bus_start += pci_sz; |
| 152 | phys_start += pci_sz; |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 153 | |
| 154 | pci_sz = 1ull << __ilog2_u64(sz); |
| 155 | if (sz) { |
| 156 | debug ("R1 bus_start: %llx phys_start: %llx size: %llx\n", |
| 157 | (u64)bus_start, (u64)phys_start, (u64)pci_sz); |
| 158 | pci_set_region(r, bus_start, phys_start, pci_sz, |
| 159 | PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | |
| 160 | PCI_REGION_PREFETCH); |
| 161 | set_inbound_window(pi--, r++, pci_sz); |
| 162 | sz -= pci_sz; |
| 163 | bus_start += pci_sz; |
| 164 | phys_start += pci_sz; |
| 165 | } |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 166 | } |
| 167 | |
| 168 | #if defined(CONFIG_PHYS_64BIT) && defined(CONFIG_SYS_PCI_64BIT) |
Becky Bruce | cd42516 | 2008-10-27 16:09:42 -0500 | [diff] [blame] | 169 | /* |
| 170 | * On 64-bit capable systems, set up a mapping for all of DRAM |
| 171 | * in high pci address space. |
| 172 | */ |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 173 | pci_sz = 1ull << __ilog2_u64(gd->ram_size); |
| 174 | /* round up to the next largest power of two */ |
| 175 | if (gd->ram_size > pci_sz) |
Becky Bruce | cd42516 | 2008-10-27 16:09:42 -0500 | [diff] [blame] | 176 | pci_sz = 1ull << (__ilog2_u64(gd->ram_size) + 1); |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 177 | debug ("R64 bus_start: %llx phys_start: %llx size: %llx\n", |
Becky Bruce | cd42516 | 2008-10-27 16:09:42 -0500 | [diff] [blame] | 178 | (u64)CONFIG_SYS_PCI64_MEMORY_BUS, |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 179 | (u64)CONFIG_SYS_PCI_MEMORY_PHYS, |
| 180 | (u64)pci_sz); |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 181 | pci_set_region(r, |
Becky Bruce | cd42516 | 2008-10-27 16:09:42 -0500 | [diff] [blame] | 182 | CONFIG_SYS_PCI64_MEMORY_BUS, |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 183 | CONFIG_SYS_PCI_MEMORY_PHYS, |
| 184 | pci_sz, |
Kumar Gala | ff4e66e | 2009-02-06 09:49:31 -0600 | [diff] [blame] | 185 | PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 186 | PCI_REGION_PREFETCH); |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 187 | set_inbound_window(pi--, r++, pci_sz); |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 188 | #else |
| 189 | pci_sz = 1ull << __ilog2_u64(sz); |
| 190 | if (sz) { |
| 191 | debug ("R2 bus_start: %llx phys_start: %llx size: %llx\n", |
| 192 | (u64)bus_start, (u64)phys_start, (u64)pci_sz); |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 193 | pci_set_region(r, bus_start, phys_start, pci_sz, |
Kumar Gala | ff4e66e | 2009-02-06 09:49:31 -0600 | [diff] [blame] | 194 | PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 195 | PCI_REGION_PREFETCH); |
| 196 | sz -= pci_sz; |
| 197 | bus_start += pci_sz; |
| 198 | phys_start += pci_sz; |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 199 | set_inbound_window(pi--, r++, pci_sz); |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 200 | } |
| 201 | #endif |
| 202 | |
Kumar Gala | 4c253fd | 2008-12-09 10:27:33 -0600 | [diff] [blame] | 203 | #ifdef CONFIG_PHYS_64BIT |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 204 | if (sz && (((u64)gd->ram_size) < (1ull << 32))) |
| 205 | printf("Was not able to map all of memory via " |
| 206 | "inbound windows -- %lld remaining\n", sz); |
Kumar Gala | 4c253fd | 2008-12-09 10:27:33 -0600 | [diff] [blame] | 207 | #endif |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 208 | |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 209 | hose->region_count = r - hose->regions; |
| 210 | |
| 211 | return 1; |
Kumar Gala | b9a1fa9 | 2008-10-22 14:06:24 -0500 | [diff] [blame] | 212 | } |
| 213 | |
Kumar Gala | fb3143b | 2009-08-03 20:44:55 -0500 | [diff] [blame] | 214 | void fsl_pci_init(struct pci_controller *hose, u32 cfg_addr, u32 cfg_data) |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 215 | { |
| 216 | u16 temp16; |
| 217 | u32 temp32; |
Kumar Gala | 8295b94 | 2009-08-05 07:49:27 -0500 | [diff] [blame] | 218 | int enabled, r, inbound = 0; |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 219 | u16 ltssm; |
Kumar Gala | 8295b94 | 2009-08-05 07:49:27 -0500 | [diff] [blame] | 220 | u8 temp8, pcie_cap; |
Kumar Gala | fb3143b | 2009-08-03 20:44:55 -0500 | [diff] [blame] | 221 | volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *)cfg_addr; |
Kumar Gala | cb151aa | 2009-08-03 21:02:02 -0500 | [diff] [blame] | 222 | struct pci_region *reg = hose->regions + hose->region_count; |
Kumar Gala | 8295b94 | 2009-08-05 07:49:27 -0500 | [diff] [blame] | 223 | pci_dev_t dev = PCI_BDF(hose->first_busno, 0, 0); |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 224 | |
| 225 | /* Initialize ATMU registers based on hose regions and flags */ |
Wolfgang Denk | d0ff51b | 2008-07-14 15:19:07 +0200 | [diff] [blame] | 226 | volatile pot_t *po = &pci->pot[1]; /* skip 0 */ |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 227 | volatile pit_t *pi = &pci->pit[2]; /* ranges from: 3 to 1 */ |
| 228 | |
| 229 | u64 out_hi = 0, out_lo = -1ULL; |
| 230 | u32 pcicsrbar, pcicsrbar_sz; |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 231 | |
| 232 | #ifdef DEBUG |
| 233 | int neg_link_w; |
| 234 | #endif |
| 235 | |
Kumar Gala | fb3143b | 2009-08-03 20:44:55 -0500 | [diff] [blame] | 236 | pci_setup_indirect(hose, cfg_addr, cfg_data); |
| 237 | |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 238 | /* Handle setup of outbound windows first */ |
| 239 | for (r = 0; r < hose->region_count; r++) { |
| 240 | unsigned long flags = hose->regions[r].flags; |
Kumar Gala | 612ea01 | 2008-10-21 10:13:14 -0500 | [diff] [blame] | 241 | u32 sz = (__ilog2_u64((u64)hose->regions[r].size) - 1); |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 242 | |
| 243 | flags &= PCI_REGION_SYS_MEMORY|PCI_REGION_TYPE; |
| 244 | if (flags != PCI_REGION_SYS_MEMORY) { |
| 245 | u64 start = hose->regions[r].bus_start; |
| 246 | u64 end = start + hose->regions[r].size; |
| 247 | |
| 248 | out_be32(&po->powbar, hose->regions[r].phys_start >> 12); |
| 249 | out_be32(&po->potar, start >> 12); |
Kumar Gala | 612ea01 | 2008-10-21 10:13:14 -0500 | [diff] [blame] | 250 | #ifdef CONFIG_SYS_PCI_64BIT |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 251 | out_be32(&po->potear, start >> 44); |
Kumar Gala | 612ea01 | 2008-10-21 10:13:14 -0500 | [diff] [blame] | 252 | #else |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 253 | out_be32(&po->potear, 0); |
Kumar Gala | 612ea01 | 2008-10-21 10:13:14 -0500 | [diff] [blame] | 254 | #endif |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 255 | if (hose->regions[r].flags & PCI_REGION_IO) { |
| 256 | out_be32(&po->powar, POWAR_EN | sz | |
| 257 | POWAR_IO_READ | POWAR_IO_WRITE); |
| 258 | } else { |
| 259 | out_be32(&po->powar, POWAR_EN | sz | |
| 260 | POWAR_MEM_READ | POWAR_MEM_WRITE); |
| 261 | out_lo = min(start, out_lo); |
| 262 | out_hi = max(end, out_hi); |
| 263 | } |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 264 | po++; |
| 265 | } |
| 266 | } |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 267 | debug("Outbound memory range: %llx:%llx\n", out_lo, out_hi); |
| 268 | |
| 269 | /* setup PCSRBAR/PEXCSRBAR */ |
| 270 | pci_hose_write_config_dword(hose, dev, PCI_BASE_ADDRESS_0, 0xffffffff); |
| 271 | pci_hose_read_config_dword (hose, dev, PCI_BASE_ADDRESS_0, &pcicsrbar_sz); |
| 272 | pcicsrbar_sz = ~pcicsrbar_sz + 1; |
| 273 | |
| 274 | if (out_hi < (0x100000000ull - pcicsrbar_sz) || |
| 275 | (out_lo > 0x100000000ull)) |
| 276 | pcicsrbar = 0x100000000ull - pcicsrbar_sz; |
| 277 | else |
| 278 | pcicsrbar = (out_lo - pcicsrbar_sz) & -pcicsrbar_sz; |
| 279 | pci_hose_write_config_dword(hose, dev, PCI_BASE_ADDRESS_0, pcicsrbar); |
| 280 | |
| 281 | out_lo = min(out_lo, (u64)pcicsrbar); |
| 282 | |
| 283 | debug("PCICSRBAR @ 0x%x\n", pcicsrbar); |
| 284 | |
| 285 | pci_set_region(reg++, pcicsrbar, CONFIG_SYS_CCSRBAR_PHYS, |
| 286 | pcicsrbar_sz, PCI_REGION_SYS_MEMORY); |
| 287 | hose->region_count++; |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 288 | |
Kumar Gala | 8295b94 | 2009-08-05 07:49:27 -0500 | [diff] [blame] | 289 | /* see if we are a PCIe or PCI controller */ |
| 290 | pci_hose_read_config_byte(hose, dev, FSL_PCIE_CAP_ID, &pcie_cap); |
| 291 | |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 292 | /* inbound */ |
| 293 | inbound = fsl_pci_setup_inbound_windows(hose, out_lo, pcie_cap, pi); |
| 294 | |
| 295 | for (r = 0; r < hose->region_count; r++) |
| 296 | debug("PCI reg:%d %016llx:%016llx %016llx %08x\n", r, |
| 297 | (u64)hose->regions[r].phys_start, |
| 298 | hose->regions[r].bus_start, |
| 299 | hose->regions[r].size, |
| 300 | hose->regions[r].flags); |
| 301 | |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 302 | pci_register_hose(hose); |
| 303 | pciauto_config_init(hose); /* grab pci_{mem,prefetch,io} */ |
| 304 | hose->current_busno = hose->first_busno; |
| 305 | |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 306 | out_be32(&pci->pedr, 0xffffffff); /* Clear any errors */ |
| 307 | out_be32(&pci->peer, ~0x20140); /* Enable All Error Interupts except |
Ed Swarthout | 2e4d94f | 2007-07-27 01:50:45 -0500 | [diff] [blame] | 308 | * - Master abort (pci) |
| 309 | * - Master PERR (pci) |
| 310 | * - ICCA (PCIe) |
| 311 | */ |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 312 | pci_hose_read_config_dword(hose, dev, PCI_DCR, &temp32); |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 313 | temp32 |= 0xf000e; /* set URR, FER, NFER (but not CER) */ |
| 314 | pci_hose_write_config_dword(hose, dev, PCI_DCR, temp32); |
| 315 | |
Kumar Gala | 8295b94 | 2009-08-05 07:49:27 -0500 | [diff] [blame] | 316 | if (pcie_cap == PCI_CAP_ID_EXP) { |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 317 | pci_hose_read_config_word(hose, dev, PCI_LTSSM, <ssm); |
| 318 | enabled = ltssm >= PCI_LTSSM_L0; |
| 319 | |
Kumar Gala | 8ff3de6 | 2007-12-07 12:17:34 -0600 | [diff] [blame] | 320 | #ifdef CONFIG_FSL_PCIE_RESET |
| 321 | if (ltssm == 1) { |
| 322 | int i; |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 323 | debug("....PCIe link error. " "LTSSM=0x%02x.", ltssm); |
| 324 | /* assert PCIe reset */ |
| 325 | setbits_be32(&pci->pdb_stat, 0x08000000); |
| 326 | (void) in_be32(&pci->pdb_stat); |
Kumar Gala | 8ff3de6 | 2007-12-07 12:17:34 -0600 | [diff] [blame] | 327 | udelay(100); |
| 328 | debug(" Asserting PCIe reset @%x = %x\n", |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 329 | &pci->pdb_stat, in_be32(&pci->pdb_stat)); |
| 330 | /* clear PCIe reset */ |
| 331 | clrbits_be32(&pci->pdb_stat, 0x08000000); |
Kumar Gala | 8ff3de6 | 2007-12-07 12:17:34 -0600 | [diff] [blame] | 332 | asm("sync;isync"); |
| 333 | for (i=0; i<100 && ltssm < PCI_LTSSM_L0; i++) { |
| 334 | pci_hose_read_config_word(hose, dev, PCI_LTSSM, |
| 335 | <ssm); |
| 336 | udelay(1000); |
| 337 | debug("....PCIe link error. " |
| 338 | "LTSSM=0x%02x.\n", ltssm); |
| 339 | } |
| 340 | enabled = ltssm >= PCI_LTSSM_L0; |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 341 | |
| 342 | /* we need to re-write the bar0 since a reset will |
| 343 | * clear it |
| 344 | */ |
| 345 | pci_hose_write_config_dword(hose, dev, |
| 346 | PCI_BASE_ADDRESS_0, pcicsrbar); |
Kumar Gala | 8ff3de6 | 2007-12-07 12:17:34 -0600 | [diff] [blame] | 347 | } |
| 348 | #endif |
| 349 | |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 350 | if (!enabled) { |
| 351 | debug("....PCIE link error. Skipping scan." |
Ed Swarthout | 2e4d94f | 2007-07-27 01:50:45 -0500 | [diff] [blame] | 352 | "LTSSM=0x%02x\n", ltssm); |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 353 | hose->last_busno = hose->first_busno; |
| 354 | return; |
| 355 | } |
| 356 | |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 357 | out_be32(&pci->pme_msg_det, 0xffffffff); |
| 358 | out_be32(&pci->pme_msg_int_en, 0xffffffff); |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 359 | #ifdef DEBUG |
| 360 | pci_hose_read_config_word(hose, dev, PCI_LSR, &temp16); |
| 361 | neg_link_w = (temp16 & 0x3f0 ) >> 4; |
Ed Swarthout | 2e4d94f | 2007-07-27 01:50:45 -0500 | [diff] [blame] | 362 | printf("...PCIE LTSSM=0x%x, Negotiated link width=%d\n", |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 363 | ltssm, neg_link_w); |
| 364 | #endif |
| 365 | hose->current_busno++; /* Start scan with secondary */ |
| 366 | pciauto_prescan_setup_bridge(hose, dev, hose->current_busno); |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 367 | } |
| 368 | |
Ed Swarthout | 16e23c3 | 2007-08-20 23:55:33 -0500 | [diff] [blame] | 369 | /* Use generic setup_device to initialize standard pci regs, |
| 370 | * but do not allocate any windows since any BAR found (such |
| 371 | * as PCSRBAR) is not in this cpu's memory space. |
| 372 | */ |
Ed Swarthout | 16e23c3 | 2007-08-20 23:55:33 -0500 | [diff] [blame] | 373 | pciauto_setup_device(hose, dev, 0, hose->pci_mem, |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 374 | hose->pci_prefetch, hose->pci_io); |
Ed Swarthout | 16e23c3 | 2007-08-20 23:55:33 -0500 | [diff] [blame] | 375 | |
Ed Swarthout | cb8250f | 2007-10-19 17:51:40 -0500 | [diff] [blame] | 376 | if (inbound) { |
| 377 | pci_hose_read_config_word(hose, dev, PCI_COMMAND, &temp16); |
| 378 | pci_hose_write_config_word(hose, dev, PCI_COMMAND, |
| 379 | temp16 | PCI_COMMAND_MEMORY); |
| 380 | } |
| 381 | |
Ed Swarthout | 2e4d94f | 2007-07-27 01:50:45 -0500 | [diff] [blame] | 382 | #ifndef CONFIG_PCI_NOSCAN |
Ed Swarthout | 6df0efd | 2008-10-08 23:38:00 -0500 | [diff] [blame] | 383 | pci_hose_read_config_byte(hose, dev, PCI_CLASS_PROG, &temp8); |
| 384 | |
| 385 | /* Programming Interface (PCI_CLASS_PROG) |
| 386 | * 0 == pci host or pcie root-complex, |
| 387 | * 1 == pci agent or pcie end-point |
| 388 | */ |
| 389 | if (!temp8) { |
| 390 | printf(" Scanning PCI bus %02x\n", |
| 391 | hose->current_busno); |
| 392 | hose->last_busno = pci_hose_scan_bus(hose, hose->current_busno); |
| 393 | } else { |
| 394 | debug(" Not scanning PCI bus %02x. PI=%x\n", |
| 395 | hose->current_busno, temp8); |
| 396 | hose->last_busno = hose->current_busno; |
| 397 | } |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 398 | |
Kumar Gala | 8295b94 | 2009-08-05 07:49:27 -0500 | [diff] [blame] | 399 | /* if we are PCIe - update limit regs and subordinate busno |
| 400 | * for the virtual P2P bridge |
| 401 | */ |
| 402 | if (pcie_cap == PCI_CAP_ID_EXP) { |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 403 | pciauto_postscan_setup_bridge(hose, dev, hose->last_busno); |
| 404 | } |
Ed Swarthout | 2e4d94f | 2007-07-27 01:50:45 -0500 | [diff] [blame] | 405 | #else |
| 406 | hose->last_busno = hose->current_busno; |
| 407 | #endif |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 408 | |
| 409 | /* Clear all error indications */ |
Kumar Gala | 8295b94 | 2009-08-05 07:49:27 -0500 | [diff] [blame] | 410 | if (pcie_cap == PCI_CAP_ID_EXP) |
Kumar Gala | ad19e7a | 2009-08-05 07:59:35 -0500 | [diff] [blame] | 411 | out_be32(&pci->pme_msg_det, 0xffffffff); |
| 412 | out_be32(&pci->pedr, 0xffffffff); |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 413 | |
| 414 | pci_hose_read_config_word (hose, dev, PCI_DSR, &temp16); |
| 415 | if (temp16) { |
Kumar Gala | 8295b94 | 2009-08-05 07:49:27 -0500 | [diff] [blame] | 416 | pci_hose_write_config_word(hose, dev, PCI_DSR, 0xffff); |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 417 | } |
| 418 | |
| 419 | pci_hose_read_config_word (hose, dev, PCI_SEC_STATUS, &temp16); |
| 420 | if (temp16) { |
Ed Swarthout | 63cec58 | 2007-08-02 14:09:49 -0500 | [diff] [blame] | 421 | pci_hose_write_config_word(hose, dev, PCI_SEC_STATUS, 0xffff); |
| 422 | } |
| 423 | } |
Kumar Gala | a2aab46 | 2008-10-23 00:01:06 -0500 | [diff] [blame] | 424 | |
Ed Swarthout | 715d8f7 | 2009-11-02 09:05:49 -0600 | [diff] [blame] | 425 | int fsl_is_pci_agent(struct pci_controller *hose) |
| 426 | { |
| 427 | u8 prog_if; |
| 428 | pci_dev_t dev = PCI_BDF(hose->first_busno, 0, 0); |
| 429 | |
| 430 | pci_hose_read_config_byte(hose, dev, PCI_CLASS_PROG, &prog_if); |
| 431 | |
| 432 | return (prog_if == FSL_PROG_IF_AGENT); |
| 433 | } |
| 434 | |
Poonam Aggrwal | 0d3d68b | 2009-08-21 07:29:42 +0530 | [diff] [blame] | 435 | int fsl_pci_init_port(struct fsl_pci_info *pci_info, |
Kumar Gala | 01471d5 | 2009-11-04 01:29:04 -0600 | [diff] [blame] | 436 | struct pci_controller *hose, int busno) |
Poonam Aggrwal | 0d3d68b | 2009-08-21 07:29:42 +0530 | [diff] [blame] | 437 | { |
| 438 | volatile ccsr_fsl_pci_t *pci; |
| 439 | struct pci_region *r; |
| 440 | |
| 441 | pci = (ccsr_fsl_pci_t *) pci_info->regs; |
| 442 | |
| 443 | /* on non-PCIe controllers we don't have pme_msg_det so this code |
| 444 | * should do nothing since the read will return 0 |
| 445 | */ |
| 446 | if (in_be32(&pci->pme_msg_det)) { |
| 447 | out_be32(&pci->pme_msg_det, 0xffffffff); |
| 448 | debug (" with errors. Clearing. Now 0x%08x", |
| 449 | pci->pme_msg_det); |
| 450 | } |
| 451 | |
| 452 | r = hose->regions + hose->region_count; |
| 453 | |
| 454 | /* outbound memory */ |
| 455 | pci_set_region(r++, |
| 456 | pci_info->mem_bus, |
| 457 | pci_info->mem_phys, |
| 458 | pci_info->mem_size, |
| 459 | PCI_REGION_MEM); |
| 460 | |
| 461 | /* outbound io */ |
| 462 | pci_set_region(r++, |
| 463 | pci_info->io_bus, |
| 464 | pci_info->io_phys, |
| 465 | pci_info->io_size, |
| 466 | PCI_REGION_IO); |
| 467 | |
| 468 | hose->region_count = r - hose->regions; |
| 469 | hose->first_busno = busno; |
| 470 | |
| 471 | fsl_pci_init(hose, (u32)&pci->cfg_addr, (u32)&pci->cfg_data); |
| 472 | |
Ed Swarthout | 715d8f7 | 2009-11-02 09:05:49 -0600 | [diff] [blame] | 473 | if (fsl_is_pci_agent(hose)) { |
| 474 | fsl_pci_config_unlock(hose); |
| 475 | hose->last_busno = hose->first_busno; |
| 476 | } |
| 477 | |
Kumar Gala | 93a8387 | 2009-09-03 10:09:04 -0500 | [diff] [blame] | 478 | printf(" PCIE%x on bus %02x - %02x\n", pci_info->pci_num, |
Poonam Aggrwal | 0d3d68b | 2009-08-21 07:29:42 +0530 | [diff] [blame] | 479 | hose->first_busno, hose->last_busno); |
| 480 | |
| 481 | return(hose->last_busno + 1); |
| 482 | } |
| 483 | |
Peter Tyser | 7a89795 | 2008-10-29 12:39:26 -0500 | [diff] [blame] | 484 | /* Enable inbound PCI config cycles for agent/endpoint interface */ |
| 485 | void fsl_pci_config_unlock(struct pci_controller *hose) |
| 486 | { |
| 487 | pci_dev_t dev = PCI_BDF(hose->first_busno,0,0); |
| 488 | u8 agent; |
| 489 | u8 pcie_cap; |
| 490 | u16 pbfr; |
| 491 | |
| 492 | pci_hose_read_config_byte(hose, dev, PCI_CLASS_PROG, &agent); |
| 493 | if (!agent) |
| 494 | return; |
| 495 | |
| 496 | pci_hose_read_config_byte(hose, dev, FSL_PCIE_CAP_ID, &pcie_cap); |
| 497 | if (pcie_cap != 0x0) { |
| 498 | /* PCIe - set CFG_READY bit of Configuration Ready Register */ |
| 499 | pci_hose_write_config_byte(hose, dev, FSL_PCIE_CFG_RDY, 0x1); |
| 500 | } else { |
| 501 | /* PCI - clear ACL bit of PBFR */ |
| 502 | pci_hose_read_config_word(hose, dev, FSL_PCI_PBFR, &pbfr); |
| 503 | pbfr &= ~0x20; |
| 504 | pci_hose_write_config_word(hose, dev, FSL_PCI_PBFR, pbfr); |
| 505 | } |
| 506 | } |
| 507 | |
Kumar Gala | a2aab46 | 2008-10-23 00:01:06 -0500 | [diff] [blame] | 508 | #ifdef CONFIG_OF_BOARD_SETUP |
| 509 | #include <libfdt.h> |
| 510 | #include <fdt_support.h> |
| 511 | |
| 512 | void ft_fsl_pci_setup(void *blob, const char *pci_alias, |
| 513 | struct pci_controller *hose) |
| 514 | { |
| 515 | int off = fdt_path_offset(blob, pci_alias); |
| 516 | |
| 517 | if (off >= 0) { |
| 518 | u32 bus_range[2]; |
| 519 | |
| 520 | bus_range[0] = 0; |
| 521 | bus_range[1] = hose->last_busno - hose->first_busno; |
| 522 | fdt_setprop(blob, off, "bus-range", &bus_range[0], 2*4); |
| 523 | fdt_pci_dma_ranges(blob, off, hose); |
| 524 | } |
| 525 | } |
| 526 | #endif |