[PATCH 2/2] PCI: Add legacy firmware support for Cavium ThunderX host controller
From: Robert Richter <hidden>
Date: 2017-03-20 11:02:41
Also in:
linux-acpi, linux-pci
From: Robert Richter <hidden>
Date: 2017-03-20 11:02:41
Also in:
linux-acpi, linux-pci
On 15.03.17 08:49:15, Tomasz Nowicki wrote:
During early days of PCI quirks support ThunderX firmware did not provide PNP0c02 node with PCI configuration space and PEM-specific register ranges. This means that for legacy FW we are not reserving these resources and cannot gather PEM-specific resources for further PEM initialization. In order to support already deployed legacy FW calculate PEM-specific ranges and provide resources reservation as fallback scenario into PEM driver when we could not gather PEM reg base from ACPI tables. Signed-off-by: Tomasz Nowicki <redacted> Signed-off-by: Vadim Lomovtsev <redacted>
Works with old and new firmware. Tested-by: Robert Richter <redacted> Acked-by: Robert Richter <redacted> -Robert