[U-Boot] [PATCH] 85xx/p2020ds: Use is_serdes_configured() to determine of PCIe enabled

Timur Tabi timur at freescale.com
Fri May 28 16:33:44 CEST 2010


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


More information about the U-Boot mailing list