linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Add PCI support for ARM RealView boards
@ 2010-10-20 13:02 Colin Tuckley
  0 siblings, 0 replies; 2+ messages in thread
From: Colin Tuckley @ 2010-10-20 13:02 UTC (permalink / raw)
  To: linux-arm-kernel

The following series implements the PCI support for the
ARM RealView NEC custom Northbridge based reference boards
(PBA8, PB11MPCore and PBX).

The boards have a PCIX root complex connected to PCI and
PCIe bridges. Each board has 2 PCI slots and 2 PCIe slots.

---

Colin Tuckley (6):
      ARM Realview PCIX build file changes
      ARM Realview PCIX board file changes
      ARM Realview PCIX IRQ include file changes
      ARM Realview PCIX map include file changes
      ARM: enable bridges in pci_common_init.
      Realview PCIX support - add main support module code


 arch/arm/Kconfig                                   |    6 
 arch/arm/kernel/bios32.c                           |    5 
 arch/arm/mach-realview/Makefile                    |    6 
 arch/arm/mach-realview/include/mach/board-pb11mp.h |   11 
 arch/arm/mach-realview/include/mach/board-pba8.h   |   11 
 arch/arm/mach-realview/include/mach/board-pbx.h    |   11 
 arch/arm/mach-realview/include/mach/hardware.h     |   53 ++
 arch/arm/mach-realview/include/mach/io.h           |   18 +
 arch/arm/mach-realview/include/mach/irqs-pb11mp.h  |   11 
 arch/arm/mach-realview/include/mach/irqs-pba8.h    |    7 
 arch/arm/mach-realview/include/mach/irqs-pbx.h     |    7 
 arch/arm/mach-realview/include/mach/platform.h     |   15 -
 arch/arm/mach-realview/pcix.c                      |  538 ++++++++++++++++++++
 arch/arm/mach-realview/realview_pb11mp.c           |   18 +
 arch/arm/mach-realview/realview_pba8.c             |   16 -
 arch/arm/mach-realview/realview_pbx.c              |   14 -
 16 files changed, 692 insertions(+), 55 deletions(-)
 create mode 100755 arch/arm/mach-realview/pcix.c

-- 
Colin Tuckley

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 0/6] Add PCI support for ARM RealView boards
@ 2010-12-22 14:09 Colin Tuckley
  0 siblings, 0 replies; 2+ messages in thread
From: Colin Tuckley @ 2010-12-22 14:09 UTC (permalink / raw)
  To: linux-arm-kernel

Apologies for the empty header email for this series it should have said:

 

The following series implements the PCI support for the

ARM RealView NEC custom Northbridge based reference boards

(PBA8, PB11MPCore and PBX).

 

The boards have a PCIX root complex connected to PCI and

PCIe bridges. Each board has 2 PCI slots and 2 PCIe slots.

 

This is the second pass of posting these patches to the list - all previous
comments have been addressed.

 

Colin

 

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101222/f1271460/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-22 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22 14:09 [PATCH 0/6] Add PCI support for ARM RealView boards Colin Tuckley
  -- strict thread matches above, loose matches on Subject: below --
2010-10-20 13:02 Colin Tuckley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).