Skip to content

Commit

Permalink
Increase in PCIe table size (#451)
Browse files Browse the repository at this point in the history
- Increase in PCIe table size to accomodate for 40 RC

Signed-off-by: Sujana M <sujana.murali@arm.com>
  • Loading branch information
Sujana-M committed Apr 23, 2024
1 parent f569bcb commit a68d837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uefi_app/SbsaAvs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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]*/
Expand Down

0 comments on commit a68d837

Please sign in to comment.