linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/1] x86/PCI: Ignore E820 reservations for bridge windows on newer systems
@ 2022-05-05 15:20 Hans de Goede
  2022-05-05 15:20 ` [PATCH v7 1/1] " Hans de Goede
  0 siblings, 1 reply; 15+ messages in thread
From: Hans de Goede @ 2022-05-05 15:20 UTC (permalink / raw)
  To: Rafael J . Wysocki, Mika Westerberg, Krzysztof Wilczyński,
	Bjorn Helgaas, Myron Stowe, Juha-Pekka Heikkila, Thomas Gleixner,
	Ingo Molnar, Borislav Petkov, H . Peter Anvin
  Cc: Hans de Goede, Benoit Grégoire, Hui Wang, linux-acpi,
	linux-pci, x86, linux-kernel

Hi All,

Here is v7 of my patch to address the E820 reservations vs PCI host bridge
ranges issue which are causing touchpad and/or thunderbolt issues on many
different laptop models.

After previous attemps to identify these systems by looking for E820
reservations covering the entire bridge window, which broke the boot
on some coreboot based ChromeBooks we are now back to using a bios date
based approach, now combined with DMI quirks for systems after the
cutoff date which still report a wrong window from their _CRS method
despite them being new(ish).

This is based on top of Bjorn's pci/resource branch:
https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git/log/?h=pci/resource

Regards,

Hans


Hans de Goede (1):
  x86/PCI: Ignore E820 reservations for bridge windows on newer systems

 .../admin-guide/kernel-parameters.txt         |  9 +++
 arch/x86/include/asm/pci_x86.h                |  2 +
 arch/x86/pci/acpi.c                           | 74 ++++++++++++++++++-
 arch/x86/pci/common.c                         |  6 ++
 4 files changed, 89 insertions(+), 2 deletions(-)

-- 
2.36.0


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

end of thread, other threads:[~2022-05-19 15:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 15:20 [PATCH v7 0/1] x86/PCI: Ignore E820 reservations for bridge windows on newer systems Hans de Goede
2022-05-05 15:20 ` [PATCH v7 1/1] " Hans de Goede
2022-05-06 16:51   ` Bjorn Helgaas
2022-05-07 10:09     ` Hans de Goede
2022-05-07 15:31       ` Bjorn Helgaas
2022-05-09 17:33         ` Hans de Goede
2022-05-09 18:21           ` Hans de Goede
2022-05-09 19:36           ` Bjorn Helgaas
2022-05-12 19:15             ` Hans de Goede
2022-05-18 22:07           ` Bjorn Helgaas
2022-05-19 14:01             ` Hans de Goede
2022-05-19 14:14               ` Bjorn Helgaas
2022-05-19 14:29                 ` Hans de Goede
2022-05-19 14:49                   ` Bjorn Helgaas
2022-05-19 15:06                     ` Hans de Goede

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).