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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to