Re: [edk2-devel] [PATCH v1 1/1] StandaloneMmPkg: StandaloneMmMemLib: Change max address computation

2023-01-30 Thread Girish Mahadevan via groups.io
Hi On 1/30/2023 4:27 AM, Ard Biesheuvel wrote: External email: Use caution opening links or attachments (cc Damian) On Sat, 28 Jan 2023 at 01:27, Girish Mahadevan wrote: Currently the standalonemmlibinternal assumes the max physical bits to be 36 which is causing issues on v8 architectures

Re: [edk2-devel] [PATCH v1 1/1] StandaloneMmPkg: StandaloneMmMemLib: Change max address computation

2023-01-30 Thread Ard Biesheuvel
(cc Damian) On Sat, 28 Jan 2023 at 01:27, Girish Mahadevan wrote: > > Currently the standalonemmlibinternal assumes the max physical bits > to be 36 which is causing issues on v8 architectures. > Instead use the MAX_ADDRESS macro to determine the maximum allowed address > rather than recomputing

[edk2-devel] [PATCH v1 1/1] StandaloneMmPkg: StandaloneMmMemLib: Change max address computation

2023-01-27 Thread Girish Mahadevan via groups.io
Currently the standalonemmlibinternal assumes the max physical bits to be 36 which is causing issues on v8 architectures. Instead use the MAX_ADDRESS macro to determine the maximum allowed address rather than recomputing it locally. Signed-off-by: Girish Mahadevan --- .../ArmStandaloneMmMemLibIn