From 5f46a3cdcf47f7d4deee817c732e1ba3c9b4af8c Mon Sep 17 00:00:00 2001 From: Sujana M Date: Tue, 11 Feb 2025 12:19:43 +0530 Subject: [PATCH] Update to PAL API pal_pcie_get_mcfg_ecam - Update the PAL API pal_pcie_get_mcfg_ecam() to have bdf as parameter. Signed-off-by: Sujana M --- acs-drv/files/platform/pal_linux/files/common/src/pal_pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acs-drv/files/platform/pal_linux/files/common/src/pal_pcie.c b/acs-drv/files/platform/pal_linux/files/common/src/pal_pcie.c index 5f4ce7b..7d01b7a 100644 --- a/acs-drv/files/platform/pal_linux/files/common/src/pal_pcie.c +++ b/acs-drv/files/platform/pal_linux/files/common/src/pal_pcie.c @@ -165,7 +165,7 @@ pal_get_msi_vectors (uint32_t seg, uint32_t bus, uint32_t dev, uint32_t fn, PERI } uint64_t -pal_pcie_get_mcfg_ecam(void) +pal_pcie_get_mcfg_ecam(uint32_t bdf) { struct acpi_table_mcfg *mcfg; struct acpi_mcfg_allocation *cfg_table; -- GitLab