[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160226165552.GA23621@tassilo.jf.intel.com>
Date: Fri, 26 Feb 2016 08:55:52 -0800
From: Andi Kleen <ak@...ux.intel.com>
To: Bjorn Helgaas <bhelgaas@...gle.com>
Cc: Jayachandran Chandrashekaran Nair
<jayachandran.chandrashekaran@...adcom.com>,
Rob Herring <robh@...nel.org>, x86@...nel.org,
linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
linux-pci@...r.kernel.org
Subject: Re: [PATCH v1 0/3] PCI: Avoid touching non-compliant BARs
On Fri, Feb 26, 2016 at 09:58:42AM -0600, Bjorn Helgaas wrote:
> Hi guys,
>
> Here's a proposal for dealing with these devices that have non-BAR
> registers where BARs are supposed to be. The idea is to:
>
> - have an early quirk mark these devices,
> - disable IO & MEM decoding so the devices don't consume address space
> we don't know about, and
> - skip BAR sizing (so the struct resources stay zeroed out)
>
> This is basically a modification of what Andi originally proposed. The
> difference here is that we never touch the BAR at all, and we don't have to
> add any struct resource flags, so we don't have to worry about changing any
> consumers of the struct resources.
>
> Let me know what you think.
I tested the patch on Broadwell and it avoids the Firmware Bug messages.
Tested-by: Andi Kleen <ak@...ux.intel.com>
-Andi
Powered by blists - more mailing lists