audk/StandaloneMmPkg/Library/StandaloneMmMemLib
Girish Mahadevan 289d93b79c StandaloneMmPkg/StandaloneMmMemLib: Change max address computation
Currently the standalonemmlibinternal assumes the max physical bits
to be 36 which is causing issues on v8 architectures.
Instead use the MAX_ALLOC_ADDRESS macro to determine the maximum
allowed address rather than recomputing it locally.

Signed-off-by: Girish Mahadevan <gmahadevan@nvidia.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
2023-02-09 17:34:32 +00:00
..
ArmStandaloneMmMemLibInternal.c StandaloneMmPkg/StandaloneMmMemLib: Change max address computation 2023-02-09 17:34:32 +00:00
StandaloneMmMemLib.c
StandaloneMmMemLib.inf
X86StandaloneMmMemLibInternal.c