Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1243379
| From | Liviu Dudau <Liviu.Dudau@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] arm64: Juno: Add support for PCIe on R1 board |
| Date | 2015-10-09 15:50 +0200 |
| Message-ID | <qhGdz-3Jr-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Juno R1 board has a working PCIe host bridge that can be enabled and configured by the firmware and made use of by Linux. For UEFI, the Linaro releases contain firmware that configure the XpressRICH3 host bridge correctly. For U-Boot based setups, one needs the patchset posted here[1]. This patchset adds a quirk for setting the correct class to the host bridge device and the device tree changes that enable PCIe on Juno R1. We also update the defconfig to enable the generic PCI host bridge driver. Best regards, Liviu 1. http://lists.denx.de/pipermail/u-boot/2015-October/229669.html Andrew Murray (1): pci: Add PLDA's XpressRICH3 PCIe host bridge PCI ID Liviu Dudau (3): PCI: Add quirk for PLDA's XpressRICH3 host bridge class. arm64: Juno: Add support for the PCIe host bridge on Juno R1 arm64: defconfig: Enable PCI generic host bridge by default arch/arm64/boot/dts/arm/juno-r1.dts | 20 ++++++++++++++++++++ arch/arm64/configs/defconfig | 1 + drivers/pci/quirks.c | 10 ++++++++++ include/linux/pci_ids.h | 3 +++ 4 files changed, 34 insertions(+) -- 2.6.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] arm64: Juno: Add support for PCIe on R1 board Liviu Dudau <Liviu.Dudau@arm.com> - 2015-10-09 15:50 +0200
[PATCH 2/4] PCI: Add quirk for PLDA's XpressRICH3 host bridge class. Liviu Dudau <Liviu.Dudau@arm.com> - 2015-10-09 15:50 +0200
[PATCH 3/4] arm64: Juno: Add support for the PCIe host bridge on Juno R1 Liviu Dudau <Liviu.Dudau@arm.com> - 2015-10-09 15:50 +0200
Re: [PATCH 3/4] arm64: Juno: Add support for the PCIe host bridge on Juno R1 Rob Herring <robh@kernel.org> - 2015-10-09 16:00 +0200
Re: [PATCH 3/4] arm64: Juno: Add support for the PCIe host bridge on Juno R1 Will Deacon <will.deacon@arm.com> - 2015-10-09 16:20 +0200
Re: [PATCH 3/4] arm64: Juno: Add support for the PCIe host bridge on Juno R1 Liviu Dudau <Liviu.Dudau@arm.com> - 2015-10-09 16:20 +0200
Re: [PATCH 3/4] arm64: Juno: Add support for the PCIe host bridge on Juno R1 Mark Rutland <mark.rutland@arm.com> - 2015-10-09 17:50 +0200
Re: [PATCH 3/4] arm64: Juno: Add support for the PCIe host bridge on Juno R1 Arnd Bergmann <arnd@arndb.de> - 2015-10-09 17:50 +0200
Re: [PATCH 3/4] arm64: Juno: Add support for the PCIe host bridge on Juno R1 Liviu Dudau <Liviu.Dudau@arm.com> - 2015-10-09 18:10 +0200
Re: [PATCH 3/4] arm64: Juno: Add support for the PCIe host bridge on Juno R1 Mark Rutland <mark.rutland@arm.com> - 2015-10-09 18:40 +0200
Re: [PATCH 3/4] arm64: Juno: Add support for the PCIe host bridge on Juno R1 Liviu Dudau <Liviu.Dudau@arm.com> - 2015-10-09 18:50 +0200
csiph-web