]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/ProcessorBind.h AARCH64: limit MAX_ADDRESS to 48 bits
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 27 Nov 2018 12:23:35 +0000 (13:23 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 29 Nov 2018 17:53:22 +0000 (18:53 +0100)
AArch64 supports the use of more than 48 bits for physical and/or
virtual addressing, but only if the page size is set to 64 KB,
which is not supported by UEFI. So redefine MAX_ADDRESS to cover
only 48 address bits.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>

No differences found