Load video option ROM which is not embedded in system firmware image.
commite0bca89ff7703ac86339e5f996004aa9e869b73e
authorJordan Justen <jljusten@tianocore.org>
Tue, 14 Jul 2009 23:32:32 +0000 (14 23:32 +0000)
committerJordan Justen <jljusten@tianocore.org>
Tue, 14 Jul 2009 23:32:32 +0000 (14 23:32 +0000)
tree9f69d2f4c9d99fcdc9cd91e0334adcc55fd3aaaf
parent2a4bca5ce791b3bdf07ae3eb5c2790bb46e8764c
Load video option ROM which is not embedded in system firmware image.

QEMU will automatically fill the video BIOS image into memory at the
legacy video BIOS memory location (0xc0000).  This code will look
there for a EFI option rom image, and load it if it found.  This
allows the video option ROM to be separated out from the main system
firmware image.

QEMU does not appear to emulate the PCI rom expansion method
for making the video BIOS available to the system.
OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c
OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h
OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf