From a68d837aff0326eb4e8ba4c8cca6edf53c6f8e1c Mon Sep 17 00:00:00 2001 From: Sujana-M <52772661+Sujana-M@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:17:59 +0530 Subject: [PATCH] Increase in PCIe table size (#451) - Increase in PCIe table size to accomodate for 40 RC Signed-off-by: Sujana M --- uefi_app/SbsaAvs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi_app/SbsaAvs.h b/uefi_app/SbsaAvs.h index e1cea154..577a0934 100644 --- a/uefi_app/SbsaAvs.h +++ b/uefi_app/SbsaAvs.h @@ -51,7 +51,7 @@ #define PERIPHERAL_INFO_TBL_SZ 2048 /*Supports maximum 20 PCIe EPs */ /*(USB and SATA controllers only) */ /*[56 B Each + 16 B Header]*/ - #define PCIE_INFO_TBL_SZ 512 /*Supports maximum 20 RC's*/ + #define PCIE_INFO_TBL_SZ 1024 /*Supports maximum 40 RC's*/ /*[24 B Each + 4 B Header]*/ #define PMU_INFO_TBL_SZ 20496 /*Supports maximum 512 PMUs*/ /*[40 B Each + 4 B Header]*/