audk/OvmfPkg/PlatformPei
Ard Biesheuvel 7ffced92a7 OvmfPkg/PlatformPei: add missing auto variable initialization
The E820EntriesCount variable in XenPublishRamRegions() may be
referenced without being initialized on RELEASE builds, since the
ASSERT that fires if the call to XenGetE820Map() fails is compiled
out in that case. So initialize it to 0.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
2016-07-13 17:06:17 +02:00
..
Cmos.c Update the copyright notice format 2010-04-28 12:43:04 +00:00
Cmos.h Update the copyright notice format 2010-04-28 12:43:04 +00:00
Fv.c OvmfPkg: decompress FVs on S3 resume if SMM_REQUIRE is set 2015-11-30 18:41:24 +00:00
MemDetect.c OvmfPkg/PlatformPei: Add memory above 4GB as tested 2016-05-04 08:47:34 +08:00
Platform.c OvmfPkg/PlatformPei: provide 10 * 4KB of PCI IO Port space on Q35 2016-05-17 20:48:43 +02:00
Platform.h OvmfPkg/PlatformPei: Add memory above 4GB as tested 2016-05-04 08:47:34 +08:00
PlatformPei.inf OvmfPkg: replace PcdAcpiPmBaseAddress with PIIX4_PMBA_VALUE 2016-05-17 20:48:33 +02:00
Xen.c OvmfPkg/PlatformPei: add missing auto variable initialization 2016-07-13 17:06:17 +02:00
Xen.h OvmfPkg: define EFI_XEN_OVMF_INFO 2013-12-08 01:35:52 +00:00