]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg BDS: Remove support for loading vgabios-cirrus.bin from 0xc0000
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Jul 2012 22:43:42 +0000 (22:43 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Jul 2012 22:43:42 +0000 (22:43 +0000)
commit41d3576849fc55ce15358d674796e380a687c0ca
tree31b7d243ded12fd9fb4b4c14689d4c0b06289373
parent578630802ee5b38cb19894c4944261afa4d92c17
OvmfPkg BDS: Remove support for loading vgabios-cirrus.bin from 0xc0000

Older QEMU versions would load vgabios-cirrus.bin at 0xc0000 in
system RAM. We would then find this ROM, and try to run it, since
it would be our QEMU Video driver.

Now, the QEMU Video driver is just merged into the main OVMF
firmware image, so this support is unused.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13522 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c