mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-10-05 01:26:17 +00:00
![]() 1. Check if the 'Number of System Localities' provided can be represented in the SLIT table. The table 'Length' field is a 32-bit value while the 'Number of System Localities' field is 64-bit long. 2. Check if the SLIT matrix fits in the table buffer. If N is the SLIT locality count, then the matrix used to represent the localities is N*N bytes long. The ACPI table length must be big enough to fit the matrix. 3. Remove (now) redundant 64x64 bit multiplication. Signed-off-by: Krzysztof Koch <krzysztof.koch@arm.com> |
||
---|---|---|
.. | ||
Parsers | ||
AcpiParser.c | ||
AcpiParser.h | ||
AcpiTableParser.c | ||
AcpiTableParser.h | ||
AcpiView.c | ||
AcpiView.h | ||
UefiShellAcpiViewCommandLib.c | ||
UefiShellAcpiViewCommandLib.h | ||
UefiShellAcpiViewCommandLib.inf | ||
UefiShellAcpiViewCommandLib.uni |