mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-10-04 23:23:41 +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> |
||
---|---|---|
.. | ||
Bgrt | ||
Dbg2 | ||
Dsdt | ||
Facs | ||
Fadt | ||
Gtdt | ||
Iort | ||
Madt | ||
Mcfg | ||
Pptt | ||
Rsdp | ||
Slit | ||
Spcr | ||
Srat | ||
Ssdt | ||
Xsdt |