audk/OvmfPkg/Library/PlatformBootManagerLib
Gary Lin da2369d21d OvmfPkg/PlatformBootManagerLib: Connect the Xen drivers before loading NvVars
When OVMF tried to load the file-based NvVars, it checked all the PCI
instances and connected the drivers to the mass storage device. However,
Xen registered its PCI device with a special class id (0xFF80), so
ConnectRecursivelyIfPciMassStorage() couldn't recognize it and skipped the
driver connecting for Xen PCI devices. In the end, the Xen block device
wasn't initialized until EfiBootManagerConnectAll() was called, and it's
already too late to load NvVars.

This commit connects the Xen drivers in ConnectRecursivelyIfPciMassStorage()
so that Xen can use the file-based NvVars.

v3:
* Introduce XenDetected() to cache the result of Xen detection instead
  of relying on PcdPciDisableBusEnumeration.

v2:
* Cosmetic changes

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2016-06-02 13:34:28 -07:00
..
BdsPlatform.c OvmfPkg/PlatformBootManagerLib: Connect the Xen drivers before loading NvVars 2016-06-02 13:34:28 -07:00
BdsPlatform.h OvmfPkg/PlatformBootManagerLib: rebase boot logo display to BootLogoLib 2016-05-27 11:28:01 +02:00
PlatformBootManagerLib.inf OvmfPkg/PlatformBootManagerLib: Connect the Xen drivers before loading NvVars 2016-06-02 13:34:28 -07:00
PlatformData.c OvmfPkg/PlatformBootManagerLib: Remove unused vars and func prototypes 2016-05-04 08:47:43 +08:00
QemuKernel.c OvmfPkg: Duplicate PlatformBdsLib to PlatformBootManagerLib 2016-05-04 08:47:36 +08:00