Re: [edk2] [PATCH 08/58] OvmfPkg: PlatformPei: account for TSEG size with PcdSmmSmramRequire set

2015-10-08 Thread Laszlo Ersek
Hi Jordan, On 09/07/15 02:27, Jordan Justen wrote: > Patches 7 & 8 Reviewed-by: Jordan Justen Thanks! I addressed the comments I received thus far (I'm just not posting v2 yet). Ultimately I'll rebase this series to Mike's new, central PiSmmCpuDxeSmm module (see it in "[edk2] [PATCH 0/7] UefiCp

Re: [edk2] [PATCH 08/58] OvmfPkg: PlatformPei: account for TSEG size with PcdSmmSmramRequire set

2015-09-06 Thread Jordan Justen
Patches 7 & 8 Reviewed-by: Jordan Justen On 2015-07-24 16:00:14, Laszlo Ersek wrote: > PlatformPei calls GetSystemMemorySizeBelow4gb() in three locations: > > - PublishPeiMemory(): on normal boot, the permanent PEI RAM is installed > so that it ends with the RAM below 4GB, > > - QemuInitializ

[edk2] [PATCH 08/58] OvmfPkg: PlatformPei: account for TSEG size with PcdSmmSmramRequire set

2015-07-24 Thread Laszlo Ersek
PlatformPei calls GetSystemMemorySizeBelow4gb() in three locations: - PublishPeiMemory(): on normal boot, the permanent PEI RAM is installed so that it ends with the RAM below 4GB, - QemuInitializeRam(): on normal boot, memory resource descriptor HOBs are created for the RAM below 4GB; plus M