Re: [edk2] [PATCH v2 04/32] OvmfPkg: PlatformPei: simplify memory range expressions in MemDetect()

2013-12-26 Thread Jordan Justen
Patches 4 & 5 Reviewed-by: Jordan Justen and committed. Thanks! On Tue, Dec 24, 2013 at 8:49 AM, Laszlo Ersek wrote: > Exploit that (MemoryBase + MemorySize) always equals LowerMemorySize. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Laszlo Ersek > --- > OvmfPk

[edk2] [PATCH v2 04/32] OvmfPkg: PlatformPei: simplify memory range expressions in MemDetect()

2013-12-24 Thread Laszlo Ersek
Exploit that (MemoryBase + MemorySize) always equals LowerMemorySize. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek --- OvmfPkg/PlatformPei/MemDetect.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/OvmfPkg/PlatformPei/MemDetect.c