From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 28 May 2010 09:33:44 -0500 Subject: [U-Boot] [PATCH] 85xx/p2020ds: Use is_serdes_configured() to determine of PCIe enabled In-Reply-To: <4584B13C-7D36-4249-BCC6-FACF36778B61@kernel.crashing.org> References: <1274433478-31849-1-git-send-email-galak@kernel.crashing.org> <1274433478-31849-2-git-send-email-galak@kernel.crashing.org> <4584B13C-7D36-4249-BCC6-FACF36778B61@kernel.crashing.org> Message-ID: <4BFFD448.9070101@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > * tweak SET_STD_PCIE_INFO to track LAW_TRGT_IF_PCIE_n > * add something like the following to fsl_pci_init_port(): > > struct law_entry law; > > law = find_law(pci_info->mem_phys); > if (law.index == -1) { > law.index = set_next_law(pci_info->mem_phys, > law_size_bits(pci_info->mem_size), > pci_info->law_trgt_id); > } > > /* duplicate for IO */ Ok, I'll add it to my list for the PCI revamp. -- Timur Tabi Linux kernel developer at Freescale