Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #202

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion uefi_app/BsaAcs.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 max 800 memory regions*/
/*[40 B Each + 16 B Header] */
#define IOVIRT_INFO_TBL_SZ 262144 /*Supports max 600 nodes of a typical iort table*/
#define IOVIRT_INFO_TBL_SZ 262144 /*Supports max 600 nodes of a typical IORT table*/
/*[(268+32*5) B Each + 24 B Header]*/
#define PERIPHERAL_INFO_TBL_SZ 2048 /*Supports max 20 PCIe EPs (USB and SATA controllers)*/
/*[72 B Each + 16 B Header]*/
Expand Down