
28 May
2010
28 May
'10
4:33 p.m.
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