From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Tue, 18 Feb 2014 19:16:38 +0000 Subject: [PATCH v3 3/3] PCI: ARM: add support for generic PCI host controller In-Reply-To: <16012311.obgTYIWsOC@wuerfel> References: <1392726043-31088-1-git-send-email-will.deacon@arm.com> <10244486.cKXs90tdz5@wuerfel> <20140218185150.GE2010@mudshark.cambridge.arm.com> <16012311.obgTYIWsOC@wuerfel> Message-ID: <20140218191637.GI2010@mudshark.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Feb 18, 2014 at 07:11:25PM +0000, Arnd Bergmann wrote: > On Tuesday 18 February 2014 18:51:50 Will Deacon wrote: > > > > kvmtool provides an i8042, pci-shmem, an rtc, 8250 and vesa at the usual PC > > offsets. On ARM, I regularly use the 8250 (there are even DT bindings for > > it) and MarcZ got the rtc working for fun. Not tried the others though. > > Ah, interesting. But which ones are between 0x1000-0x6200? The ones > you list should all be in the ISA range between 0x0-0xfff as far > as I can tell, which we keep clear of by setting PCIBIOS_MIN_IO > to 0x1000. I think there's just a hole between 0x1000 - 0x6200. Will