Skip to content

Commit

Permalink
Expanding the size of the IORT info table
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Gontumukkala <[email protected]>
  • Loading branch information
gontumukkala-balaji committed Nov 21, 2023
1 parent aaa48ae commit e119a03
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 @@ -46,7 +46,7 @@
/*[24 B Each + 4 B Header] */
#define MEM_INFO_TBL_SZ 32768 /*Supports maximum 800 memory regions*/
/*[40 B Each + 16 B Header] */
#define IOVIRT_INFO_TBL_SZ 262144 /*Supports maximum 600 nodes of a typical iort table*/
#define IOVIRT_INFO_TBL_SZ 1048576/*Supports maximum 2400 nodes of a typical iort table*/
/*[(268+32*5) B Each + 24 B Header]*/
#define PERIPHERAL_INFO_TBL_SZ 2048 /*Supports maximum 20 PCIe EPs */
/*(USB and SATA controllers only) */
Expand Down

0 comments on commit e119a03

Please sign in to comment.