Re: [edk2-devel] [PATCH V2 1/1] OvmfPkg/RiscVVirt: Fix SCT memory allocation test case failure

2023-02-21 Thread Andrei Warkentin
Reviewed-by: Andrei Warkentin -Original Message- From: Sunil V L Sent: Tuesday, February 21, 2023 8:37 PM To: devel@edk2.groups.io Cc: Ard Biesheuvel ; Yao, Jiewen ; Justen, Jordan L ; Gerd Hoffmann ; Warkentin, Andrei ; Heinrich Schuchardt Subject: [PATCH V2 1/1]

[edk2-devel] [PATCH V2 1/1] OvmfPkg/RiscVVirt: Fix SCT memory allocation test case failure

2023-02-21 Thread Sunil V L
Fix the UEFI memory range calculation by including the correct stack memory range. Without this fix, SCT hangs in MemoryAllocation test cases which call AllocateAddress(). Cc: Ard Biesheuvel Cc: Jiewen Yao Cc: Jordan Justen Cc: Gerd Hoffmann Cc: Andrei Warkentin Reported-by: Heinrich