From 963e030c7e709c0f163158b0c3f4e8295cde7c5a Mon Sep 17 00:00:00 2001 From: chetan singh rathore Date: Sat, 24 Feb 2024 00:39:57 +0000 Subject: [PATCH 1/2] Update pal_pcie.c : Aligining mem_type type to PCIE_MEM_TYPE_INFO_e --- bsa-acs-drv/files/platform/pal_linux/files/src/pal_pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsa-acs-drv/files/platform/pal_linux/files/src/pal_pcie.c b/bsa-acs-drv/files/platform/pal_linux/files/src/pal_pcie.c index b211e27..3693676 100644 --- a/bsa-acs-drv/files/platform/pal_linux/files/src/pal_pcie.c +++ b/bsa-acs-drv/files/platform/pal_linux/files/src/pal_pcie.c @@ -685,7 +685,7 @@ pal_pcie_check_device_list() @return memory offset **/ uint32_t -pal_pcie_mem_get_offset(uint32_t bdf, uint32_t mem_type) +pal_pcie_mem_get_offset(uint32_t bdf, PCIE_MEM_TYPE_INFO_e mem_type) { return 0; -- GitLab From e441a3128e6bc3bbfb9682388008b257a8e82568 Mon Sep 17 00:00:00 2001 From: chetan singh rathore Date: Sat, 24 Feb 2024 00:41:01 +0000 Subject: [PATCH 2/2] Update pal_pcie.c: Aliging mem_type type to PCIE_MEM_TYPE_INFO_e --- sbsa-acs-drv/files/platform/pal_linux/files/src/pal_pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbsa-acs-drv/files/platform/pal_linux/files/src/pal_pcie.c b/sbsa-acs-drv/files/platform/pal_linux/files/src/pal_pcie.c index 137c715..6efff10 100644 --- a/sbsa-acs-drv/files/platform/pal_linux/files/src/pal_pcie.c +++ b/sbsa-acs-drv/files/platform/pal_linux/files/src/pal_pcie.c @@ -646,7 +646,7 @@ pal_pcie_check_device_list() @return memory offset **/ uint32_t -pal_pcie_mem_get_offset(uint32_t bdf, uint32_t mem_type) +pal_pcie_mem_get_offset(uint32_t bdf, PCIE_MEM_TYPE_INFO_e mem_type) { return 0; -- GitLab