Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1406218
| From | Jon Masters <jcm@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller |
| Date | 2016-05-24 16:40 +0200 |
| Message-ID | <rClF1-4qa-45@gated-at.bofh.it> (permalink) |
| References | (7 earlier) <rAOL8-3Eg-17@gated-at.bofh.it> <rBVKy-4Lf-23@gated-at.bofh.it> <rBZO9-7tz-1@gated-at.bofh.it> <rC7C2-3Sg-11@gated-at.bofh.it> <rCeWR-h0-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Gabriele, all,
On 05/24/2016 03:23 AM, Gabriele Paoloni wrote:
>> Sorry Gab, I guess I was really responding to earlier messages :)
>>
>> I don't really have much to say here, except that it doesn't seem
>> right to have an MCFG that describes a non-standard ECAM mapping.
>
> The ACPI table that this mechanism relies upon is the one discussed
> in:
> https://lkml.org/lkml/2016/3/9/91
>
> As you can see MCFG describes ECAM mappings, but we have a motherboard
> reserved resource outside the MCFG:
> Device (RES0)
> {
> Name (_HID, "HISI0081") // HiSi PCIe RC config base address
> Name (_CID, "PNP0C02") // Motherboard reserved resource
> Name (_CRS, ResourceTemplate (){
> Memory32Fixed (ReadWrite, 0xb0080000 , 0x10000)
> })
> }
>
> This allows us to retrieve the address we need for accessing
> the config space on the RC (that is non-ECAM).
>
> I was thinking that such mechanism could fit different vendors
> and allow them define their own quirks without spoiling the
> official and standard MCFG; also from the thread discussion
> you seemed quite ok with such solution...?
This could have been useful 2-3 years ago (when myself and others first
pulled the fire alarm concerning the lack of upstreaming of the ACPI
enablement for PCIe - which should have been fully upstream before the
first platforms ever even shipped) but at this time we have shipping
platforms that don't have tables built in this way. While we can go back
around to vendors and try to get them to rebuild firmware, it would be
by far preferable to adopt a solution that works with what is already
being deployed in the field today. Such as OEM match in MCFG.
Jon.
--
Computer Architect | Sent from my Fedora powered laptop
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Jon Masters <jcm@redhat.com> - 2016-05-20 06:50 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2016-05-20 09:40 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Jon Masters <jcm@redhat.com> - 2016-05-20 10:10 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2016-05-20 10:30 +0200
RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Gabriele Paoloni <gabriele.paoloni@huawei.com> - 2016-05-20 10:50 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2016-05-20 11:20 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2016-05-23 13:00 +0200
RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Gabriele Paoloni <gabriele.paoloni@huawei.com> - 2016-05-23 17:20 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Bjorn Helgaas <helgaas@kernel.org> - 2016-05-24 01:40 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Jon Masters <jcm@redhat.com> - 2016-05-24 03:20 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Jon Masters <jcm@redhat.com> - 2016-05-24 03:50 +0200
RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Gabriele Paoloni <gabriele.paoloni@huawei.com> - 2016-05-24 16:40 +0200
RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Gabriele Paoloni <gabriele.paoloni@huawei.com> - 2016-05-24 09:30 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Jon Masters <jcm@redhat.com> - 2016-05-24 16:40 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2016-05-24 19:30 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Jon Masters <jcm@redhat.com> - 2016-05-24 19:40 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Bjorn Helgaas <helgaas@kernel.org> - 2016-05-24 21:10 +0200
RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Gabriele Paoloni <gabriele.paoloni@huawei.com> - 2016-05-26 12:00 +0200
RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Gabriele Paoloni <gabriele.paoloni@huawei.com> - 2016-05-25 08:40 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Jon Masters <jcm@redhat.com> - 2016-05-24 06:30 +0200
RE: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Gabriele Paoloni <gabriele.paoloni@huawei.com> - 2016-05-20 10:20 +0200
Re: [PATCH V7 00/11] Support for generic ACPI based PCI host controller Jon Masters <jcm@redhat.com> - 2016-05-20 10:30 +0200
csiph-web