Re: [edk2-devel] [PATCH v3 6/7] OvmfPkg: CloudHv: Rely on PVH memmap instead of CMOS

2022-02-25 Thread Gerd Hoffmann
On Thu, Feb 24, 2022 at 03:28:25PM +0100, sebastien.bo...@intel.com wrote: > From: Sebastien Boeuf > > Instead of using the CMOS, the CloudHv platform relies on the list of > memmap entries provided through the PVH boot protocol to determine the > last RAM address below 4G. Acked-by: Gerd Hoffma

[edk2-devel] [PATCH v3 6/7] OvmfPkg: CloudHv: Rely on PVH memmap instead of CMOS

2022-02-24 Thread Boeuf, Sebastien
From: Sebastien Boeuf Instead of using the CMOS, the CloudHv platform relies on the list of memmap entries provided through the PVH boot protocol to determine the last RAM address below 4G. Signed-off-by: Sebastien Boeuf --- OvmfPkg/PlatformPei/MemDetect.c | 73