powerpc/powernv: Add support for p5ioc2 PCI-X and PCIe
This adds support for PCI-X and PCIe on the p5ioc2 IO hub using OPAL. This includes allocating & setting up TCE tables and config space access routines. This also supports fallbacks via RTAS when OPAL is absent, using legacy TCE format pre-allocated via the device-tree (BML style) Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
@@ -40,7 +40,8 @@ static void __init pnv_setup_arch(void)
|
||||
/* Initialize SMP */
|
||||
pnv_smp_init();
|
||||
|
||||
/* XXX PCI */
|
||||
/* Setup PCI */
|
||||
pnv_pci_init();
|
||||
|
||||
/* Setup RTC and NVRAM callbacks */
|
||||
if (firmware_has_feature(FW_FEATURE_OPAL))
|
||||
|
Reference in New Issue
Block a user